#include <wxRefinableObj.h>
Inheritance diagram for ObjCryst::WXRefinableObj::
Public Methods | |
WXRefinableObj (wxWindow *parent, RefinableObj *) | |
~WXRefinableObj () | |
bool | Layout () |
Fix the Layout of the window, resize if necessary. | |
virtual void | CrystUpdate () |
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. | |
virtual void | UpdateUI () |
Update the User Interface, if necessary. | |
virtual bool | OnChangeName (const int id) |
When a WXFieldName has been changed by the user, it is handled here. This returns true if the value has been handled (for inheritance purposes). | |
void | OnMenuSave (wxCommandEvent &WXUNUSED(event)) |
void | OnMenuLoad (wxCommandEvent &WXUNUSED(event)) |
void | OnMenuFixAllPar (wxCommandEvent &WXUNUSED(event)) |
void | OnMenuUnFixAllPar (wxCommandEvent &WXUNUSED(event)) |
void | OnMenuParRandomize (wxCommandEvent &WXUNUSED(event)) |
virtual void | OnUpdateUI (wxUpdateUIEvent &event) |
Protected Attributes | |
WXCrystMenuBar * | mpMenuBar |
Private Attributes | |
RefinableObj * | mpRefinableObj |