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  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QAbstractTransition Class Reference

The QAbstractTransition class is the base class of transitions between QAbstractState objects. More...

 #include <QAbstractTransition>

Inherits: QObject.

Inherited by: QEventTransition and QSignalTransition.

This class was introduced in Qt 4.6.

Properties

  • 1 property inherited from QObject

Public Functions

QAbstractTransition ( QState * sourceState = 0 )
virtual ~QAbstractTransition ()
void addAnimation ( QAbstractAnimation * animation )
QList<QAbstractAnimation *> animations () const
QStateMachine * machine () const
void removeAnimation ( QAbstractAnimation * animation )
void setTargetState ( QAbstractState * target )
void setTargetStates ( const QList<QAbstractState *> & targets )
QState * sourceState () const
QAbstractState * targetState () const
QList<QAbstractState *> targetStates () const
  • 29 public functions inherited from QObject

Signals

void triggered ()

Protected Functions

virtual bool eventTest ( QEvent * event ) = 0
virtual void onTransition ( QEvent * event ) = 0

Reimplemented Protected Functions

virtual bool event ( QEvent * e )
  • 7 protected functions inherited from QObject

Additional Inherited Members

  • 1 public slot inherited from QObject
  • 5 static public members inherited from QObject

Detailed Description

The QAbstractTransition class is the base class of transitions between QAbstractState objects.

The QAbstractTransition class is the abstract base class of transitions between states (QAbstractState objects) of a QStateMachine. QAbstractTransition is part of The State Machine Framework.

The sourceState() function returns the source of the transition. The targetStates() function returns the targets of the transition. The machine() function returns the state machine that the transition is part of.

The triggered() signal is emitted when the transition has been triggered.

Transitions can cause animations to be played. Use the addAnimation() function to add an animation to the transition.

Subclassing

The eventTest() function is called by the state machine to determine whether an event should trigger the transition. In your reimplementation you typically check the event type and cast the event object to the proper type, and check that one or more properties of the event meet your criteria.

The onTransition() function is called when the transition is triggered; reimplement this function to perform custom processing for the transition.

Property Documentation

sourceState : QState * const

This property holds the source state (parent) of this transition.

Access functions:

QState * sourceState () const

targetState : QAbstractState *

This property holds the target state of this transition.

If a transition has no target state, the transition may still be triggered, but this will not cause the state machine's configuration to change (i.e. the current state will not be exited and re-entered).

Access functions:

QAbstractState * targetState () const
void setTargetState ( QAbstractState * target )

targetStates : QList<QAbstractState *>

This property holds the target states of this transition.

If multiple states are specified, all must be descendants of the same parallel group state.

Access functions:

QList<QAbstractState *> targetStates () const
void setTargetStates ( const QList<QAbstractState *> & targets )

Member Function Documentation

QAbstractTransition::QAbstractTransition ( QState * sourceState = 0 )

Constructs a new QAbstractTransition object with the given sourceState.

QAbstractTransition::~QAbstractTransition () [virtual]

Destroys this transition.

void QAbstractTransition::addAnimation ( QAbstractAnimation * animation )

Adds the given animation to this transition. The transition does not take ownership of the animation.

See also removeAnimation() and animations().

QList<QAbstractAnimation *> QAbstractTransition::animations () const

Returns the list of animations associated with this transition, or an empty list if it has no animations.

See also addAnimation().

bool QAbstractTransition::event ( QEvent * e ) [virtual protected]

Reimplemented from QObject::event().

bool QAbstractTransition::eventTest ( QEvent * event ) [pure virtual protected]

This function is called to determine whether the given event should cause this transition to trigger. Reimplement this function and return true if the event should trigger the transition, otherwise return false.

QStateMachine * QAbstractTransition::machine () const

Returns the state machine that this transition is part of, or 0 if the transition is not part of a state machine.

void QAbstractTransition::onTransition ( QEvent * event ) [pure virtual protected]

This function is called when the transition is triggered. The given event is what caused the transition to trigger. Reimplement this function to perform custom processing when the transition is triggered.

void QAbstractTransition::removeAnimation ( QAbstractAnimation * animation )

Removes the given animation from this transition.

See also addAnimation().

void QAbstractTransition::triggered () [signal]

This signal is emitted when the transition has been triggered (after onTransition() has been called).

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 64
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le Qt Developer Network au hasard

Logo

Comment fermer une application

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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 4.7
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