]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuPlotterView.h
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuPlotterView.h
index ede9e0ca410d0941361175631482c0982404f94d..d3d0dfe6e918137a790f0c9fade759141502e671 100644 (file)
@@ -1,11 +1,11 @@
 #ifdef _USE_WXWIDGETS_
-#ifndef __bbmaracasvisuPlotterView_h_INCLUDED__
-#define __bbmaracasvisuPlotterView_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuPlotterView_h_INCLUDED__
+#define __bbcreaMaracasVisuPlotterView_h_INCLUDED__
 #include "bbtkWxBlackBox.h"
 
 #include "pPlotterWindow.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ PlotterView
@@ -13,20 +13,12 @@ class /*BBTK_EXPORT*/ PlotterView
    public bbtk::WxBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(PlotterView,bbtk::WxBlackBox);
-//==================================================================
-/// User callback called in the box contructor
-virtual void bbUserConstructor();
-/// User callback called in the box copy constructor
-virtual void bbUserCopyConstructor();
-/// User callback called in the box destructor
-virtual void bbUserDestructor();
-//==================================================================
        BBTK_DECLARE_INPUT(InX, std::vector<double> );
        BBTK_DECLARE_INPUT(InY, std::vector<double> );
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);
-  void CreateWidget();
+  void CreateWidget(wxWindow*);
 
 private:
        pPlotterWindow *mwxwidget;
@@ -42,8 +34,8 @@ BBTK_CATEGORY("viewer");
   BBTK_INPUT(PlotterView,InY,"y vector",std::vector<double>,"");
 BBTK_END_DESCRIBE_BLACK_BOX(PlotterView);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuPlotterView_h_INCLUDED__
+#endif // __bbcreaMaracasVisuPlotterView_h_INCLUDED__
 #endif // _USE_WXWIDGETS_