#include <wxCryst.h>
Inheritance diagram for ObjCryst::WXFieldPar::
Public Methods | |
WXFieldPar (wxWindow *parent, const string &label, const int field_id, T *par, const int hsize=50) | |
Constructor. | |
virtual void | CrystUpdate () |
This gets a new value from the parameter. | |
virtual void | Revert () |
Revert to the previous value. | |
Protected Methods | |
virtual void | ReadNewValue () |
Reads the new value when the Enter key is hit. | |
virtual void | ApplyNewValue () |
Applies a new value and shows it. | |
Protected Attributes | |
T * | mpValue |
A pointer to the value displayed. | |
T | mValueOld |
The last value displayed, before it was changed by the user. |