![]() |
MAK RTIspy API Documentation for HLA 1.3
|
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 const QString & | federationName () const |
| Get the federation name. | |
| virtual void | setFederationColor (const QColor &color) |
| Set the federation color. | |
| virtual const QColor & | federationColor () const |
| Get 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.
|
virtual |
Destructor.
|
signal |
|
slot |
|
virtual |
Get the federation color.
|
virtual |
Get the federation name.
|
virtual |
Set the federation color.
|
virtual |
Set the federation name.
|
protected |
|
protected |