Inheritance diagram for ObjCryst::RefObjOption< T >:
Public Methods | |
RefObjOption (T *obj) | |
Constructor for the option. | |
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.
|
|
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. |