a superclass for creating wizards UI. More...
#include <vtkKWWizardDialog.h>


Public Types | |
| typedef vtkKWDialog | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkKWWizardWorkflow * | GetWizardWorkflow () |
| virtual void | UpdateEnableState () |
| virtual vtkKWWizardWidget * | GetWizardWidget () |
Static Public Member Functions | |
| static vtkKWWizardDialog * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWWizardDialog * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWWizardDialog () | |
| ~vtkKWWizardDialog () | |
| virtual void | CreateWidget () |
Protected Attributes | |
| vtkKWWizardWidget * | WizardWidget |
a superclass for creating wizards UI.
This class is the basis for a wizard widget/dialog. This dialog is a thin toplevel wrapper embedding a vtkKWWizardWidget.
Definition at line 37 of file vtkKWWizardDialog.h.
Reimplemented from vtkKWDialog.
Definition at line 42 of file vtkKWWizardDialog.h.
| vtkKWWizardDialog::vtkKWWizardDialog | ( | ) | [protected] |
| vtkKWWizardDialog::~vtkKWWizardDialog | ( | ) | [protected] |
| static vtkKWWizardDialog* vtkKWWizardDialog::New | ( | ) | [static] |
Reimplemented from vtkKWDialog.
| virtual const char* vtkKWWizardDialog::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
| static int vtkKWWizardDialog::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWDialog.
| virtual int vtkKWWizardDialog::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWDialog.
| static vtkKWWizardDialog* vtkKWWizardDialog::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWDialog.
| void vtkKWWizardDialog::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWDialog.
| virtual vtkKWWizardWidget* vtkKWWizardDialog::GetWizardWidget | ( | ) | [virtual] |
Get the internal wizard widget.
| virtual vtkKWWizardWorkflow* vtkKWWizardDialog::GetWizardWorkflow | ( | ) | [virtual] |
Convenience method to get the wizard widget's wizard workflow.
| virtual void vtkKWWizardDialog::UpdateEnableState | ( | ) | [virtual] |
Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc.
Reimplemented from vtkKWTopLevel.
| virtual void vtkKWWizardDialog::CreateWidget | ( | ) | [protected, virtual] |
Create the widget
Reimplemented from vtkKWDialog.
vtkKWWizardWidget* vtkKWWizardDialog::WizardWidget [protected] |
Definition at line 70 of file vtkKWWizardDialog.h.
1.6.1