23 #include "ObjCryst/wxCryst/wxLSQ.h"
28 BEGIN_EVENT_TABLE(WXLSQ, wxWindow)
31 WXLSQ::WXLSQ(wxWindow *parent, LSQNumObj*p):
32 WXCrystObj(parent),mpLSQ(p)
35 for(
unsigned int i=0;i<mpLSQ->GetCompiledRefinedObj().GetNbPar();++i)
37 if(mpLSQ->GetCompiledRefinedObj().GetPar(i).IsUsed())
39 WXCrystObjBasic* pRefPar=mpLSQ->GetCompiledRefinedObj().GetPar(i).WXCreate(
this);
40 mpSizer->Add(pRefPar,0);
44 this->BottomLayout(0);
45 this->CrystUpdate(
true,
true);
48 WXLSQ::~WXLSQ(){mpLSQ->WXNotifyDelete();}
virtual bool OnChangeName(const int id)
When a WXFieldName has been changed by the user, it is handled here.
The namespace which includes all objects (crystallographic and algorithmic) in ObjCryst++.