MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
federationColorItem.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2012 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef federationColorItem_H_
7 #define federationColorItem_H_
8 
11 
12 #include "rtiMsConfig.h"
13 #include "ui_federationColorItemUI.h"
14 
15 class QString;
16 class QColor;
17 
21 {
22  Q_OBJECT
23 
24 public:
26  DtFederationColorItem( QWidget* parent = 0 );
27 
29  virtual ~DtFederationColorItem();
30 
32  virtual void setFederationName(const QString& name);
34 
35  virtual const QString& federationName() const;
36 
38  virtual void setFederationColor(const QColor& color);
39 
41  virtual const QColor& federationColor() const;
42 
43  public slots:
44 
45  void displayColorPicker();
46 
47 signals:
48 
49  void colorHasChanged(const QString& federationName, QColor newColor);
50 
51 protected:
52 
53  Ui::FederationColorItem myUiImpl;
54 
56 
57 };
58 #endif
Ui::FederationColorItem myUiImpl
Definition: federationColorItem.h:53
Widget to be placed in a tree view item to display federation name and include the ability to change ...
Definition: federationColorItem.h:20
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:151
QColor myFederationColor
Definition: federationColorItem.h:55

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)