From ec2a52ce6421274d0c446fd95a6b5aee4ebad53f Mon Sep 17 00:00:00 2001 From: jpr <> Date: Thu, 16 Sep 2010 13:40:43 +0000 Subject: [PATCH] renove extra qualificators --- .../bbsWxGUIEditorGraphic/InterpreterBBS.h | 42 ++++++++----------- 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h index ab55c54..cb592de 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h @@ -52,11 +52,8 @@ Version: $Revision$ //#include "bbtkComplexBlackBox.h" #include "bbtkFactory.h" - - namespace bbtk { - class InterpreterBBS : public Interpreter { public: @@ -66,20 +63,19 @@ namespace bbtk //Public methods + void commandNew( const std::string& boxType, const std::string& boxName); - void InterpreterBBS::commandNew( const std::string& boxType, const std::string& boxName); - void InterpreterBBS::commandConnect (const std::string &boxfrom, - const std::string &output, - const std::string &boxto, - const std::string &input); - void InterpreterBBS::commandSet (const std::string &box, - const std::string &input, - const std::string &value); - void InterpreterBBS::commandLoad(const std::string &name ); - void InterpreterBBS::commandInclude(const std::string &name ); - - - + void commandConnect (const std::string &boxfrom, + const std::string &output, + const std::string &boxto, + const std::string &input); + void commandSet (const std::string &box, + const std::string &input, + const std::string &value); + void commandLoad(const std::string &name ); + void commandInclude(const std::string &name ); + + /* //--EED @@ -152,7 +148,7 @@ namespace bbtk const std::string &box, const std::string &input, const std::string &help) ; - + /// Defines an output of the current complex box virtual void DefineOutput (const std::string &name, const std::string &box, @@ -212,11 +208,11 @@ namespace bbtk //--EED */ - double _xGeneral; - double _yGeneral; - double _zGeneral; - wxVtkSceneManager *_sceneManager; - Factory::Pointer _factory; + double _xGeneral; + double _yGeneral; + double _zGeneral; + wxVtkSceneManager *_sceneManager; + Factory::Pointer _factory; private: @@ -232,8 +228,6 @@ namespace bbtk //Protected methods }; - - } // namespace bbtk #endif -- 2.45.1