

Public Member Functions | |
| RefObjOption (T *obj) | |
| Constructor for the option. | |
| 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.
Definition at line 600 of file RefinableObj.h.
| ObjCryst::RefObjOption< T >::RefObjOption | ( | T * | obj | ) |
void(T::* ObjCryst::RefObjOption< T >::mfpSetNewValue)(const int) [private] |
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.
1.5.5