Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkKWScaleWithLabel Class Reference

a vtkKWScale associated to a vtkKWLabel More...

#include <vtkKWScaleWithLabel.h>

Inheritance diagram for vtkKWScaleWithLabel:

Inheritance graph
[legend]
Collaboration diagram for vtkKWScaleWithLabel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkKWScaleWithLabel, vtkKWWidgetWithLabel)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Create (vtkKWApplication *app)
virtual vtkKWScaleGetWidget ()
virtual void SetBalloonHelpString (const char *str)
virtual void UpdateEnableState ()
virtual void SetExpandWidget (int)
virtual void ExpandWidgetOn ()
virtual void ExpandWidgetOff ()
virtual int GetExpandWidget ()

Static Public Member Functions

vtkKWScaleWithLabelNew ()

Protected Member Functions

 vtkKWScaleWithLabel ()
 ~vtkKWScaleWithLabel ()
virtual void Pack ()

Protected Attributes

int ExpandWidget
vtkKWScaleWidget

Detailed Description

a vtkKWScale associated to a vtkKWLabel

This class creates a composite widget associating a vtkKWScale to a vtkKWLabel. As a subclass of vtkKWWidgetWithLabel, it inherits a label and methods to set its position and visibility. Note that the default label position implemented in this class is on the left of the vtkKWScale, but specific positions listed in vtkKWWidgetWithLabel are supported as well.

See also:
vtkKWWidgetWithLabel vtkKWScale

Definition at line 35 of file vtkKWScaleWithLabel.h.


Constructor & Destructor Documentation

vtkKWScaleWithLabel::vtkKWScaleWithLabel  )  [protected]
 

vtkKWScaleWithLabel::~vtkKWScaleWithLabel  )  [protected]
 


Member Function Documentation

vtkKWScaleWithLabel* vtkKWScaleWithLabel::New  )  [static]
 

Reimplemented from vtkKWWidgetWithLabel.

Reimplemented in vtkKWScaleWithEntry.

vtkKWScaleWithLabel::vtkTypeRevisionMacro vtkKWScaleWithLabel  ,
vtkKWWidgetWithLabel 
 

void vtkKWScaleWithLabel::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWWidgetWithLabel.

Reimplemented in vtkKWScaleWithEntry.

virtual void vtkKWScaleWithLabel::Create vtkKWApplication app  )  [virtual]
 

Create the widget

Reimplemented from vtkKWWidgetWithLabel.

Reimplemented in vtkKWScaleWithEntry.

virtual vtkKWScale* vtkKWScaleWithLabel::GetWidget  )  [virtual]
 

Get the vtkKWScale that is being labeled

Referenced by vtkKWScaleWithEntry::GetScale().

virtual void vtkKWScaleWithLabel::SetExpandWidget int   )  [virtual]
 

Set the layout to allow the widget that is labeled to expand horizontally automatically

virtual void vtkKWScaleWithLabel::ExpandWidgetOn  )  [virtual]
 

Set the layout to allow the widget that is labeled to expand horizontally automatically

virtual void vtkKWScaleWithLabel::ExpandWidgetOff  )  [virtual]
 

Set the layout to allow the widget that is labeled to expand horizontally automatically

virtual int vtkKWScaleWithLabel::GetExpandWidget  )  [virtual]
 

Set the layout to allow the widget that is labeled to expand horizontally automatically

virtual void vtkKWScaleWithLabel::SetBalloonHelpString const char *  str  )  [virtual]
 

Set the string that enables balloon help for this widget. Override to pass down to children.

Reimplemented from vtkKWWidgetWithLabel.

Reimplemented in vtkKWScaleWithEntry.

virtual void vtkKWScaleWithLabel::UpdateEnableState  )  [virtual]
 

Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc.

Reimplemented from vtkKWWidgetWithLabel.

Reimplemented in vtkKWScaleWithEntry.

virtual void vtkKWScaleWithLabel::Pack  )  [protected, virtual]
 

Pack or repack the widget. To be implemented by subclasses.

Reimplemented from vtkKWWidgetWithLabel.

Reimplemented in vtkKWScaleWithEntry.


Member Data Documentation

int vtkKWScaleWithLabel::ExpandWidget [protected]
 

Expand the widget that is being labeled

Definition at line 73 of file vtkKWScaleWithLabel.h.

vtkKWScale* vtkKWScaleWithLabel::Widget [protected]
 

Internal widget

Definition at line 79 of file vtkKWScaleWithLabel.h.


The documentation for this class was generated from the following file:
Generated on Tue May 30 12:43:36 2006 for ParaView by doxygen 1.3.5