MAK RTIspy API Documentation for HLA 1.3
federationsViewPrefsWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #ifndef federationsViewPrefsWidget_H_
10 #define federationsViewPrefsWidget_H_
11 
12 #include "rtiMsConfig.h"
13 #include "ui_federationsViewPrefsWidgetUI.h"
14 #include "assistantConfigWidget.h"
15 #include "assistantEnums.h"
16 
17 
21 {
22 
23 public:
24 
26  DtFederationsViewPreferencesWidget( QWidget* parent, Qt::WindowFlags f=0 );
27 
30 
32 
33  virtual void setFederateIdentifier( DtFederateIdentifierType val );
34  virtual void setDefunctFederateTimeoutMs( int val );
35  virtual void setDisplayFederationColors( bool val );
37 
39 
40  virtual DtFederateIdentifierType federateIdentifier();
41  virtual int defunctFederateTimeoutMs();
42  virtual bool displayFederationColors();
44 
45 private:
46 
49 
52 
53 protected:
54 
55  Ui::FederationsViewPreferencesWidget myUiImpl;
56 };
57 
58 #endif // federationsViewPrefsWidget_H_
59 

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)