]> Creatis software - bbtkGEditor.git/commitdiff
renove extra qualificators
authorjpr <>
Thu, 16 Sep 2010 13:40:43 +0000 (13:40 +0000)
committerjpr <>
Thu, 16 Sep 2010 13:40:43 +0000 (13:40 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h

index ab55c5464f46402cbcb2df04061dce9890816930..cb592deb36981c4331d3fced10432e4b1cf59f0a 100644 (file)
@@ -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