MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
rtiAssistantApp
popupDialog.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: popupDialog.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
9
#ifndef popupDialog_H_
10
#define popupDialog_H_
11
14
15
#include "
rtiMsConfig.h
"
16
#include "ui_popupDialogUI.h"
17
#include <QtGui/QDialog>
18
19
class
QSystemTrayIcon;
20
26
class
DT_DLL_ASSISTANTAPP
DtAssistantPopupDialog
:
public
QDialog
27
{
28
Q_OBJECT
29
30
public
:
31
33
DtAssistantPopupDialog
(
QWidget
* parent = 0, Qt::WindowFlags f=0 );
34
36
virtual
~
DtAssistantPopupDialog
();
37
39
virtual
void
setNotification(
const
QString& notification,
40
const
QString& advancedInfo,
const
QString& component );
41
42
public
slots:
44
virtual
void
processFinish(
int
result );
45
47
virtual
void
toggleShowAdvancedInfo();
48
49
50
protected
:
51
53
Ui::AssistantPopupDialog
myUiImpl
;
54
57
const
QSystemTrayIcon*
myTrayIcon
;
58
60
QSize
myOriginalSize
;
61
63
QSize
myNoAdvancedSize
;
64
65
bool
myAdvancedGroupBoxShown
;
66
67
68
};
69
70
#endif
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
)