]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
Changes for saveAs button
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 43d4a193877e86e4c1ed32f782fc73d03cff366f..e7eb55338344e9ebbb92b4f8b1d31c2cf4ac174f 100644 (file)
@@ -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: