|
void | save (SimpleFile *file, int indent) override |
|
void | load (SimpleFile *file) override |
|
CGameManager * | getGameManager () const override |
|
void | setGameManager (CGameManager *gameManager) |
|
CPetControl * | getPetControl () const |
|
void | resetGameManager () |
|
void | loadGame (int slotId) |
|
void | saveGame (int slotId, const CString &desc) |
|
void | clear () |
|
void | setFilename (const CString &name) |
|
CRoomItem * | findFirstRoom () const |
|
CRoomItem * | findNextRoom (CRoomItem *priorRoom) const |
|
CDontSaveFileItem * | getDontSaveFileItem () const |
|
CRoomItem * | findHiddenRoom () |
|
CViewItem * | findView (int roomNumber, int nodeNumber, int viewNumber) |
|
CViewItem * | parseView (const CString &viewString) |
|
bool | changeView (const CString &viewName, const CString &clipName) |
|
bool | changeView (const CString &viewName) |
|
bool | isFileItem () const override |
|
CString | formFilename () const |
|
CString | getFilename () const |
|
void | dump (int indent) |
|
virtual CString | dumpItem (int indent) const |
|
void | save (SimpleFile *file, int indent) override |
|
void | load (SimpleFile *file) override |
|
virtual bool | isRoomItem () const |
|
virtual bool | isNodeItem () const |
|
virtual bool | isViewItem () const |
|
virtual bool | isLinkItem () const |
|
virtual bool | isPlaceHolderItem () const |
|
virtual bool | isNamedItem () const |
|
virtual bool | isGameObject () const |
|
virtual bool | isGameObjectDescItem () const |
|
virtual const CString | getName () const |
|
virtual bool | isEquals (const CString &name, bool startsWith=false) const |
|
virtual int | compareTo (const CString &name, int maxLen=0) const |
|
virtual const CMovieClipList * | getMovieClips () const |
|
virtual bool | connectsTo (CViewItem *destView) const |
|
virtual void | draw (CScreenManager *screenManager) |
|
virtual Rect | getBounds () const |
|
virtual void | freeSurface () |
|
CTreeItem * | getParent () const |
|
CProjectItem * | getRoot () const |
|
CTreeItem * | getNextSibling () const |
|
CTreeItem * | getPriorSibling () const |
|
CTreeItem * | getLastSibling () |
|
CTreeItem * | getFirstChild () const |
|
CTreeItem * | getLastChild () const |
|
CTreeItem * | scan (CTreeItem *item) const |
|
CTreeItem * | findChildInstanceOf (ClassDef *classDef) const |
|
CTreeItem * | findNextInstanceOf (ClassDef *classDef, CTreeItem *startItem) const |
|
void | addUnder (CTreeItem *newParent) |
|
void | setParent (CTreeItem *newParent) |
|
void | addSibling (CTreeItem *item) |
|
void | moveUnder (CTreeItem *newParent) |
|
void | destroyAll () |
|
int | destroyChildren () |
|
void | detach () |
|
void | attach (CTreeItem *item) |
|
CNamedItem * | findByName (const CString &name, bool subMatch=false) |
|
virtual ClassDef * | getType () const |
|
bool | isInstanceOf (const ClassDef *classDef) const |
|
virtual void | saveHeader (SimpleFile *file, int indent) |
|
virtual void | saveFooter (SimpleFile *file, int indent) |
|