X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.h;h=336552366fddcd5604a0a54990b4bf8a6a887c21;hb=66d85963bdb3dea88f7d8e8931855d092629b37c;hp=05eab99ef2ece9f50eaeae1f204ff5953fb1a8db;hpb=b07121ce96dd600b41cb6b9588d117ec72969317;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h index 05eab99..3365523 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h @@ -64,11 +64,19 @@ Version: $Revision$ namespace bbtk { + class tmpClasswxTextDropTarget : public wxTextDropTarget + { + public: + virtual bool OnDropText(wxCoord x, wxCoord y, const wxString& data) { return false;} + }; + + + class wxVtkSceneManager; class wxTabPanelsManager; - class wxGEditorTabPanel : public wxTextDropTarget, public wxPanel + class wxGEditorTabPanel : public wxPanel, public wxTextDropTarget { public: wxGEditorTabPanel(); @@ -94,6 +102,9 @@ namespace bbtk void setComplexBox(bool val); void addComplexInputPort(std::string portName); void addComplexOutputPort(std::string portName); + std::map getSelectedObjects(); + void addObjects(std::map objectsMap); + int getNumSelectedObjects(); //=========================================================================