|
| void | save (SimpleFile *file, int indent) override |
| |
| void | load (SimpleFile *file) override |
| |
| CMovieClip * | findClip (const CString &name) |
| |
| void | calcNodePosition (const Point &nodePos, double &xVal, double &yVal) const |
| |
| int | getScriptId () const |
| |
|
CResourceKey | getTransitionMovieKey () |
| |
|
CResourceKey | getExitMovieKey () |
| |
| CString | dumpItem (int indent) const override |
| |
| const CString | getName () const override |
| |
| bool | isEquals (const CString &name, bool startsWith=false) const override |
| |
| virtual CViewItem * | findView () const |
| |
| virtual CNodeItem * | findNode () const |
| |
| virtual CRoomItem * | findRoom () const |
| |
| void | dump (int indent) |
| |
| void | save (SimpleFile *file, int indent) override |
| |
| void | load (SimpleFile *file) override |
| |
| virtual CGameManager * | getGameManager () const |
| |
| virtual bool | isFileItem () const |
| |
| 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 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) |
| |
◆ save()
| void Titanic::CRoomItem::save |
( |
SimpleFile * |
file, |
|
|
int |
indent |
|
) |
| |
|
overridevirtual |
◆ load()
| void Titanic::CRoomItem::load |
( |
SimpleFile * |
file | ) |
|
|
overridevirtual |
◆ findClip()
Return a movie clip for the room by name
◆ calcNodePosition()
| void Titanic::CRoomItem::calcNodePosition |
( |
const Point & |
nodePos, |
|
|
double & |
xVal, |
|
|
double & |
yVal |
|
) |
| const |
Calculates the positioning of a node within the overall room
◆ getScriptId()
| int Titanic::CRoomItem::getScriptId |
( |
| ) |
const |
Get the TrueTalk script Id associated with the room
The documentation for this class was generated from the following file: