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]
void load (std::istream &in,
TSE3::SerializableLoadInfo &info)
| load |
[virtual]
Generated by: pete on philemon on Wed May 25 14:40:30 2005, using kdoc 2.0a54. |