![]() |
Home |
The QtSignalTransition class provides a transition based on a Qt signal. More...
#include <QtSignalTransition>
Inherits QtTransition.
The QtSignalTransition class provides a transition based on a Qt signal.
Typically you would use the overload of QtAbstractState::addTransition() that takes a sender and signal as arguments, rather than creating QtSignalTransition objects directly. QtSignalTransition is part of The State Machine Framework.
You can subclass QtSignalTransition and reimplement testCondition() to make a signal transition conditional.
Constructs a new signal transition associated with the given signal of the given sender.
See also QtAbstractStateGroup::addTransition().
Destroys this signal transition.
Copyright © 2009 Nokia | Trademarks | Qt Solutions |