]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
Feature #1758
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 59d615e3f6801f38bd451987dd5b4244352fb31e..e9b96f9dce45b7f01294d16bf0ec948bbfa5e804 100644 (file)
@@ -79,7 +79,7 @@ namespace bbtk
        {
        public:
                wxGEditorTabPanel();
-               wxGEditorTabPanel(wxWindow *parent, int id);
+               wxGEditorTabPanel(wxWindow *parent, int id, Factory::Pointer bbtkfactory);
                ~wxGEditorTabPanel();
 
                void initWxVtkCanvas();
@@ -168,14 +168,12 @@ namespace bbtk
         std::string GetDescription();
         std::string GetCategory();
 
-
-
        //=========================================================================
 
        private:
-               std::vector<std::string> states; // represents each modification of the tab. Maxixum size 100!!
+               std::vector<std::string> states;                                // represents each modification of the tab. Maxixum size 100!!
                std::vector<std::string>::iterator _actualdo;   // actual position on modifications vector
-               std::vector<std::string> sstates; // represents string of each modification of the tab. Maxixum size 100!!
+               std::vector<std::string> sstates;                               // represents string of each modification of the tab. Maxixum size 100!!
                std::vector<std::string>::iterator _sactualdo;  // actual position onstring  modifications vector
 
                int                                             _id;
@@ -184,8 +182,9 @@ namespace bbtk
                wxTabPanelsManager              *_panelsManager;
                std::string                             _fullPath;
                std::string                             _fileName;
-
+               
        protected:
+               Factory::Pointer                _bbtkfactory;
 
        };