|
|
| IntegrityDialog (Common::String endpoint, Common::String gameConfig) |
| |
| bool | progressUpdate (int bytesProcessed) |
| |
|
void | sendJSON () |
| |
|
void | checksumResponseCallback (const Common::JSONValue *r) |
| |
|
void | errorCallback (const Networking::ErrorResponse &error) |
| |
|
void | calculateTotalSize (Common::Path gamePath, const Common::HashMap< Common::Path, bool, Common::Path::IgnoreCase_Hash, Common::Path::IgnoreCase_EqualTo > &ignoredSubdirsMap) |
| |
|
Common::Array< Common::StringArray > | generateChecksums (Common::Path currentPath, Common::Array< Common::StringArray > &fileChecksums, Common::Path gamePath) |
| |
|
Common::JSONValue * | generateJSONRequest (Common::Path gamePath, Common::String gameid, Common::String engineid, Common::String extra, Common::String platform, Common::String language) |
| |
|
void | parseJSON (const Common::JSONValue *response) |
| |
|
void | open () override |
| |
|
void | close () override |
| |
|
void | handleCommand (CommandSender *sender, uint32 cmd, uint32 data) override |
| |
|
void | handleTickle () override |
| |
|
void | reflowLayout () override |
| |
|
void | setError (Common::U32String &msg) |
| |
|
| Dialog (int x, int y, int w, int h, bool scale=false) |
| |
|
| Dialog (const Common::String &name) |
| |
|
virtual int | runModal () |
| |
|
bool | isVisible () const override |
| |
|
bool | isMouseUpdatedOnFocus () const |
| |
|
void | releaseFocus () override |
| |
|
void | setFocusWidget (Widget *widget) |
| |
|
Widget * | getFocusWidget () |
| |
|
bool | isDragging () const |
| |
|
void | setTickleWidget (Widget *widget) |
| |
|
void | unSetTickleWidget () |
| |
|
Widget * | getTickleWidget () |
| |
|
virtual void | lostFocus () |
| |
|
virtual void | receivedFocus (int x=-1, int y=-1) |
| |
|
Widget * | findWidget (uint32 type) |
| |
|
| GuiObject (int x, int y, int w, int h, bool scale=false) |
| |
|
| GuiObject (const Common::String &name) |
| |
|
virtual void | setTextDrawableArea (const Common::Rect &r) |
| |
|
virtual void | resize (int x, int y, int w, int h, bool scale=true) |
| |
|
virtual Widget * | addChild (Widget *newChild) |
| |
|
virtual int16 | getRelX () const |
| |
|
virtual int16 | getRelY () const |
| |
|
virtual int16 | getAbsX () const |
| |
|
virtual int16 | getAbsY () const |
| |
|
virtual int16 | getChildX () const |
| |
|
virtual int16 | getChildY () const |
| |
|
virtual uint16 | getWidth () const |
| |
|
virtual uint16 | getHeight () const |
| |
|
virtual bool | isPointIn (int x, int y) |
| |
| virtual Common::Rect | getClipRect () const |
| |
|
virtual void | handleTooltipUpdate (int x, int y) |
| |
Public Member Functions inherited from GUI::CommandSender |
|
| CommandSender (CommandReceiver *target) |
| |
|
void | setTarget (CommandReceiver *target) |
| |
|
CommandReceiver * | getTarget () const |
| |
|
virtual void | sendCommand (uint32 cmd, uint32 data) |
| |
|
| void | markWidgetsAsDirty () |
| |
| Common::Rect | getMaxDirtyRect () const |
| |
| virtual void | drawDialog (DrawLayer layerToDraw, bool resetClipping=true) |
| |
| void | drawWidgets () |
| |
|
virtual void | handleMouseDown (int x, int y, int button, int clickCount) |
| |
|
virtual void | handleMouseUp (int x, int y, int button, int clickCount) |
| |
|
virtual void | handleMouseWheel (int x, int y, int direction) override |
| |
|
virtual void | handleKeyDown (Common::KeyState state) |
| |
|
virtual void | handleKeyUp (Common::KeyState state) |
| |
|
virtual void | handleMouseMoved (int x, int y, int button) |
| |
|
virtual void | handleMouseLeft (int button) |
| |
|
virtual void | handleOtherEvent (const Common::Event &evt) |
| |
|
Widget * | findWidget (int x, int y) |
| |
|
Widget * | findWidget (const char *name) |
| |
|
void | removeWidget (Widget *widget) override |
| |
|
void | setMouseUpdatedOnFocus (bool mouseUpdatedOnFocus) |
| |
|
void | setDefaultFocusedWidget () |
| |
|
void | setResult (int result) |
| |
|
int | getResult () const |
| |
|
Widget * | _mouseWidget |
| |
|
Widget * | _focusedWidget |
| |
|
Widget * | _dragWidget |
| |
|
Widget * | _tickleWidget |
| |
|
bool | _visible |
| |
|
bool | _mouseUpdatedOnFocus |
| |
|
ThemeEngine::DialogBackground | _backgroundType |
| |
|
Common::Rect | _textDrawableArea |
| |
|
int16 | _x |
| |
|
int16 | _y |
| |
|
uint16 | _w |
| |
|
uint16 | _h |
| |
|
bool | _useRTL |
| |
|
const Common::String | _name |
| |
|
Widget * | _firstWidget |
| |
Protected Attributes inherited from GUI::CommandSender |
|
CommandReceiver * | _target |
| |