Table of Contents
- Wizard::AbortAcceptButtonBox -
Returns a button box with buttons "Abort", "Accept"
- Wizard::AbortApplyFinishButtonBox -
Returns a button box with buttons "Abort", "Apply", "Finish"
- Wizard::AbortInstallationAcceptButtonBox -
Returns a button box with buttons "Abort Installation", "Accept"
- Wizard::AcceptDialog -
Returns a standard wizard dialog with buttons "Cancel", "Accept"
- Wizard::AddMenu -
Add Menu
- Wizard::AddMenuEntry -
Add Menu Entry
- Wizard::AddSubMenu -
Add Sub Menu
- Wizard::AddTreeItem -
Add Tree Item to tree enabled Wizard
- Wizard::BackAbortInstallationNextButtonBox -
Returns a button box with buttons "Back", "Abort Installation", "Next"
- Wizard::BackAbortNextButtonBox -
Returns a button box with buttons "Back", "Abort", "Next"
- Wizard::BackNextButtonBox -
Returns a button box with buttons "Back", "Next"
- Wizard::CancelAcceptButtonBox -
Returns a button box with buttons "Cancel", "Accept"
- Wizard::ClearContents -
Clear the wizard contents.
- Wizard::ClearTitleIcon -
Clear the wizard 'title' icon, i.e. replace it with nothing
- Wizard::CloseDialog -
Close a wizard dialog.
- Wizard::CreateDialog -
Create and open a typical installation wizard dialog.
- Wizard::CreateMenu -
Create the menu in the dialog
- Wizard::CreateTree -
Create the tree in the dialog, replaces helpspace with new tree widget
- Wizard::CreateTreeDialog -
Create and open a Tree wizard dialog.
- Wizard::DeleteMenus -
Delete Menu items
- Wizard::DeleteTreeItems -
Delete Tree items
- Wizard::DisableAbortButton -
Disable the wizard's "Abort" button.
- Wizard::DisableBackButton -
Disable the wizard's "Back" button.
- Wizard::DisableCancelButton -
Disable the wizard's "Cancel" button.
- Wizard::DisableNextButton -
Disable the wizard's "Next" (or "Accept") button.
- Wizard::EnableAbortButton -
Enable the wizard's "Abort" button.
- Wizard::EnableBackButton -
Enable the wizard's "Back" button.
- Wizard::EnableCancelButton -
Enable the wizard's "Cancel" button.
- Wizard::EnableNextButton -
Enable the wizard's "Next" (or "Accept") button.
- Wizard::GenericDialog - Create a Generic Dialog
- Wizard::HideAbortButton -
Hide the Wizard's "Abort" button.
Restore it later with RestoreAbortButton():
- Wizard::HideBackButton -
Hide the Wizard's "Back" button.
Restore it later with RestoreBackButton():
- Wizard::HideNextButton -
Hide the Wizard's "Next" button.
Restore it later with RestoreNextButton():
- Wizard::IsWizardDialog -
Check if the topmost dialog is a wizard dialog
(i.e. has a widget with `id(`WizardDialog) )
- Wizard::NextBackDialog -
Returns a standard wizard dialog with buttons "Next", "Back", "Abort".
- Wizard::OpenAbortApplyFinishDialog -
Open a dialog with "Accept", "Cancel"
and set the keyboard focus to "Accept".
- Wizard::OpenAcceptAbortStepsDialog -
Open a dialog with "Accept", "Cancel" that will also accept workflow steps.
- Wizard::OpenAcceptDialog -
Open a dialog with "Accept", "Cancel"
and set the keyboard focus to "Accept".
- Wizard::OpenAcceptStepsDialog -
Open a dialog with "Accept", "Cancel" that will also accept workflow steps.
- Wizard::OpenCustomDialog -
Open a wizard dialog with simple layout
- Wizard::OpenDialog -
Open any wizard dialog.
- Wizard::OpenNextBackDialog -
Open a dialog with buttons "Next", "Back", "Abort"
and set the keyboard focus to "Next".
- Wizard::OpenNextBackStepsDialog -
Open a dialog with "Back", "Next", "Abort" that will also accept workflow steps.
- Wizard::OpenTreeNextBackDialog -
Open a Tree dialog with buttons "Next", "Back", "Abort"
and set the keyboard focus to "Next".
- Wizard::QueryTreeItem -
Query Tree Item
- Wizard::ReplaceAbortButton -
Replace the wizard 'abort' button with a custom widget.
THIS FUNCTION IS DEPRECATED!
- Wizard::ReplaceBackButton -
Replace the wizard 'back' button with a custom widget.
THIS FUNCTION IS DEPRECATED!
- Wizard::ReplaceCustomHelp -
Replace the help widget for dialogs opened with Wizard::OpenCustomDialog().
- Wizard::ReplaceHelp -
Replace the wizard help subwindow with a custom widget.
- Wizard::ReplaceNextButton -
Replace the wizard 'next' button with a custom widget.
THIS FUNCTION IS DEPRECATED!
- Wizard::RestoreAbortButton -
Restore the wizard 'abort' button.
- Wizard::RestoreBackButton -
Restore the wizard 'back' button.
- Wizard::RestoreHelp -
Restore the wizard help subwindow.
- Wizard::RestoreNextButton -
Restore the wizard 'next' button.
- Wizard::RestoreScreenShotName -
Restore the screenshot name.
- Wizard::RetranslateButtons -
Retranslate the wizard buttons.
- Wizard::SelectTreeItem -
Select Tree item
- Wizard::SetAbortButton -
Set the dialog's "Abort" button with a new label and a new ID
- Wizard::SetBackButton -
Set the dialog's "Back" button with a new label and a new ID
- Wizard::SetContents -
Set the contents of a wizard dialog
- Wizard::SetContentsButtons -
Set contents and Buttons of wizard dialog
- Wizard::SetDesktopIcon -
Set Desktop Icon
- Wizard::SetFocusToBackButton -
Set the keyboard focus to the wizard's "Back" (or "Cancel") button.
- Wizard::SetFocusToNextButton -
Set the keyboard focus to the wizard's "Next" (or "Accept") button.
- Wizard::SetHelpText -
Set a new help text.
- Wizard::SetNextButton -
Set the dialog's "Next" button with a new label and a new ID
- Wizard::SetProductName -
Set the product name for UI
- Wizard::SetScreenShotName -
Declare a name for the current dialog
- Wizard::SetTitleIcon -
Set the wizard 'title' icon
- Wizard::ShowHelp -
Open a popup dialog that displays a help text (rich text format).
- Wizard::UserInput -
Substitute for UI::UserInput