#include <associationwidgetrole.h>
The AssociationWidgetRole struct gathers all information pertaining to the role. The AssociationWidget class contains two AssociationWidgetRole objects, one for each side of the association (A and B).
| AssociationWidgetRole::AssociationWidgetRole |
( |
| ) |
|
| void AssociationWidgetRole::cleanup |
( |
| ) |
|
| void AssociationWidgetRole::clipSize |
( |
| ) |
|
| bool AssociationWidgetRole::getStartMove |
( |
| ) |
|
| bool AssociationWidgetRole::loadFromXMI |
( |
QDomElement & |
qElement, |
|
|
const QString & |
suffix |
|
) |
| |
| UMLWidget * AssociationWidgetRole::onWidget |
( |
const QPointF & |
p | ) |
|
Check owned floating texts
- Parameters
-
- Returns
- pointer to widget at the provided point p
-
0 if no widget found
| void AssociationWidgetRole::saveToXMI |
( |
QXmlStreamWriter & |
writer | ) |
|
| void AssociationWidgetRole::setFont |
( |
const QFont & |
font | ) |
|
| void AssociationWidgetRole::setSelected |
( |
bool |
select | ) |
|
Sets the state of whether the widget is selected.
- Parameters
-
| select | The state of whether the widget is selected. |
information regarding changeability
| int AssociationWidgetRole::m_nIndex |
the index of where the line is on the region for this role
| int AssociationWidgetRole::m_nTotalCount |
total amount of associations on the region this role's line is on
region of this role's widget
information regarding multiplicity
| QString AssociationWidgetRole::roleDocumentation |
role's label of this association
| QPointer<UMLWidget> AssociationWidgetRole::umlWidget |
UMLWidget at this role's side of this association.
The documentation for this class was generated from the following files: