]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
Just the last repairs and it works the problem of delete objects. Works with the...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index 8e8a7aa67355e955380c1955a0b415dcc3d72cb6..14e1a1dc00663e52b70fe6aa0d5c75af6468053b 100644 (file)
@@ -35,10 +35,11 @@ Version:   $Revision$
 *  \brief Class bbtk::BlackBox : abstract black-box interface. 
 */
 
-/**
-* \class bbtk::wxVtkSceneManager
-* \brief 
-*/
+/****
+* Design and Developpement of BBTK GEditor
+* Ricardo A Corredor J <ra.corredor67@uniandes.edu.co>
+* RaC - 2010
+****/
 
 #ifndef __wxVtkSceneManager_h__
 #define __wxVtkSceneManager_h__
@@ -170,23 +171,7 @@ namespace bbtk
                void centerView();
 
                //-------
-               //Get a collection of object ids
-               std::vector<int> getBlackBoxes();
-               std::vector<int> getConnections();
-               std::vector<int> getComplexInputPorts();
-               std::vector<int> getComplexOutputPorts();
-
-               //Get the map of selected objects (id, controller)
-               std::map<int,GObjectController*> getSelectedObjects();
-
-               //Get size of selected objects map
-               int getNumSelectedObjects();
-
-               //Complex box edition mode
-               bool isComplexBox();
-               void setComplexBox(bool val);
-
-
+               
 
        private:
 
@@ -217,6 +202,10 @@ namespace bbtk
                //Is the diagram in state complex box 
                bool _isComplexBox;
 
+               int _idConnectionInCreation;
+
+               int _contLastId;
+
        protected:
 
        };