]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.cxx
The actual version updates the status bar with the highlighted object ... Also it...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.cxx
index 672a4bd622018a3ddf9df4a733fe3034b08ae1e4..e58e73aebfef1f301a2fd0023bdfec9728feba0d 100644 (file)
@@ -124,7 +124,17 @@ namespace bbtk
        }
 
        //=========================================================================
+       
+       std::string GBlackBoxModel::getStatusText()
+       {
+               std::string temp = "";
+               temp+=_bbtkType;
+               temp+=":";
+               temp+=_bbtkPackage;
+               return temp;
+       }
 
+       //=========================================================================
 
 
 }  // EO namespace bbtk