|
| VolumeControlAlertWindow (int width, int height, bool hasAlpha, VolumeControlType drawWhat, int initialVolume=0) |
|
virtual | ~VolumeControlAlertWindow () |
|
void | setDrawType (VolumeControlType val) |
|
void | setVolumeLevel (int val) |
|
virtual void | resizeEventSync (int w, int h) |
|
virtual void | close () |
|
| AlertWindow (WindowType::Type type, int width, int height, bool hasAlpha) |
|
| AlertWindow (WindowType::Type type, HostWindowData *window, IpcClientHost *clientHost=0) |
|
virtual | ~AlertWindow () |
|
virtual void | onMessageReceived (const PIpcMessage &msg) |
|
void | onSetContentRect (int left, int right, int top, int bottom) |
|
void | setSoundParams (const std::string &fileName, const std::string &soundClass) |
|
void | setContentRect (const QRect &r) |
|
QRect | contentRect () const |
|
void | activate () |
|
void | deactivate () |
|
bool | isIncomingCallAlert () const |
|
void | setTransient (bool transient) |
|
bool | isTransientAlert () |
|
| 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 | 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 | onDisconnected () |
|
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) |
|