![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Widget to be placed in a tree view item to display federation name and include the ability to change the federation color. More...
Inheritance diagram for DtFederationColorItem:
Collaboration diagram for DtFederationColorItem:Public Slots | |
| void | displayColorPicker () |
Signals | |
| void | colorHasChanged (const QString &federationName, QColor newColor) |
Public Member Functions | |
| DtFederationColorItem (QWidget *parent=0) | |
| Constructor. | |
| virtual | ~DtFederationColorItem () |
| Destructor. | |
| virtual void | setFederationName (const QString &name) |
| Set the federation name. | |
| virtual void | setFederationColor (const QColor &color) |
| Set the federation color. | |
Protected Attributes | |
| Ui::FederationColorItem | myUiImpl |
| QColor | myFederationColor |
Widget to be placed in a tree view item to display federation name and include the ability to change the federation color.
| DtFederationColorItem::DtFederationColorItem | ( | QWidget * | parent = 0 | ) |
Constructor.
References connect(), displayColorPicker(), and myUiImpl.
|
virtual |
Destructor.
|
signal |
Referenced by displayColorPicker().
|
slot |
References colorHasChanged(), myFederationColor, myUiImpl, and setFederationColor().
Referenced by DtFederationColorItem().
|
virtual |
Set the federation color.
References myFederationColor, and myUiImpl.
Referenced by displayColorPicker(), DtFederationsViewDialog::showFederateInfo(), and DtFederationsViewDialog::showFederationInfo().
|
virtual |
Set the federation name.
References myUiImpl.
Referenced by DtFederationsViewDialog::showFederateInfo(), and DtFederationsViewDialog::showFederationInfo().
|
protected |
Referenced by displayColorPicker(), and setFederationColor().
|
protected |
Referenced by displayColorPicker(), DtFederationColorItem(), setFederationColor(), and setFederationName().