<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-06-17 14:58 GMT+02:00 David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Fri, Jun 17, 2016 at 6:23 AM, Elvis Stansvik <span dir="ltr"><<a href="mailto:elvis.stansvik@orexplore.com" target="_blank">elvis.stansvik@orexplore.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span><div><br></div></span><div>Alright, I see. Would you mind sharing how you handle custom interactions with a VTK rendering, if you don't use the interactor styles?<br><br>Do you directly observe events on the interactor instead? Or do you simply handle the Qt events directly and then perform the appropriate manipulation of VTK objects in response to those?<br><br>I'm very interested in if you use some event forwarding code similar to that in QVTKRenderWindowInteractor, or if you are simply not bothering with feeding input events from Qt to VTK, and handling all input on the Qt side of the fence so to speak.<br></div></div></div></div></blockquote><div><br></div></span><div>I have a subclass of QWidget that receives the Qt events and converts them to my own events (which are similar to Qt events but also carry useful VTK information).  Those events are dispatched to my interaction bindings.  I've always done interaction in VTK this way.  Neither the vtkRenderWindowInteractor or QVTKWidget play any role.</div></div></div></div></blockquote><div><br></div><div>Just a final small question about your approach if that's okay: You say here that the vtkRenderWindowInteractor does not play any role, but don't you use the interactor for some things, such as finding the poked renderer (vtkRenderWindowInteractor::FindPokedRenderer) ? Other things as well?<br><br></div><div>Up until now I've based my custom interactions on vtkInteractorStyleUser, so have made use of the interactor/interactor style system. But I think I'm finally succumbing to the idea of building a system more like yours, especially as I've found that vtkInteractorStyleUser does not support wheel events (recently added that). But I'm interested in if you ever make use of the interactor/interactor style system? E.g. say you would like to provide interaction with an vtkChartXY, would you make use of the builtin interaction styles that VTK has for that, or build your own based on the mechanism you've described here? Do you use your mechanism only when you have a need for highly custom interaction behavior?<br><br></div><div>Thanks in advance for your insight!<br><br></div><div>Elvis<br></div><div><br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><font color="#888888"><div><br></div><div> - David</div></font></span></div></div></div>
</blockquote></div><br></div></div>