|
| | MenuWindow (HostWindowData *data, IpcClientHost *clientHost=0) |
| |
| virtual | ~MenuWindow () |
| |
| | 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 | setVisibleDimensions (int width, int height) |
| |
| virtual void | resizeEventSync (int w, int h, bool forceSync=false) |
| |
| virtual void | flipEventSync (bool fromQueue=false) |
| |
| virtual void | flipEventAsync (QRect windowScreenBounds, bool fromQueue=false) |
| |
| virtual void | asynchFlipCompleted (int newWidth, int newHeight, int newScreenWidth, int newScreenHeight) |
| |
| virtual void | queuedFlipCanceled (QRect windowScreenBounds) |
| |
| virtual void | onMessageReceived (const PIpcMessage &msg) |
| |
| 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 QRectF | boundingRect () const |
| |
| virtual bool | mouseGrabbed () const |
| |
| virtual void | setMouseGrabbed (bool grabbed) |
| |
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| 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 | setWindowProperties (const WindowProperties &attr) |
| |
| 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) |
| |