Meego Wiki
Views

ModalSpinner API Snapshot

From MeeGo wiki
Revision as of 11:46, 3 May 2011 by Pascaldietz (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Description

The ModalSpinner shows a spinning animation indicating that a currently running process takes some time to finish and blocks user interaction.

API properties

int interval
Sets the time in milliseconds needed for one animation step.
alias source
String, sets the image used for the animations of the ModalSpinner.

Signals

-

Functions

show
starts the animation and fades the ModalSpinner in. Inherited from ModalFog.
hide
Fades the ModalSpinner out and stops the animation. Inherited from ModalFog.

Examples

-

Personal tools