#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 () |
Update the display, by getting new values from the object. New values should be grabbed from the object, and then a wxUpdateUI event should be posted (this for multi-thread, since only one thread should do graphical changes). | |
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)) |
Protected Attributes | |
WXCrystMenuBar * | mpMenuBar |
Private Attributes | |
RefinableObj * | mpRefinableObj |