X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxVtkSceneManager.h;fp=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxVtkSceneManager.h;h=000b62e2e10d03e97d7f2e53642626d5187cbadd;hb=8e6a8a638f2b03db8e34234b6e02d71cda913f9d;hp=4bad6682421d5113b925e6efae088a18e430370f;hpb=36a0d24cb1d01a0f0c6010a18ec09874e6331fd5;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h index 4bad668..000b62e 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h @@ -136,8 +136,8 @@ namespace bbtk virtual bool OnLeftButtonUp(); virtual bool OnRightButtonUp(); virtual bool OnLeftDClick(); - virtual bool OnMiddleButtonDown(); ///JLGR 21-05-2012 - virtual bool OnMiddleButtonUp(); ///JLGR 21-05-2012 + virtual bool OnMiddleButtonDown(); ///JLGR 21-05-2012 + virtual bool OnMiddleButtonUp(); ///JLGR 21-05-2012 //------- int createGBlackBox(int x, int y, std::string packageName, std::string boxType ); @@ -189,8 +189,8 @@ namespace bbtk //Add a map of object controllers void addObjects(std::map objectsMap); - /// Duplicates Objects to current a diagram - void DuplicateObjects(std::map objectsMap);///JLGR 21-05-2012 + /// Duplicates Objects to current a diagram + void DuplicateObjects(std::map objectsMap);///JLGR 21-05-2012 //------- // Makes a BlackBox Executable @@ -259,8 +259,8 @@ namespace bbtk std::string _Author; std::string _Category; std::string _Description; - std::string _MessageKind; - std::string _MessageLevel; + std::string _MessageKind; + std::string _MessageLevel; //wxPanel that uses the manager wxGEditorTabPanel *_parent; @@ -294,11 +294,11 @@ namespace bbtk int _contLastId; vtkTextActor3D *_textActor; - std::string _bugTextActor_text; - int _bugTextActor_status; + std::string _bugTextActor_text; + int _bugTextActor_status; - vtkPoints *_pts; - vtkActor *_fillObjectActor; + vtkPoints *_pts; + vtkActor *_fillObjectActor; vtkDataSetMapper *_aPolygonMapper; Factory::Pointer _bbtkfactory;