KWWidgets
|
#include <vtkKWScalarComponentSelectionWidget.h>
Public Types | |
typedef vtkKWCompositeWidget | Superclass |
typedef vtkKWCompositeWidget | Superclass |
![]() | |
typedef vtkKWFrame | Superclass |
typedef vtkKWFrame | Superclass |
![]() | |
typedef vtkKWCoreWidget | Superclass |
typedef vtkKWCoreWidget | Superclass |
![]() | |
typedef vtkKWWidget | Superclass |
typedef vtkKWWidget | Superclass |
![]() | |
enum | { WidgetCreatedEvent = 30000 } |
enum | { WidgetCreatedEvent = 30000 } |
typedef vtkKWObject | Superclass |
typedef vtkKWObject | Superclass |
![]() | |
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 vtkKWMenuButtonWithLabel * | GetSelectedComponentOptionMenu () |
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 vtkKWMenuButtonWithLabel * | GetSelectedComponentOptionMenu () |
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 () |
![]() | |
vtkKWCompositeWidget () | |
~vtkKWCompositeWidget () | |
vtkKWCompositeWidget () | |
~vtkKWCompositeWidget () | |
![]() | |
vtkKWFrame () | |
~vtkKWFrame () | |
vtkKWFrame () | |
~vtkKWFrame () | |
![]() | |
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) |
![]() | |
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) |
![]() | |
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 |
vtkKWMenuButtonWithLabel * | SelectedComponentOptionMenu |
Additional Inherited Members | |
![]() | |
enum | { ConvertStringEscapeCurlyBraces = 1, ConvertStringEscapeInterpretable = 2 } |
enum | { ConvertStringEscapeCurlyBraces = 1, ConvertStringEscapeInterpretable = 2 } |
![]() | |
static int | CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL) |
static int | CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL) |
Definition at line 25 of file debian/tmp/usr/include/KWWidgets/vtkKWScalarComponentSelectionWidget.h.
Definition at line 30 of file debian/tmp/usr/include/KWWidgets/vtkKWScalarComponentSelectionWidget.h.
Definition at line 30 of file vtkKWScalarComponentSelectionWidget.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
Reimplemented from vtkKWCompositeWidget.
void vtkKWScalarComponentSelectionWidget::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWWidget.
|
virtual |
|
protectedvirtual |
Reimplemented from vtkKWCompositeWidget.
|
protectedvirtual |
|
protectedvirtual |
|
static |
Reimplemented from vtkKWCompositeWidget.
void vtkKWScalarComponentSelectionWidget::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
Reimplemented from vtkKWCompositeWidget.
|
static |
Reimplemented from vtkKWCompositeWidget.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from vtkKWWidget.
|
virtual |
|
protectedvirtual |
Reimplemented from vtkKWCompositeWidget.
|
protectedvirtual |
|
protectedvirtual |
|
protected |
Definition at line 95 of file debian/tmp/usr/include/KWWidgets/vtkKWScalarComponentSelectionWidget.h.
|
protected |
Definition at line 96 of file debian/tmp/usr/include/KWWidgets/vtkKWScalarComponentSelectionWidget.h.
|
protected |
Definition at line 97 of file debian/tmp/usr/include/KWWidgets/vtkKWScalarComponentSelectionWidget.h.
|
protected |
Definition at line 98 of file debian/tmp/usr/include/KWWidgets/vtkKWScalarComponentSelectionWidget.h.
|
protected |
Definition at line 100 of file debian/tmp/usr/include/KWWidgets/vtkKWScalarComponentSelectionWidget.h.
|
protected |
Definition at line 105 of file debian/tmp/usr/include/KWWidgets/vtkKWScalarComponentSelectionWidget.h.