|
|
| Object (const Common::String &name, Common::SeekableReadStream &stream, bool v2) |
| |
|
bool | allowInitialise () const |
| |
|
void | allowInitialise (bool allow) |
| |
|
void | persistent (bool persistent) |
| |
|
bool | persistent () const |
| |
|
void | ignoreRegion (bool ignoreRegion) |
| |
|
bool | ignoreRegion () const |
| |
|
void | readStringTable (unsigned resOffset, uint16 resCount) |
| |
|
const StringEntry & | getString (uint16 index) const |
| |
|
uint | getStringTableSize () const |
| |
|
const Common::String & | getName () const |
| |
|
const CodeType & | getCode () const |
| |
|
void | setAnimation (const AnimationPtr &animation) |
| |
|
const AnimationPtr & | getAnimation () const |
| |
|
void | setAnimationPosition (Common::Point animationPos) |
| |
|
void | setMouseCursor (const AnimationPtr &mouseCursor) |
| |
|
const AnimationPtr & | getMouseCursor () const |
| |
|
void | setPicture (Graphics::ManagedSurface *) |
| |
|
Graphics::ManagedSurface * | getPicture () const |
| |
|
void | rotate (int rot) |
| |
|
int | rotation () const |
| |
|
void | generateRegion () |
| |
|
void | generateRegion (Common::Rect rect) |
| |
|
void | regionOffset (Common::Point offset) |
| |
|
void | setAlpha (int alpha) |
| |
|
int | alpha () const |
| |
|
void | scale (int scale) |
| |
|
int | scale () const |
| |
|
void | region (RegionPtr region) |
| |
|
const RegionPtr & | region () const |
| |
|
void | setClickHandler (uint ip) |
| |
|
uint | getClickHandler () const |
| |
|
void | setExamineHandler (uint ip) |
| |
|
uint | getExamineHandler () const |
| |
|
void | setUseHandler (const Common::String &name, uint ip) |
| |
|
uint | getUseHandler (const Common::String &name) const |
| |
|
void | setUserUseHandler (uint ip) |
| |
|
void | setThrowHandler (uint ip) |
| |
|
void | setUseOnHandler (uint ip) |
| |
|
uint | getUserUseHandler () const |
| |
|
void | setHandlerBD (uint ip) |
| |
|
uint | getHandlerBD () const |
| |
|
void | setHandlerC1 (uint ip) |
| |
|
uint | getHandlerC1 () const |
| |
|
void | setTrapHandler (uint ip, RegionPtr region) |
| |
|
RegionPtr | getTrapRegion () const |
| |
|
uint | getTrapHandler () const |
| |
|
void | paint (AGDSEngine &engine, Graphics::Surface &backbuffer, Common::Point pos) const |
| |
|
void | moveTo (Common::Point pos) |
| |
|
void | z (int z) |
| |
|
int | z () const |
| |
|
const Common::String & | getText () const |
| |
|
void | setText (const Common::String &text) |
| |
|
void | title (const Common::String &title) |
| |
|
const Common::String & | title () const |
| |
|
Common::Point | getPosition () const |
| |
|
Common::Point | getOffset () const |
| |
|
Common::Rect | getRect () const |
| |
|
void | setKeyHandler (const Common::String &name, uint ip) |
| |
|
uint | getKeyHandler (const Common::String &name) const |
| |
|
uint | throwHandler () const |
| |
|
uint | useOnHandler () const |
| |
|
bool | locked () const |
| |
|
void | lock () |
| |
|
void | unlock () |
| |
|
bool | alive () const |
| |
|
void | alive (bool value) |
| |
|
void | srcRect (Common::Rect srcRect) |
| |
|
bool | pointIn (Common::Point pos) |
| |