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

#include <vtkKWWidget.h>

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

Public Types

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

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetParent (vtkKWWidget *p)
virtual vtkKWWidgetGetParent ()
virtual vtkKWApplicationGetApplication ()
virtual void Create ()
virtual const char * GetWidgetName ()
virtual void SetWidgetName (const char *)
virtual int IsCreated ()
virtual int IsAlive ()
virtual int IsMapped ()
virtual void Focus ()
virtual int HasFocus ()
virtual void SetEnabled (int)
virtual void EnabledOn ()
virtual void EnabledOff ()
virtual int GetEnabled ()
virtual void SetBinding (const char *event, vtkObject *object, const char *method)
virtual void SetBinding (const char *event, const char *command)
virtual const char * GetBinding (const char *event)
virtual void AddBinding (const char *event, vtkObject *object, const char *method)
virtual void AddBinding (const char *event, const char *command)
virtual void RemoveBinding (const char *event)
virtual void RemoveBinding (const char *event, vtkObject *object, const char *method)
virtual void SetKeyBinding (const char *event, vtkObject *object, const char *method, const char *context, const char *description)
virtual void RemoveKeyBinding (const char *event)
virtual void RemoveKeyBinding (const char *event, vtkObject *object, const char *method)
virtual vtkKWKeyBindingsManagerGetKeyBindingsManager ()
virtual void SetDropFileBinding (vtkObject *object, const char *method)
vtkKWTopLevelGetParentTopLevel ()
virtual int IsPacked ()
virtual int GetNumberOfPackedChildren ()
virtual void Unpack ()
virtual int IsGridded ()
virtual int GetNumberOfGriddedChildren ()
virtual void Ungrid ()
virtual int IsPlaced ()
virtual int GetNumberOfPlacedChildren ()
virtual void Unplace ()
virtual void UnpackSiblings ()
virtual void UnpackChildren ()
virtual void SetBalloonHelpString (const char *str)
virtual char * GetBalloonHelpString ()
virtual void SetBalloonHelpIcon (vtkKWIcon *icon)
virtual vtkKWIconGetBalloonHelpIcon ()
virtual vtkKWBalloonHelpManagerGetBalloonHelpManager ()
virtual void SetBalloonHelpManager (vtkKWBalloonHelpManager *mgr)
virtual int HasDragAndDropTargetSet ()
virtual vtkKWDragAndDropTargetSetGetDragAndDropTargetSet ()
virtual void Grab ()
virtual void ReleaseGrab ()
virtual int IsGrabbed ()
virtual void UpdateEnableState ()
virtual void UnRegister (vtkObjectBase *o)
virtual int GetNetReferenceCount ()
virtual int HasChild (vtkKWWidget *w)
virtual int GetNumberOfChildren ()
virtual vtkKWWidgetGetNthChild (int rank)
virtual vtkKWWidgetGetChildWidgetWithName (const char *)
virtual void RemoveAllChildren ()
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetParent (vtkKWWidget *p)
virtual vtkKWWidgetGetParent ()
virtual vtkKWApplicationGetApplication ()
virtual void Create ()
virtual const char * GetWidgetName ()
virtual void SetWidgetName (const char *)
virtual int IsCreated ()
virtual int IsAlive ()
virtual int IsMapped ()
virtual void Focus ()
virtual int HasFocus ()
virtual void SetEnabled (int)
virtual void EnabledOn ()
virtual void EnabledOff ()
virtual int GetEnabled ()
virtual void SetBinding (const char *event, vtkObject *object, const char *method)
virtual void SetBinding (const char *event, const char *command)
virtual const char * GetBinding (const char *event)
virtual void AddBinding (const char *event, vtkObject *object, const char *method)
virtual void AddBinding (const char *event, const char *command)
virtual void RemoveBinding (const char *event)
virtual void RemoveBinding (const char *event, vtkObject *object, const char *method)
virtual void SetKeyBinding (const char *event, vtkObject *object, const char *method, const char *context, const char *description)
virtual void RemoveKeyBinding (const char *event)
virtual void RemoveKeyBinding (const char *event, vtkObject *object, const char *method)
virtual vtkKWKeyBindingsManagerGetKeyBindingsManager ()
virtual void SetDropFileBinding (vtkObject *object, const char *method)
vtkKWTopLevelGetParentTopLevel ()
virtual int IsPacked ()
virtual int GetNumberOfPackedChildren ()
virtual void Unpack ()
virtual int IsGridded ()
virtual int GetNumberOfGriddedChildren ()
virtual void Ungrid ()
virtual int IsPlaced ()
virtual int GetNumberOfPlacedChildren ()
virtual void Unplace ()
virtual void UnpackSiblings ()
virtual void UnpackChildren ()
virtual void SetBalloonHelpString (const char *str)
virtual char * GetBalloonHelpString ()
virtual void SetBalloonHelpIcon (vtkKWIcon *icon)
virtual vtkKWIconGetBalloonHelpIcon ()
virtual vtkKWBalloonHelpManagerGetBalloonHelpManager ()
virtual void SetBalloonHelpManager (vtkKWBalloonHelpManager *mgr)
virtual int HasDragAndDropTargetSet ()
virtual vtkKWDragAndDropTargetSetGetDragAndDropTargetSet ()
virtual void Grab ()
virtual void ReleaseGrab ()
virtual int IsGrabbed ()
virtual void UpdateEnableState ()
virtual void UnRegister (vtkObjectBase *o)
virtual int GetNetReferenceCount ()
virtual int HasChild (vtkKWWidget *w)
virtual int GetNumberOfChildren ()
virtual vtkKWWidgetGetNthChild (int rank)
virtual vtkKWWidgetGetChildWidgetWithName (const char *)
virtual void RemoveAllChildren ()
- Public Member Functions inherited from vtkKWObject
const char * GetTclName ()
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 ()
virtual void RemoveCallbackCommandObservers ()
const char * GetTclName ()
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 ()
virtual void RemoveCallbackCommandObservers ()

Static Public Member Functions

static vtkKWWidgetNew ()
static int IsTypeOf (const char *type)
static vtkKWWidgetSafeDownCast (vtkObject *o)
static int GetUseClassNameInWidgetName ()
static void SetUseClassNameInWidgetName (int)
static void UseClassNameInWidgetNameOn ()
static void UseClassNameInWidgetNameOff ()
static vtkKWWidgetNew ()
static int IsTypeOf (const char *type)
static vtkKWWidgetSafeDownCast (vtkObject *o)
static int GetUseClassNameInWidgetName ()
static void SetUseClassNameInWidgetName (int)
static void UseClassNameInWidgetNameOn ()
static void UseClassNameInWidgetNameOff ()

Protected Member Functions

 vtkKWWidget ()
 ~vtkKWWidget ()
virtual void AddChild (vtkKWWidget *w)
virtual void RemoveChild (vtkKWWidget *w)
virtual void AddBalloonHelpBindings ()
virtual void PropagateEnableState (vtkKWWidget *widget)
virtual void CreateWidget ()
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 CreateWidget ()
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)

Static Protected Member Functions

static int CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL)
static int CreateSpecificTkWidget (vtkKWWidget *obj, const char *type, const char *args=NULL)
- 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)

Protected Attributes

char * WidgetName
vtkKWWidgetParent
char * BalloonHelpString
vtkKWIconBalloonHelpIcon
vtkKWBalloonHelpManagerBalloonHelpManager
vtkKWWidgetInternals * Internals

Detailed Description

Definition at line 35 of file debian/tmp/usr/include/KWWidgets/vtkKWWidget.h.

Member Typedef Documentation

Definition at line 39 of file vtkKWWidget.h.

Member Enumeration Documentation

anonymous enum
Enumerator:
WidgetCreatedEvent 

Definition at line 281 of file debian/tmp/usr/include/KWWidgets/vtkKWWidget.h.

anonymous enum
Enumerator:
WidgetCreatedEvent 

Definition at line 281 of file vtkKWWidget.h.

Constructor & Destructor Documentation

vtkKWWidget::vtkKWWidget ( )
protected
vtkKWWidget::~vtkKWWidget ( )
protected
vtkKWWidget::vtkKWWidget ( )
protected
vtkKWWidget::~vtkKWWidget ( )
protected

Member Function Documentation

static vtkKWWidget* vtkKWWidget::New ( )
static

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWVolumePropertyWidget, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWVolumePropertyWidget, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWMessage, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWScalarComponentSelectionWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWScalarComponentSelectionWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWizardDialog, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyWidget.

virtual const char* vtkKWWidget::GetClassName ( )
virtual

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWVolumePropertyWidget, vtkKWVolumePropertyWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWizardDialog, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyWidget.

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

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWVolumePropertyWidget, vtkKWVolumePropertyWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWizardDialog, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyWidget.

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

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWVolumePropertyWidget, vtkKWVolumePropertyWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWizardDialog, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyWidget.

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

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWVolumePropertyWidget, vtkKWVolumePropertyWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWizardDialog, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyWidget.

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

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWVolumePropertyWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWVolumePropertyWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScalarComponentSelectionWidget, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScalarComponentSelectionWidget, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, and vtkKWMyWidget.

virtual void vtkKWWidget::SetParent ( vtkKWWidget p)
virtual
virtual vtkKWWidget* vtkKWWidget::GetParent ( )
virtual
virtual vtkKWApplication* vtkKWWidget::GetApplication ( )
virtual

Reimplemented from vtkKWObject.

Reimplemented in vtkKWTopLevel, and vtkKWTopLevel.

virtual void vtkKWWidget::Create ( )
virtual
virtual const char* vtkKWWidget::GetWidgetName ( )
virtual
virtual void vtkKWWidget::SetWidgetName ( const char *  )
virtual
static int vtkKWWidget::GetUseClassNameInWidgetName ( )
static
static void vtkKWWidget::SetUseClassNameInWidgetName ( int  )
static
static void vtkKWWidget::UseClassNameInWidgetNameOn ( )
static
static void vtkKWWidget::UseClassNameInWidgetNameOff ( )
static
virtual int vtkKWWidget::IsCreated ( )
virtual
virtual int vtkKWWidget::IsAlive ( )
virtual
virtual int vtkKWWidget::IsMapped ( )
virtual
virtual void vtkKWWidget::Focus ( )
virtual
virtual int vtkKWWidget::HasFocus ( )
virtual
virtual void vtkKWWidget::SetEnabled ( int  )
virtual

Reimplemented in vtkKWMenu, and vtkKWMenu.

virtual void vtkKWWidget::EnabledOn ( )
virtual
virtual void vtkKWWidget::EnabledOff ( )
virtual
virtual int vtkKWWidget::GetEnabled ( )
virtual
virtual void vtkKWWidget::SetBinding ( const char *  event,
vtkObject *  object,
const char *  method 
)
virtual
virtual void vtkKWWidget::SetBinding ( const char *  event,
const char *  command 
)
virtual
virtual const char* vtkKWWidget::GetBinding ( const char *  event)
virtual
virtual void vtkKWWidget::AddBinding ( const char *  event,
vtkObject *  object,
const char *  method 
)
virtual
virtual void vtkKWWidget::AddBinding ( const char *  event,
const char *  command 
)
virtual
virtual void vtkKWWidget::RemoveBinding ( const char *  event)
virtual
virtual void vtkKWWidget::RemoveBinding ( const char *  event,
vtkObject *  object,
const char *  method 
)
virtual
virtual void vtkKWWidget::SetKeyBinding ( const char *  event,
vtkObject *  object,
const char *  method,
const char *  context,
const char *  description 
)
virtual
virtual void vtkKWWidget::RemoveKeyBinding ( const char *  event)
virtual
virtual void vtkKWWidget::RemoveKeyBinding ( const char *  event,
vtkObject *  object,
const char *  method 
)
virtual
virtual vtkKWKeyBindingsManager* vtkKWWidget::GetKeyBindingsManager ( )
virtual
virtual void vtkKWWidget::SetDropFileBinding ( vtkObject *  object,
const char *  method 
)
virtual
vtkKWTopLevel* vtkKWWidget::GetParentTopLevel ( )
virtual int vtkKWWidget::IsPacked ( )
virtual
virtual int vtkKWWidget::GetNumberOfPackedChildren ( )
virtual
virtual void vtkKWWidget::Unpack ( )
virtual
virtual int vtkKWWidget::IsGridded ( )
virtual
virtual int vtkKWWidget::GetNumberOfGriddedChildren ( )
virtual
virtual void vtkKWWidget::Ungrid ( )
virtual
virtual int vtkKWWidget::IsPlaced ( )
virtual
virtual int vtkKWWidget::GetNumberOfPlacedChildren ( )
virtual
virtual void vtkKWWidget::Unplace ( )
virtual
virtual void vtkKWWidget::UnpackSiblings ( )
virtual
virtual void vtkKWWidget::UnpackChildren ( )
virtual
virtual void vtkKWWidget::SetBalloonHelpString ( const char *  str)
virtual

Reimplemented in vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWRange, vtkKWRange, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWThumbWheel, vtkKWThumbWheel, vtkKWHSVColorSelector, vtkKWHSVColorSelector, vtkKWWidgetWithLabel, vtkKWWidgetWithLabel, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWWidgetWithSpinButtons, vtkKWWidgetWithSpinButtons, vtkKWMenuButtonWithSpinButtons, and vtkKWMenuButtonWithSpinButtons.

virtual char* vtkKWWidget::GetBalloonHelpString ( )
virtual
virtual void vtkKWWidget::SetBalloonHelpIcon ( vtkKWIcon icon)
virtual
virtual vtkKWIcon* vtkKWWidget::GetBalloonHelpIcon ( )
virtual
virtual vtkKWBalloonHelpManager* vtkKWWidget::GetBalloonHelpManager ( )
virtual
virtual void vtkKWWidget::SetBalloonHelpManager ( vtkKWBalloonHelpManager mgr)
virtual
virtual int vtkKWWidget::HasDragAndDropTargetSet ( )
virtual
virtual vtkKWDragAndDropTargetSet* vtkKWWidget::GetDragAndDropTargetSet ( )
virtual

Reimplemented in vtkKWFrameWithLabel, and vtkKWFrameWithLabel.

virtual void vtkKWWidget::Grab ( )
virtual
virtual void vtkKWWidget::ReleaseGrab ( )
virtual
virtual int vtkKWWidget::IsGrabbed ( )
virtual
virtual void vtkKWWidget::UpdateEnableState ( )
virtual

Reimplemented in vtkKWMultiColumnList, vtkKWMultiColumnList, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWMenu, vtkKWMenu, vtkKWTree, vtkKWTree, vtkKWNotebook, vtkKWNotebook, vtkKWWindow, vtkKWWindow, vtkKWRange, vtkKWRange, vtkKWCheckButton, vtkKWCheckButton, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWThumbWheel, vtkKWTopLevel, vtkKWThumbWheel, vtkKWTopLevel, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWDirectoryExplorer, vtkKWWindowBase, vtkKWDirectoryExplorer, vtkKWWindowBase, vtkKWSelectionFrame, vtkKWSelectionFrame, vtkKWSpinBox, vtkKWSpinBox, vtkKWFileListTable, vtkKWFileListTable, vtkKWVolumePropertyWidget, vtkKWVolumePropertyWidget, vtkKWRenderWidget, vtkKWRenderWidget, vtkKWEntry, vtkKWEntry, vtkKWScale, vtkKWScale, vtkKWLabel, vtkKWLabel, vtkKWPushButton, vtkKWPushButton, vtkKWMenuButton, vtkKWMenuButton, vtkKWFileBrowserDialog, vtkKWFileBrowserDialog, vtkKWStartupPageWidget, vtkKWStartupPageWidget, vtkKWListBox, vtkKWListBox, vtkKWText, vtkKWText, vtkKWToolbar, vtkKWToolbar, vtkKWWizardWidget, vtkKWWizardWidget, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWToolbarSet, vtkKWToolbarSet, vtkKWExtent, vtkKWExtent, vtkKWSimpleAnimationWidget, vtkKWSimpleAnimationWidget, vtkKWFileBrowserWidget, vtkKWFileBrowserWidget, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWFrameWithLabel, vtkKWFrameWithLabel, vtkKWCanvas, vtkKWSplitFrame, vtkKWCanvas, vtkKWSplitFrame, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWFavoriteDirectoriesFrame, vtkKWFavoriteDirectoriesFrame, vtkKWTextPropertyEditor, vtkKWTextPropertyEditor, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWColorSpectrumWidget, vtkKWColorSpectrumWidget, vtkKWHSVColorSelector, vtkKWMatrixWidget, vtkKWHSVColorSelector, vtkKWMatrixWidget, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWColorSwatchesWidget, vtkKWColorSwatchesWidget, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWWidgetWithLabel, vtkKWWidgetWithLabel, vtkKWSpinButtons, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWCornerAnnotationEditor, vtkKWLogWidget, vtkKWLogWidget, vtkKWListBoxToListBoxSelectionEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWScalarBarAnnotation, vtkKWScalarBarAnnotation, vtkKWFrameWithScrollbar, vtkKWFrameWithScrollbar, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWSplashScreen, vtkKWSplashScreen, vtkKWComboBox, vtkKWComboBox, vtkKWScalarComponentSelectionWidget, vtkKWScalarComponentSelectionWidget, vtkKWHeaderAnnotationEditor, vtkKWHeaderAnnotationEditor, vtkKWLoadSaveButton, vtkKWLoadSaveButton, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWTkcon, vtkKWWidgetWithScrollbars, vtkKWTkcon, vtkKWWidgetWithScrollbars, vtkKWVolumeMaterialPropertyWidget, vtkKWVolumeMaterialPropertyWidget, vtkKWKeyBindingsWidget, vtkKWKeyBindingsWidget, vtkKWWidgetWithSpinButtons, vtkKWWidgetWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWColorPickerDialog, vtkKWTreeWithScrollbars, vtkKWColorPickerDialog, vtkKWTreeWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWWizardDialog, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWWizardDialog, vtkKWPopupButton, vtkKWPopupButton, vtkKWPopupFrame, vtkKWPopupFrame, vtkKWTclInteractor, vtkKWTclInteractor, vtkKWPushButtonWithMenu, vtkKWPushButtonWithMenu, vtkKWMyWidget, and vtkKWMyWidget.

virtual void vtkKWWidget::UnRegister ( vtkObjectBase *  o)
virtual

Reimplemented in vtkKWRenderWidget, and vtkKWRenderWidget.

virtual int vtkKWWidget::GetNetReferenceCount ( )
virtual
virtual int vtkKWWidget::HasChild ( vtkKWWidget w)
virtual
virtual int vtkKWWidget::GetNumberOfChildren ( )
virtual
virtual vtkKWWidget* vtkKWWidget::GetNthChild ( int  rank)
virtual
virtual vtkKWWidget* vtkKWWidget::GetChildWidgetWithName ( const char *  )
virtual
virtual void vtkKWWidget::RemoveAllChildren ( )
virtual
virtual void vtkKWWidget::AddChild ( vtkKWWidget w)
protectedvirtual
virtual void vtkKWWidget::RemoveChild ( vtkKWWidget w)
protectedvirtual
virtual void vtkKWWidget::AddBalloonHelpBindings ( )
protectedvirtual
virtual void vtkKWWidget::PropagateEnableState ( vtkKWWidget widget)
protectedvirtual
virtual void vtkKWWidget::CreateWidget ( )
protectedvirtual

Reimplemented in vtkKWMultiColumnList, vtkKWMultiColumnList, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWMenu, vtkKWMenu, vtkKWTree, vtkKWTree, vtkKWNotebook, vtkKWNotebook, vtkKWWindow, vtkKWWindow, vtkKWRange, vtkKWRange, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWRenderWidget, vtkKWRenderWidget, vtkKWWindowBase, vtkKWWindowBase, vtkKWCheckButton, vtkKWCheckButton, vtkKWTopLevel, vtkKWTopLevel, vtkKWThumbWheel, vtkKWVolumePropertyWidget, vtkKWThumbWheel, vtkKWVolumePropertyWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWDirectoryExplorer, vtkKWDirectoryExplorer, vtkKWSelectionFrame, vtkKWSelectionFrame, vtkKWSpinBox, vtkKWSpinBox, vtkKWScale, vtkKWScale, vtkKWFileListTable, vtkKWFileListTable, vtkKWEntry, vtkKWEntry, vtkKWMenuButton, vtkKWMenuButton, vtkKWLabel, vtkKWLabel, vtkKWPushButton, vtkKWPushButton, vtkKWStartupPageWidget, vtkKWText, vtkKWStartupPageWidget, vtkKWText, vtkKWListBox, vtkKWListBox, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWToolbar, vtkKWToolbar, vtkKWFileBrowserDialog, vtkKWFileBrowserDialog, vtkKWMessageDialog, vtkKWMessageDialog, vtkKWWizardWidget, vtkKWWizardWidget, vtkKWDirectoryPresetSelector, vtkKWDirectoryPresetSelector, vtkKWToolbarSet, vtkKWToolbarSet, vtkKWExtent, vtkKWExtent, vtkKWFavoriteDirectoriesFrame, vtkKWFavoriteDirectoriesFrame, vtkKWFrameWithLabel, vtkKWFrameWithLabel, vtkKWMessage, vtkKWMessage, vtkKWSimpleAnimationWidget, vtkKWSplitFrame, vtkKWSimpleAnimationWidget, vtkKWSplitFrame, vtkKWFileBrowserWidget, vtkKWFileBrowserWidget, vtkKWTextPropertyEditor, vtkKWTextPropertyEditor, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWCanvas, vtkKWCanvas, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWMatrixWidget, vtkKWMatrixWidget, vtkKWColorPresetMenu, vtkKWColorPresetMenu, vtkKWHSVColorSelector, vtkKWHSVColorSelector, vtkKWColorSpectrumWidget, vtkKWColorSpectrumWidget, vtkKWListBoxToListBoxSelectionEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWCornerAnnotationEditor, vtkKWCornerAnnotationEditor, vtkKWColorSwatchesWidget, vtkKWColorSwatchesWidget, vtkKWLogWidget, vtkKWLogWidget, vtkKWColorPresetSelector, vtkKWWidgetWithLabel, vtkKWColorPresetSelector, vtkKWWidgetWithLabel, vtkKWSpinButtons, vtkKWSpinButtons, vtkKWScrollbar, vtkKWScrollbar, vtkKWScalarBarAnnotation, vtkKWScalarBarAnnotation, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWFrameWithScrollbar, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWComboBox, vtkKWComboBox, vtkKWSplashScreen, vtkKWSplashScreen, vtkKWFrame, vtkKWFrame, vtkKWDialog, vtkKWDialog, vtkKWLoadSaveButton, vtkKWLoadSaveButton, vtkKWHeaderAnnotationEditor, vtkKWScalarComponentSelectionWidget, vtkKWHeaderAnnotationEditor, vtkKWScalarComponentSelectionWidget, vtkKWCoreWidget, vtkKWCoreWidget, vtkKWRadioButton, vtkKWRadioButton, vtkKWVolumeMaterialPropertyWidget, vtkKWVolumeMaterialPropertyWidget, vtkKWKeyBindingsWidget, vtkKWKeyBindingsWidget, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTclInteractor, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWTclInteractor, vtkKWTkcon, vtkKWWidgetWithScrollbars, vtkKWWidgetWithSpinButtons, vtkKWTkcon, vtkKWWidgetWithScrollbars, vtkKWWidgetWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWPopupButton, vtkKWPopupButton, vtkKWTreeWithScrollbars, vtkKWTreeWithScrollbars, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWColorPickerDialog, vtkKWColorPickerDialog, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWWizardDialog, vtkKWWizardDialog, vtkKWSeparator, vtkKWSeparator, vtkKWPopupFrame, vtkKWPopupFrame, vtkKWLogDialog, vtkKWLogDialog, vtkKWPushButtonWithMenu, vtkKWPushButtonWithMenu, vtkKWSmallCounterLabel, vtkKWSmallCounterLabel, vtkKWMyWidget, vtkKWCompositeWidget, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWCompositeWidget, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSaveImageDialog, vtkKWMyWindow, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyFileBrowserDialog.

static int vtkKWWidget::CreateSpecificTkWidget ( vtkKWWidget obj,
const char *  type,
const char *  args = NULL 
)
staticprotected
virtual void vtkKWWidget::SetGenericBinding ( const char *  target,
const char *  event,
vtkObject *  object,
const char *  method 
)
protectedvirtual
virtual void vtkKWWidget::AddGenericBinding ( const char *  target,
const char *  event,
vtkObject *  object,
const char *  method 
)
protectedvirtual
virtual void vtkKWWidget::RemoveGenericBinding ( const char *  target,
const char *  event 
)
protectedvirtual
virtual void vtkKWWidget::RemoveGenericBinding ( const char *  target,
const char *  event,
vtkObject *  object,
const char *  method 
)
protectedvirtual
static vtkKWWidget* vtkKWWidget::New ( )
static

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWVolumePropertyWidget, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWVolumePropertyWidget, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWMessage, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWScalarComponentSelectionWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWScalarComponentSelectionWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWizardDialog, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyWidget.

virtual const char* vtkKWWidget::GetClassName ( )
virtual

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWVolumePropertyWidget, vtkKWVolumePropertyWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWizardDialog, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyWidget.

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

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWVolumePropertyWidget, vtkKWVolumePropertyWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWizardDialog, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyWidget.

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

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWVolumePropertyWidget, vtkKWVolumePropertyWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWizardDialog, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyWidget.

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

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWVolumePropertyWidget, vtkKWVolumePropertyWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWindow, vtkKWMyWizardDialog, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyWidget.

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

Reimplemented from vtkKWObject.

Reimplemented in vtkKWWindow, vtkKWWindow, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWCanvas, vtkKWPresetSelector, vtkKWCanvas, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWMultiColumnList, vtkKWScaleWithEntry, vtkKWTree, vtkKWTree, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWFileBrowserDialog, vtkKWLogWidget, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWCheckButtonSet, vtkKWColorTransferFunctionEditorSet, vtkKWComboBoxSet, vtkKWEntrySet, vtkKWFrameSet, vtkKWLabelSet, vtkKWLabelWithLabelSet, vtkKWPiecewiseFunctionEditorSet, vtkKWPushButtonSet, vtkKWScaleSet, vtkKWScaleWithEntrySet, vtkKWScaleWithLabelSet, vtkKWSpinBoxSet, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWColorPresetSelector, vtkKWDirectoryPresetSelector, vtkKWWidgetWithLabel, vtkKWWindowLevelPresetSelector, vtkKWWizardWidget, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWVolumePropertyWidget, vtkKWWidgetWithSpinButtons, vtkKWDirectoryExplorer, vtkKWFileBrowserWidget, vtkKWSimpleAnimationWidget, vtkKWVolumePropertyWidget, vtkKWWidgetWithSpinButtons, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLogDialog, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWLogDialog, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWMessage, vtkKWWidgetWithScrollbars, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorPickerDialog, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWWizardDialog, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWWindowBase, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWSpinBox, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWComboBox, vtkKWCoreWidget, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWLabel, vtkKWLoadSaveButton, vtkKWMaterialPropertyWidget, vtkKWTkcon, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMessageDialog, vtkKWScale, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWTclInteractor, vtkKWText, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWMenuButton, vtkKWPopupButton, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWProgressGauge, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButton, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWListBox, vtkKWLoadSaveDialog, vtkKWPopupFrame, vtkKWSeparator, vtkKWSplashScreen, vtkKWTopLevel, vtkKWVolumeMaterialPropertyWidget, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWDialog, vtkKWMenu, vtkKWPushButton, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScalarComponentSelectionWidget, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWEntry, vtkKWFrame, vtkKWRadioButton, vtkKWScalarComponentSelectionWidget, vtkKWScrollbar, vtkKWSmallCounterLabel, vtkKWSurfaceMaterialPropertyWidget, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSimpleEntryDialog, vtkKWMyWidget, and vtkKWMyWidget.

virtual void vtkKWWidget::SetParent ( vtkKWWidget p)
virtual
virtual vtkKWWidget* vtkKWWidget::GetParent ( )
virtual
virtual vtkKWApplication* vtkKWWidget::GetApplication ( )
virtual

Reimplemented from vtkKWObject.

Reimplemented in vtkKWTopLevel, and vtkKWTopLevel.

virtual void vtkKWWidget::Create ( )
virtual
virtual const char* vtkKWWidget::GetWidgetName ( )
virtual
virtual void vtkKWWidget::SetWidgetName ( const char *  )
virtual
static int vtkKWWidget::GetUseClassNameInWidgetName ( )
static
static void vtkKWWidget::SetUseClassNameInWidgetName ( int  )
static
static void vtkKWWidget::UseClassNameInWidgetNameOn ( )
static
static void vtkKWWidget::UseClassNameInWidgetNameOff ( )
static
virtual int vtkKWWidget::IsCreated ( )
virtual
virtual int vtkKWWidget::IsAlive ( )
virtual
virtual int vtkKWWidget::IsMapped ( )
virtual
virtual void vtkKWWidget::Focus ( )
virtual
virtual int vtkKWWidget::HasFocus ( )
virtual
virtual void vtkKWWidget::SetEnabled ( int  )
virtual

Reimplemented in vtkKWMenu, and vtkKWMenu.

virtual void vtkKWWidget::EnabledOn ( )
virtual
virtual void vtkKWWidget::EnabledOff ( )
virtual
virtual int vtkKWWidget::GetEnabled ( )
virtual
virtual void vtkKWWidget::SetBinding ( const char *  event,
vtkObject *  object,
const char *  method 
)
virtual
virtual void vtkKWWidget::SetBinding ( const char *  event,
const char *  command 
)
virtual
virtual const char* vtkKWWidget::GetBinding ( const char *  event)
virtual
virtual void vtkKWWidget::AddBinding ( const char *  event,
vtkObject *  object,
const char *  method 
)
virtual
virtual void vtkKWWidget::AddBinding ( const char *  event,
const char *  command 
)
virtual
virtual void vtkKWWidget::RemoveBinding ( const char *  event)
virtual
virtual void vtkKWWidget::RemoveBinding ( const char *  event,
vtkObject *  object,
const char *  method 
)
virtual
virtual void vtkKWWidget::SetKeyBinding ( const char *  event,
vtkObject *  object,
const char *  method,
const char *  context,
const char *  description 
)
virtual
virtual void vtkKWWidget::RemoveKeyBinding ( const char *  event)
virtual
virtual void vtkKWWidget::RemoveKeyBinding ( const char *  event,
vtkObject *  object,
const char *  method 
)
virtual
virtual vtkKWKeyBindingsManager* vtkKWWidget::GetKeyBindingsManager ( )
virtual
virtual void vtkKWWidget::SetDropFileBinding ( vtkObject *  object,
const char *  method 
)
virtual
vtkKWTopLevel* vtkKWWidget::GetParentTopLevel ( )
virtual int vtkKWWidget::IsPacked ( )
virtual
virtual int vtkKWWidget::GetNumberOfPackedChildren ( )
virtual
virtual void vtkKWWidget::Unpack ( )
virtual
virtual int vtkKWWidget::IsGridded ( )
virtual
virtual int vtkKWWidget::GetNumberOfGriddedChildren ( )
virtual
virtual void vtkKWWidget::Ungrid ( )
virtual
virtual int vtkKWWidget::IsPlaced ( )
virtual
virtual int vtkKWWidget::GetNumberOfPlacedChildren ( )
virtual
virtual void vtkKWWidget::Unplace ( )
virtual
virtual void vtkKWWidget::UnpackSiblings ( )
virtual
virtual void vtkKWWidget::UnpackChildren ( )
virtual
virtual void vtkKWWidget::SetBalloonHelpString ( const char *  str)
virtual

Reimplemented in vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWRange, vtkKWRange, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWThumbWheel, vtkKWThumbWheel, vtkKWHSVColorSelector, vtkKWHSVColorSelector, vtkKWWidgetWithLabel, vtkKWWidgetWithLabel, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWWidgetWithSpinButtons, vtkKWWidgetWithSpinButtons, vtkKWMenuButtonWithSpinButtons, and vtkKWMenuButtonWithSpinButtons.

virtual char* vtkKWWidget::GetBalloonHelpString ( )
virtual
virtual void vtkKWWidget::SetBalloonHelpIcon ( vtkKWIcon icon)
virtual
virtual vtkKWIcon* vtkKWWidget::GetBalloonHelpIcon ( )
virtual
virtual vtkKWBalloonHelpManager* vtkKWWidget::GetBalloonHelpManager ( )
virtual
virtual void vtkKWWidget::SetBalloonHelpManager ( vtkKWBalloonHelpManager mgr)
virtual
virtual int vtkKWWidget::HasDragAndDropTargetSet ( )
virtual
virtual vtkKWDragAndDropTargetSet* vtkKWWidget::GetDragAndDropTargetSet ( )
virtual

Reimplemented in vtkKWFrameWithLabel, and vtkKWFrameWithLabel.

virtual void vtkKWWidget::Grab ( )
virtual
virtual void vtkKWWidget::ReleaseGrab ( )
virtual
virtual int vtkKWWidget::IsGrabbed ( )
virtual
virtual void vtkKWWidget::UpdateEnableState ( )
virtual

Reimplemented in vtkKWMultiColumnList, vtkKWMultiColumnList, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWMenu, vtkKWMenu, vtkKWTree, vtkKWTree, vtkKWNotebook, vtkKWNotebook, vtkKWWindow, vtkKWWindow, vtkKWRange, vtkKWRange, vtkKWCheckButton, vtkKWCheckButton, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWThumbWheel, vtkKWTopLevel, vtkKWThumbWheel, vtkKWTopLevel, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWDirectoryExplorer, vtkKWWindowBase, vtkKWDirectoryExplorer, vtkKWWindowBase, vtkKWSelectionFrame, vtkKWSelectionFrame, vtkKWSpinBox, vtkKWSpinBox, vtkKWFileListTable, vtkKWFileListTable, vtkKWVolumePropertyWidget, vtkKWVolumePropertyWidget, vtkKWRenderWidget, vtkKWRenderWidget, vtkKWEntry, vtkKWEntry, vtkKWScale, vtkKWScale, vtkKWLabel, vtkKWLabel, vtkKWPushButton, vtkKWPushButton, vtkKWMenuButton, vtkKWMenuButton, vtkKWFileBrowserDialog, vtkKWFileBrowserDialog, vtkKWStartupPageWidget, vtkKWStartupPageWidget, vtkKWListBox, vtkKWListBox, vtkKWText, vtkKWText, vtkKWToolbar, vtkKWToolbar, vtkKWWizardWidget, vtkKWWizardWidget, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWToolbarSet, vtkKWToolbarSet, vtkKWExtent, vtkKWExtent, vtkKWSimpleAnimationWidget, vtkKWSimpleAnimationWidget, vtkKWFileBrowserWidget, vtkKWFileBrowserWidget, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWFrameWithLabel, vtkKWFrameWithLabel, vtkKWCanvas, vtkKWSplitFrame, vtkKWCanvas, vtkKWSplitFrame, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWFavoriteDirectoriesFrame, vtkKWFavoriteDirectoriesFrame, vtkKWTextPropertyEditor, vtkKWTextPropertyEditor, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWColorSpectrumWidget, vtkKWColorSpectrumWidget, vtkKWHSVColorSelector, vtkKWMatrixWidget, vtkKWHSVColorSelector, vtkKWMatrixWidget, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWColorSwatchesWidget, vtkKWColorSwatchesWidget, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWWidgetWithLabel, vtkKWWidgetWithLabel, vtkKWSpinButtons, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWCornerAnnotationEditor, vtkKWLogWidget, vtkKWLogWidget, vtkKWListBoxToListBoxSelectionEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWScalarBarAnnotation, vtkKWScalarBarAnnotation, vtkKWFrameWithScrollbar, vtkKWFrameWithScrollbar, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWSplashScreen, vtkKWSplashScreen, vtkKWComboBox, vtkKWComboBox, vtkKWScalarComponentSelectionWidget, vtkKWScalarComponentSelectionWidget, vtkKWHeaderAnnotationEditor, vtkKWHeaderAnnotationEditor, vtkKWLoadSaveButton, vtkKWLoadSaveButton, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWTkcon, vtkKWWidgetWithScrollbars, vtkKWTkcon, vtkKWWidgetWithScrollbars, vtkKWVolumeMaterialPropertyWidget, vtkKWVolumeMaterialPropertyWidget, vtkKWKeyBindingsWidget, vtkKWKeyBindingsWidget, vtkKWWidgetWithSpinButtons, vtkKWWidgetWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWColorPickerDialog, vtkKWTreeWithScrollbars, vtkKWColorPickerDialog, vtkKWTreeWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWWizardDialog, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWWizardDialog, vtkKWPopupButton, vtkKWPopupButton, vtkKWPopupFrame, vtkKWPopupFrame, vtkKWTclInteractor, vtkKWTclInteractor, vtkKWPushButtonWithMenu, vtkKWPushButtonWithMenu, vtkKWMyWidget, and vtkKWMyWidget.

virtual void vtkKWWidget::UnRegister ( vtkObjectBase *  o)
virtual

Reimplemented in vtkKWRenderWidget, and vtkKWRenderWidget.

virtual int vtkKWWidget::GetNetReferenceCount ( )
virtual
virtual int vtkKWWidget::HasChild ( vtkKWWidget w)
virtual
virtual int vtkKWWidget::GetNumberOfChildren ( )
virtual
virtual vtkKWWidget* vtkKWWidget::GetNthChild ( int  rank)
virtual
virtual vtkKWWidget* vtkKWWidget::GetChildWidgetWithName ( const char *  )
virtual
virtual void vtkKWWidget::RemoveAllChildren ( )
virtual
virtual void vtkKWWidget::AddChild ( vtkKWWidget w)
protectedvirtual
virtual void vtkKWWidget::RemoveChild ( vtkKWWidget w)
protectedvirtual
virtual void vtkKWWidget::AddBalloonHelpBindings ( )
protectedvirtual
virtual void vtkKWWidget::PropagateEnableState ( vtkKWWidget widget)
protectedvirtual
virtual void vtkKWWidget::CreateWidget ( )
protectedvirtual

Reimplemented in vtkKWMultiColumnList, vtkKWMultiColumnList, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWMenu, vtkKWMenu, vtkKWTree, vtkKWTree, vtkKWNotebook, vtkKWNotebook, vtkKWWindow, vtkKWWindow, vtkKWRange, vtkKWRange, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWRenderWidget, vtkKWRenderWidget, vtkKWWindowBase, vtkKWWindowBase, vtkKWCheckButton, vtkKWCheckButton, vtkKWTopLevel, vtkKWTopLevel, vtkKWThumbWheel, vtkKWVolumePropertyWidget, vtkKWThumbWheel, vtkKWVolumePropertyWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWDirectoryExplorer, vtkKWDirectoryExplorer, vtkKWSelectionFrame, vtkKWSelectionFrame, vtkKWSpinBox, vtkKWSpinBox, vtkKWScale, vtkKWScale, vtkKWFileListTable, vtkKWFileListTable, vtkKWEntry, vtkKWEntry, vtkKWMenuButton, vtkKWMenuButton, vtkKWLabel, vtkKWLabel, vtkKWPushButton, vtkKWPushButton, vtkKWStartupPageWidget, vtkKWText, vtkKWStartupPageWidget, vtkKWText, vtkKWListBox, vtkKWListBox, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWToolbar, vtkKWToolbar, vtkKWFileBrowserDialog, vtkKWFileBrowserDialog, vtkKWMessageDialog, vtkKWMessageDialog, vtkKWWizardWidget, vtkKWWizardWidget, vtkKWDirectoryPresetSelector, vtkKWDirectoryPresetSelector, vtkKWToolbarSet, vtkKWToolbarSet, vtkKWExtent, vtkKWExtent, vtkKWFavoriteDirectoriesFrame, vtkKWFavoriteDirectoriesFrame, vtkKWFrameWithLabel, vtkKWFrameWithLabel, vtkKWMessage, vtkKWMessage, vtkKWSimpleAnimationWidget, vtkKWSplitFrame, vtkKWSimpleAnimationWidget, vtkKWSplitFrame, vtkKWFileBrowserWidget, vtkKWFileBrowserWidget, vtkKWTextPropertyEditor, vtkKWTextPropertyEditor, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWCanvas, vtkKWCanvas, vtkKWWidgetSet, vtkKWWidgetSet, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWMatrixWidget, vtkKWMatrixWidget, vtkKWColorPresetMenu, vtkKWColorPresetMenu, vtkKWHSVColorSelector, vtkKWHSVColorSelector, vtkKWColorSpectrumWidget, vtkKWColorSpectrumWidget, vtkKWListBoxToListBoxSelectionEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWCornerAnnotationEditor, vtkKWCornerAnnotationEditor, vtkKWColorSwatchesWidget, vtkKWColorSwatchesWidget, vtkKWLogWidget, vtkKWLogWidget, vtkKWColorPresetSelector, vtkKWWidgetWithLabel, vtkKWColorPresetSelector, vtkKWWidgetWithLabel, vtkKWSpinButtons, vtkKWSpinButtons, vtkKWScrollbar, vtkKWScrollbar, vtkKWScalarBarAnnotation, vtkKWScalarBarAnnotation, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWFrameWithScrollbar, vtkKWFrameWithScrollbar, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWComboBox, vtkKWComboBox, vtkKWSplashScreen, vtkKWSplashScreen, vtkKWFrame, vtkKWFrame, vtkKWDialog, vtkKWDialog, vtkKWLoadSaveButton, vtkKWLoadSaveButton, vtkKWHeaderAnnotationEditor, vtkKWScalarComponentSelectionWidget, vtkKWHeaderAnnotationEditor, vtkKWScalarComponentSelectionWidget, vtkKWCoreWidget, vtkKWCoreWidget, vtkKWRadioButton, vtkKWRadioButton, vtkKWVolumeMaterialPropertyWidget, vtkKWVolumeMaterialPropertyWidget, vtkKWKeyBindingsWidget, vtkKWKeyBindingsWidget, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTclInteractor, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWTclInteractor, vtkKWTkcon, vtkKWWidgetWithScrollbars, vtkKWWidgetWithSpinButtons, vtkKWTkcon, vtkKWWidgetWithScrollbars, vtkKWWidgetWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWPopupButton, vtkKWPopupButton, vtkKWTreeWithScrollbars, vtkKWTreeWithScrollbars, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWColorPickerDialog, vtkKWColorPickerDialog, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWWizardDialog, vtkKWWizardDialog, vtkKWSeparator, vtkKWSeparator, vtkKWPopupFrame, vtkKWPopupFrame, vtkKWLogDialog, vtkKWLogDialog, vtkKWPushButtonWithMenu, vtkKWPushButtonWithMenu, vtkKWSmallCounterLabel, vtkKWSmallCounterLabel, vtkKWMyWidget, vtkKWCompositeWidget, vtkKWSimpleEntryDialog, vtkKWMyWidget, vtkKWCompositeWidget, vtkKWSimpleEntryDialog, vtkKWSaveImageDialog, vtkKWSaveImageDialog, vtkKWMyWindow, vtkKWMyWindow, vtkKWMyWidget, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWizardDialog, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyFileBrowserDialog, and vtkKWMyFileBrowserDialog.

static int vtkKWWidget::CreateSpecificTkWidget ( vtkKWWidget obj,
const char *  type,
const char *  args = NULL 
)
staticprotected
virtual void vtkKWWidget::SetGenericBinding ( const char *  target,
const char *  event,
vtkObject *  object,
const char *  method 
)
protectedvirtual
virtual void vtkKWWidget::AddGenericBinding ( const char *  target,
const char *  event,
vtkObject *  object,
const char *  method 
)
protectedvirtual
virtual void vtkKWWidget::RemoveGenericBinding ( const char *  target,
const char *  event 
)
protectedvirtual
virtual void vtkKWWidget::RemoveGenericBinding ( const char *  target,
const char *  event,
vtkObject *  object,
const char *  method 
)
protectedvirtual

Member Data Documentation

char * vtkKWWidget::WidgetName
protected
vtkKWWidget * vtkKWWidget::Parent
protected
char * vtkKWWidget::BalloonHelpString
protected
vtkKWIcon * vtkKWWidget::BalloonHelpIcon
protected
vtkKWBalloonHelpManager * vtkKWWidget::BalloonHelpManager
protected
vtkKWWidgetInternals * vtkKWWidget::Internals
protected

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