MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantPrefsWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #ifndef assistantPrefsWidget_H_
10 #define assistantPrefsWidget_H_
11 
12 #include "rtiMsConfig.h"
13 #include "ui_assistantPrefsWidgetUI.h"
14 #include "assistantConfigWidget.h"
15 
19 {
20  Q_OBJECT
21 
22 public:
23 
25  DtAssistantPreferencesWidget( QWidget* parent, Qt::WindowFlags f=0 );
26 
29 
31 
32  virtual void setKeepAlive( bool val );
33  virtual void setSendForeignQuery( bool val );
34  virtual void setLightweightMemorySec( int val );
35  virtual void setAssistantUpdateIntervalSec( int val );
36  virtual void setLrcNetStatsUpdateIntervalSec( int val );
37  virtual void setAssistantPersistent( bool persistent );
38  virtual void setEnableRemoteCommands( bool val );
39  virtual void setAssistantConnParams( int clientPort, int peerPort,
40  const QString& peerAddr1, const QString& peerAddr2 = QString() );
42 
44 
45  virtual bool keepAlive() const;
46  virtual bool sendForeignQuery() const;
47  virtual int lightweightMemorySec() const;
48  virtual int assistantUpdateIntervalSec() const;
49  virtual int lrcNetStatsUpdateIntervalSec() const;
50  virtual bool assistantPersistent() const;
51  virtual bool enableRemoteCommands() const;
53 
54 signals:
55 
57  void msgStatsRequested();
58 
59 private:
60 
63 
66 
67 protected:
68 
69  Ui::AssistantPreferencesWidget myUiImpl;
70 };
71 
72 #endif // assistantPrefsWidget_H_
73 
Contains the DtAssistantConfigWidget class declaration.
Widget which allows a user to change the Assistant preferences.
Definition: assistantPrefsWidget.h:18
Ui::AssistantPreferencesWidget myUiImpl
Definition: assistantPrefsWidget.h:69
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:122
DtAssistantConfigWidget & operator=(DtAssistantConfigWidget const &)
Assignment operator not implemented.
Widget which can be added as a configuration page to the DtAssistantConfigDialog. ...
Definition: assistantConfigWidget.h:18

Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)