#include <Story.H>
Public Member Functions | |
| Story (const string &name) | |
| virtual | ~Story () |
| virtual void | parseXML (const string &filename) |
| Section * | getSectionByName (const string §ionName) |
| Array< Section * > | getSections () |
| virtual void | animate () |
| Scene * | getCurrentScene () |
| void | startCollapse () |
| void | startNamedScene (string sceneName) |
| Scene * | getNamedScene (string sceneName) |
| void | addWordToCollapse (Word *word) |
| bool | readyToCollapse () |
| void | oneMoreWordPeeled () |
| void | oneMoreWordPlaced () |
Static Public Member Functions | |
| static Story * | instance () |
Protected Attributes | |
| Array< Section * > | _sections |
| Array< Scene * > | _scenes |
| Scene * | _currentScene |
| TotalCollapse * | _collapseScene |
| string | _name |
| double | _startTime |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.0