]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.h
Change in colors and middle button to select executable box(es)
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.h
index 209af977ce1c21c20357dc2466f4a4b47f017509..82214a4ad29c4818c145a6d4ca81b205ca09de35 100644 (file)
@@ -82,11 +82,15 @@ namespace bbtk
 
                virtual std::string getStatusText();
 
+               bool isExecutable();
+               void setExecutable(bool executable);
+
        private:
 
                //Private Attributes
                std::vector<GPortModel*> _inputs;
                std::vector<GPortModel*> _outputs;
+               bool _isExecutable;
 
                //Private Methods