]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
#3084 bbGEditor Bug New Normal - Color refresh for inputs and outputs
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 9415e26131c12b4031c198593594f402289b4860..464c7059d038504e0cad5919d997b18389ada438 100644 (file)
@@ -183,18 +183,17 @@ namespace bbtk
         void SetAuthor(std::string author);
         void SetCategory(std::string category);
         void SetDescription(std::string description);
-                               void SetMessageKind(std::string kind);
+               void SetMessageKind(std::string kind);
         void SetMessageLevel(std::string level);
         //Getters
         std::string GetFullPath( );
         std::string GetFileName( );
-        
         std::string GetCbName();
         std::string GetCbPackageName();
         std::string GetAuthor();
         std::string GetDescription();
         std::string GetCategory();
-                               std::string GetMessageKind();
+               std::string GetMessageKind();
         std::string GetMessageLevel();
 
        //=========================================================================
@@ -204,14 +203,12 @@ namespace bbtk
                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>::iterator _sactualdo;  // actual position onstring  modifications vector
-
                int                                             _id;
                wxAuiManager                    *_panelAUIMgr;
                wxVtkSceneManager               *_sceneManager;
                wxTabPanelsManager              *_panelsManager;
                std::string                             _fullPath;
                std::string                             _fileName;
-               
        protected:
                Factory::Pointer                _bbtkfactory;