28 #ifndef WINTERMUTE_UIBUTTON_H 29 #define WINTERMUTE_UIBUTTON_H 32 #include "engines/wintermute/ui/ui_object.h" 33 #include "engines/wintermute/dctypes.h" 42 bool display()
override {
return display(0, 0); }
43 bool display(
int offsetX,
int offsetY)
override;
45 void correctSize()
override;
49 bool loadFile(
const char *filename);
50 bool loadBuffer(
char *buffer,
bool complete =
true);
55 bool scSetProperty(
const char *name,
ScValue *value)
override;
57 const char *scToString()
override;
64 void setTextAlign(TTextAlign align);
88 uint32 _oneTimePressTime;
Definition: base_game.h:76
Definition: script_value.h:42
Definition: base_dynamic_buffer.h:35
Definition: script_stack.h:41
Definition: base_font.h:37
Definition: ui_tiled_image.h:37
Definition: base_sprite.h:40
Definition: achievements_tables.h:27
Definition: ui_object.h:39