MAK RTIspy API Documentation for HLA 1.3
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);
33 
35  virtual void setFederationColor(const QColor& color);
36 
37 public slots:
38 
39  void displayColorPicker();
40 
41 signals:
42 
43  void colorHasChanged(const QString& federationName, QColor newColor);
44 
45 protected:
46 
47  Ui::FederationColorItem myUiImpl;
48 
50 
51 };
52 #endif

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)