KWWidgets
|
#include <vtkKWMyResultStep.h>
Public Types | |
typedef vtkKWWizardStep | Superclass |
typedef vtkKWWizardStep | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | ShowUserInterface () |
virtual void | HideUserInterface () |
virtual int | CanGoToSelf () |
virtual vtkKWMyWizardDialog * | GetWizardDialog () |
virtual void | SetWizardDialog (vtkKWMyWizardDialog *) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | ShowUserInterface () |
virtual void | HideUserInterface () |
virtual int | CanGoToSelf () |
virtual vtkKWMyWizardDialog * | GetWizardDialog () |
virtual void | SetWizardDialog (vtkKWMyWizardDialog *) |
Static Public Member Functions | |
static vtkKWMyResultStep * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWMyResultStep * | SafeDownCast (vtkObject *o) |
static vtkKWMyResultStep * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWMyResultStep * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkKWMyResultStep () | |
~vtkKWMyResultStep () | |
vtkKWMyResultStep () | |
~vtkKWMyResultStep () | |
Protected Attributes | |
vtkKWLabel * | ResultLabel |
vtkKWMyWizardDialog * | WizardDialog |
Definition at line 9 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyResultStep.h.
Reimplemented from vtkKWWizardStep.
Definition at line 13 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyResultStep.h.
Reimplemented from vtkKWWizardStep.
Definition at line 13 of file Examples/Cxx/WizardDialog/vtkKWMyResultStep.h.
vtkKWMyResultStep::vtkKWMyResultStep | ( | ) | [protected] |
vtkKWMyResultStep::~vtkKWMyResultStep | ( | ) | [protected] |
vtkKWMyResultStep::vtkKWMyResultStep | ( | ) | [protected] |
vtkKWMyResultStep::~vtkKWMyResultStep | ( | ) | [protected] |
static vtkKWMyResultStep* vtkKWMyResultStep::New | ( | ) | [static] |
Reimplemented from vtkKWWizardStep.
virtual const char* vtkKWMyResultStep::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWWizardStep.
static int vtkKWMyResultStep::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWWizardStep.
virtual int vtkKWMyResultStep::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWWizardStep.
static vtkKWMyResultStep* vtkKWMyResultStep::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWWizardStep.
virtual void vtkKWMyResultStep::ShowUserInterface | ( | ) | [virtual] |
Reimplemented from vtkKWWizardStep.
virtual void vtkKWMyResultStep::HideUserInterface | ( | ) | [virtual] |
Reimplemented from vtkKWWizardStep.
virtual int vtkKWMyResultStep::CanGoToSelf | ( | ) | [virtual] |
Reimplemented from vtkKWWizardStep.
virtual vtkKWMyWizardDialog* vtkKWMyResultStep::GetWizardDialog | ( | ) | [virtual] |
virtual void vtkKWMyResultStep::SetWizardDialog | ( | vtkKWMyWizardDialog * | ) | [virtual] |
static vtkKWMyResultStep* vtkKWMyResultStep::New | ( | ) | [static] |
Reimplemented from vtkKWWizardStep.
virtual const char* vtkKWMyResultStep::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWWizardStep.
static int vtkKWMyResultStep::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWWizardStep.
virtual int vtkKWMyResultStep::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWWizardStep.
static vtkKWMyResultStep* vtkKWMyResultStep::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWWizardStep.
virtual void vtkKWMyResultStep::ShowUserInterface | ( | ) | [virtual] |
Reimplemented from vtkKWWizardStep.
virtual void vtkKWMyResultStep::HideUserInterface | ( | ) | [virtual] |
Reimplemented from vtkKWWizardStep.
virtual int vtkKWMyResultStep::CanGoToSelf | ( | ) | [virtual] |
Reimplemented from vtkKWWizardStep.
virtual vtkKWMyWizardDialog* vtkKWMyResultStep::GetWizardDialog | ( | ) | [virtual] |
virtual void vtkKWMyResultStep::SetWizardDialog | ( | vtkKWMyWizardDialog * | ) | [virtual] |
vtkKWLabel * vtkKWMyResultStep::ResultLabel [protected] |
Definition at line 30 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyResultStep.h.
vtkKWMyWizardDialog * vtkKWMyResultStep::WizardDialog [protected] |
Definition at line 31 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyResultStep.h.