|
| MacDialogWindow (MacGuiImpl *gui, OSystem *system, Graphics::Surface *from, Common::Rect bounds, MacDialogWindowStyle windowStyle=kWindowStyleNormal, MacDialogMenuStyle menuStyle=kMenuStyleDisabled) |
|
Graphics::Surface * | surface () |
|
Graphics::Surface * | innerSurface () |
|
bool | isVisible () const |
|
void | show () |
|
bool | runDialog (MacDialogEvent &dialogEvent) |
|
void | delayAndUpdate () |
|
void | updateCursor () |
|
uint | getNumWidgets () const |
|
MacWidget * | getWidget (uint nr) const |
|
MacWidget * | getWidget (MacWidgetType type, uint nr=0) const |
|
void | setDefaultWidget (MacWidget *widget) |
|
MacWidget * | getDefaultWidget () const |
|
void | setFocusedWidget (int x, int y) |
|
void | clearFocusedWidget () |
|
MacWidget * | getFocusedWidget () const |
|
Common::Point | getFocusClick () const |
|
Common::Point | getMousePos () const |
|
int | findWidget (int x, int y) const |
|
MacGuiImpl::MacButton * | addButton (Common::Rect bounds, Common::String text, bool enabled) |
|
MacGuiImpl::MacCheckbox * | addCheckbox (Common::Rect bounds, Common::String text, bool enabled) |
|
MacGuiImpl::MacStaticText * | addStaticText (Common::Rect bounds, Common::String text, bool enabled, Graphics::TextAlign alignment=Graphics::kTextAlignLeft) |
|
MacGuiImpl::MacEditText * | addEditText (Common::Rect bounds, Common::String text, bool enabled) |
|
MacGuiImpl::MacImage * | addIcon (int x, int y, int id, bool enabled) |
|
MacGuiImpl::MacImage * | addPicture (Common::Rect bounds, int id, bool enabled) |
|
MacGuiImpl::MacGuiImpl::MacSlider * | addSlider (int x, int y, int h, int minValue, int maxValue, int pageSize, bool enabled) |
|
MacGuiImpl::MacImageSlider * | addImageSlider (int backgroundId, int handleId, bool enabled, int minX, int maxX, int minValue, int maxValue, int leftMargin=0, int rightMargin=0) |
|
MacGuiImpl::MacImageSlider * | addImageSlider (Common::Rect bounds, MacImage *handle, bool enabled, int minX, int maxX, int minValue, int maxValue) |
|
MacGuiImpl::MacListBox * | addListBox (Common::Rect bounds, Common::StringArray texts, bool enabled, bool contentUntouchable=false) |
|
MacGuiImpl::MacPopUpMenu * | addPopUpMenu (Common::Rect bounds, Common::String text, int textWidth, Common::StringArray texts, bool enabled) |
|
void | addControl (Common::Rect bounds, uint16 controlId) |
|
void | addSubstitution (Common::String text) |
|
void | replaceSubstitution (int nr, Common::String text) |
|
bool | hasSubstitution (uint n) const |
|
Common::String & | getSubstitution (uint n) |
|
void | markRectAsDirty (Common::Rect r) |
|
void | update (bool fullRedraw=false) |
|
void | drawPatternRoundRect (const Common::Rect &rect, int arc, uint32 color, bool filled, bool darkenOnly) |
|
void | drawDottedHLine (int x0, int y, int x1) |
|
void | fillPattern (Common::Rect r, uint16 pattern, bool fillBlack=true, bool fillWhite=true) |
|
void | drawSprite (const MacImage *image, int x, int y) |
|
void | drawSprite (const Graphics::Surface *sprite, int x, int y) |
|
void | drawSprite (const Graphics::Surface *sprite, int x, int y, Common::Rect clipRect) |
|
void | drawTexts (Common::Rect r, const TextLine *lines, bool inverse=false) |
|
void | drawTextBox (Common::Rect r, const TextLine *lines, bool inverse=false, int arc=9) |
|