Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

AnimatedSprite

The AnimatedSprite element draws a sprite animation More...

Inherits Item

Properties

Detailed Description

AnimatedSprite provides rendering and control over animations which are provided as multiple frames in the same image file. You can play it at a fixed speed, at the frame rate of your display, or manually advance and control the progress.

For details of how a sprite animation is defined see the Sprite Animation overview. Note that the AnimatedSprite element does not use Sprite elements to define multiple animations, but instead encapsulates a single animation itself.

Property Documentation

currentFrame : int

When paused, the current frame can be advanced manually by setting this property or calling advance().


frameCount : int

Number of frames in this AnimatedSprite.


frameDuration : int

Duration of each frame of the animation. Values equal to or below 0 are invalid.

If frameRate is valid then it will be used to calculate the duration of the frames. If not, and frameDuration is valid, then frameDuration will be used.

Changing this parameter will restart the animation.


frameHeight : int

Height of a single frame in this AnimatedSprite.

May be omitted if it is the only sprite in the file.


frameRate : qreal

Frames per second to show in the animation. Values equal to or below 0 are invalid.

If frameRate is valid then it will be used to calculate the duration of the frames. If not, and frameDuration is valid , then frameDuration will be used.

Changing this parameter will restart the animation.


frameSync : bool

If true, then the animation will have no duration. Instead, the animation will advance one frame each time a frame is rendered to the screen. This syncronizes it with the painting rate as opposed to elapsed time.

If frameSync is set to true, it overrides both frameRate and frameDuration.

Default is false.

Changing this parameter will restart the animation.


frameWidth : int

Width of a single frame in this AnimatedSprite.

May be omitted if it is the only sprite in the file.


frameX : int

The X coordinate in the image file of the first frame of the AnimatedSprite.

May be omitted if the first frame starts in the upper left corner of the file.


frameY : int

The Y coordinate in the image file of the first frame of the AnimatedSprite.

May be omitted if the first frame starts in the upper left corner of the file.


interpolate : bool

If true, interpolation will occur between sprite frames to make the animation appear smoother.

Default is true.


loops : int

After playing the animation this many times, the animation will automatically stop. Negative values are invalid.

If this is set to AnimatedSprite.Infinite the animation will not stop playing on its own.

Default is AnimatedSprite.Infinite


paused : bool

When paused, the current frame can be advanced manually.

Default is false.


reverse : bool

If true, then the animation will be played in reverse.

Default is false.


running : bool

Whether the sprite is animating or not.

Default is true


source : url

The image source for the animation.

If frameHeight and frameWidth are not specified, it is assumed to be a single long row of square frames. Otherwise, it can be multiple contiguous rows or rectangluar frames, when one row runs out the next will be used.

If frameX and frameY are specified, the row of frames will be taken with that x/y coordinate as the upper left corner.


Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 5.0-snapshot
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web