Hi everyone, 

I'm creating a new CTK style segmentation plugin for my application, similar to 
QmitkSegmentationView. I have added a UI part, including QmitkToolSelectionBox 
and QmitkToolGUIArea, and a handful of other buttons. I thought I would test 
the plugin by asking it to display the tools such as mitkAddContourTool that 
are normally visibly in the MITK segmentation plugin. Then if this worked, I 
would swap the tools out, and replace them with my own tools. 

However, the plugin tools aren't responding to events. 

I have checked that my new plugin has an mitkToolManager registered with the 
QmitkToolSelectionBox. 
I have run the ExtApp with both the segmentation plugin and my own plugin, and 
checked that they do indeed both have different instances of mitkToolManager 
and QmitkToolSelectionBox. 
I have checked that when the plugin starts, the QmitkToolSelectionBox is 
calling "RegisterClient" as you would expect. 
I have checked that the QVTKWidget is receiving mouse events, and these are 
getting passed into the MITK interactor framework, but I can't work out why the 
events get propagated to the MITK segmentation plugin, but now my new 
segmentation plugin? 

Any ideas? What steps should I go through to get events passed to Tools? 

Many thanks in advance. 

Matt 
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to