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 };

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)