MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Signals | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
DtAssistantConfigWidget Class Reference

Widget which can be added as a configuration page to the DtAssistantConfigDialog. More...

+ Inheritance diagram for DtAssistantConfigWidget:
+ Collaboration diagram for DtAssistantConfigWidget:

Signals

void enablePrefAccept ()
 Emitted to indicate that the accept button can be enabled. More...
 
void disablePrefAccept ()
 Emitted to indicate that the accept button should be disabled. More...
 

Public Member Functions

 DtAssistantConfigWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 Constructor. More...
 
virtual ~DtAssistantConfigWidget ()
 Destructor. More...
 
virtual QString reasonForDisabledAccept () const
 If the widget has disabled the accept button, returns the reason why. More...
 

Protected Member Functions

virtual void setAcceptEnabled (bool enabled, const QString &reasonForDisable)
 Sets whether or not accept is enabled. More...
 

Private Member Functions

 DtAssistantConfigWidget (DtAssistantConfigWidget const &)
 Copy constructor not implemented. More...
 
DtAssistantConfigWidgetoperator= (DtAssistantConfigWidget const &)
 Assignment operator not implemented. More...
 

Private Attributes

QString myReasonForAcceptDisable
 The reason why this widget has diabled the accept option. More...
 

Detailed Description

Widget which can be added as a configuration page to the DtAssistantConfigDialog.

Constructor & Destructor Documentation

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

Constructor.

virtual DtAssistantConfigWidget::~DtAssistantConfigWidget ( )
virtual

Destructor.

DtAssistantConfigWidget::DtAssistantConfigWidget ( DtAssistantConfigWidget const &  )
private

Copy constructor not implemented.

Member Function Documentation

void DtAssistantConfigWidget::disablePrefAccept ( )
signal

Emitted to indicate that the accept button should be disabled.

void DtAssistantConfigWidget::enablePrefAccept ( )
signal

Emitted to indicate that the accept button can be enabled.

DtAssistantConfigWidget& DtAssistantConfigWidget::operator= ( DtAssistantConfigWidget const &  )
private

Assignment operator not implemented.

virtual QString DtAssistantConfigWidget::reasonForDisabledAccept ( ) const
virtual

If the widget has disabled the accept button, returns the reason why.

Will be an empty string if accept is enabled.

virtual void DtAssistantConfigWidget::setAcceptEnabled ( bool  enabled,
const QString &  reasonForDisable 
)
protectedvirtual

Sets whether or not accept is enabled.

Reimplemented in DtAssistantConnQueryWidget, and DtAssistantConnConfigWidget.

Member Data Documentation

QString DtAssistantConfigWidget::myReasonForAcceptDisable
private

The reason why this widget has diabled the accept option.


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

Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)