|
void | draw () override |
|
void | update (int time) override |
|
void | show (bool v) override |
|
bool | isInPoint (Common::Point p) override |
|
void | onMouseMove (Common::Point p) override |
|
void | onClick (Common::Point p) override |
|
void | addItem (uint16 id) |
|
void | removeItem (uint16 id) |
|
void | transformItem (uint16 oldItem, uint16 newItem) |
|
void | updateZ () override |
|
void | setPos (Common::Point p, bool center) override |
|
void | setReaction (int16 id, QReaction *reaction) |
|
virtual void | processMessage (const QMessage &msg) |
|
void | processReaction (QReaction *reaction, const QMessage *msg=nullptr) |
|
virtual void | play (int id, int type) |
|
void | loadSound () |
|
void | removeSound () |
|
void | readScriptData (Common::SeekableReadStream &stream) |
|
virtual void | readInisData (Common::INIFile &names, Common::INIFile &cast, Common::INIFile *bgs) |
|
|
Common::Array< uint16 > | _items |
|
Common::Point | _itemsLocation [6] |
|
uint | _clickedObjIndex |
|
uint | _itemIndex |
|
int32 | _x |
|
int32 | _y |
|
int32 | _walkX |
|
int32 | _walkY |
|
int32 | _time |
|
byte | _frame |
|
bool | _isShown |
|
bool | _animate |
|
bool | _updateZ |
|
bool | _holdMessages |
|
bool | _isActive |
|
bool | _startSound |
|
bool | _loopedSound |
|
Sound * | _sound |
|
int8 | _status |
|
uint16 | _id |
|
Common::String | _name |
|
Common::String | _nameOnScreen |
|
int32 | _dialogColor |
|
Common::Array< QReaction > | _reactions |
|
QReaction * | _reaction |
|
int16 | _reactionId |
|
int32 | _resourceId |
|
int32 | _z |
|
The documentation for this class was generated from the following file: