|
int | insertChars (int pos, const byte *chars, int num) |
|
int | deleteChars (int start, int end) |
|
bool | display (int offsetX, int offsetY) override |
|
bool | handleKeypress (Common::Event *event, bool printable=false) override |
|
void | setCursorChar (const char *character) |
|
| UIEdit (BaseGame *inGame) |
|
bool | loadFile (const char *filename) |
|
bool | loadBuffer (char *buffer, bool complete=true) |
|
bool | saveAsText (BaseDynamicBuffer *buffer, int indent) override |
|
ScValue * | scGetProperty (const Common::String &name) override |
|
bool | scSetProperty (const char *name, ScValue *value) override |
|
bool | scCallMethod (ScScript *script, ScStack *stack, ScStack *thisStack, const char *name) override |
|
const char * | scToString () override |
|
bool | getTotalOffset (int *offsetX, int *offsetY) |
|
bool | focus () |
|
bool | handleMouse (TMouseEvent event, TMouseButton button) override |
|
bool | isFocused () |
|
bool | display () override |
|
virtual bool | display (int offsetX) |
|
virtual void | correctSize () |
|
void | setText (const char *text) |
|
| UIObject (BaseGame *inGame=nullptr) |
|
void | setListener (BaseScriptHolder *object, BaseScriptHolder *listenerObject, uint32 listenerParam) |
|
BaseScriptHolder * | getListener () const |
|
bool | saveAsText (BaseDynamicBuffer *buffer, int indent) override |
|
ScValue * | scGetProperty (const Common::String &name) override |
|
bool | scSetProperty (const char *name, ScValue *value) override |
|
bool | scCallMethod (ScScript *script, ScStack *stack, ScStack *thisStack, const char *name) override |
|
const char * | scToString () override |
|
int32 | getWidth () const |
|
int32 | getHeight () override |
|
void | setHeight (int32 height) |
|
void | setWidth (int32 width) |
|
bool | isDisabled () const |
|
void | setDisabled (bool disable) |
|
bool | isVisible () const |
|
void | setVisible (bool visible) |
|
bool | hasSharedFonts () const |
|
void | setSharedFonts (bool shared) |
|
bool | hasSharedImages () const |
|
void | setSharedImages (bool shared) |
|
BaseSprite * | getImage () const |
|
void | setImage (BaseSprite *image) |
|
void | setFont (BaseFont *font) |
|
BaseFont * | getFont () |
|
bool | canFocus () const |
|
virtual bool | afterMove () |
|
virtual bool | isReady () |
|
virtual bool | getExtendedFlag (const char *flagName) |
|
virtual bool | resetSoundPan () |
|
virtual bool | updateSounds () |
|
bool | updateOneSound (BaseSound *sound) |
|
virtual bool | handleMouseWheel (int32 delta) |
|
bool | setCursor (const char *filename) |
|
bool | setActiveCursor (const char *filename) |
|
bool | cleanup () |
|
const char * | getCaption (int caseVal=1) |
|
void | setCaption (const char *caption, int caseVal=1) |
|
virtual bool | showCursor () |
|
bool | listen (BaseScriptHolder *param1, uint32 param2) override |
|
| BaseObject (BaseGame *inGame) |
|
virtual bool | update () |
|
virtual bool | invalidateDeviceObjects () |
|
virtual bool | restoreDeviceObjects () |
|
| BaseScriptHolder (BaseGame *inGame) |
|
ScScript * | invokeMethodThread (const char *methodName) override |
|
virtual void | makeFreezable (bool freezable) |
|
bool | canHandleEvent (const char *eventName) const |
|
bool | canHandleMethod (const char *eventMethod) const override |
|
bool | cleanup () |
|
bool | removeScript (ScScript *script) |
|
bool | addScript (const char *filename) |
|
bool | applyEvent (const char *eventName, bool unbreakable=false) |
|
void | setFilename (const char *filename) |
|
const char * | getFilename () |
|
bool | parseProperty (char *buffer, bool complete=true) |
|
void | scDebuggerDesc (char *buf, int bufSize) override |
|
virtual bool | sendEvent (const char *eventName) |
|
| BaseScriptable (BaseGame *inGame, bool noValue=false, bool persistable=true) |
|
virtual void * | scToMemBuffer () |
|
virtual int | scToInt () |
|
virtual double | scToFloat () |
|
virtual bool | scToBool () |
|
virtual void | scSetString (const char *val) |
|
virtual void | scSetInt (int val) |
|
virtual void | scSetFloat (double val) |
|
virtual void | scSetBool (bool val) |
|
virtual int | scCompare (BaseScriptable *val) |
|
virtual Common::String | debuggerToString () const |
|
| BaseNamedObject (BaseGame *inGame) |
|
| BaseNamedObject (TDynamicConstructor, TDynamicConstructor) |
|
const char * | getName () const |
|
void | setName (const char *name) |
|
bool | setEditorProp (const Common::String &propName, const Common::String &propValue) |
|
Common::String | getEditorProp (const Common::String &propName, const Common::String &initVal=Common::String()) |
|
| BaseClass (TDynamicConstructor, TDynamicConstructor) |
|
bool | parseEditorProperty (char *buffer, bool complete=true) |
|
| BaseClass (BaseGame *GameOwner) |
|
virtual const char * | getClassName () |
|
virtual bool | persist (BasePersistenceManager *persistMgr) |
|