]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.h
Implemented deleting of boxes from the scene....
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.h
index 5da5e84019f3711813ea9d6095c7bd3c8c5dcda5..000950c93a474d250142468763fa4bd321aa788d 100644 (file)
@@ -80,11 +80,20 @@ namespace bbtk
                std::string getBBTKPackage();
                void setBBTKPackage(std::string obpackage);
 
+               virtual std::string getStatusText();
+
+               bool isExecutable();
+               void setExecutable(bool executable);
+
+               std::vector<GPortModel*> getInputPorts();
+               std::vector<GPortModel*> getOutputPorts();
+
        private:
 
                //Private Attributes
                std::vector<GPortModel*> _inputs;
                std::vector<GPortModel*> _outputs;
+               bool _isExecutable;
 
                //Private Methods