#include <DashboardWindowManager.h>
|
| | DashboardWindowManager (int maxWidth, int maxHeight) |
| |
| | ~DashboardWindowManager () |
| |
| void | init () |
| |
| void | hideOrCloseAlertWindow (AlertWindow *win) |
| |
| void | notifyActiveAlertWindowActivated (AlertWindow *win) |
| |
| void | notifyActiveAlertWindowDeactivated (AlertWindow *win) |
| |
| void | notifyTransientAlertWindowActivated (AlertWindow *win) |
| |
| void | notifyTransientAlertWindowDeactivated (AlertWindow *win) |
| |
| void | setBannerHasContent (bool val) |
| |
| void | raiseAlertWindow (AlertWindow *window) |
| |
| void | raiseDashboardWindowContainer () |
| |
| void | raiseBackgroundWindow () |
| |
| void | openDashboard () |
| |
| void | sendClicktoDashboardWindow (int num, int x, int y, bool whileLocked) |
| |
| void | focusWindow (Window *win) |
| |
| void | unfocusWindow (Window *win) |
| |
| void | hideDashboardWindow () |
| |
| void | animateAlertWindow () |
| |
| void | animateTransientAlertWindow (bool in) |
| |
| int | bannerWindowHeight () |
| |
| void | resizeAlertWindowContainer (AlertWindow *, bool) |
| |
| void | setInDockMode (bool dockMode) |
| |
| bool | alertOpen () const |
| |
| bool | alertVisible () const |
| |
| const Window * | getActiveAlertWin () const |
| |
| const Window * | getActiveTransientAlertWin () const |
| |
| NotificationPolicy * | notificationPolicy () const |
| |
| AlertWindow * | topAlertWindow () const |
| |
| DashboardWindowContainer * | dashboardWindowContainer () const |
| |
| QGraphicsObject * | dashboardMenu () const |
| |
| void | currentStateChanged (DWMStateBase *state) |
| |
| bool | isInDockModeAnimation () const |
| |
| bool | hasDashboardContent () const |
| |
| bool | canCloseDashboard () const |
| |
| bool | dashboardOpen () const |
| |
| bool | isOverlay () const |
| |
| AlertWindowFadeOption | getWindowFadeOption () const |
| |
| | WindowManagerBase (int maxWidth, int maxHeight) |
| |
| virtual | ~WindowManagerBase () |
| |
| void | setScreenBounds (int x, int y, int w, int h) |
| |
| virtual bool | okToResize () |
| |
| virtual bool | doReticle (QPointF pos) |
| |
| virtual QRectF | boundingRect () const |
| |
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| virtual void | prepareAddWindow (Window *win) |
| |
| virtual void | addWindowTimedOut (Window *win) |
| |
| virtual bool | handleNavigationEvent (QKeyEvent *keyEvent, bool &propogate) |
| |
| Enumerator |
|---|
| Invalid |
|
| FadeInOnly |
|
| FadeInAndOut |
|
| FadeOutOnly |
|
| DashboardWindowManager::DashboardWindowManager |
( |
int |
maxWidth, |
|
|
int |
maxHeight |
|
) |
| |
| DashboardWindowManager::~DashboardWindowManager |
( |
| ) |
|
| bool DashboardWindowManager::alertOpen |
( |
| ) |
const |
|
inline |
| bool DashboardWindowManager::alertVisible |
( |
| ) |
const |
|
inline |
| void DashboardWindowManager::animateAlertWindow |
( |
| ) |
|
| void DashboardWindowManager::animateTransientAlertWindow |
( |
bool |
in | ) |
|
| int DashboardWindowManager::bannerWindowHeight |
( |
| ) |
|
| bool DashboardWindowManager::canCloseDashboard |
( |
| ) |
const |
| void DashboardWindowManager::currentStateChanged |
( |
DWMStateBase * |
state | ) |
|
|
inline |
| bool DashboardWindowManager::dashboardOpen |
( |
| ) |
const |
| void DashboardWindowManager::focusWindow |
( |
Window * |
win | ) |
|
|
virtual |
| const Window* DashboardWindowManager::getActiveAlertWin |
( |
| ) |
const |
|
inline |
| const Window* DashboardWindowManager::getActiveTransientAlertWin |
( |
| ) |
const |
|
inline |
| bool DashboardWindowManager::hasDashboardContent |
( |
| ) |
const |
| void DashboardWindowManager::hideDashboardWindow |
( |
| ) |
|
| void DashboardWindowManager::hideOrCloseAlertWindow |
( |
AlertWindow * |
win | ) |
|
| void DashboardWindowManager::init |
( |
| ) |
|
|
virtual |
| bool DashboardWindowManager::isInDockModeAnimation |
( |
| ) |
const |
|
inline |
| bool DashboardWindowManager::isOverlay |
( |
| ) |
const |
|
inline |
| void DashboardWindowManager::notifyActiveAlertWindowActivated |
( |
AlertWindow * |
win | ) |
|
| void DashboardWindowManager::notifyActiveAlertWindowDeactivated |
( |
AlertWindow * |
win | ) |
|
| void DashboardWindowManager::notifyTransientAlertWindowActivated |
( |
AlertWindow * |
win | ) |
|
| void DashboardWindowManager::notifyTransientAlertWindowDeactivated |
( |
AlertWindow * |
win | ) |
|
| void DashboardWindowManager::openDashboard |
( |
| ) |
|
| void DashboardWindowManager::raiseAlertWindow |
( |
AlertWindow * |
window | ) |
|
| void DashboardWindowManager::raiseBackgroundWindow |
( |
| ) |
|
| void DashboardWindowManager::raiseDashboardWindowContainer |
( |
| ) |
|
| void DashboardWindowManager::resizeAlertWindowContainer |
( |
AlertWindow * |
w, |
|
|
bool |
repositionWindow |
|
) |
| |
| void DashboardWindowManager::sendClicktoDashboardWindow |
( |
int |
num, |
|
|
int |
x, |
|
|
int |
y, |
|
|
bool |
whileLocked |
|
) |
| |
| void DashboardWindowManager::setBannerHasContent |
( |
bool |
val | ) |
|
| void DashboardWindowManager::setInDockMode |
( |
bool |
dockMode | ) |
|
| void DashboardWindowManager::signalActiveAlertWindowChanged |
( |
| ) |
|
|
signal |
| void DashboardWindowManager::signalAlertWindowActivated |
( |
AlertWindow * |
| ) |
|
|
signal |
| void DashboardWindowManager::signalAlertWindowDeactivated |
( |
| ) |
|
|
signal |
| void DashboardWindowManager::signalClose |
( |
bool |
forceClose | ) |
|
|
signal |
| void DashboardWindowManager::signalOpen |
( |
| ) |
|
|
signal |
| int DashboardWindowManager::sTabletUiWidth |
( |
| ) |
|
|
static |
| AlertWindow* DashboardWindowManager::topAlertWindow |
( |
| ) |
const |
|
inline |
| void DashboardWindowManager::unfocusWindow |
( |
Window * |
win | ) |
|
|
virtual |
The documentation for this class was generated from the following files: