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

vtkKWSpinBoxWithLabel Class Reference

a vtkKWSpinBox associated to a vtkKWLabel More...

#include <vtkKWSpinBoxWithLabel.h>

Inheritance diagram for vtkKWSpinBoxWithLabel:

Inheritance graph
[legend]
Collaboration diagram for vtkKWSpinBoxWithLabel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkKWSpinBoxWithLabel, vtkKWWidgetWithLabel)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Create (vtkKWApplication *app)
virtual vtkKWSpinBoxGetWidget ()
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

vtkKWSpinBoxWithLabelNew ()

Protected Member Functions

 vtkKWSpinBoxWithLabel ()
 ~vtkKWSpinBoxWithLabel ()
virtual void Pack ()

Protected Attributes

int ExpandWidget
vtkKWSpinBoxWidget

Detailed Description

a vtkKWSpinBox associated to a vtkKWLabel

This class creates a composite widget associating a vtkKWSpinBox 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 vtkKWSpinBox, but specific positions listed in vtkKWWidgetWithLabel are supported as well.

See also:
vtkKWWidgetWithLabel vtkKWSpinBox

Definition at line 35 of file vtkKWSpinBoxWithLabel.h.


Constructor & Destructor Documentation

vtkKWSpinBoxWithLabel::vtkKWSpinBoxWithLabel  )  [protected]
 

vtkKWSpinBoxWithLabel::~vtkKWSpinBoxWithLabel  )  [protected]
 


Member Function Documentation

vtkKWSpinBoxWithLabel* vtkKWSpinBoxWithLabel::New  )  [static]
 

Reimplemented from vtkKWWidgetWithLabel.

vtkKWSpinBoxWithLabel::vtkTypeRevisionMacro vtkKWSpinBoxWithLabel  ,
vtkKWWidgetWithLabel 
 

void vtkKWSpinBoxWithLabel::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWWidgetWithLabel.

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

Create the widget

Reimplemented from vtkKWWidgetWithLabel.

virtual vtkKWSpinBox* vtkKWSpinBoxWithLabel::GetWidget  )  [virtual]
 

Get the vtkKWSpinBox that is being labeled

virtual void vtkKWSpinBoxWithLabel::SetExpandWidget int   )  [virtual]
 

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

virtual void vtkKWSpinBoxWithLabel::ExpandWidgetOn  )  [virtual]
 

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

virtual void vtkKWSpinBoxWithLabel::ExpandWidgetOff  )  [virtual]
 

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

virtual int vtkKWSpinBoxWithLabel::GetExpandWidget  )  [virtual]
 

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

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

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

Reimplemented from vtkKWWidgetWithLabel.

virtual void vtkKWSpinBoxWithLabel::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.

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

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

Reimplemented from vtkKWWidgetWithLabel.


Member Data Documentation

int vtkKWSpinBoxWithLabel::ExpandWidget [protected]
 

Expand the widget that is being labeled

Definition at line 73 of file vtkKWSpinBoxWithLabel.h.

vtkKWSpinBox* vtkKWSpinBoxWithLabel::Widget [protected]
 

Internal widget

Definition at line 79 of file vtkKWSpinBoxWithLabel.h.


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