]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuPlotterView.h
no message
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuPlotterView.h
index 804adc5c60a5d6368a98a5dbc5da2b9eadb7b302..d3d0dfe6e918137a790f0c9fade759141502e671 100644 (file)
@@ -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;