]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h
Properties panel and black box text info
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.h
index b610386018001a98279f611c60d20d0e0fb226a2..eefd07c1928cf980db1fb406d7ea465f0fc075b8 100644 (file)
@@ -82,7 +82,12 @@ namespace bbtk
 
                int getGObjectType();
                void setGObjectType(int obtype);
+
+               std::string getBBTKType();
+               void setBBTKType(std::string obtype);
                
+               std::string getBBTKName();
+               void setBBTKName(std::string obname);
                
        private:
 
@@ -104,6 +109,9 @@ namespace bbtk
                int  _state;
                int  _gObjectType;
 
+               std::string _bbtkType;
+               std::string _bbtkName;
+
                //Protected methods
                
        };