class CompoundTransition: public Transition
Abstract class that implements the skeleton of a compound transition, i.e. a complex transition that contains several atomic transitions.
Inherits from Transition.
CompoundTransition | Abstract class that implements the skeleton of a compound transition, i.e. |
Functions | |
CompoundTransition | Unused constructor of abstract class. |
~CompoundTransition | Releases all allocated resources. |
Draw | Virtual. |
Abstract class that implements the skeleton of a compound transition, i.e.
class CompoundTransition: public Transition
Unused constructor of abstract class.
CompoundTransition()
Releases all allocated resources.
~CompoundTransition()
Virtual.
virtual void Draw( QPainter * pPainter ) = 0
Abstract class that implements the skeleton of a transition.
class Transition