How can you provide a menu/gui interface to configure a plugin?<div><br><div class="gmail_quote">2009/12/4 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
   Hello,<br>
<div><div></div><div class="h5"><br>
On Fri, 4 Dec 2009 07:49:25 -0800, "L{ DiracDelta( t ) }"<br>
<<a href="mailto:ldiracdelta@gmail.com">ldiracdelta@gmail.com</a>> wrote:<br>
> In the qt4 gui module, how do I call a function for another plugin with<br>
the<br>
> other plugin's p_intf pointer?  I want a qt4 menu item to trigger<br>
behavior<br>
> in the other plugin by calling a method defined for that other plugin.<br>
<br>
</div></div>In most cases, you can't do that. The Qt4 thread is generally not<br>
synchronized with the other thread (probably the main one) that initialized<br>
the other object. Different interfaces are not expected to interact<br>
directly with one another.<br>
<br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://www.remlab.net" target="_blank">http://www.remlab.net</a><br>
<a href="http://fi.linkedin.com/in/remidenis" target="_blank">http://fi.linkedin.com/in/remidenis</a><br>
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br></div>