X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.h;h=e7eb55338344e9ebbb92b4f8b1d31c2cf4ac174f;hb=16fc4e34641e9905a02dcf7277b21291a683d938;hp=43d4a193877e86e4c1ed32f782fc73d03cff366f;hpb=7a77e00abe30e71c3a97f7a43b106c999ce9db87;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h index 43d4a19..e7eb553 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h @@ -134,12 +134,17 @@ namespace bbtk wxVtkSceneManager* getSceneManager(); - + void SetFullPath( const std::string& ); + void SetFileName( const std::string& ); void SetCbName(std::string cbName); void SetCbPackageName(std::string packagename); void SetAuthor(std::string author); void SetCategory(std::string category); void SetDescription(std::string description); + //Getters + std::string GetFullPath( ); + std::string GetFileName( ); + std::string GetCbName(); std::string GetCbPackageName(); std::string GetAuthor(); @@ -156,6 +161,8 @@ namespace bbtk wxAuiManager *_panelAUIMgr; wxVtkSceneManager *_sceneManager; wxTabPanelsManager *_panelsManager; + std::string _fullPath; + std::string _fileName; protected: