MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Slots | Public Member Functions | Protected Attributes

Dialog widget to display important notifications and events by the RTI Assistant. More...

+ Inheritance diagram for DtAssistantPopupDialog:
+ Collaboration diagram for DtAssistantPopupDialog:

Public Slots

virtual void processFinish (int result)
 Clears the dialog when dismissed. More...
 
virtual void toggleShowAdvancedInfo ()
 shows and hides advanced info text edit. More...
 

Public Member Functions

 DtAssistantPopupDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 Constructor. More...
 
virtual ~DtAssistantPopupDialog ()
 Destructor. More...
 
virtual void setNotification (const QString &notification, const QString &advancedInfo, const QString &component)
 Adds the notification text to the dialog. More...
 

Protected Attributes

Ui::AssistantPopupDialog myUiImpl
 The GUI implementation of the widget. More...
 
const QSystemTrayIcon * myTrayIcon
 The RTI Assistant tray icon is needed in order to determine the. More...
 
QSize myOriginalSize
 The original size of the dialog. More...
 
QSize myNoAdvancedSize
 The (not showing Advanced TextEdit ) geometry of the dialog. More...
 
bool myAdvancedOptionsShown
 

Detailed Description

Dialog widget to display important notifications and events by the RTI Assistant.

DtAssistantPopupDialog is used by the Assistant to display modal popup dialogs.

Constructor & Destructor Documentation

DtAssistantPopupDialog::DtAssistantPopupDialog ( QWidget parent = 0,
Qt::WindowFlags  f = 0 
)

Constructor.

virtual DtAssistantPopupDialog::~DtAssistantPopupDialog ( )
virtual

Destructor.

Member Function Documentation

virtual void DtAssistantPopupDialog::processFinish ( int  result)
virtualslot

Clears the dialog when dismissed.

virtual void DtAssistantPopupDialog::setNotification ( const QString &  notification,
const QString &  advancedInfo,
const QString &  component 
)
virtual

Adds the notification text to the dialog.

virtual void DtAssistantPopupDialog::toggleShowAdvancedInfo ( )
virtualslot

shows and hides advanced info text edit.

Member Data Documentation

bool DtAssistantPopupDialog::myAdvancedOptionsShown
protected
QSize DtAssistantPopupDialog::myNoAdvancedSize
protected

The (not showing Advanced TextEdit ) geometry of the dialog.

QSize DtAssistantPopupDialog::myOriginalSize
protected

The original size of the dialog.

const QSystemTrayIcon* DtAssistantPopupDialog::myTrayIcon
protected

The RTI Assistant tray icon is needed in order to determine the.

position of the popup dialog.

Ui::AssistantPopupDialog DtAssistantPopupDialog::myUiImpl
protected

The GUI implementation of the widget.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)