#include <RefinableObj.h>
Inheritance diagram for ObjCryst::RefObjOption::
Public Methods | |
RefObjOption (T *obj) | |
Constructor for the option. More... | |
~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. If null, the value is just recorded and no notification is done. |
NOT USED SO FAR.
|
Constructor for the option.
|