]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
This commit was manufactured by cvs2svn to create tag
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index e7eb55338344e9ebbb92b4f8b1d31c2cf4ac174f..2ccf32d3afc57e8f31b93a66380aec33ad84c17f 100644 (file)
@@ -59,6 +59,9 @@ Version:   $Revision$
 //Includes std
 #include <iostream>
 
+
+
+
 namespace bbtk
 {
 
@@ -134,17 +137,12 @@ 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();
@@ -161,8 +159,6 @@ namespace bbtk
                wxAuiManager                    *_panelAUIMgr;
                wxVtkSceneManager               *_sceneManager;
                wxTabPanelsManager              *_panelsManager;
-               std::string                             _fullPath;
-               std::string                             _fileName;
 
        protected: