X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuPlotterView.h;h=ff4657bed9e81d0b90f640c6229202c960ad5015;hb=9dc674e734b8dc98f1729630889bcabc9f4a695c;hp=ede9e0ca410d0941361175631482c0982404f94d;hpb=44e4be7013ea566bd2bdefb9d48e1da0071c3d91;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuPlotterView.h b/bbtk/src/bbmaracasvisuPlotterView.h index ede9e0c..ff4657b 100644 --- a/bbtk/src/bbmaracasvisuPlotterView.h +++ b/bbtk/src/bbmaracasvisuPlotterView.h @@ -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 @@ -17,7 +17,7 @@ class /*BBTK_EXPORT*/ PlotterView /// User callback called in the box contructor virtual void bbUserConstructor(); /// User callback called in the box copy constructor -virtual void bbUserCopyConstructor(); +virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer); /// User callback called in the box destructor virtual void bbUserDestructor(); //================================================================== @@ -26,7 +26,7 @@ virtual void bbUserDestructor(); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); - void CreateWidget(); + void CreateWidget(wxWindow*); private: pPlotterWindow *mwxwidget; @@ -42,8 +42,8 @@ BBTK_CATEGORY("viewer"); BBTK_INPUT(PlotterView,InY,"y vector",std::vector,""); BBTK_END_DESCRIBE_BLACK_BOX(PlotterView); } -// EO namespace bbmaracasvisu +// EO namespace bbcreaMaracasVisu -#endif // __bbmaracasvisuPlotterView_h_INCLUDED__ +#endif // __bbcreaMaracasVisuPlotterView_h_INCLUDED__ #endif // _USE_WXWIDGETS_