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

#include <vtkKWFrame.h>

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

Public Types

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

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void GetBackgroundColor (double *r, double *g, double *b)
virtual double * GetBackgroundColor ()
virtual void SetBackgroundColor (double r, double g, double b)
virtual void SetBackgroundColor (double rgb[3])
virtual void SetHighlightThickness (int)
virtual int GetHighlightThickness ()
virtual void SetBorderWidth (int)
virtual int GetBorderWidth ()
virtual void SetRelief (int)
virtual int GetRelief ()
virtual void SetReliefToRaised ()
virtual void SetReliefToSunken ()
virtual void SetReliefToFlat ()
virtual void SetReliefToRidge ()
virtual void SetReliefToSolid ()
virtual void SetReliefToGroove ()
virtual void SetPadX (int)
virtual int GetPadX ()
virtual void SetPadY (int)
virtual int GetPadY ()
virtual void SetWidth (int)
virtual int GetWidth ()
virtual void SetHeight (int)
virtual int GetHeight ()
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void GetBackgroundColor (double *r, double *g, double *b)
virtual double * GetBackgroundColor ()
virtual void SetBackgroundColor (double r, double g, double b)
virtual void SetBackgroundColor (double rgb[3])
virtual void SetHighlightThickness (int)
virtual int GetHighlightThickness ()
virtual void SetBorderWidth (int)
virtual int GetBorderWidth ()
virtual void SetRelief (int)
virtual int GetRelief ()
virtual void SetReliefToRaised ()
virtual void SetReliefToSunken ()
virtual void SetReliefToFlat ()
virtual void SetReliefToRidge ()
virtual void SetReliefToSolid ()
virtual void SetReliefToGroove ()
virtual void SetPadX (int)
virtual int GetPadX ()
virtual void SetPadY (int)
virtual int GetPadY ()
virtual void SetWidth (int)
virtual int GetWidth ()
virtual void SetHeight (int)
virtual int GetHeight ()
- Public Member Functions inherited from vtkKWCoreWidget
virtual void SetState (int)
virtual int GetState ()
virtual void SetStateToDisabled ()
virtual void SetStateToNormal ()
virtual void SetStateToReadOnly ()
virtual void Raise ()
virtual int SetConfigurationOption (const char *option, const char *value)
virtual int HasConfigurationOption (const char *option)
virtual const char * GetConfigurationOption (const char *option)
virtual int GetConfigurationOptionAsInt (const char *option)
virtual int SetConfigurationOptionAsInt (const char *option, int value)
virtual double GetConfigurationOptionAsDouble (const char *option)
virtual int SetConfigurationOptionAsDouble (const char *option, double value)
virtual void GetConfigurationOptionAsColor (const char *option, double *r, double *g, double *b)
virtual double * GetConfigurationOptionAsColor (const char *option)
virtual void SetConfigurationOptionAsColor (const char *option, double r, double g, double b)
virtual void SetConfigurationOptionAsColor (const char *option, double rgb[3])
virtual void GetDefaultConfigurationOptionAsColor (const char *option, double *r, double *g, double *b)
virtual double * GetDefaultConfigurationOptionAsColor (const char *option)
virtual void SetState (int)
virtual int GetState ()
virtual void SetStateToDisabled ()
virtual void SetStateToNormal ()
virtual void SetStateToReadOnly ()
virtual void Raise ()
virtual int SetConfigurationOption (const char *option, const char *value)
virtual int HasConfigurationOption (const char *option)
virtual const char * GetConfigurationOption (const char *option)
virtual int GetConfigurationOptionAsInt (const char *option)
virtual int SetConfigurationOptionAsInt (const char *option, int value)
virtual double GetConfigurationOptionAsDouble (const char *option)
virtual int SetConfigurationOptionAsDouble (const char *option, double value)
virtual void GetConfigurationOptionAsColor (const char *option, double *r, double *g, double *b)
virtual double * GetConfigurationOptionAsColor (const char *option)
virtual void SetConfigurationOptionAsColor (const char *option, double r, double g, double b)
virtual void SetConfigurationOptionAsColor (const char *option, double rgb[3])
virtual void GetDefaultConfigurationOptionAsColor (const char *option, double *r, double *g, double *b)
virtual double * GetDefaultConfigurationOptionAsColor (const char *option)
- Public Member Functions inherited from vtkKWWidget
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 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 vtkKWFrameNew ()
static int IsTypeOf (const char *type)
static vtkKWFrameSafeDownCast (vtkObject *o)
static vtkKWFrameNew ()
static int IsTypeOf (const char *type)
static vtkKWFrameSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkKWFrame ()
 ~vtkKWFrame ()
virtual void CreateWidget ()
 vtkKWFrame ()
 ~vtkKWFrame ()
virtual void CreateWidget ()
- Protected Member Functions inherited from vtkKWCoreWidget
 vtkKWCoreWidget ()
 ~vtkKWCoreWidget ()
virtual const char * GetType ()
const char * ConvertTclStringToInternalString (const char *source, int options=0)
const char * ConvertInternalStringToTclString (const char *source, int options=0)
virtual void SetTextOption (const char *option, const char *value)
virtual const char * GetTextOption (const char *option)
 vtkKWCoreWidget ()
 ~vtkKWCoreWidget ()
virtual const char * GetType ()
const char * ConvertTclStringToInternalString (const char *source, int options=0)
const char * ConvertInternalStringToTclString (const char *source, int options=0)
virtual void SetTextOption (const char *option, const char *value)
virtual const char * GetTextOption (const char *option)
- Protected Member Functions inherited from vtkKWWidget
 vtkKWWidget ()
 ~vtkKWWidget ()
virtual void AddChild (vtkKWWidget *w)
virtual void RemoveChild (vtkKWWidget *w)
virtual void AddBalloonHelpBindings ()
virtual void PropagateEnableState (vtkKWWidget *widget)
virtual void SetGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
virtual void AddGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
virtual void RemoveGenericBinding (const char *target, const char *event)
virtual void RemoveGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
 vtkKWWidget ()
 ~vtkKWWidget ()
virtual void AddChild (vtkKWWidget *w)
virtual void RemoveChild (vtkKWWidget *w)
virtual void AddBalloonHelpBindings ()
virtual void PropagateEnableState (vtkKWWidget *widget)
virtual void SetGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
virtual void AddGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
virtual void RemoveGenericBinding (const char *target, const char *event)
virtual void RemoveGenericBinding (const char *target, const char *event, vtkObject *object, const char *method)
- Protected Member Functions inherited from vtkKWObject
 vtkKWObject ()
 ~vtkKWObject ()
virtual void SetObjectMethodCommand (char **command, vtkObject *object, const char *method)
virtual void InvokeObjectMethodCommand (const char *command)
virtual vtkCallbackCommand * GetCallbackCommand ()
virtual void ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata)
 vtkKWObject ()
 ~vtkKWObject ()
virtual void SetObjectMethodCommand (char **command, vtkObject *object, const char *method)
virtual void InvokeObjectMethodCommand (const char *command)
virtual vtkCallbackCommand * GetCallbackCommand ()
virtual void ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata)

Additional Inherited Members

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

Detailed Description

Definition at line 24 of file debian/tmp/usr/include/KWWidgets/vtkKWFrame.h.

Member Typedef Documentation

Definition at line 28 of file vtkKWFrame.h.

Constructor & Destructor Documentation

vtkKWFrame::vtkKWFrame ( )
inlineprotected
vtkKWFrame::~vtkKWFrame ( )
inlineprotected
vtkKWFrame::vtkKWFrame ( )
inlineprotected

Definition at line 93 of file vtkKWFrame.h.

vtkKWFrame::~vtkKWFrame ( )
inlineprotected

Definition at line 94 of file vtkKWFrame.h.

Member Function Documentation

static vtkKWFrame* vtkKWFrame::New ( )
static

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWScalarComponentSelectionWidget, vtkKWScalarComponentSelectionWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

virtual const char* vtkKWFrame::GetClassName ( )
virtual

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWWidgetWithScrollbars, vtkKWWidgetWithScrollbars, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

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

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWWidgetWithScrollbars, vtkKWWidgetWithScrollbars, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

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

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWWidgetWithScrollbars, vtkKWWidgetWithScrollbars, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

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

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWWidgetWithScrollbars, vtkKWWidgetWithScrollbars, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

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

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWWidgetWithScrollbars, vtkKWWidgetWithScrollbars, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWScalarComponentSelectionWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWScalarComponentSelectionWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, and vtkKWMyWidget.

virtual void vtkKWFrame::GetBackgroundColor ( double *  r,
double *  g,
double *  b 
)
virtual
virtual double* vtkKWFrame::GetBackgroundColor ( )
virtual
virtual void vtkKWFrame::SetBackgroundColor ( double  r,
double  g,
double  b 
)
virtual
virtual void vtkKWFrame::SetBackgroundColor ( double  rgb[3])
inlinevirtual
virtual void vtkKWFrame::SetHighlightThickness ( int  )
virtual
virtual int vtkKWFrame::GetHighlightThickness ( )
virtual
virtual void vtkKWFrame::SetBorderWidth ( int  )
virtual
virtual int vtkKWFrame::GetBorderWidth ( )
virtual
virtual void vtkKWFrame::SetRelief ( int  )
virtual
virtual int vtkKWFrame::GetRelief ( )
virtual
virtual void vtkKWFrame::SetReliefToRaised ( )
virtual
virtual void vtkKWFrame::SetReliefToSunken ( )
virtual
virtual void vtkKWFrame::SetReliefToFlat ( )
virtual
virtual void vtkKWFrame::SetReliefToRidge ( )
virtual
virtual void vtkKWFrame::SetReliefToSolid ( )
virtual
virtual void vtkKWFrame::SetReliefToGroove ( )
virtual
virtual void vtkKWFrame::SetPadX ( int  )
virtual
virtual int vtkKWFrame::GetPadX ( )
virtual
virtual void vtkKWFrame::SetPadY ( int  )
virtual
virtual int vtkKWFrame::GetPadY ( )
virtual
virtual void vtkKWFrame::SetWidth ( int  )
virtual
virtual int vtkKWFrame::GetWidth ( )
virtual
virtual void vtkKWFrame::SetHeight ( int  )
virtual
virtual int vtkKWFrame::GetHeight ( )
virtual
virtual void vtkKWFrame::CreateWidget ( )
protectedvirtual

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWNotebook, vtkKWNotebook, vtkKWRange, vtkKWRange, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWRenderWidget, vtkKWRenderWidget, vtkKWThumbWheel, vtkKWVolumePropertyWidget, vtkKWThumbWheel, vtkKWVolumePropertyWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWDirectoryExplorer, vtkKWDirectoryExplorer, vtkKWSelectionFrame, vtkKWSelectionFrame, vtkKWFileListTable, vtkKWFileListTable, vtkKWStartupPageWidget, vtkKWStartupPageWidget, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWToolbar, vtkKWToolbar, vtkKWWizardWidget, vtkKWWizardWidget, vtkKWDirectoryPresetSelector, vtkKWDirectoryPresetSelector, vtkKWToolbarSet, vtkKWToolbarSet, vtkKWExtent, vtkKWExtent, vtkKWFavoriteDirectoriesFrame, vtkKWFavoriteDirectoriesFrame, vtkKWFrameWithLabel, vtkKWFrameWithLabel, vtkKWSimpleAnimationWidget, vtkKWSplitFrame, vtkKWSimpleAnimationWidget, vtkKWSplitFrame, vtkKWFileBrowserWidget, vtkKWFileBrowserWidget, vtkKWTextPropertyEditor, vtkKWTextPropertyEditor, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, 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, vtkKWScalarBarAnnotation, vtkKWScalarBarAnnotation, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWHeaderAnnotationEditor, vtkKWScalarComponentSelectionWidget, vtkKWHeaderAnnotationEditor, vtkKWScalarComponentSelectionWidget, 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, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWWidgetWithScrollbars, vtkKWWidgetWithSpinButtons, vtkKWWidgetWithScrollbars, vtkKWWidgetWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWTreeWithScrollbars, vtkKWTreeWithScrollbars, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWSeparator, vtkKWSeparator, vtkKWPopupFrame, vtkKWPopupFrame, vtkKWPushButtonWithMenu, vtkKWPushButtonWithMenu, vtkKWMyWidget, vtkKWCompositeWidget, vtkKWMyWidget, vtkKWCompositeWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

static vtkKWFrame* vtkKWFrame::New ( )
static

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWScalarComponentSelectionWidget, vtkKWScalarComponentSelectionWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

virtual const char* vtkKWFrame::GetClassName ( )
virtual

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWWidgetWithScrollbars, vtkKWWidgetWithScrollbars, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

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

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWWidgetWithScrollbars, vtkKWWidgetWithScrollbars, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

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

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWWidgetWithScrollbars, vtkKWWidgetWithScrollbars, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

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

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWWidgetWithScrollbars, vtkKWWidgetWithScrollbars, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWScalarComponentSelectionWidget, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.

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

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWWidgetSet, vtkKWWidgetSet, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWLogWidget, 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, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRenderWidget, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWRenderWidget, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWColorSpectrumWidget, vtkKWFavoriteDirectoriesFrame, vtkKWFileListTable, vtkKWWidgetWithScrollbars, vtkKWWidgetWithScrollbars, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWColorTransferFunctionEditor, vtkKWSpinButtons, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWCornerAnnotationEditor, vtkKWKeyBindingsWidget, vtkKWRadioButtonSet, vtkKWRange, vtkKWSelectionFrame, vtkKWTextPropertyEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWCompositeWidget, vtkKWScalarBarAnnotation, vtkKWStartupPageWidget, vtkKWVolumePropertyPresetSelector, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWChangeColorButton, vtkKWMatrixWidget, vtkKWNotebook, vtkKWTreeWithScrollbars, vtkKWMaterialPropertyWidget, vtkKWMaterialPropertyWidget, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorSwatchesWidget, vtkKWFrameWithLabel, vtkKWHeaderAnnotationEditor, vtkKWListBoxToListBoxSelectionEditor, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWColorPresetMenu, vtkKWThumbWheel, vtkKWToolbar, vtkKWToolbarSet, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWCheckButtonWithPopupFrame, vtkKWExtent, vtkKWPushButtonWithMenu, vtkKWSplitFrame, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWCheckButtonWithChangeColorButton, vtkKWHSVColorSelector, vtkKWPopupFrame, vtkKWSeparator, vtkKWVolumeMaterialPropertyWidget, vtkKWScalarComponentSelectionWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWScalarComponentSelectionWidget, vtkKWSurfaceMaterialPropertyWidget, vtkKWMyWidget, and vtkKWMyWidget.

virtual void vtkKWFrame::GetBackgroundColor ( double *  r,
double *  g,
double *  b 
)
virtual
virtual double* vtkKWFrame::GetBackgroundColor ( )
virtual
virtual void vtkKWFrame::SetBackgroundColor ( double  r,
double  g,
double  b 
)
virtual
virtual void vtkKWFrame::SetBackgroundColor ( double  rgb[3])
inlinevirtual
virtual void vtkKWFrame::SetHighlightThickness ( int  )
virtual
virtual int vtkKWFrame::GetHighlightThickness ( )
virtual
virtual void vtkKWFrame::SetBorderWidth ( int  )
virtual
virtual int vtkKWFrame::GetBorderWidth ( )
virtual
virtual void vtkKWFrame::SetRelief ( int  )
virtual
virtual int vtkKWFrame::GetRelief ( )
virtual
virtual void vtkKWFrame::SetReliefToRaised ( )
virtual
virtual void vtkKWFrame::SetReliefToSunken ( )
virtual
virtual void vtkKWFrame::SetReliefToFlat ( )
virtual
virtual void vtkKWFrame::SetReliefToRidge ( )
virtual
virtual void vtkKWFrame::SetReliefToSolid ( )
virtual
virtual void vtkKWFrame::SetReliefToGroove ( )
virtual
virtual void vtkKWFrame::SetPadX ( int  )
virtual
virtual int vtkKWFrame::GetPadX ( )
virtual
virtual void vtkKWFrame::SetPadY ( int  )
virtual
virtual int vtkKWFrame::GetPadY ( )
virtual
virtual void vtkKWFrame::SetWidth ( int  )
virtual
virtual int vtkKWFrame::GetWidth ( )
virtual
virtual void vtkKWFrame::SetHeight ( int  )
virtual
virtual int vtkKWFrame::GetHeight ( )
virtual
virtual void vtkKWFrame::CreateWidget ( )
protectedvirtual

Reimplemented from vtkKWCoreWidget.

Reimplemented in vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWPresetSelector, vtkKWPresetSelector, vtkKWNotebook, vtkKWNotebook, vtkKWRange, vtkKWRange, vtkKWSelectionFrameLayoutManager, vtkKWSelectionFrameLayoutManager, vtkKWRenderWidget, vtkKWRenderWidget, vtkKWThumbWheel, vtkKWVolumePropertyWidget, vtkKWThumbWheel, vtkKWVolumePropertyWidget, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWDirectoryExplorer, vtkKWDirectoryExplorer, vtkKWSelectionFrame, vtkKWSelectionFrame, vtkKWFileListTable, vtkKWFileListTable, vtkKWStartupPageWidget, vtkKWStartupPageWidget, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWToolbar, vtkKWToolbar, vtkKWWizardWidget, vtkKWWizardWidget, vtkKWDirectoryPresetSelector, vtkKWDirectoryPresetSelector, vtkKWToolbarSet, vtkKWToolbarSet, vtkKWExtent, vtkKWExtent, vtkKWFavoriteDirectoriesFrame, vtkKWFavoriteDirectoriesFrame, vtkKWFrameWithLabel, vtkKWFrameWithLabel, vtkKWSimpleAnimationWidget, vtkKWSplitFrame, vtkKWSimpleAnimationWidget, vtkKWSplitFrame, vtkKWFileBrowserWidget, vtkKWFileBrowserWidget, vtkKWTextPropertyEditor, vtkKWTextPropertyEditor, vtkKWColorPickerWidget, vtkKWColorPickerWidget, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, 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, vtkKWScalarBarAnnotation, vtkKWScalarBarAnnotation, vtkKWProgressGauge, vtkKWProgressGauge, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWHeaderAnnotationEditor, vtkKWScalarComponentSelectionWidget, vtkKWHeaderAnnotationEditor, vtkKWScalarComponentSelectionWidget, 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, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWWidgetWithScrollbars, vtkKWWidgetWithSpinButtons, vtkKWWidgetWithScrollbars, vtkKWWidgetWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWMenuButtonWithSpinButtons, vtkKWTreeWithScrollbars, vtkKWTreeWithScrollbars, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWCheckButtonWithChangeColorButton, vtkKWCheckButtonWithPopupFrame, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, vtkKWSeparator, vtkKWSeparator, vtkKWPopupFrame, vtkKWPopupFrame, vtkKWPushButtonWithMenu, vtkKWPushButtonWithMenu, vtkKWMyWidget, vtkKWCompositeWidget, vtkKWMyWidget, vtkKWCompositeWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, vtkKWMyWidget, and vtkKWMyWidget.


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