Public Member Functions | |
CMovieRangeInfo (const CMovieRangeInfo *src) | |
void | save (SimpleFile *file, int indent) override |
void | load (SimpleFile *file) override |
void | addEvent (CMovieEvent *movieEvent) |
void | getMovieEnd (CMovieEventList &list) |
void | getMovieFrame (CMovieEventList &list, int frameNumber) |
void | process (CGameObject *owner) |
Public Member Functions inherited from Titanic::CSaveableObject | |
virtual ClassDef * | getType () const |
bool | isInstanceOf (const ClassDef *classDef) const |
virtual void | saveHeader (SimpleFile *file, int indent) |
virtual void | saveFooter (SimpleFile *file, int indent) |
Public Attributes | |
int | _startFrame |
int | _endFrame |
int | _initialFrame |
bool | _isReversed |
bool | _isRepeat |
CMovieEventList | _events |
CLASSDEF | |
Public Attributes inherited from Titanic::ListItem | |
CLASSDEF | |
Additional Inherited Members | |
Static Public Member Functions inherited from Titanic::CSaveableObject | |
static void | initClassList () |
static void | freeClassList () |
static CSaveableObject * | createInstance (const Common::String &name) |
Static Public Attributes inherited from Titanic::CSaveableObject | |
static ClassDef * | _type |
|
overridevirtual |
Save the data for the class to file
Reimplemented from Titanic::ListItem.
|
overridevirtual |
Load the data for the class from file
Reimplemented from Titanic::ListItem.
|
inline |
Adds an event to the events list
void Titanic::CMovieRangeInfo::getMovieEnd | ( | CMovieEventList & | list | ) |
Get any movie end events for the range
void Titanic::CMovieRangeInfo::getMovieFrame | ( | CMovieEventList & | list, |
int | frameNumber | ||
) |
Get any movie frame events for a specified frame number