Inheritance diagram for ObjCryst::WXPowderPatternBackground:
Public Member Functions | |
WXPowderPatternBackground (wxWindow *parent, PowderPatternBackground *) | |
void | OnMenuImportUserBackground (wxCommandEvent &WXUNUSED(event)) |
void | OnMenuOptimizeBayesianBackground (wxCommandEvent &WXUNUSED(event)) |
void | OnMenuAutomaticBayesianBackground (wxCommandEvent &WXUNUSED(event)) |
void | OnEditGridBackgroundPoint (wxGridEvent &e) |
virtual void | CrystUpdate (const bool updateUI=false, const bool mutexlock=false) |
Get new values to be displayed from the underlying object, and raise flag if an UI update is necessary. | |
virtual void | UpdateUI (const bool mutexlock=false) |
Update the User Interface, if necessary. | |
Private Attributes | |
PowderPatternBackground * | mpPowderPatternBackground |
wxGrid * | mpGridBackgroundPoint |
CrystVector_REAL | mBackgroundInterpPointX |
Copy of the list of points and intensity. | |
CrystVector_REAL | mBackgroundInterpPointIntensity |
Copy of the list of points and intensity. | |
bool | mNeedUpdateUI |
True if the list of points has changed since last displayed. | |
bool | mIsSelfUpdating |
Still very limited ! Only allows to import a list of background points...
|
|
|
Get new values to be displayed from the underlying object, and raise flag if an UI update is necessary. The actual GUI update is not made here. UpdateUI() should be called separately, from the main thread.
Reimplemented from ObjCryst::WXRefinableObj. |
|
|
|
|
|
|
|
|
|
Update the User Interface, if necessary.
Reimplemented from ObjCryst::WXRefinableObj. |
|
Copy of the list of points and intensity.
|
|
Copy of the list of points and intensity.
|
|
|
|
True if the list of points has changed since last displayed.
Reimplemented from ObjCryst::WXCrystObjBasic. |
|
|
|
|