Inheritance diagram for ObjCryst::WXRefinableObj:
Public Methods | |
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. | |
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 shows the title, a menu for XMLInput/XMLOutput, and all RefObjOpt.
|
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::WXCrystObj. Reimplemented in ObjCryst::WXCrystal, ObjCryst::WXDiffractionSingleCrystal, ObjCryst::WXMolecule, and ObjCryst::WXPowderPattern. |
|
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). Implements ObjCryst::WXCrystObj. Reimplemented in ObjCryst::WXCrystal, ObjCryst::WXScatteringPowerAtom, and ObjCryst::WXScatteringPowerSphere. |