MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
notificationAndLoggingConfigWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: notificationAndLoggingConfigWidget.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef notificationAndLoggingConfigWidget_H_
13 #define notificationAndLoggingConfigWidget_H_
14 
15 #include "rtiMsConfig.h"
16 #include "ui_notificationAndLoggingConfigWidgetUI.h"
17 #include "assistantConfigWidget.h"
18 #include <QtGui/QPushButton>
19 
24 {
25 public:
26 
28  DtNotificationAndLoggingConfigWidget( QWidget* parent, Qt::WindowFlags f=0 );
29 
32 
34 
35  virtual void setLogUpdateIntervalMs( int val );
36  virtual void setPopupsAsNotifications( bool val );
37  virtual void setEnableNotifications( bool val );
38  virtual void setWarningTickInterval( float val );
39  virtual void setDisplayRemoteNotifications( bool val );
41 
43 
44  virtual int logUpdateIntervalMs();
45  virtual bool popupsAsNotifications();
46  virtual bool enableNotifications();
47  virtual float warningTickInterval();
48  virtual bool displayRemoteNotifications();
50 
51  QPushButton * displayAssistantLogButton();
52  QPushButton * deleteAllAssistantLogsButton();
53 
54 public slots:
55 
56 
57 private:
58 
61 
64 
65 protected:
66 
67  Ui::NotificationAndLoggingConfigWidget myUiImpl;
68 };
69 
70 #endif // notificationAndLoggingConfigWidget_H_
71 

Document ID: Generated on Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)