KWWidgets
|
#include <vtkKWWizardStep.h>
Public Types | |
enum | { ShowUserInterfaceEvent = 10000, HideUserInterfaceEvent, ValidateEvent } |
enum | { ShowUserInterfaceEvent = 10000, HideUserInterfaceEvent, ValidateEvent } |
typedef vtkKWObject | Superclass |
typedef vtkKWObject | Superclass |
![]() | |
typedef vtkObject | Superclass |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkIdType | GetId () |
virtual char * | GetName () |
virtual void | SetName (const char *) |
virtual char * | GetDescription () |
virtual void | SetDescription (const char *) |
virtual void | ShowUserInterface () |
virtual void | SetShowUserInterfaceCommand (vtkObject *object, const char *method) |
virtual void | InvokeShowUserInterfaceCommand () |
virtual int | HasShowUserInterfaceCommand () |
virtual void | HideUserInterface () |
virtual void | SetHideUserInterfaceCommand (vtkObject *object, const char *method) |
virtual void | InvokeHideUserInterfaceCommand () |
virtual int | HasHideUserInterfaceCommand () |
virtual void | Validate () |
virtual void | SetValidateCommand (vtkObject *object, const char *method) |
virtual void | InvokeValidateCommand () |
virtual int | HasValidateCommand () |
virtual int | CanGoToSelf () |
virtual void | SetCanGoToSelfCommand (vtkObject *object, const char *method) |
virtual int | InvokeCanGoToSelfCommand () |
virtual int | HasCanGoToSelfCommand () |
virtual vtkKWStateMachineState * | GetInteractionState () |
virtual vtkKWStateMachineState * | GetValidationState () |
virtual vtkKWStateMachineTransition * | GetValidationTransition () |
virtual vtkKWStateMachineTransition * | GetValidationFailedTransition () |
virtual vtkKWStateMachineInput * | GetGoToSelfInput () |
virtual vtkKWStateMachineInput * | GetGoBackToSelfInput () |
virtual void | RemoveCallbackCommandObservers () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkIdType | GetId () |
virtual char * | GetName () |
virtual void | SetName (const char *) |
virtual char * | GetDescription () |
virtual void | SetDescription (const char *) |
virtual void | ShowUserInterface () |
virtual void | SetShowUserInterfaceCommand (vtkObject *object, const char *method) |
virtual void | InvokeShowUserInterfaceCommand () |
virtual int | HasShowUserInterfaceCommand () |
virtual void | HideUserInterface () |
virtual void | SetHideUserInterfaceCommand (vtkObject *object, const char *method) |
virtual void | InvokeHideUserInterfaceCommand () |
virtual int | HasHideUserInterfaceCommand () |
virtual void | Validate () |
virtual void | SetValidateCommand (vtkObject *object, const char *method) |
virtual void | InvokeValidateCommand () |
virtual int | HasValidateCommand () |
virtual int | CanGoToSelf () |
virtual void | SetCanGoToSelfCommand (vtkObject *object, const char *method) |
virtual int | InvokeCanGoToSelfCommand () |
virtual int | HasCanGoToSelfCommand () |
virtual vtkKWStateMachineState * | GetInteractionState () |
virtual vtkKWStateMachineState * | GetValidationState () |
virtual vtkKWStateMachineTransition * | GetValidationTransition () |
virtual vtkKWStateMachineTransition * | GetValidationFailedTransition () |
virtual vtkKWStateMachineInput * | GetGoToSelfInput () |
virtual vtkKWStateMachineInput * | GetGoBackToSelfInput () |
virtual void | RemoveCallbackCommandObservers () |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetTclName () |
virtual vtkKWApplication * | GetApplication () |
virtual void | SetApplication (vtkKWApplication *arg) |
virtual const char * | Script (const char *EventString,...) |
virtual void | AddCallbackCommandObserver (vtkObject *object, unsigned long event) |
virtual void | RemoveCallbackCommandObserver (vtkObject *object, unsigned long event) |
virtual void | AddCallbackCommandObservers () |
void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetTclName () |
virtual vtkKWApplication * | GetApplication () |
virtual void | SetApplication (vtkKWApplication *arg) |
virtual const char * | Script (const char *EventString,...) |
virtual void | AddCallbackCommandObserver (vtkObject *object, unsigned long event) |
virtual void | RemoveCallbackCommandObserver (vtkObject *object, unsigned long event) |
virtual void | AddCallbackCommandObservers () |
Static Public Member Functions | |
static vtkKWWizardStep * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWWizardStep * | SafeDownCast (vtkObject *o) |
static vtkKWStateMachineInput * | GetValidationInput () |
static vtkKWStateMachineInput * | GetValidationSucceededInput () |
static vtkKWStateMachineInput * | GetValidationFailedInput () |
static vtkKWWizardStep * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWWizardStep * | SafeDownCast (vtkObject *o) |
static vtkKWStateMachineInput * | GetValidationInput () |
static vtkKWStateMachineInput * | GetValidationSucceededInput () |
static vtkKWStateMachineInput * | GetValidationFailedInput () |
![]() | |
static vtkKWObject * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWObject * | SafeDownCast (vtkObject *o) |
static vtkKWObject * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWObject * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkKWWizardStep () | |
~vtkKWWizardStep () | |
virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
vtkKWWizardStep () | |
~vtkKWWizardStep () | |
virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
![]() | |
vtkKWObject () | |
~vtkKWObject () | |
virtual void | SetObjectMethodCommand (char **command, vtkObject *object, const char *method) |
virtual void | InvokeObjectMethodCommand (const char *command) |
virtual vtkCallbackCommand * | GetCallbackCommand () |
vtkKWObject () | |
~vtkKWObject () | |
virtual void | SetObjectMethodCommand (char **command, vtkObject *object, const char *method) |
virtual void | InvokeObjectMethodCommand (const char *command) |
virtual vtkCallbackCommand * | GetCallbackCommand () |
Protected Attributes | |
vtkIdType | Id |
char * | Name |
char * | Description |
char * | ShowUserInterfaceCommand |
char * | HideUserInterfaceCommand |
char * | ValidateCommand |
char * | CanGoToSelfCommand |
Friends | |
class | vtkKWWizardStepCleanup |
Additional Inherited Members | |
![]() | |
static void | ProcessCallbackCommandEventsFunction (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
static void | ProcessCallbackCommandEventsFunction (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
Definition at line 49 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.
Definition at line 53 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.
Definition at line 53 of file vtkKWWizardStep.h.
anonymous enum |
Enumerator | |
---|---|
ShowUserInterfaceEvent | |
HideUserInterfaceEvent | |
ValidateEvent |
Definition at line 91 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.
anonymous enum |
Enumerator | |
---|---|
ShowUserInterfaceEvent | |
HideUserInterfaceEvent | |
ValidateEvent |
Definition at line 91 of file vtkKWWizardStep.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand2Step, vtkKWMyResultStep, vtkKWMyOperand2Step, and vtkKWMyResultStep.
|
static |
|
virtual |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand2Step, vtkKWMyResultStep, vtkKWMyOperand2Step, and vtkKWMyResultStep.
|
static |
void vtkKWWizardStep::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand2Step, and vtkKWMyOperand2Step.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in vtkKWMyResultStep, and vtkKWMyResultStep.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
static |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWObject.
|
protectedvirtual |
Reimplemented from vtkKWObject.
|
static |
|
virtual |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand2Step, vtkKWMyResultStep, vtkKWMyOperand2Step, and vtkKWMyResultStep.
|
static |
|
virtual |
Reimplemented from vtkKWObject.
Reimplemented in vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand2Step, vtkKWMyResultStep, vtkKWMyOperand2Step, and vtkKWMyResultStep.
|
static |
void vtkKWWizardStep::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand1Step, vtkKWMyOperatorStep, vtkKWMyOperand2Step, and vtkKWMyOperand2Step.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in vtkKWMyResultStep, and vtkKWMyResultStep.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
static |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWObject.
|
protectedvirtual |
Reimplemented from vtkKWObject.
|
friend |
Definition at line 370 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.
|
protected |
Definition at line 334 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.
|
protected |
Definition at line 335 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.
|
protected |
Definition at line 336 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.
|
protected |
Definition at line 338 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.
|
protected |
Definition at line 339 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.
|
protected |
Definition at line 340 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.
|
protected |
Definition at line 341 of file debian/tmp/usr/include/KWWidgets/vtkKWWizardStep.h.