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

#include <vtkKWScalarComponentSelectionWidget.h>

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

Public Types

typedef vtkKWCompositeWidget Superclass
typedef vtkKWCompositeWidget Superclass
- Public Types inherited from vtkKWCompositeWidget
typedef vtkKWFrame Superclass
typedef vtkKWFrame Superclass
- Public Types inherited from vtkKWFrame
typedef vtkKWCoreWidget Superclass
typedef vtkKWCoreWidget Superclass
- Public Types inherited from vtkKWCoreWidget
typedef vtkKWWidget Superclass
typedef vtkKWWidget Superclass
- Public Types inherited from vtkKWWidget
enum  { WidgetCreatedEvent = 30000 }
enum  { WidgetCreatedEvent = 30000 }
typedef vtkKWObject Superclass
typedef vtkKWObject Superclass
- Public Types inherited from vtkKWObject
typedef vtkObject Superclass
typedef vtkObject Superclass

Public Member Functions

void PrintSelf (ostream &os, vtkIndent indent)
virtual const char * GetClassName ()
virtual int IsA (const char *type)
virtual void SetIndependentComponents (int)
virtual int GetIndependentComponents ()
virtual void IndependentComponentsOn ()
virtual void IndependentComponentsOff ()
virtual void SetNumberOfComponents (int)
virtual int GetNumberOfComponents ()
virtual void SetSelectedComponent (int)
virtual int GetSelectedComponent ()
virtual void SetAllowComponentSelection (int)
virtual void AllowComponentSelectionOn ()
virtual void AllowComponentSelectionOff ()
virtual int GetAllowComponentSelection ()
virtual void Update ()
virtual void SetSelectedComponentChangedCommand (vtkObject *object, const char *method)
virtual vtkKWMenuButtonWithLabelGetSelectedComponentOptionMenu ()
virtual void UpdateEnableState ()
virtual void SelectedComponentCallback (int)
void PrintSelf (ostream &os, vtkIndent indent)
virtual const char * GetClassName ()
virtual int IsA (const char *type)
virtual void SetIndependentComponents (int)
virtual int GetIndependentComponents ()
virtual void IndependentComponentsOn ()
virtual void IndependentComponentsOff ()
virtual void SetNumberOfComponents (int)
virtual int GetNumberOfComponents ()
virtual void SetSelectedComponent (int)
virtual int GetSelectedComponent ()
virtual void SetAllowComponentSelection (int)
virtual void AllowComponentSelectionOn ()
virtual void AllowComponentSelectionOff ()
virtual int GetAllowComponentSelection ()
virtual void Update ()
virtual void SetSelectedComponentChangedCommand (vtkObject *object, const char *method)
virtual vtkKWMenuButtonWithLabelGetSelectedComponentOptionMenu ()
virtual void UpdateEnableState ()
virtual void SelectedComponentCallback (int)

Static Public Member Functions

static
vtkKWScalarComponentSelectionWidget
New ()
static int IsTypeOf (const char *type)
static
vtkKWScalarComponentSelectionWidget
SafeDownCast (vtkObject *o)
static
vtkKWScalarComponentSelectionWidget
New ()
static int IsTypeOf (const char *type)
static
vtkKWScalarComponentSelectionWidget
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkKWScalarComponentSelectionWidget ()
 ~vtkKWScalarComponentSelectionWidget ()
virtual void CreateWidget ()
virtual void InvokeSelectedComponentChangedCommand (int comp)
virtual void Pack ()
 vtkKWScalarComponentSelectionWidget ()
 ~vtkKWScalarComponentSelectionWidget ()
virtual void CreateWidget ()
virtual void InvokeSelectedComponentChangedCommand (int comp)
virtual void Pack ()
- Protected Member Functions inherited from vtkKWCompositeWidget
 vtkKWCompositeWidget ()
 ~vtkKWCompositeWidget ()
 vtkKWCompositeWidget ()
 ~vtkKWCompositeWidget ()
- Protected Member Functions inherited from vtkKWFrame
 vtkKWFrame ()
 ~vtkKWFrame ()
 vtkKWFrame ()
 ~vtkKWFrame ()
- Protected Member Functions inherited from vtkKWCoreWidget
 vtkKWCoreWidget ()
 ~vtkKWCoreWidget ()
virtual const char * GetType ()
const char * ConvertTclStringToInternalString (const char *source, int options=0)
const char * ConvertInternalStringToTclString (const char *source, int options=0)
virtual void SetTextOption (const char *option, const char *value)
virtual const char * GetTextOption (const char *option)
 vtkKWCoreWidget ()
 ~vtkKWCoreWidget ()
virtual const char * GetType ()
const char * ConvertTclStringToInternalString (const char *source, int options=0)
const char * ConvertInternalStringToTclString (const char *source, int options=0)
virtual void SetTextOption (const char *option, const char *value)
virtual const char * GetTextOption (const char *option)
- Protected Member Functions inherited from vtkKWWidget
 vtkKWWidget ()
 ~vtkKWWidget ()
virtual void AddChild (vtkKWWidget *w)
virtual void RemoveChild (vtkKWWidget *w)
virtual void AddBalloonHelpBindings ()
virtual void PropagateEnableState (vtkKWWidget *widget)
virtual void SetGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
virtual void AddGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
virtual void RemoveGenericBinding (const char *target, const char *event)
virtual void RemoveGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
 vtkKWWidget ()
 ~vtkKWWidget ()
virtual void AddChild (vtkKWWidget *w)
virtual void RemoveChild (vtkKWWidget *w)
virtual void AddBalloonHelpBindings ()
virtual void PropagateEnableState (vtkKWWidget *widget)
virtual void SetGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
virtual void AddGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
virtual void RemoveGenericBinding (const char *target, const char *event)
virtual void RemoveGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
- 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 ()
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 ()
virtual void ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata)

Protected Attributes

int IndependentComponents
int NumberOfComponents
int SelectedComponent
int AllowComponentSelection
char * SelectedComponentChangedCommand
vtkKWMenuButtonWithLabelSelectedComponentOptionMenu

Additional Inherited Members

- Protected Types inherited from vtkKWCoreWidget
enum  { ConvertStringEscapeCurlyBraces = 1, ConvertStringEscapeInterpretable = 2 }
enum  { ConvertStringEscapeCurlyBraces = 1, ConvertStringEscapeInterpretable = 2 }
- Static Protected Member Functions inherited from vtkKWWidget
static int CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL)
static int CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL)

Detailed Description

Definition at line 25 of file debian/tmp/usr/include/KWWidgets/vtkKWScalarComponentSelectionWidget.h.

Member Typedef Documentation

Definition at line 30 of file vtkKWScalarComponentSelectionWidget.h.

Constructor & Destructor Documentation

vtkKWScalarComponentSelectionWidget::vtkKWScalarComponentSelectionWidget ( )
protected
vtkKWScalarComponentSelectionWidget::~vtkKWScalarComponentSelectionWidget ( )
protected
vtkKWScalarComponentSelectionWidget::vtkKWScalarComponentSelectionWidget ( )
protected
vtkKWScalarComponentSelectionWidget::~vtkKWScalarComponentSelectionWidget ( )
protected

Member Function Documentation

static vtkKWScalarComponentSelectionWidget* vtkKWScalarComponentSelectionWidget::New ( )
static

Reimplemented from vtkKWCompositeWidget.

void vtkKWScalarComponentSelectionWidget::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

Reimplemented from vtkKWCompositeWidget.

virtual const char* vtkKWScalarComponentSelectionWidget::GetClassName ( )
virtual

Reimplemented from vtkKWCompositeWidget.

static int vtkKWScalarComponentSelectionWidget::IsTypeOf ( const char *  type)
static

Reimplemented from vtkKWCompositeWidget.

virtual int vtkKWScalarComponentSelectionWidget::IsA ( const char *  type)
virtual

Reimplemented from vtkKWCompositeWidget.

static vtkKWScalarComponentSelectionWidget* vtkKWScalarComponentSelectionWidget::SafeDownCast ( vtkObject *  o)
static

Reimplemented from vtkKWCompositeWidget.

virtual void vtkKWScalarComponentSelectionWidget::SetIndependentComponents ( int  )
virtual
virtual int vtkKWScalarComponentSelectionWidget::GetIndependentComponents ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::IndependentComponentsOn ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::IndependentComponentsOff ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::SetNumberOfComponents ( int  )
virtual
virtual int vtkKWScalarComponentSelectionWidget::GetNumberOfComponents ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::SetSelectedComponent ( int  )
virtual
virtual int vtkKWScalarComponentSelectionWidget::GetSelectedComponent ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::SetAllowComponentSelection ( int  )
virtual
virtual void vtkKWScalarComponentSelectionWidget::AllowComponentSelectionOn ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::AllowComponentSelectionOff ( )
virtual
virtual int vtkKWScalarComponentSelectionWidget::GetAllowComponentSelection ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::Update ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::SetSelectedComponentChangedCommand ( vtkObject *  object,
const char *  method 
)
virtual
virtual vtkKWMenuButtonWithLabel* vtkKWScalarComponentSelectionWidget::GetSelectedComponentOptionMenu ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::UpdateEnableState ( )
virtual

Reimplemented from vtkKWWidget.

virtual void vtkKWScalarComponentSelectionWidget::SelectedComponentCallback ( int  )
virtual
virtual void vtkKWScalarComponentSelectionWidget::CreateWidget ( )
protectedvirtual

Reimplemented from vtkKWCompositeWidget.

virtual void vtkKWScalarComponentSelectionWidget::InvokeSelectedComponentChangedCommand ( int  comp)
protectedvirtual
virtual void vtkKWScalarComponentSelectionWidget::Pack ( )
protectedvirtual
static vtkKWScalarComponentSelectionWidget* vtkKWScalarComponentSelectionWidget::New ( )
static

Reimplemented from vtkKWCompositeWidget.

void vtkKWScalarComponentSelectionWidget::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

Reimplemented from vtkKWCompositeWidget.

virtual const char* vtkKWScalarComponentSelectionWidget::GetClassName ( )
virtual

Reimplemented from vtkKWCompositeWidget.

static int vtkKWScalarComponentSelectionWidget::IsTypeOf ( const char *  type)
static

Reimplemented from vtkKWCompositeWidget.

virtual int vtkKWScalarComponentSelectionWidget::IsA ( const char *  type)
virtual

Reimplemented from vtkKWCompositeWidget.

static vtkKWScalarComponentSelectionWidget* vtkKWScalarComponentSelectionWidget::SafeDownCast ( vtkObject *  o)
static

Reimplemented from vtkKWCompositeWidget.

virtual void vtkKWScalarComponentSelectionWidget::SetIndependentComponents ( int  )
virtual
virtual int vtkKWScalarComponentSelectionWidget::GetIndependentComponents ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::IndependentComponentsOn ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::IndependentComponentsOff ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::SetNumberOfComponents ( int  )
virtual
virtual int vtkKWScalarComponentSelectionWidget::GetNumberOfComponents ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::SetSelectedComponent ( int  )
virtual
virtual int vtkKWScalarComponentSelectionWidget::GetSelectedComponent ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::SetAllowComponentSelection ( int  )
virtual
virtual void vtkKWScalarComponentSelectionWidget::AllowComponentSelectionOn ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::AllowComponentSelectionOff ( )
virtual
virtual int vtkKWScalarComponentSelectionWidget::GetAllowComponentSelection ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::Update ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::SetSelectedComponentChangedCommand ( vtkObject *  object,
const char *  method 
)
virtual
virtual vtkKWMenuButtonWithLabel* vtkKWScalarComponentSelectionWidget::GetSelectedComponentOptionMenu ( )
virtual
virtual void vtkKWScalarComponentSelectionWidget::UpdateEnableState ( )
virtual

Reimplemented from vtkKWWidget.

virtual void vtkKWScalarComponentSelectionWidget::SelectedComponentCallback ( int  )
virtual
virtual void vtkKWScalarComponentSelectionWidget::CreateWidget ( )
protectedvirtual

Reimplemented from vtkKWCompositeWidget.

virtual void vtkKWScalarComponentSelectionWidget::InvokeSelectedComponentChangedCommand ( int  comp)
protectedvirtual
virtual void vtkKWScalarComponentSelectionWidget::Pack ( )
protectedvirtual

Member Data Documentation

int vtkKWScalarComponentSelectionWidget::IndependentComponents
protected
int vtkKWScalarComponentSelectionWidget::NumberOfComponents
protected
int vtkKWScalarComponentSelectionWidget::SelectedComponent
protected
int vtkKWScalarComponentSelectionWidget::AllowComponentSelection
protected
char * vtkKWScalarComponentSelectionWidget::SelectedComponentChangedCommand
protected
vtkKWMenuButtonWithLabel * vtkKWScalarComponentSelectionWidget::SelectedComponentOptionMenu
protected

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