MAK RTIspy API Documentation for HLA 1.3
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:

List of all members.

Public Slots

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

Public Member Functions

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

Protected Attributes

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

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 
)

Destructor.


Member Function Documentation

void DtAssistantPopupDialog::processFinish ( int  result) [virtual, slot]

Clears the dialog when dismissed.

References myAdvancedGroupBoxShown, myUiImpl, and toggleShowAdvancedInfo().

Referenced by DtAssistantPopupDialog().

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

Adds the notification text to the dialog.

References myNoAdvancedSize, myOriginalSize, and myUiImpl.

Referenced by DtAssistantPopupMsgMgr::popup().

shows and hides advanced info text edit.

References myAdvancedGroupBoxShown, myNoAdvancedSize, myOriginalSize, and myUiImpl.

Referenced by DtAssistantPopupDialog(), and processFinish().


Member Data Documentation

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

Referenced by setNotification(), and toggleShowAdvancedInfo().

The original size of the dialog.

Referenced by setNotification(), and toggleShowAdvancedInfo().

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.

Referenced by DtAssistantPopupDialog(), processFinish(), setNotification(), and toggleShowAdvancedInfo().


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

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)