Signals | Public Member Functions

IAttributeContainer Class Reference
[DataModelAttributes]

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.

Signals

void attributeAdded (IAttribute *a)
void attributeDeleted (IAttribute *a)

Public Member Functions

 IAttributeContainer (QObject *parent, QString key)
 IAttributeContainer (const IAttributeContainer &c)
 IAttributeContainer ()
 ~IAttributeContainer ()
virtual QString key ()
bool addItem (IAttribute *attr)
virtual void setAttributes (const IAttributeContainer &sourceAttrList)=0
IAttributeContaineroperator= (const IAttributeContainer &copyFrom)

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 ( const IAttributeContainer c  ) 
IAttributeContainer::IAttributeContainer (  ) 
IAttributeContainer::~IAttributeContainer (  ) 

Here is the call graph for this function:


Member Function Documentation

bool IAttributeContainer::addItem ( IAttribute attr  ) 

Here is the call graph for this function:

Here is the caller graph for this function:

void IAttributeContainer::attributeAdded ( IAttribute a  )  [signal]

Here is the caller graph for this function:

void IAttributeContainer::attributeDeleted ( IAttribute a  )  [signal]

Here is the caller graph for this function:

QString IAttributeContainer::key (  )  [virtual]

Here is the caller graph for this function:

IAttributeContainer & IAttributeContainer::operator= ( const IAttributeContainer copyFrom  ) 

Here is the call graph for this function:

virtual void IAttributeContainer::setAttributes ( const IAttributeContainer sourceAttrList  )  [pure virtual]

Implemented in StateAttributes, TextBlockAttributes, and TransitionAttributes.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: