|
| WindowServerLuna () |
|
virtual | ~WindowServerLuna () |
|
virtual void | prepareAddWindow (Window *win) |
|
virtual void | addWindow (Window *win) |
|
virtual void | addWindowTimedOut (Window *win) |
|
virtual void | removeWindow (Window *win) |
|
virtual void | focusWindow (Window *win) |
|
virtual void | unfocusWindow (Window *win) |
|
virtual void | windowUpdated (Window *win) |
|
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 () |
|
WindowManagerBase * | overlayWindowManager () const |
|
WindowManagerBase * | cardWindowManager () const |
|
WindowManagerBase * | dashboardWindowManager () const |
|
WindowManagerBase * | menuWindowManager () const |
|
WindowManagerBase * | topLevelWindowManager () const |
|
WindowManagerBase * | emergencyModeWindowManager () const |
|
WindowManagerBase * | inputWindowManager () const |
|
WindowManagerBase * | dockModeMenuManager () const |
|
WindowManagerBase * | dockModeManager () const |
|
virtual WindowManagerBase * | windowManagerForWindow (Window *wm) const |
|
virtual bool | okToResizeUi (bool ignorePendingRequests=false) |
|
void | resizeWindowManagers (int width, int height) |
|
virtual QDeclarativeEngine * | declarativeEngine () |
|
virtual QRectF | mapRectToRoot (const QGraphicsItem *item, const QRectF &rect) const |
|
virtual | ~WindowServer () |
|
void | bootupFinished () |
|
void | startProgressAnimation (ProgressAnimation::Type type=ProgressAnimation::TypeHp) |
|
void | stopProgressAnimation () |
|
bool | progressRunning () const |
|
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 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
} |
|
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 |
|
| WindowServer () |
|
virtual bool | handleEvent (QEvent *event) |
|
virtual bool | viewportEvent (QEvent *event) |
|
virtual bool | eventFilter (QObject *, QEvent *) |
|
void | setOrientation (OrientationEvent::Orientation newOrient) |
|
int | angleForOrientation (OrientationEvent::Orientation orient) |
|
virtual bool | isOrientationAllowed (OrientationEvent::Orientation newOrient) |
|
void | setUiOrientation (OrientationEvent::Orientation newOrient, UiRotationAnimationType animation=Rotation_RotateAndCrossFade) |
|
void | rotateUi (OrientationEvent::Orientation newOrientation, UiRotationAnimationType animation=Rotation_RotateAndCrossFade, bool forceResize=false) |
|
virtual void | rotatePendingWindows () |
|
virtual void | cancelPendingWindowRotations () |
|
void | cacheFocusedItem () |
|
void | restoreCachedFocusItem () |
|
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 |
|