The class represents a transition in a state-chart Data-Model.
More...
#include <sctransition.h>
Inherits SCItem.
List of all members.
Detailed Description
The class represents a transition in a state-chart Data-Model.
The transition does not contain children elements. The transiton does contain a public attribute container as well as convenience methods to accessing the attributes. Since te attribute container is public, attributes can be accessed directly.
The transition holds a reference to the target state.
Constructor & Destructor Documentation
SCTransition::SCTransition |
( |
QObject * |
parent |
) |
|
SCTransition::~SCTransition |
( |
|
) |
|
Member Function Documentation
QString SCTransition::getAttributeValue |
( |
QString |
key |
) |
|
void SCTransition::selected |
( |
|
) |
[signal] |
void SCTransition::setAttributeValue |
( |
QString |
key, |
|
|
QString |
value | |
|
) |
| | |
void SCTransition::unselected |
( |
|
) |
[signal] |
void SCTransition::writeSCVXML |
( |
QXmlStreamWriter & |
sw |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: