]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx
Properties panel and black box text info
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.cxx
index f6d8c4d174da9f0fedebfdf3c5806166893797f4..d2212d4a860497a721de25b445d3426a54c6e297 100644 (file)
@@ -147,6 +147,34 @@ namespace bbtk
 
        //=========================================================================
 
+       std::string GObjectModel::getBBTKType()
+       {
+               return _bbtkType; 
+       }
+
+       //=========================================================================
+
+       void GObjectModel::setBBTKType(std::string obtype)
+       {
+               _bbtkType = obtype;
+       }
+
+       //=========================================================================
+               
+       std::string GObjectModel::getBBTKName()
+       {
+               return _bbtkName;
+       }
+
+       //=========================================================================
+
+       void GObjectModel::setBBTKName(std::string obname)
+       {
+               _bbtkName = obname;
+       }
+
+       //=========================================================================
+
 }  // EO namespace bbtk
 
 // EOF