|
KWWidgets
|
#include <vtkKWMyOperatorStep.h>
Public Types | |
| enum | { OperatorAddition = 0, OperatorDivision, OperatorSquareRoot, OperatorUnknown } |
| enum | { OperatorAddition = 0, OperatorDivision, OperatorSquareRoot, OperatorUnknown } |
| typedef vtkKWWizardStep | Superclass |
| typedef vtkKWWizardStep | Superclass |
Public Types inherited from vtkKWWizardStep | |
| enum | { ShowUserInterfaceEvent = 10000, HideUserInterfaceEvent, ValidateEvent } |
| enum | { ShowUserInterfaceEvent = 10000, HideUserInterfaceEvent, ValidateEvent } |
| typedef vtkKWObject | Superclass |
| typedef vtkKWObject | Superclass |
Public Types inherited from vtkKWObject | |
| typedef vtkObject | Superclass |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| virtual void | ShowUserInterface () |
| virtual void | HideUserInterface () |
| virtual void | Validate () |
| virtual int | GetSelectedOperator () |
| virtual vtkKWMyWizardDialog * | GetWizardDialog () |
| virtual void | SetWizardDialog (vtkKWMyWizardDialog *) |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| virtual void | ShowUserInterface () |
| virtual void | HideUserInterface () |
| virtual void | Validate () |
| virtual int | GetSelectedOperator () |
| virtual vtkKWMyWizardDialog * | GetWizardDialog () |
| virtual void | SetWizardDialog (vtkKWMyWizardDialog *) |
Public Member Functions inherited from vtkKWWizardStep | |
| 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 | SetShowUserInterfaceCommand (vtkObject *object, const char *method) |
| virtual void | InvokeShowUserInterfaceCommand () |
| virtual int | HasShowUserInterfaceCommand () |
| virtual void | SetHideUserInterfaceCommand (vtkObject *object, const char *method) |
| virtual void | InvokeHideUserInterfaceCommand () |
| virtual int | HasHideUserInterfaceCommand () |
| 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) |
| virtual vtkIdType | GetId () |
| virtual char * | GetName () |
| virtual void | SetName (const char *) |
| virtual char * | GetDescription () |
| virtual void | SetDescription (const char *) |
| virtual void | SetShowUserInterfaceCommand (vtkObject *object, const char *method) |
| virtual void | InvokeShowUserInterfaceCommand () |
| virtual int | HasShowUserInterfaceCommand () |
| virtual void | SetHideUserInterfaceCommand (vtkObject *object, const char *method) |
| virtual void | InvokeHideUserInterfaceCommand () |
| virtual int | HasHideUserInterfaceCommand () |
| 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 () |
Public Member Functions inherited from vtkKWObject | |
| 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 vtkKWMyOperatorStep * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWMyOperatorStep * | SafeDownCast (vtkObject *o) |
| static vtkKWMyOperatorStep * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWMyOperatorStep * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkKWWizardStep | |
| 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 Public Member Functions inherited from vtkKWObject | |
| 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 | |
| vtkKWMyOperatorStep () | |
| ~vtkKWMyOperatorStep () | |
| vtkKWMyOperatorStep () | |
| ~vtkKWMyOperatorStep () | |
Protected Member Functions inherited from vtkKWWizardStep | |
| vtkKWWizardStep () | |
| ~vtkKWWizardStep () | |
| virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
| vtkKWWizardStep () | |
| ~vtkKWWizardStep () | |
| virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
Protected Member Functions inherited from vtkKWObject | |
| 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 | |
| vtkKWRadioButtonSet * | OperatorRadioButtonSet |
| vtkKWMyWizardDialog * | WizardDialog |
Protected Attributes inherited from vtkKWWizardStep | |
| vtkIdType | Id |
| char * | Name |
| char * | Description |
| char * | ShowUserInterfaceCommand |
| char * | HideUserInterfaceCommand |
| char * | ValidateCommand |
| char * | CanGoToSelfCommand |
Additional Inherited Members | |
Static Protected Member Functions inherited from vtkKWObject | |
| 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 10 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyOperatorStep.h.
Definition at line 14 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyOperatorStep.h.
Definition at line 14 of file Examples/Cxx/WizardDialog/vtkKWMyOperatorStep.h.
| anonymous enum |
| Enumerator | |
|---|---|
| OperatorAddition | |
| OperatorDivision | |
| OperatorSquareRoot | |
| OperatorUnknown | |
Definition at line 25 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyOperatorStep.h.
| anonymous enum |
| Enumerator | |
|---|---|
| OperatorAddition | |
| OperatorDivision | |
| OperatorSquareRoot | |
| OperatorUnknown | |
Definition at line 25 of file Examples/Cxx/WizardDialog/vtkKWMyOperatorStep.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkKWWizardStep.
|
static |
|
virtual |
Reimplemented from vtkKWWizardStep.
|
static |
|
virtual |
Reimplemented from vtkKWWizardStep.
|
virtual |
Reimplemented from vtkKWWizardStep.
|
virtual |
Reimplemented from vtkKWWizardStep.
|
virtual |
|
virtual |
|
virtual |
|
static |
|
virtual |
Reimplemented from vtkKWWizardStep.
|
static |
|
virtual |
Reimplemented from vtkKWWizardStep.
|
static |
|
virtual |
Reimplemented from vtkKWWizardStep.
|
virtual |
Reimplemented from vtkKWWizardStep.
|
virtual |
Reimplemented from vtkKWWizardStep.
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 44 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyOperatorStep.h.
|
protected |
Definition at line 45 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyOperatorStep.h.
1.8.3.1