|
| WindowServerMinimal () |
|
virtual | ~WindowServerMinimal () |
|
virtual void | prepareAddWindow (Window *win) |
|
virtual void | addWindow (Window *win) |
|
virtual void | removeWindow (Window *win) |
|
virtual void | focusWindow (Window *win) |
|
virtual WindowManagerBase * | windowManagerForWindow (Window *wm) const |
|
virtual bool | okToResizeUi (bool ignorePendingRequests=false) |
|
virtual void | resizeWindowManagers (int width, int height) |
|
virtual QRectF | mapRectToRoot (const QGraphicsItem *item, const QRectF &rect) const |
|
virtual QPixmap * | takeScreenShot () |
|
virtual | ~WindowServer () |
|
virtual void | unfocusWindow (Window *win) |
|
virtual void | windowUpdated (Window *win) |
|
virtual void | addWindowTimedOut (Window *win) |
|
void | bootupFinished () |
|
void | startProgressAnimation (ProgressAnimation::Type type=ProgressAnimation::TypeHp) |
|
void | stopProgressAnimation () |
|
bool | progressRunning () const |
|
virtual void | startDrag (int x, int y, void *imgRef, const std::string &lpid) |
|
virtual void | endDrag (int x, int y, const std::string &lpid, bool handled) |
|
virtual void | applyLaunchFeedback (int centerX, int centerY) |
|
virtual void | appLaunchPreventedUnderLowMemory () |
|
DisplayManager * | displayManager () const |
|
MetaKeyManager * | metaKeyManager () const |
|
CoreNaviManager * | coreNaviManager () const |
|
bool | takeScreenShot (const char *path) |
|
OrientationEvent::Orientation | getOrientation () const |
|
OrientationEvent::Orientation | getUiOrientation () const |
|
void | setPaintingDisabled (bool val) |
|
virtual void | cancelVibrations () |
|
void | shutdown () |
|
void | setWindowProperties (Window *win, const WindowProperties &props) |
|
WindowManagerBase * | inputWindowManager () const |
|
virtual WindowManagerBase * | getWindowManagerByClassName (const QString &undecoratedClassName) const |
|
bool | deviceIsPortraitType () const |
|
virtual QDeclarativeEngine * | declarativeEngine () |
|
virtual bool | enqueueWindowForFlip (Window *window, QRect &windowScreenBoundaries, bool sync) |
|
virtual bool | removeWindowFromFlipQueue (Window *window) |
|
void | setUiRotationMode (RotationMode uiRotationMode, bool cardMaximizing=false, bool skipAnimation=false) |
|
bool | touchOnScreen () const |
|