|
|
void | init () override |
| |
|
void | registerGraphics () override |
| |
|
void | updateGraphics () override |
| |
|
void | handleInput (NancyInput &input) |
| |
|
void | open () |
| |
|
void | close () |
| |
|
void | toggle () |
| |
|
void | setNoSignal (bool noSignal) |
| |
|
void | setBatteryLow (bool low) |
| |
|
void | upsertContact (const UICL::Contact &c) |
| |
|
void | addSearchLink (int16 mode, const Common::String &key, const Common::String &value, int16 extra, int16 flag, int16 eventFlag) |
| |
|
void | setReturnScene (const SceneChangeDescription &scene) |
| |
|
bool | consumeReturnScene (SceneChangeDescription &out) |
| |
|
void | startIncomingCall (const SceneChangeDescription &scene) |
| |
|
| RenderObject (uint16 zOrder) |
| |
|
| RenderObject (uint16 zOrder, Graphics::ManagedSurface &surface, const Common::Rect &srcBounds, const Common::Rect &destBounds) |
| |
|
| RenderObject (RenderObject &&)=default |
| |
|
void | moveTo (const Common::Point &position) |
| |
|
void | moveTo (const Common::Rect &bounds) |
| |
|
void | setVisible (bool visible) |
| |
|
void | setTransparent (bool isTransparent) |
| |
|
bool | isVisible () const |
| |
|
bool | needsRedraw () const |
| |
|
void | setNeedsRedraw (bool needsRedraw) |
| |
|
void | setHasMoved (bool hasMoved) |
| |
|
void | grabPalette (byte *colors, uint paletteStart=0, uint paletteSize=256) |
| |
|
void | setPalette (const Common::Path &paletteName, uint paletteStart=0, uint paletteSize=256) |
| |
|
void | setPalette (const byte *colors, uint paletteStart=0, uint paletteSize=256) |
| |
|
bool | hasMoved () const |
| |
|
void | updatePreviousScreenPosition () |
| |
|
Common::Rect | getScreenPosition () const |
| |
|
Common::Rect | getScreenPositionRaw () const |
| |
|
Common::Rect | getPreviousScreenPosition () const |
| |
|
Common::Rect | convertToLocal (const Common::Rect &screen) const |
| |
|
Common::Rect | convertToScreen (const Common::Rect &rect) const |
| |
|
Common::Rect | getBounds () const |
| |
|
uint16 | getZOrder () const |
| |
|
void | setZOrder (uint16 z) |
| |
|
virtual bool | isViewportRelative () const |
| |