|
| ~SystemUiController () |
|
void | init () |
|
bool | handleEvent (QEvent *event) |
|
bool | handleKeyEvent (QKeyEvent *event) |
|
bool | handleMouseEvent (QMouseEvent *event) |
|
bool | handleGestureEvent (QGestureEvent *event) |
|
bool | handleCustomEvent (QEvent *event) |
|
void | setCardWindowAboutToMaximize () |
|
void | setCardWindowMaximized (bool val) |
|
void | updateStatusBarTitle () |
|
void | setLauncherShown (bool val) |
|
void | setUniversalSearchShown (bool val) |
|
void | setDockShown (bool val) |
|
void | showOrHideUniversalSearch (bool show, bool showLauncher, bool speedDial) |
|
void | showOrHideLauncher (bool show) |
|
void | showOrHideDock (bool show) |
|
void | setDashboardOpened (bool val, bool isSoftDismissable) |
|
void | setDashboardHasContent (bool val) |
|
void | setAlertVisible (bool val) |
|
void | setEmergencyMode (bool enable) |
|
void | setActiveCardWindow (Window *window) |
|
void | setMaximizedCardWindow (Window *window) |
|
void | setRequestedSystemOrientation (Event::Orientation orient, bool reasonCardMaximizing=false, bool skipAnimation=false) |
|
void | setLauncherWindow (Window *window) |
|
void | setUniversalSearchWindow (Window *window) |
|
void | focusMaximizedCardWindow (bool enable) |
|
void | enterOrExitCardReorder (bool entered) |
|
bool | doesDashboardHaveContent () const |
|
void | enterOrExitDockModeUi (bool enter) |
|
void | setDirectRenderingForWindow (DirectRenderingEnabledLayers layer, CardWindow *win, bool enable, bool force=false) |
|
void | enableDirectRendering (bool enable) |
|
void | setLauncherVisible (bool visible, bool fullyVisible) |
|
void | setDockVisible (bool val) |
|
void | setMenuVisible (bool val) |
|
void | setDeviceLocked (bool val) |
|
void | setDockMode (bool inDockMode) |
|
void | setInLauncherReorder (bool reorder) |
|
void | toggleCurrentAppMenu () |
|
void | openDashboard () |
|
void | closeDashboard (bool force) |
|
bool | isCardWindowMaximized () const |
|
bool | isLauncherShown () const |
|
bool | isUniversalSearchShown () |
|
bool | isDockShown () const |
|
bool | isDashboardOpened () const |
|
bool | isInDockMode () const |
|
bool | isScreenLocked () const |
|
bool | isInEmergencyMode () const |
|
bool | isInFullScreenMode () |
|
bool | isModalWindowActive () |
|
const Window * | launcherWindow () const |
|
const Window * | universalSearchWindow () const |
|
Window * | activeCardWindow () const |
|
Window * | activeWindow () const |
|
std::string | activeApplicationName () |
|
Window * | maximizedCardWindow () const |
|
std::string | maximizedApplicationName () const |
|
std::string | maximizedApplicationMenuName () const |
|
std::string | maximizedApplicationId () const |
|
void | layout () |
|
bool | okToResizeUi () |
|
void | resizeAndRotateUi (int width, int height, int rotationAngle) |
|
void | rotationStarting () |
|
void | rotationComplete () |
|
bool | isUiRotating () |
|
int | getRotationAngle () |
|
bool | dashboardOwnsNegativeSpace () const |
|
void | setUiRootItemPtr (QGraphicsItem *ptr) |
|
int | currentUiWidth () |
|
int | currentUiHeight () |
|
bool | isUiInPortraitMode () |
|
void | setMinimumPositiveSpaceHeight (int val) |
|
void | setMaximumPositiveSpaceHeight (int val) |
|
int | minimumPositiveSpaceHeight () const |
|
int | maximumPositiveSpaceHeight () const |
|
int | minimumPositiveSpaceBottom () const |
|
int | maximumPositiveSpaceBottom () const |
|
bool | changeNegativeSpace (int newTop, bool openingDashboard, bool immediate=false) |
|
const QRect & | positiveSpaceBounds () |
|
const QRect & | negativeSpaceBounds () |
|
void | hideStatusBarAndNotificationArea () |
|
void | showStatusBarAndNotificationArea () |
|
bool | statusBarAndNotificationAreaShown () const |
|
void | setBootFinished () |
|
bool | bootFinished () const |
|
void | updateProperties (Window *win, const WindowProperties &props) |
|
void | notifyAlertActivated () |
|
void | notifyAlertDeactivated () |
|
void | notifyTransientAlertActivated () |
|
void | notifyTransientAlertDeactivated () |
|
void | notifyBannerActivated () |
|
void | notifyBannerDeactivated () |
|
void | notifyBannerAboutToUpdate (QRect &scrBounds) |
|
void | notifyModalWindowActivated (Window *modalParent) |
|
void | notifyModalWindowDeactivated () |
|
Window * | getModalParent () const |
|
void | notifyEditorFocusChanged (bool focus) |
|
QSharedPointer< QPixmap > | loadingStrip () |
|
QSharedPointer< QPixmap > | warningIcon () |
|
void | aboutToSendSyncMessage () |
|
void | setStatusBar (StatusBar *statusBar) |
|
const StatusBar * | statusBar () const |
|
void | setModalWindowDismissErrReason (ModalWinDismissErrorReason reason) |
|
void | setModalWindowLaunchErrReason (ModalWinLaunchErrorReason reason) |
|
bool | wasModalAddedSuccessfully () |
|
std::string | getModalWindowLaunchErrReason () |
|
std::string | getModalWindowDismissErrReason () |
|
int | getModalWindowLaunchErrReasonCode () |
|
int | getModalWindowDismissErrReasonCode () |
|
void | cardWindowAdded () |
|
void | cardWindowTimeout () |
|
void | launcherAction (LauncherActions act) |
|
void | launcherMenuOp (LauncherOperations op) |
|
void | launcherChangeCardTitle (int launcherCardId, const std::string &launcherCardLabel) |
|
void | launcherDbgActionScreenGrid (LauncherActions act, int xspan=0, int yspan=0) |
|
uint32_t | getOverlayNotificationPosition () |
|