MAK RTIspy API Documentation for HLA 1516
advancedForwarderOptionsWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: advancedForwarderOptionsWidget.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef advancedForwarderOptionsWidget_H_
10 #define advancedForwarderOptionsWidget_H_
11 
14 
15 #include "rtiMsConfig.h"
16 #include "ui_advancedForwarderOptionsWidgetUI.h"
17 #include <QtGui/QWidget>
18 
22 {
23  Q_OBJECT
24 
25 public:
26 
28  DtAssistantAdvancedForwarderOptionsWidget( QWidget* parent = 0, Qt::WindowFlags f=0 );
29 
32 
34 
35  virtual void setDistributedForwarderPort( int port );
36  virtual void setAddressOfOtherForwarder( const QString& addr );
37  virtual void setSpecifyAdditionalConnection( bool val );
39 
41 
42  virtual int distributedForwarderPort();
43  virtual QString addressOfOtherForwarder();
44  virtual bool specifyAdditionalConnection();
46 
47 public slots:
48 
50  void enableFieldsAccordingToState();
51 
52 protected:
53 
55  Ui::AdvancedForwarderOptionsWidget myUiImpl;
56 
57 };
58 
59 
60 #endif

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)