X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuPlotterView.cxx;h=cee80abbc03277a852ce4e810d114ceffa0199de;hb=bf403544fe90a939c6a988f2c06ead7f4738d545;hp=4c60cf3d1af541e62652c4fcde7ce579a9795186;hpb=800f29fd7e4cc70d8706b3075454e63f0b1a5717;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuPlotterView.cxx b/bbtk/src/bbmaracasvisuPlotterView.cxx index 4c60cf3..cee80ab 100644 --- a/bbtk/src/bbmaracasvisuPlotterView.cxx +++ b/bbtk/src/bbmaracasvisuPlotterView.cxx @@ -17,10 +17,10 @@ void PlotterView::Process() } //--------------------------------------------------- -void PlotterView::CreateWidget() +void PlotterView::CreateWidget(wxWindow* parent) { bbtkDebugMessageInc("Core",9,"PlotterView::CreateWxWindow()"<AddLayer(new pPlotterScaleX()); mwxwidget->AddLayer(new pPlotterScaleY()); pGraphicalFunction *pGF = mwxwidget->getFunctionForVectors( &(bbGetInputInX()), &(bbGetInputInY()) ); // taking address of temporary ! JPRx @@ -33,10 +33,11 @@ void PlotterView::CreateWidget() //--------------------------------------------------- void PlotterView::bbUserConstructor() { + mwxwidget = NULL; } //--------------------------------------------------- -void PlotterView::bbUserCopyConstructor() +void PlotterView::bbUserCopyConstructor(bbtk::BlackBox::Pointer) { }