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

vtkKWRadioButton Class Reference

a radio button widget More...

#include <vtkKWRadioButton.h>

Inheritance diagram for vtkKWRadioButton:

Inheritance graph
[legend]
Collaboration diagram for vtkKWRadioButton:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkKWRadioButton, vtkKWCheckButton)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Create (vtkKWApplication *app)
virtual void SelectedStateOn ()
virtual void SelectedStateOff ()
virtual int GetSelectedState ()
virtual void SetValue (const char *v)
virtual void SetValueAsInt (int v)
virtual const char * GetValue ()
virtual int GetValueAsInt ()
virtual void SetVariableValue (const char *v)
virtual void SetVariableValueAsInt (int v)
virtual const char * GetVariableValue ()
virtual int GetVariableValueAsInt ()

Static Public Member Functions

vtkKWRadioButtonNew ()

Protected Member Functions

 vtkKWRadioButton ()
 ~vtkKWRadioButton ()

Detailed Description

a radio button widget

A simple widget representing a radio button. The state can be set or queried.

Definition at line 27 of file vtkKWRadioButton.h.


Constructor & Destructor Documentation

vtkKWRadioButton::vtkKWRadioButton  )  [inline, protected]
 

Definition at line 62 of file vtkKWRadioButton.h.

vtkKWRadioButton::~vtkKWRadioButton  )  [inline, protected]
 

Definition at line 63 of file vtkKWRadioButton.h.


Member Function Documentation

vtkKWRadioButton* vtkKWRadioButton::New  )  [static]
 

Reimplemented from vtkKWCheckButton.

vtkKWRadioButton::vtkTypeRevisionMacro vtkKWRadioButton  ,
vtkKWCheckButton 
 

void vtkKWRadioButton::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWCheckButton.

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

Create the widget.

Reimplemented from vtkKWCheckButton.

virtual void vtkKWRadioButton::SelectedStateOn  )  [virtual]
 

Set/Get the state of the Radio button 0 = off 1 = on

Reimplemented from vtkKWCheckButton.

virtual void vtkKWRadioButton::SelectedStateOff  )  [virtual]
 

Set/Get the state of the Radio button 0 = off 1 = on

Reimplemented from vtkKWCheckButton.

virtual int vtkKWRadioButton::GetSelectedState  )  [virtual]
 

Set/Get the state of the Radio button 0 = off 1 = on

Reimplemented from vtkKWCheckButton.

virtual void vtkKWRadioButton::SetValue const char *  v  )  [virtual]
 

Set/Get the value to store in the button's associated variable whenever this button is selected.

virtual void vtkKWRadioButton::SetValueAsInt int  v  )  [virtual]
 

Set/Get the value to store in the button's associated variable whenever this button is selected.

virtual const char* vtkKWRadioButton::GetValue  )  [virtual]
 

Set/Get the value to store in the button's associated variable whenever this button is selected.

virtual int vtkKWRadioButton::GetValueAsInt  )  [virtual]
 

Set/Get the value to store in the button's associated variable whenever this button is selected.

virtual void vtkKWRadioButton::SetVariableValue const char *  v  )  [virtual]
 

Convenience method to set/get the button's associated variable directly to a specific value.

virtual void vtkKWRadioButton::SetVariableValueAsInt int  v  )  [virtual]
 

Convenience method to set/get the button's associated variable directly to a specific value.

virtual const char* vtkKWRadioButton::GetVariableValue  )  [virtual]
 

Convenience method to set/get the button's associated variable directly to a specific value.

virtual int vtkKWRadioButton::GetVariableValueAsInt  )  [virtual]
 

Convenience method to set/get the button's associated variable directly to a specific value.


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