]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h
The buttons and the objects to create input and output complex box ports were added...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.h
index d1d3ce25175cfe57c29b562b5b9e55f9ebf73cd4..39648f9fc3dd712ea5c20dec019e400ec93c0bee 100644 (file)
@@ -78,7 +78,6 @@ namespace bbtk
                virtual void move(double xx,double yy,double zz);
 
                virtual bool isPointInside(double x,double y, double z);
-               virtual void updateBlackBox(BlackBoxDescriptor::Pointer descriptor);
 
                int getGObjectType();
                void setGObjectType(int obtype);
@@ -89,7 +88,11 @@ namespace bbtk
                std::string getBBTKName();
                void setBBTKName(std::string obname);
 
+               int getObjectId();
+               void setObjectId(int id);
+
                virtual std::string getStatusText();
+               virtual void save(std::string &content);
                
        private:
 
@@ -109,6 +112,7 @@ namespace bbtk
                double _zFin;
 
                int  _gObjectType;
+               int _objectId;
 
                std::string _bbtkType;
                std::string _bbtkName;