MAK RTIspy API Documentation for HLA 1.3
Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
DtAssistantConnConfigWidget Class Reference

Widget that can be brought up by the user to configure their RTI config preferences. More...

+ Inheritance diagram for DtAssistantConnConfigWidget:
+ Collaboration diagram for DtAssistantConnConfigWidget:

List of all members.

Public Slots

void enableOrDisablePrefAccept ()
 Determines whether or not the preference dialog accept button should be enabled or disabled.

Public Member Functions

 DtAssistantConnConfigWidget (QWidget *parent, Qt::WindowFlags f=0)
 Constructor.
virtual ~DtAssistantConnConfigWidget ()
 Destructor.

Protected Member Functions

virtual void updateDisplayedConnection (const QString &name, const DtRtiConnectionInfoDataPair &updatedConn, QTreeWidgetItem *connItem)
 Depending on the type of our current query connection, we update connItem based on updatedConn.
virtual void showEvent (QShowEvent *event)
 Prepare the widget to be shown.
virtual void clearAllConnections ()
 Clears the entire connection list.
virtual void setAcceptEnabled (bool enabled, const QString &reasonForDisable)
 Sets whether or not accept is enabled.

Protected Attributes

bool mySelectionIsAcceptable
 Whether or not the current selection is acceptable.
QString myReasonWhyNotAcceptable
 Reason why the selection is not acceptable.
unsigned myPerformReset
 Flag to determine whether or not display should be reset on show event.
QIcon myVerifiedIcon
 Icons.
QIcon myForwarderVerifiedIcon
 Icons.
QIcon myUnknownIcon
 Icons.
QIcon myConflictingIcon
 Icons.

Private Member Functions

 DtAssistantConnConfigWidget (DtAssistantConnConfigWidget const &)
 Copy constructor not implemented.
DtAssistantConnConfigWidgetoperator= (DtAssistantConnConfigWidget const &)
 Assignment operator not implemented.

Detailed Description

Widget that can be brought up by the user to configure their RTI config preferences.


Constructor & Destructor Documentation

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

Destructor.

Copy constructor not implemented.


Member Function Documentation

void DtAssistantConnConfigWidget::clearAllConnections ( ) [protected, virtual]

Clears the entire connection list.

Reimplemented from DtAssistantLrcConnQueryWidget.

References myPerformReset.

Determines whether or not the preference dialog accept button should be enabled or disabled.

References myReasonWhyNotAcceptable, mySelectionIsAcceptable, DtAssistantConnQueryWidget::myUiImpl, and setAcceptEnabled().

Referenced by DtAssistantConnConfigWidget(), and setAcceptEnabled().

DtAssistantConnConfigWidget& DtAssistantConnConfigWidget::operator= ( DtAssistantConnConfigWidget const &  ) [private]

Assignment operator not implemented.

void DtAssistantConnConfigWidget::setAcceptEnabled ( bool  enabled,
const QString &  reasonForDisable 
) [protected, virtual]

Sets whether or not accept is enabled.

Reimplemented from DtAssistantConnQueryWidget.

References enableOrDisablePrefAccept(), myReasonWhyNotAcceptable, and mySelectionIsAcceptable.

Referenced by enableOrDisablePrefAccept().

void DtAssistantConnConfigWidget::showEvent ( QShowEvent *  event) [protected, virtual]
void DtAssistantConnConfigWidget::updateDisplayedConnection ( const QString &  name,
const DtRtiConnectionInfoDataPair updatedConn,
QTreeWidgetItem *  connItem 
) [protected, virtual]

Member Data Documentation

Flag to determine whether or not display should be reset on show event.

Referenced by clearAllConnections(), and showEvent().

Reason why the selection is not acceptable.

Referenced by enableOrDisablePrefAccept(), and setAcceptEnabled().

Whether or not the current selection is acceptable.

Referenced by enableOrDisablePrefAccept(), and setAcceptEnabled().


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)