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

vtkKWRadioButtonSetWithLabel Class Reference

a vtkKWRadioButtonSet associated to a vtkKWLabel More...

#include <vtkKWRadioButtonSetWithLabel.h>

Inheritance diagram for vtkKWRadioButtonSetWithLabel:

Inheritance graph
[legend]
Collaboration diagram for vtkKWRadioButtonSetWithLabel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

vtkKWRadioButtonSetWithLabelNew ()

Protected Member Functions

 vtkKWRadioButtonSetWithLabel ()
 ~vtkKWRadioButtonSetWithLabel ()
virtual void Pack ()

Protected Attributes

int ExpandWidget
vtkKWRadioButtonSetWidget

Detailed Description

a vtkKWRadioButtonSet associated to a vtkKWLabel

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

See also:
vtkKWWidgetWithLabel vtkKWRadioButtonSet

Definition at line 35 of file vtkKWRadioButtonSetWithLabel.h.


Constructor & Destructor Documentation

vtkKWRadioButtonSetWithLabel::vtkKWRadioButtonSetWithLabel  )  [protected]
 

vtkKWRadioButtonSetWithLabel::~vtkKWRadioButtonSetWithLabel  )  [protected]
 


Member Function Documentation

vtkKWRadioButtonSetWithLabel* vtkKWRadioButtonSetWithLabel::New  )  [static]
 

Reimplemented from vtkKWWidgetWithLabel.

vtkKWRadioButtonSetWithLabel::vtkTypeRevisionMacro vtkKWRadioButtonSetWithLabel  ,
vtkKWWidgetWithLabel 
 

void vtkKWRadioButtonSetWithLabel::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWWidgetWithLabel.

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

Create the widget

Reimplemented from vtkKWWidgetWithLabel.

virtual vtkKWRadioButtonSet* vtkKWRadioButtonSetWithLabel::GetWidget  )  [virtual]
 

Get the vtkKWRadioButtonSet that is being labeled

virtual void vtkKWRadioButtonSetWithLabel::SetExpandWidget int   )  [virtual]
 

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

virtual void vtkKWRadioButtonSetWithLabel::ExpandWidgetOn  )  [virtual]
 

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

virtual void vtkKWRadioButtonSetWithLabel::ExpandWidgetOff  )  [virtual]
 

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

virtual int vtkKWRadioButtonSetWithLabel::GetExpandWidget  )  [virtual]
 

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

virtual void vtkKWRadioButtonSetWithLabel::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 vtkKWRadioButtonSetWithLabel::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 vtkKWRadioButtonSetWithLabel::Pack  )  [protected, virtual]
 

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

Reimplemented from vtkKWWidgetWithLabel.


Member Data Documentation

int vtkKWRadioButtonSetWithLabel::ExpandWidget [protected]
 

Expand the widget that is being labeled

Definition at line 73 of file vtkKWRadioButtonSetWithLabel.h.

vtkKWRadioButtonSet* vtkKWRadioButtonSetWithLabel::Widget [protected]
 

Internal widget

Definition at line 79 of file vtkKWRadioButtonSetWithLabel.h.


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