|
| | CardHostWindow (WindowType::Type type, HostWindowData *data, IpcClientHost *clientHost) |
| |
| virtual | ~CardHostWindow () |
| |
| virtual void | resizeEvent (int w, int h) |
| |
| virtual void | resizeEventSync (int w, int h) |
| |
| virtual void | resizeWindowBufferEvent (int w, int h, QRect windowScreenBounds, bool forceSync) |
| |
| virtual void | focusEvent (bool enable) |
| |
| virtual void | aboutToFocusEvent (bool enable) |
| |
| virtual bool | isHost () const |
| |
| virtual bool | supportsPause () const |
| |
| virtual void | pause () |
| |
| bool | paused () const |
| |
| | CardWindow (WindowType::Type type, HostWindowData *data, IpcClientHost *clientHost=0) |
| |
| virtual | ~CardWindow () |
| |
| virtual QRectF | boundingRect () const |
| |
| void | onMessageReceived (const PIpcMessage &msg) |
| |
| bool | fullScreen () const |
| |
| bool | isBlockScreenTimeout () const |
| |
| bool | isSubtleLightbar () const |
| |
| bool | activeTouchpanel () const |
| |
| bool | alsDisabled () const |
| |
| bool | gyroEvents () const |
| |
| bool | compassEvents () const |
| |
| uint32_t | overlayNotificationsPosition () const |
| |
| bool | suppressBannerMessages () const |
| |
| bool | suppressGestures () const |
| |
| uint32_t | dockBrightness () const |
| |
| bool | hasCustomStatusBarColor () const |
| |
| unsigned int | statusBarColor () const |
| |
| virtual void | inputEvent (Event *e) |
| |
| virtual void | resizeWindowBufferEvent (int w, int h, QRect windowScreenBounds, bool forceSync=false, bool ignoreFixedOrient=false) |
| |
| virtual void | flipEventSync (bool fromQueue=false) |
| |
| virtual void | queueUpWindowForFlip (QRect windowScreenBounds, bool sync) |
| |
| virtual void | queuedFlipCanceled (QRect windowScreenBounds) |
| |
| virtual void | flipEventAsync (QRect windowScreenBounds, bool fromQueue=false) |
| |
| virtual void | asynchFlipCompleted (int newWidth, int newHeight, int newScreenWidth, int newScreenHeight) |
| |
| void | queueFocusAction (bool focused) |
| |
| void | performPendingFocusAction () |
| |
| bool | focused () const |
| |
| void | enableShadow () |
| |
| void | disableShadow () |
| |
| virtual void | setPrepareAddedToWindowManager () |
| |
| bool | prepareAddedToWindowManager () const |
| |
| virtual void | setAddedToWindowManager () |
| |
| bool | addedToWindowManager () const |
| |
| virtual void | setWindowProperties (const WindowProperties &props) |
| |
| bool | rotationLockMaximized () const |
| |
| bool | allowResizeOnPositiveSpaceChange () const |
| |
| void | adjustForPositiveSpaceSize (int width, int height) const |
| |
| virtual Event::Orientation | getCardFixedOrientation () |
| |
| bool | delayPrepare () |
| |
| void | stopLoadingOverlay () |
| |
| void | setModalParent (CardWindow *parent) |
| |
| void | setCardIsModalParent (bool isParent) |
| |
| bool | isCardModalParent () const |
| |
| void | setModalAcceptInputState (ModalAcceptInputState state) |
| |
| void | setModalChild (CardWindow *w) |
| |
| CardWindow * | getModalChild () const |
| |
| void | setAppLaunchOptions (const AppLaunchOptionsEventWrapper &options) |
| |
| const std::string & | splashBackgroundName () const |
| |
| void | setLaunchInNewGroup (bool launchInNewGroup) |
| |
| bool | launchInNewGroup () |
| |
| void | setPaintCompositionMode (QPainter::CompositionMode mode) |
| |
| QPainterPath | paintPath () const |
| |
| CardWindow::Position | position () const |
| |
| void | setPosition (const CardWindow::Position &pos) |
| |
| CardGroup * | cardGroup () const |
| |
| void | setCardGroup (CardGroup *group) |
| |
| bool | attachedToGroup () const |
| |
| void | setAttachedToGroup (bool attached) |
| |
| virtual void | setMaximized (bool enable) |
| |
| virtual bool | isMaximized () const |
| |
| virtual void | positiveSpaceAboutToChange (const QRect &r, bool fullScreen) |
| |
| virtual void | positiveSpaceChanged (const QRect &r) |
| |
| virtual void | positiveSpaceChangeFinished (const QRect &r) |
| |
| virtual void | setMaxAndLoading (bool enable) |
| |
| virtual bool | isMaxAndLoading () const |
| |
| void | setBoundingRect (int width, int height) |
| |
| void | computeModalWindowPlacementInf (int newPosSpace) |
| |
| virtual QRectF | transitionBoundingRect () |
| |
| GhostCard * | createGhost () |
| |
| void | allowUpdates (bool allow) |
| |
| void | setDimm (bool dimm) |
| |
| float | dimming () const |
| |
| void | setDimming (float dimming) |
| |
| | HostWindow (WindowType::Type type, int width, int height, bool hasAlpha) |
| |
| | HostWindow (WindowType::Type type, HostWindowData *data, IpcClientHost *clientHost=0) |
| |
| virtual | ~HostWindow () |
| |
| int | routingId () const |
| |
| bool | isIpcWindow () const |
| |
| void | channelRemoved () |
| |
| void | setClientHost (IpcClientHost *clientHost) |
| |
| virtual void | close () |
| |
| virtual void | resizeEventSync (int w, int h, bool forceSync=false) |
| |
| virtual void | onDisconnected () |
| |
| virtual void | onUpdateWindowRegion (int x, int y, int w, int h) |
| |
| virtual void | onUpdateFullWindow () |
| |
| virtual void | onUpdateWindowRequest () |
| |
| void | onAsynchFlipCompleted (int newWidth, int newHeight, int newScreenWidth, int newScreenHeight) |
| |
| virtual const QPixmap * | acquireScreenPixmap () |
| |
| virtual void | setComposingText (const std::string &text) |
| |
| virtual void | commitComposingText () |
| |
| virtual void | commitText (const std::string &text) |
| |
| virtual void | performEditorAction (PalmIME::FieldAction action) |
| |
| virtual void | removeInputFocus () |
| |
| virtual const HostWindowData * | hostWindowData () const |
| |
| | Window (WindowType::Type type, const uint32_t bufWidth, const uint32_t bufHeight, bool hasAlpha=false) |
| |
| | Window (WindowType::Type type, const QPixmap &pix) |
| |
| virtual | ~Window () |
| |
| virtual int | type () const |
| |
| virtual bool | mouseGrabbed () const |
| |
| virtual void | setMouseGrabbed (bool grabbed) |
| |
| void | setName (const std::string &name) |
| |
| std::string | name () const |
| |
| virtual void | setAppId (const std::string &id) |
| |
| std::string | appId () const |
| |
| void | setProcessId (const std::string &id) |
| |
| std::string | processId () const |
| |
| void | setLaunchingAppId (const std::string &id) |
| |
| std::string | launchingAppId () const |
| |
| void | setLaunchingProcessId (const std::string &id) |
| |
| std::string | launchingProcessId () const |
| |
| ApplicationDescription * | appDescription () const |
| |
| void | setRemoved () |
| |
| bool | removed () const |
| |
| void | setDisableKeepAlive () |
| |
| bool | disableKeepAlive () const |
| |
| virtual void | setVisibleDimensions (uint32_t width, uint32_t height) |
| |
| virtual QSize | getVisibleDimensions () const |
| |
| virtual void | resize (int w, int h) |
| |
| int | initialWidth () const |
| |
| int | initialHeight () const |
| |
| | InputClient () |
| |
| virtual bool | inputFocus () const |
| |
virtual const
PalmIME::EditorState & | inputState () const |
| |
| void | setInputFocus (bool focus) |
| |
|
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| virtual void | paintBase (QPainter *painter, bool maximized) |
| |
| virtual void | paintOverlay (QPainter *painter, bool maximized) |
| |
| virtual void | fullScreenEnabled (bool enabled) |
| |
| virtual void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
| |
| virtual void | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) |
| |
| virtual void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| |
| virtual void | hoverMoveEvent (QGraphicsSceneHoverEvent *event) |
| |
| virtual void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
| |
| virtual void | refreshAdjustmentAngle () |
| |
| virtual void | onSetAppFixedOrientation (int orientation, bool isPortrait) |
| |
| virtual void | initializeRoundedCornerStage () |
| |
| | CardWindow (WindowType::Type type, const QPixmap &pixmap) |
| |
| void | init () |
| |
| virtual void | setVisibleDimensions (int width, int height) |
| |
| virtual void | keyPressEvent (QKeyEvent *event) |
| |
| virtual void | keyReleaseEvent (QKeyEvent *event) |
| |
| virtual bool | sceneEvent (QEvent *event) |
| |
| virtual bool | touchEvent (QTouchEvent *event) |
| |
| bool | mouseFlickEvent (QGestureEvent *event) |
| |
| bool | pinchEvent (QGestureEvent *event) |
| |
| bool | mouseSingleClickEvent (QGestureEvent *singleClick) |
| |
| bool | coversScreenFully () const |
| |
| void | enableFullScreen () |
| |
| void | disableFullScreen () |
| |
| void | updateDirectRenderingPosition () |
| |
| void | startLoadingOverlay () |
| |
| bool | loadingAnimTimerTicked () |
| |
| void | startLoadingTimer (int duration) |
| |
| void | stopLoadingTimer () |
| |
| bool | hasLoadingTimer () const |
| |
| virtual void | onEnableTouchEvents (bool enableTouchEvents) |
| |
| virtual void | mapCoordinates (qreal &x, qreal &y) |
| |
| virtual void | mapFlickVelocities (qreal &x, qreal &y) |
| |
| virtual void | onSetAppOrientation (int orientation) |
| |
| virtual void | onSetAppFreeOrientation (bool free) |
| |
| bool | isInValidOrientation () |
| |
| virtual void | customEvent (QEvent *event) |
| |
| virtual void | wheelEvent (QGraphicsSceneWheelEvent *event) |
| |
| virtual void | onEditorFocusChanged (bool focus, const PalmIME::EditorState &state) |
| |
| void | onAutoCapChanged (bool enabled) |
| |
| virtual void | lock () |
| |
| virtual void | unlock () |
| |
| | Window (const Window &) |
| |
| Window & | operator= (const Window &) |
| |
| void | setInputState (const PalmIME::EditorState &state) |
| |