Hi Mikhail,

if you're trying to implement picking from the render windows, I think you should look at this bug description: http://bugs.mitk.org/show_bug.cgi?id=1447 I'm not sure when will these changes be integrated into the master branch, but likely it will not be in the upcoming release. However, you can take a look at my pull request (or the branch from Sascha) that are mentioned in the discussion of the bug.

Selecting the data node in the data manager would require some changes to the QmitkDataManagerView (you can see them in the pull request) and then you can use your view's FireNodeSelected() method to inform the other views (including data manager) that the selection has changed. In my case, I also override OnSelectionChanged() method and call FireNodesSelected with the nodes passed to OnSelectionChanged to keep my view's selection in sync with the other selection providers.

Cheers,
  Rostislav.


On 26/05/2015 08:55, Pukhlikov Mikhail wrote:
Hello there,

I'm looking for a way to select some DataNode in DataManager plugin from DisplayInteractor I've managed to pick model I need from DisplayInteractor and I've got the node I need to select

I'm calling m_DataNode->SetSelected(true, interactionEvent->GetSender());

But that doesn't affect DataManager and I think about adding observer for selection changing event
Is there other ways to implement some DataManager interactions alike that?

Thank you


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y


_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to