class ChoicesChoiceHandler
|
This internal class does the real work of the
ChoicesHandler saving. More... |
|
|
Public Methods
This internal class does the real work of the
ChoicesHandler saving. We do this in a nested class
since the agent performing the top level save needs to be a
ChoiceHandler, but it is unnecssarily messy for the
ChoiesManager to be a ChoiceHandler (this would give it
member functions that could be called incorrectly).
ChoicesChoiceHandler ()
| ChoicesChoiceHandler |
~ChoicesChoiceHandler ()
| ~ChoicesChoiceHandler |
void add (ChoiceHandler *ch)
| add |
void remove (ChoiceHandler *ch)
| remove |
void save (std::ostream &out, int indent)
| save |
[const virtual]
Reimplemented from Serializable for internal purposes..
[virtual]
Reimplemented from Serializable for internal purposes..
Generated by: pete on philemon on Wed May 25 14:39:52 2005, using kdoc 2.0a54. |