|
| | 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 |
| |
|
| enum | RotationMode {
RotationMode_FreeRotation = 0,
RotationMode_NoRotation = 1,
RotationMode_LimitedLandscape = 2,
RotationMode_LimitedPortrait = 3,
RotationMode_FixedPortrait = 4,
RotationMode_FixedLandscape = 5,
RotationMode_FixedPortraitInverted = 6,
RotationMode_FixedLandscapeInverted = 7
} |
| |
| void | signalWindowUpdated (Window *) |
| |
| void | signalAboutToTakeScreenShot () |
| |
| void | signalTookScreenShot () |
| |
| void | signalUiRotated () |
| |
| void | signalTouchesReleasedFromScreen () |
| |
| static WindowServer * | instance () |
| |
| static void | registerWindow (Window *win) |
| |
| static void | unregisterWindow (Window *win) |
| |
| static bool | windowIsRegistered (Window *win) |
| |
| static void | markBootStart () |
| |
| static void | markBootFinish () |
| |
| static void | enableFpsCounter (bool enable) |
| |
| static void | dumpFpsHistory () |
| |
| static void | resetFpsBuffer (int newBufSize) |
| |
| static void | enableTouchPlotOption (TouchPlot::TouchPlotOption_t type, bool enable) |
| |
| static SharedGlobalProperties * | globalProperties () |
| |
| enum | UiRotationAnimationType { Rotation_NoAnimation = 0,
Rotation_RotateAndCrossFade,
Rotation_CrossFadeOnly
} |
| |
typedef QMap< QString,
QPointer< WindowManagerBase >
>::const_iterator | WindowManagerMapConstIter |
| |
typedef QMap< QString,
QPointer< WindowManagerBase >
>::iterator | WindowManagerMapIter |
| |
| DisplayManager * | m_displayMgr |
| |
| InputManager * | m_inputMgr |
| |
| MetaKeyManager * | m_metaKeyMgr |
| |
| CoreNaviManager * | m_coreNaviMgr |
| |
| WindowManagerBase * | m_inputWindowMgr |
| |
| uint32_t | m_screenWidth |
| |
| uint32_t | m_screenHeight |
| |
| bool | m_deviceIsPortraitType |
| |
| QGraphicsItemGroup * | m_uiElementsGroup |
| |
| ReticleItem * | m_reticle |
| |
| bool | m_bootingUp |
| |
| bool | m_fingerDownOnScreen |
| |
| bool | m_runningProgress |
| |
| ProgressAnimation * | m_progressAnim |
| |
| UiRootItem | m_uiRootItem |
| |
| UiRotationAnimationType | m_inRotationAnimation |
| |
| RotationMode | m_uiRotationMode |
| |
| OrientationEvent::Orientation | m_orientation |
| |
| OrientationEvent::Orientation | m_currentUiOrientation |
| |
| OrientationEvent::Orientation | m_pendingOrientation |
| |
| UiRotationAnimationType | m_pendingRotationType |
| |
| int | m_animationTargetRotationAngle |
| |
| QQueue< t_cardFlipRequest > | m_pendingFlipRequests |
| |
QMultiMap< QString, QPointer
< WindowManagerBase > > | m_windowManagerMap |
| |