This is the base abstract class for state and transition attribute containers.
More...
#include <iattribute.h>
Inherited by StateAttributes, TextBlockAttributes, and TransitionAttributes.
List of all members.
Detailed Description
This is the base abstract class for state and transition attribute containers.
Attributes are intented to be contained in IAttributeContainer-s.
- See also:
- Attributes
Constructor & Destructor Documentation
IAttributeContainer::IAttributeContainer |
( |
QObject * |
parent, |
|
|
QString |
key | |
|
) |
| | |
IAttributeContainer::IAttributeContainer |
( |
|
) |
|
IAttributeContainer::~IAttributeContainer |
( |
|
) |
|
Member Function Documentation
bool IAttributeContainer::addItem |
( |
IAttribute * |
attr |
) |
|
void IAttributeContainer::attributeAdded |
( |
IAttribute * |
a |
) |
[signal] |
void IAttributeContainer::attributeDeleted |
( |
IAttribute * |
a |
) |
[signal] |
QString IAttributeContainer::key |
( |
|
) |
[virtual] |
virtual void IAttributeContainer::setAttributes |
( |
const IAttributeContainer & |
sourceAttrList |
) |
[pure virtual] |
The documentation for this class was generated from the following files: