CompoundTransition

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.

Summary
CompoundTransitionAbstract class that implements the skeleton of a compound transition, i.e.
Functions
CompoundTransitionUnused constructor of abstract class.
~CompoundTransitionReleases all allocated resources.
DrawVirtual.

Functions

CompoundTransition

CompoundTransition()

Unused constructor of abstract class.

~CompoundTransition

~CompoundTransition()

Releases all allocated resources.

Draw

virtual void Draw(QPainter *pPainter) = 0

Virtual.  Draws the transition by drawing the initial chart.

Parameters

pPainterThe QPainter object that shall be used for painting.
class CompoundTransition: public Transition
Abstract class that implements the skeleton of a compound transition, i.e.
CompoundTransition()
Unused constructor of abstract class.
~CompoundTransition()
Releases all allocated resources.
virtual void Draw(QPainter *pPainter) = 0
Virtual.
class Transition
Abstract class that implements the skeleton of a transition.
Close