MAK RTIspy API Documentation for HLA 1516
 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) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include "rtiMsConfig.h"
13 #include "ui_notificationAndLoggingConfigWidgetUI.h"
14 #include "assistantConfigWidget.h"
15 #include <QPushButton>
16 
21 {
22 public:
23 
25  DtNotificationAndLoggingConfigWidget( QWidget* parent, Qt::WindowFlags f=0 );
26 
29 
31 
32  virtual void setLogUpdateIntervalMs( int val );
33  virtual void setPopupsAsNotifications( bool val );
34  virtual void setEnableNotifications( bool val );
35  virtual void setWarningTickInterval( float val );
36  virtual void setDisplayRemoteNotifications( bool val );
38 
40 
41  virtual int logUpdateIntervalMs();
42  virtual bool popupsAsNotifications();
43  virtual bool enableNotifications();
44  virtual float warningTickInterval();
45  virtual bool displayRemoteNotifications();
47 
48  QPushButton * displayAssistantLogButton();
49  QPushButton * deleteAllAssistantLogsButton();
50 
51  QPushButton * showAssistantLogButton();
52 
53  public slots:
54 
55 
56 private:
57 
60 
63 
64 protected:
65 
66  Ui::NotificationAndLoggingConfigWidget myUiImpl;
67 };
Contains the DtAssistantConfigWidget class declaration.
Widget which allows a user to change the Assistant preferences for logging and display of notificatio...
Definition: notificationAndLoggingConfigWidget.h:20
Ui::NotificationAndLoggingConfigWidget myUiImpl
Definition: notificationAndLoggingConfigWidget.h:66
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:151
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 Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)