MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
popupDialog.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_popupDialogUI.h"
14 #include <QDialog>
15 
16 class QSystemTrayIcon;
17 
24 {
25  Q_OBJECT
26 
27 public:
28 
30  DtAssistantPopupDialog( QWidget* parent = 0, Qt::WindowFlags f=0 );
31 
33  virtual ~DtAssistantPopupDialog();
34 
36  virtual void setNotification( const QString& notification,
37  const QString& advancedInfo, const QString& component );
38 
39 public slots:
41  virtual void processFinish( int result );
42 
44  virtual void toggleShowAdvancedInfo();
45 
46 
47 protected:
48 
50  Ui::AssistantPopupDialog myUiImpl;
51 
54  const QSystemTrayIcon* myTrayIcon;
55 
58 
61 
63 
64 
65 };
QSize myNoAdvancedSize
The (not showing Advanced TextEdit ) geometry of the dialog.
Definition: popupDialog.h:60
Dialog widget to display important notifications and events by the RTI Assistant. ...
Definition: popupDialog.h:23
QSize myOriginalSize
The original size of the dialog.
Definition: popupDialog.h:57
bool myAdvancedOptionsShown
Definition: popupDialog.h:62
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:151
const QSystemTrayIcon * myTrayIcon
The RTI Assistant tray icon is needed in order to determine the.
Definition: popupDialog.h:54
Ui::AssistantPopupDialog myUiImpl
The GUI implementation of the widget.
Definition: popupDialog.h:50

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)