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

#include <vtkKWWidgetWithLabel.h>

Inherits vtkKWCompositeWidget, and vtkKWCompositeWidget.

Inherited by vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWPopupButtonWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWRange, vtkKWRange, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, and vtkKWTextWithScrollbarsWithLabel.

Collaboration diagram for vtkKWWidgetWithLabel:
[legend]

Public Types

enum  {
  LabelPositionDefault = 0, LabelPositionTop, LabelPositionBottom, LabelPositionLeft,
  LabelPositionRight
}
enum  {
  LabelPositionDefault = 0, LabelPositionTop, LabelPositionBottom, LabelPositionLeft,
  LabelPositionRight
}
typedef vtkKWCompositeWidget Superclass
typedef vtkKWCompositeWidget Superclass
- Public Types inherited from vtkKWCompositeWidget
typedef vtkKWFrame Superclass
typedef vtkKWFrame Superclass
- Public Types inherited from vtkKWFrame
typedef vtkKWCoreWidget Superclass
typedef vtkKWCoreWidget Superclass
- Public Types inherited from vtkKWCoreWidget
typedef vtkKWWidget Superclass
typedef vtkKWWidget Superclass
- Public Types inherited from vtkKWWidget
enum  { WidgetCreatedEvent = 30000 }
enum  { WidgetCreatedEvent = 30000 }
typedef vtkKWObject Superclass
typedef vtkKWObject Superclass
- Public Types inherited from vtkKWObject
typedef vtkObject Superclass
typedef vtkObject Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetLabelVisibility (int)
virtual void LabelVisibilityOn ()
virtual void LabelVisibilityOff ()
virtual int GetLabelVisibility ()
virtual vtkKWLabelGetLabel ()
virtual int HasLabel ()
virtual void SetLabelText (const char *)
const char * GetLabelText ()
virtual void SetLabelWidth (int width)
virtual int GetLabelWidth ()
virtual void SetLabelPosition (int)
virtual int GetLabelPosition ()
virtual void SetLabelPositionToDefault ()
virtual void SetLabelPositionToTop ()
virtual void SetLabelPositionToBottom ()
virtual void SetLabelPositionToLeft ()
virtual void SetLabelPositionToRight ()
virtual void SetBalloonHelpString (const char *str)
virtual void UpdateEnableState ()
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetLabelVisibility (int)
virtual void LabelVisibilityOn ()
virtual void LabelVisibilityOff ()
virtual int GetLabelVisibility ()
virtual vtkKWLabelGetLabel ()
virtual int HasLabel ()
virtual void SetLabelText (const char *)
const char * GetLabelText ()
virtual void SetLabelWidth (int width)
virtual int GetLabelWidth ()
virtual void SetLabelPosition (int)
virtual int GetLabelPosition ()
virtual void SetLabelPositionToDefault ()
virtual void SetLabelPositionToTop ()
virtual void SetLabelPositionToBottom ()
virtual void SetLabelPositionToLeft ()
virtual void SetLabelPositionToRight ()
virtual void SetBalloonHelpString (const char *str)
virtual void UpdateEnableState ()

Static Public Member Functions

static vtkKWWidgetWithLabelNew ()
static int IsTypeOf (const char *type)
static vtkKWWidgetWithLabelSafeDownCast (vtkObject *o)
static vtkKWWidgetWithLabelNew ()
static int IsTypeOf (const char *type)
static vtkKWWidgetWithLabelSafeDownCast (vtkObject *o)

Protected Member Functions

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

Protected Attributes

int LabelVisibility
int LabelPosition

Additional Inherited Members

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

Detailed Description

Definition at line 42 of file debian/tmp/usr/include/KWWidgets/vtkKWWidgetWithLabel.h.

Member Typedef Documentation

Definition at line 46 of file vtkKWWidgetWithLabel.h.

Member Enumeration Documentation

anonymous enum
Enumerator:
LabelPositionDefault 
LabelPositionTop 
LabelPositionBottom 
LabelPositionLeft 
LabelPositionRight 

Definition at line 90 of file debian/tmp/usr/include/KWWidgets/vtkKWWidgetWithLabel.h.

anonymous enum
Enumerator:
LabelPositionDefault 
LabelPositionTop 
LabelPositionBottom 
LabelPositionLeft 
LabelPositionRight 

Definition at line 90 of file vtkKWWidgetWithLabel.h.

Constructor & Destructor Documentation

vtkKWWidgetWithLabel::vtkKWWidgetWithLabel ( )
protected
vtkKWWidgetWithLabel::~vtkKWWidgetWithLabel ( )
protected
vtkKWWidgetWithLabel::vtkKWWidgetWithLabel ( )
protected
vtkKWWidgetWithLabel::~vtkKWWidgetWithLabel ( )
protected

Member Function Documentation

static vtkKWWidgetWithLabel* vtkKWWidgetWithLabel::New ( )
static

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWScaleWithEntry, vtkKWScaleWithEntry, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

virtual const char* vtkKWWidgetWithLabel::GetClassName ( )
virtual

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

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

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

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

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

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

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

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

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

virtual void vtkKWWidgetWithLabel::SetLabelVisibility ( int  )
virtual
virtual void vtkKWWidgetWithLabel::LabelVisibilityOn ( )
virtual
virtual void vtkKWWidgetWithLabel::LabelVisibilityOff ( )
virtual
virtual int vtkKWWidgetWithLabel::GetLabelVisibility ( )
virtual
virtual vtkKWLabel* vtkKWWidgetWithLabel::GetLabel ( )
virtual
virtual int vtkKWWidgetWithLabel::HasLabel ( )
virtual
virtual void vtkKWWidgetWithLabel::SetLabelText ( const char *  )
virtual

Reimplemented in vtkKWScaleWithEntry, and vtkKWScaleWithEntry.

const char* vtkKWWidgetWithLabel::GetLabelText ( )
virtual void vtkKWWidgetWithLabel::SetLabelWidth ( int  width)
virtual
virtual int vtkKWWidgetWithLabel::GetLabelWidth ( )
virtual
virtual void vtkKWWidgetWithLabel::SetLabelPosition ( int  )
virtual
virtual int vtkKWWidgetWithLabel::GetLabelPosition ( )
virtual
virtual void vtkKWWidgetWithLabel::SetLabelPositionToDefault ( )
inlinevirtual
virtual void vtkKWWidgetWithLabel::SetLabelPositionToTop ( )
inlinevirtual
virtual void vtkKWWidgetWithLabel::SetLabelPositionToBottom ( )
inlinevirtual
virtual void vtkKWWidgetWithLabel::SetLabelPositionToLeft ( )
inlinevirtual
virtual void vtkKWWidgetWithLabel::SetLabelPositionToRight ( )
inlinevirtual
virtual void vtkKWWidgetWithLabel::SetBalloonHelpString ( const char *  str)
virtual
virtual void vtkKWWidgetWithLabel::UpdateEnableState ( )
virtual

Reimplemented from vtkKWWidget.

Reimplemented in vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWRange, vtkKWRange, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, and vtkKWTextWithScrollbarsWithLabel.

virtual void vtkKWWidgetWithLabel::CreateWidget ( )
protectedvirtual

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWRange, vtkKWRange, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWColorPresetMenu, vtkKWColorPresetMenu, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, and vtkKWTextWithScrollbarsWithLabel.

virtual void vtkKWWidgetWithLabel::CreateLabel ( )
protectedvirtual
virtual void vtkKWWidgetWithLabel::Pack ( )
inlineprotectedvirtual

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

Definition at line 148 of file debian/tmp/usr/include/KWWidgets/vtkKWWidgetWithLabel.h.

static vtkKWWidgetWithLabel* vtkKWWidgetWithLabel::New ( )
static

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWScaleWithEntry, vtkKWScaleWithEntry, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

virtual const char* vtkKWWidgetWithLabel::GetClassName ( )
virtual

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

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

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

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

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

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

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

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

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, 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, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWRange, vtkKWRange, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWColorPresetMenu, and vtkKWColorPresetMenu.

virtual void vtkKWWidgetWithLabel::SetLabelVisibility ( int  )
virtual
virtual void vtkKWWidgetWithLabel::LabelVisibilityOn ( )
virtual
virtual void vtkKWWidgetWithLabel::LabelVisibilityOff ( )
virtual
virtual int vtkKWWidgetWithLabel::GetLabelVisibility ( )
virtual
virtual vtkKWLabel* vtkKWWidgetWithLabel::GetLabel ( )
virtual
virtual int vtkKWWidgetWithLabel::HasLabel ( )
virtual
virtual void vtkKWWidgetWithLabel::SetLabelText ( const char *  )
virtual

Reimplemented in vtkKWScaleWithEntry, and vtkKWScaleWithEntry.

const char* vtkKWWidgetWithLabel::GetLabelText ( )
virtual void vtkKWWidgetWithLabel::SetLabelWidth ( int  width)
virtual
virtual int vtkKWWidgetWithLabel::GetLabelWidth ( )
virtual
virtual void vtkKWWidgetWithLabel::SetLabelPosition ( int  )
virtual
virtual int vtkKWWidgetWithLabel::GetLabelPosition ( )
virtual
virtual void vtkKWWidgetWithLabel::SetLabelPositionToDefault ( )
inlinevirtual

Definition at line 101 of file vtkKWWidgetWithLabel.h.

virtual void vtkKWWidgetWithLabel::SetLabelPositionToTop ( )
inlinevirtual

Definition at line 103 of file vtkKWWidgetWithLabel.h.

virtual void vtkKWWidgetWithLabel::SetLabelPositionToBottom ( )
inlinevirtual

Definition at line 105 of file vtkKWWidgetWithLabel.h.

virtual void vtkKWWidgetWithLabel::SetLabelPositionToLeft ( )
inlinevirtual

Definition at line 107 of file vtkKWWidgetWithLabel.h.

virtual void vtkKWWidgetWithLabel::SetLabelPositionToRight ( )
inlinevirtual

Definition at line 109 of file vtkKWWidgetWithLabel.h.

virtual void vtkKWWidgetWithLabel::SetBalloonHelpString ( const char *  str)
virtual
virtual void vtkKWWidgetWithLabel::UpdateEnableState ( )
virtual

Reimplemented from vtkKWWidget.

Reimplemented in vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWRange, vtkKWRange, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, and vtkKWTextWithScrollbarsWithLabel.

virtual void vtkKWWidgetWithLabel::CreateWidget ( )
protectedvirtual

Reimplemented from vtkKWCompositeWidget.

Reimplemented in vtkKWParameterValueFunctionEditor, vtkKWParameterValueFunctionEditor, vtkKWRange, vtkKWRange, vtkKWScaleWithEntry, vtkKWScaleWithEntry, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueHermiteFunctionEditor, vtkKWParameterValueFunctionInterface, vtkKWParameterValueFunctionInterface, vtkKWColorTransferFunctionEditor, vtkKWColorTransferFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWPiecewiseFunctionEditor, vtkKWColorPresetMenu, vtkKWColorPresetMenu, vtkKWChangeColorButton, vtkKWChangeColorButton, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, vtkKWTextWithScrollbarsWithLabel, vtkKWCheckButtonSetWithLabel, vtkKWCheckButtonWithLabel, vtkKWComboBoxWithLabel, vtkKWEntryWithLabel, vtkKWLabelWithLabel, vtkKWListBoxWithScrollbarsWithLabel, vtkKWLoadSaveButtonWithLabel, vtkKWMatrixWidgetWithLabel, vtkKWMenuButtonWithLabel, vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWMessageWithLabel, vtkKWMultiColumnListWithLabel, vtkKWMultiColumnListWithScrollbarsWithLabel, vtkKWPopupButtonWithLabel, vtkKWPushButtonSetWithLabel, vtkKWPushButtonWithLabel, vtkKWRadioButtonSetWithLabel, vtkKWScaleWithEntrySetWithLabel, vtkKWScaleWithLabel, vtkKWSpinBoxWithLabel, vtkKWTextWithLabel, and vtkKWTextWithScrollbarsWithLabel.

virtual void vtkKWWidgetWithLabel::CreateLabel ( )
protectedvirtual
virtual void vtkKWWidgetWithLabel::Pack ( )
inlineprotectedvirtual

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

Definition at line 148 of file vtkKWWidgetWithLabel.h.

Member Data Documentation

int vtkKWWidgetWithLabel::LabelVisibility
protected
int vtkKWWidgetWithLabel::LabelPosition
protected

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