KWWidgets
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkKWMyOperand1Step Class Reference

#include <vtkKWMyOperand1Step.h>

Inheritance diagram for vtkKWMyOperand1Step:
[legend]
Collaboration diagram for vtkKWMyOperand1Step:
[legend]

Public Types

enum  { Operand1IsValid = 0, Operand1IsEmpty, Operand1IsNegative }
 
enum  { Operand1IsValid = 0, Operand1IsEmpty, Operand1IsNegative }
 
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 IsOperand1Valid ()
 
virtual double GetOperand1Value ()
 
virtual vtkKWMyWizardDialog * GetWizardDialog ()
 
virtual void SetWizardDialog (vtkKWMyWizardDialog *)
 
virtual vtkKWStateMachineInput * GetOperand1ValidationSucceededForOneOperandInput ()
 
virtual int Operand1EntryChangedCallback (const char *value)
 
virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
virtual void ShowUserInterface ()
 
virtual void HideUserInterface ()
 
virtual void Validate ()
 
virtual int IsOperand1Valid ()
 
virtual double GetOperand1Value ()
 
virtual vtkKWMyWizardDialog * GetWizardDialog ()
 
virtual void SetWizardDialog (vtkKWMyWizardDialog *)
 
virtual vtkKWStateMachineInput * GetOperand1ValidationSucceededForOneOperandInput ()
 
virtual int Operand1EntryChangedCallback (const char *value)
 
- 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 vtkKWMyOperand1Step * New ()
 
static int IsTypeOf (const char *type)
 
static vtkKWMyOperand1Step * SafeDownCast (vtkObject *o)
 
static vtkKWMyOperand1Step * New ()
 
static int IsTypeOf (const char *type)
 
static vtkKWMyOperand1Step * 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

 vtkKWMyOperand1Step ()
 
 ~vtkKWMyOperand1Step ()
 
 vtkKWMyOperand1Step ()
 
 ~vtkKWMyOperand1Step ()
 
- 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

vtkKWStateMachineInput * Operand1ValidationSucceededForOneOperandInput
 
vtkKWEntry * Operand1Entry
 
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)
 

Detailed Description

Definition at line 10 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyOperand1Step.h.

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum
Enumerator
Operand1IsValid 
Operand1IsEmpty 
Operand1IsNegative 

Definition at line 25 of file debian/kwwidgets-examples/usr/share/doc/kwwidgets-examples/examples/Cxx/WizardDialog/vtkKWMyOperand1Step.h.

anonymous enum
Enumerator
Operand1IsValid 
Operand1IsEmpty 
Operand1IsNegative 

Definition at line 25 of file Examples/Cxx/WizardDialog/vtkKWMyOperand1Step.h.

Constructor & Destructor Documentation

vtkKWMyOperand1Step::vtkKWMyOperand1Step ( )
protected
vtkKWMyOperand1Step::~vtkKWMyOperand1Step ( )
protected
vtkKWMyOperand1Step::vtkKWMyOperand1Step ( )
protected
vtkKWMyOperand1Step::~vtkKWMyOperand1Step ( )
protected

Member Function Documentation

static vtkKWMyOperand1Step* vtkKWMyOperand1Step::New ( )
static
virtual const char* vtkKWMyOperand1Step::GetClassName ( )
virtual

Reimplemented from vtkKWWizardStep.

static int vtkKWMyOperand1Step::IsTypeOf ( const char *  type)
static
virtual int vtkKWMyOperand1Step::IsA ( const char *  type)
virtual

Reimplemented from vtkKWWizardStep.

static vtkKWMyOperand1Step* vtkKWMyOperand1Step::SafeDownCast ( vtkObject *  o)
static
virtual void vtkKWMyOperand1Step::ShowUserInterface ( )
virtual

Reimplemented from vtkKWWizardStep.

virtual void vtkKWMyOperand1Step::HideUserInterface ( )
virtual

Reimplemented from vtkKWWizardStep.

virtual void vtkKWMyOperand1Step::Validate ( )
virtual

Reimplemented from vtkKWWizardStep.

virtual int vtkKWMyOperand1Step::IsOperand1Valid ( )
virtual
virtual double vtkKWMyOperand1Step::GetOperand1Value ( )
virtual
virtual vtkKWMyWizardDialog* vtkKWMyOperand1Step::GetWizardDialog ( )
virtual
virtual void vtkKWMyOperand1Step::SetWizardDialog ( vtkKWMyWizardDialog *  )
virtual
virtual vtkKWStateMachineInput* vtkKWMyOperand1Step::GetOperand1ValidationSucceededForOneOperandInput ( )
virtual
virtual int vtkKWMyOperand1Step::Operand1EntryChangedCallback ( const char *  value)
virtual
static vtkKWMyOperand1Step* vtkKWMyOperand1Step::New ( )
static
virtual const char* vtkKWMyOperand1Step::GetClassName ( )
virtual

Reimplemented from vtkKWWizardStep.

static int vtkKWMyOperand1Step::IsTypeOf ( const char *  type)
static
virtual int vtkKWMyOperand1Step::IsA ( const char *  type)
virtual

Reimplemented from vtkKWWizardStep.

static vtkKWMyOperand1Step* vtkKWMyOperand1Step::SafeDownCast ( vtkObject *  o)
static
virtual void vtkKWMyOperand1Step::ShowUserInterface ( )
virtual

Reimplemented from vtkKWWizardStep.

virtual void vtkKWMyOperand1Step::HideUserInterface ( )
virtual

Reimplemented from vtkKWWizardStep.

virtual void vtkKWMyOperand1Step::Validate ( )
virtual

Reimplemented from vtkKWWizardStep.

virtual int vtkKWMyOperand1Step::IsOperand1Valid ( )
virtual
virtual double vtkKWMyOperand1Step::GetOperand1Value ( )
virtual
virtual vtkKWMyWizardDialog* vtkKWMyOperand1Step::GetWizardDialog ( )
virtual
virtual void vtkKWMyOperand1Step::SetWizardDialog ( vtkKWMyWizardDialog *  )
virtual
virtual vtkKWStateMachineInput* vtkKWMyOperand1Step::GetOperand1ValidationSucceededForOneOperandInput ( )
virtual
virtual int vtkKWMyOperand1Step::Operand1EntryChangedCallback ( const char *  value)
virtual

Member Data Documentation

vtkKWStateMachineInput * vtkKWMyOperand1Step::Operand1ValidationSucceededForOneOperandInput
protected
vtkKWEntry * vtkKWMyOperand1Step::Operand1Entry
protected
vtkKWMyWizardDialog * vtkKWMyOperand1Step::WizardDialog
protected

The documentation for this class was generated from the following files: