Inheritance diagram for ObjCryst::RefObjOption< T >:
Public Member Functions | |
RefObjOption (T *obj) | |
Constructor for the option. | |
~RefObjOption () | |
void | Init (const int nbChoice, const string *name, const string *choiceNames, void(T::*fp)(const int)) |
virtual void | SetChoice (const int choice) |
Private Attributes | |
T * | mpObj |
The object which uses this option. | |
void(T::* | mfpSetNewValue )(const int) |
The pointer to the member function to be used when the choice is changed, to notify immediately the object. |
NOT USED SO FAR.
|
Constructor for the option.
|
|
|
|
|
|
Reimplemented from ObjCryst::RefObjOpt. |
|
The pointer to the member function to be used when the choice is changed, to notify immediately the object. If null, the value is just recorded and no notification is done. |
|
The object which uses this option.
|