]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuwxPopupMenu.h
#3481 wxVtkBaseView_Info add events mouse observer
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuwxPopupMenu.h
index 1c3bb02265f4b722deeab214097391ae3e05874c..aad15dd2b1e832d0f79fcd809ed7b0face4c91fa 100644 (file)
@@ -43,6 +43,7 @@ class bbcreaMaracasVisu_EXPORT wxPopupMenu
     BBTK_DECLARE_INPUT(wxVtkBaseView,wxVtkBaseView*);
 //    BBTK_DECLARE_INPUT(Position,std::vector< int >);
     BBTK_DECLARE_OUTPUT(Out,int);
+    BBTK_DECLARE_OUTPUT(Point,std::vector<double>);
     BBTK_DECLARE_OUTPUT(SimpleText,std::string);
     BBTK_PROCESS(Process);
     void Process();
@@ -60,6 +61,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(wxPopupMenu,bbtk::AtomicBlackBox);
     BBTK_INPUT(wxPopupMenu,In,"Vector of items",std::vector< std::string >,"");
 //    BBTK_INPUT(wxPopupMenu,Position,"Window position",std::vector< int >,"");
     BBTK_INPUT(wxPopupMenu,wxVtkBaseView,"wxVtkBaseView",wxVtkBaseView*,"");
+    BBTK_OUTPUT(wxPopupMenu,Point,"click point in the image",std::vector<double>,"");
     BBTK_OUTPUT(wxPopupMenu,Out,"Sected item",int,"");
     BBTK_OUTPUT(wxPopupMenu,SimpleText,"Text selected item",std::string,"");
 BBTK_END_DESCRIBE_BLACK_BOX(wxPopupMenu);