|
| IntegrityDialog (Common::String endpoint, Common::String gameConfig) |
|
void | sendJSON () |
|
void | checksumResponseCallback (const Common::JSONValue *r) |
|
void | errorCallback (const Networking::ErrorResponse &error) |
|
void | calculateTotalSize (Common::Path gamePath) |
|
Common::Array< Common::StringArray > | generateChecksums (Common::Path gamePath, Common::Array< Common::StringArray > &fileChecksums) |
|
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) |
|