|
| | CardWebApp (WindowType::Type winType, PIpcChannel *channel, ApplicationDescription *desc=0) |
| |
| | ~CardWebApp () |
| |
| virtual void | thawFromCache () |
| |
| virtual void | freezeInCache () |
| |
| virtual bool | isCardApp () const |
| |
| virtual bool | isChildApp () const |
| |
| virtual void | paint () |
| |
| virtual void | inputEvent (sptr< Event > e) |
| |
| virtual void | keyEvent (QKeyEvent *e) |
| |
| virtual void | focusedEvent (bool focused) |
| |
| virtual int | resizeEvent (int newWidth, int newHeight, bool resizeBuffer) |
| |
| virtual void | flipEvent (int newWidth, int newHeight) |
| |
| virtual void | asyncFlipEvent (int newWidth, int newHeight, int newScreenWidth, int newScreenHeight) |
| |
| virtual void | setOrientation (Event::Orientation orient) |
| |
| Event::Orientation | orientation () const |
| |
| void | setFixedOrientation (Event::Orientation orient) |
| |
| void | setAllowOrientationChange (bool value) |
| |
| bool | allowsOrientationChange () const |
| |
| virtual void | enableFullScreenMode (bool enable) |
| |
| void | receivePageUpDownInLandscape (bool val) |
| |
| virtual void | invalidate () |
| |
| virtual void | displayOn () |
| |
| virtual void | displayOff () |
| |
| void | allowResizeOnPositiveSpaceChange (bool allowResize) |
| |
| bool | isRenderingSuspended () |
| |
| CardWebApp * | parentWebApp () const |
| |
| void | resizeWebPage (uint32_t width, uint32_t height) |
| |
| virtual void | suspendAppRendering () |
| |
| virtual void | resumeAppRendering () |
| |
| | WindowedWebApp (int width, int height, WindowType::Type type, PIpcChannel *channel=0) |
| |
| virtual | ~WindowedWebApp () |
| |
| virtual bool | isDashboardApp () const |
| |
| virtual WindowType::Type | windowType () const |
| |
| virtual bool | isFocused () const |
| |
| virtual void | applyLaunchFeedback (int cx, int cy) |
| |
| int | windowWidth () const |
| |
| int | windowHeight () const |
| |
| virtual void | onMessageReceived (const PIpcMessage &msg) |
| |
| virtual void | onDisconnected () |
| |
| virtual int | getKey () const |
| |
| int | routingId () const |
| |
| int | metadataId () const |
| |
| virtual void | onResize (int width, int height, bool resizeBuffer) |
| |
| virtual void | onFlip (int newWidth, int newHeight) |
| |
| virtual void | onAsyncFlip (int newWidth, int newHeight, int newScreenWidth, int newScreenHeight) |
| |
| virtual void | onSyncResize (int width, int height, bool resizeBuffer, int *newKey) |
| |
| virtual void | onAdjustForPositiveSpace (int width, int height) |
| |
| virtual void | onKeyboardShow (bool val) |
| |
| virtual void | onClose (bool disableKeepAlive) |
| |
| virtual void | onKeyEvent (const SysMgrKeyEvent &keyEvent) |
| |
| virtual void | onTouchEvent (const SysMgrTouchEvent &touchEvent) |
| |
| virtual void | onClipboardEvent_Cut () |
| |
| virtual void | onClipboardEvent_Copy () |
| |
| virtual void | onClipboardEvent_Paste () |
| |
| virtual void | onSelectAll () |
| |
| virtual void | windowSize (int &width, int &height) |
| |
| virtual void | setWindowProperties (WindowProperties &winProp) |
| |
| | WebAppBase () |
| |
| virtual | ~WebAppBase () |
| |
| bool | inCache () const |
| |
| void | markInCache (bool inCache) |
| |
| void | setKeepAlive (bool keepAlive) |
| |
| bool | keepAlive () |
| |
| SysMgrWebBridge * | page () const |
| |
| virtual bool | isAlertApp () const |
| |
| void | relaunch (const char *args, const char *launchingAppId, const char *launchingProcId) |
| |
| QString | appId () const |
| |
| QString | processId () const |
| |
| QString | url () const |
| |
| ApplicationDescription * | getAppDescription () |
| |
| void | setAppDescription (ApplicationDescription *) |
| |
| void | setManualEditorFocusEnabled (bool) |
| |
| virtual void | setManualEditorFocus (bool focused, const PalmIME::EditorState &) |
| |
| virtual void | setExplicitEditorFocus (bool focused, const PalmIME::EditorState &editorState) |
| |
|
| int | angleForOrientation (Event::Orientation orient) const |
| |
| void | updateWindowProperties () |
| |
| void | animationFinished () |
| |
| virtual void | setVisibleDimensions (int width, int height) |
| |
| virtual void | onDirectRenderingChanged () |
| |
| virtual void | directRenderingChanged (bool directRendering, int renderX, int renderY, SysMgrEvent::Orientation angle) |
| |
| virtual void | directRenderingAllowed () |
| |
| virtual void | directRenderingDisallowed () |
| |
| virtual void | focus () |
| |
| virtual void | screenSize (int &width, int &height) |
| |
| void | forcePaint () |
| |
| void | applyCardOrientation () |
| | Rotates the card according to the card orientation in case of direct rendering. More...
|
| |
| void | paintEvent (QPaintEvent *event) |
| |
| void | init () |
| |
| virtual void | unfocus () |
| |
| virtual void | scrollContents (int newContentsX, int newContentsY) |
| |
| virtual void | stagePreparing () |
| |
| virtual void | stageReady () |
| |
| virtual void | editorFocusChanged (bool focused, const PalmIME::EditorState &state) |
| |
| virtual void | autoCapEnabled (bool enabled) |
| |
| virtual void | needTouchEvents (bool needTouchEvents) |
| |
| virtual void | getWindowPropertiesString (WindowProperties &winProp, std::string &propString) const |
| |
| void | startPaintTimer () |
| |
| void | stopPaintTimer () |
| |
| void | renderPageStatistics (int offsetX=0, int offsetY=0) |
| |
| void | renderMetaHint (int offsetX=0, int offsetY=0) |
| |
| bool | showWindowTimeout () |
| |
| bool | appLoaded () const |
| |
| bool | isTransparent () const |
| |
| virtual void | close () |
| |
| virtual void | resizedContents (int contentsWidth, int contentsHeight) |
| |
| virtual void | zoomedContents (double scaleFactor, int contentsWidth, int contentsHeight, int newScrollOffsetX, int newScrollOffsetY) |
| |
| virtual void | scrolledContents (int newContentsX, int newContentsY) |
| |
| virtual void | uriChanged (const char *url) |
| |
| virtual void | titleChanged (const char *title) |
| |
| virtual void | statusMessage (const char *msg) |
| |
| virtual void | dispatchFailedLoad (const char *domain, int errorCode, const char *failingURL, const char *localizedDescription) |
| |
| void | createActivity () |
| |
| void | destroyActivity () |
| |
| void | focusActivity () |
| |
| void | blurActivity () |
| |
| void | cleanResources () |
| |
| void | setAppId (const QString &appId) |
| |