21 class QListWidgetItem;
22 class QDialogButtonBox;
45 virtual void completeDialogSetup();
61 virtual void changePage( QListWidgetItem* current, QListWidgetItem* previous );
64 virtual void enableAccept(
int );
67 virtual void disableAccept(
int );
72 virtual void enableOrDisableAccept();
76 virtual void showEvent( QShowEvent* event );
QDialogButtonBox * myButtonBox
The dialogs button box.
Definition: assistantConfigDialog.h:103
DtPreferencesPage
Definition: assistantEnums.h:17
QSignalMapper * myDisableAcceptMapper
Maps signals from configuration widgets to disable the accept button.
Definition: assistantConfigDialog.h:121
int myCurrentPage
The current page.
Definition: assistantConfigDialog.h:124
bool myFirstShowing
The first time the dialog is shown, do some additional configuration.
Definition: assistantConfigDialog.h:127
std::vector< QString > myDisableAcceptReasons
The current reasons for each widget why acceptance of the dialog should not be allowed.
Definition: assistantConfigDialog.h:114
std::vector< DtAssistantConfigWidget * > myConfigWidgets
Widgets for each configuration page in the dialog.
Definition: assistantConfigDialog.h:106
QSignalMapper * myEnableAcceptMapper
Maps signals from configuration widgets to enable the accept button button.
Definition: assistantConfigDialog.h:118
bool myWasAccepted
Stores the acceptance state of the last execution.
Definition: assistantConfigDialog.h:89
Qt dialog which allows a user to change the Assistant configuration.
Definition: assistantConfigDialog.h:27
QListWidget * myContentsWidget
The contents panel which allows the user to select the configuration page they would like to view...
Definition: assistantConfigDialog.h:93
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:122
std::map< DtPreferencesPage, unsigned int > myPageNumbers
Mapping of page IDs to page numbers.
Definition: assistantConfigDialog.h:100
QStackedWidget * myPagesWidget
The stacked widget which holds all of the configuration pages and displays the currently selected one...
Definition: assistantConfigDialog.h:97
std::vector< bool > myEnableAccept
The current settings for each widget on whether or not acceptance of the dialog should be allowed...
Definition: assistantConfigDialog.h:110