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

vtkKWCheckButtonWithChangeColorButton Class Reference

a check button and color change button More...

#include <vtkKWCheckButtonWithChangeColorButton.h>

Inheritance diagram for vtkKWCheckButtonWithChangeColorButton:

Inheritance graph
[legend]
Collaboration diagram for vtkKWCheckButtonWithChangeColorButton:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkKWCheckButtonWithChangeColorButton, vtkKWCompositeWidget)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Create (vtkKWApplication *app)
virtual void Update ()
virtual void UpdateEnableState ()
virtual void UpdateVariableCallback (const char *, const char *, const char *)
virtual vtkKWCheckButtonGetCheckButton ()
virtual vtkKWChangeColorButtonGetChangeColorButton ()
virtual void SetDisableChangeColorButtonWhenNotChecked (int)
virtual void DisableChangeColorButtonWhenNotCheckedOn ()
virtual void DisableChangeColorButtonWhenNotCheckedOff ()
virtual int GetDisableChangeColorButtonWhenNotChecked ()

Static Public Member Functions

vtkKWCheckButtonWithChangeColorButtonNew ()

Protected Member Functions

 vtkKWCheckButtonWithChangeColorButton ()
 ~vtkKWCheckButtonWithChangeColorButton ()
virtual void Pack ()
virtual void UpdateVariableBindings ()

Protected Attributes

vtkKWCheckButtonCheckButton
vtkKWChangeColorButtonChangeColorButton
int DisableChangeColorButtonWhenNotChecked

Detailed Description

a check button and color change button

This packs a checkbutton and a color change button inside a frame

Definition at line 28 of file vtkKWCheckButtonWithChangeColorButton.h.


Constructor & Destructor Documentation

vtkKWCheckButtonWithChangeColorButton::vtkKWCheckButtonWithChangeColorButton  )  [protected]
 

vtkKWCheckButtonWithChangeColorButton::~vtkKWCheckButtonWithChangeColorButton  )  [protected]
 


Member Function Documentation

vtkKWCheckButtonWithChangeColorButton* vtkKWCheckButtonWithChangeColorButton::New  )  [static]
 

Reimplemented from vtkKWCompositeWidget.

vtkKWCheckButtonWithChangeColorButton::vtkTypeRevisionMacro vtkKWCheckButtonWithChangeColorButton  ,
vtkKWCompositeWidget 
 

void vtkKWCheckButtonWithChangeColorButton::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWCompositeWidget.

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

Create the widget.

Reimplemented from vtkKWCompositeWidget.

virtual vtkKWCheckButton* vtkKWCheckButtonWithChangeColorButton::GetCheckButton  )  [virtual]
 

Get the internal objects

virtual vtkKWChangeColorButton* vtkKWCheckButtonWithChangeColorButton::GetChangeColorButton  )  [virtual]
 

Get the internal objects

virtual void vtkKWCheckButtonWithChangeColorButton::Update  )  [virtual]
 

Refresh the interface given the current value of the widgets and Ivars

virtual void vtkKWCheckButtonWithChangeColorButton::SetDisableChangeColorButtonWhenNotChecked int   )  [virtual]
 

Disable the color button when the checkbutton is not checked. You will have to call the Update() method manually though, to reflect that state.

virtual void vtkKWCheckButtonWithChangeColorButton::DisableChangeColorButtonWhenNotCheckedOn  )  [virtual]
 

Disable the color button when the checkbutton is not checked. You will have to call the Update() method manually though, to reflect that state.

virtual void vtkKWCheckButtonWithChangeColorButton::DisableChangeColorButtonWhenNotCheckedOff  )  [virtual]
 

Disable the color button when the checkbutton is not checked. You will have to call the Update() method manually though, to reflect that state.

virtual int vtkKWCheckButtonWithChangeColorButton::GetDisableChangeColorButtonWhenNotChecked  )  [virtual]
 

Disable the color button when the checkbutton is not checked. You will have to call the Update() method manually though, to reflect that state.

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

virtual void vtkKWCheckButtonWithChangeColorButton::UpdateVariableCallback const char *  ,
const char *  ,
const char * 
[virtual]
 

Callbacks

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

virtual void vtkKWCheckButtonWithChangeColorButton::UpdateVariableBindings  )  [protected, virtual]
 


Member Data Documentation

vtkKWCheckButton* vtkKWCheckButtonWithChangeColorButton::CheckButton [protected]
 

Definition at line 72 of file vtkKWCheckButtonWithChangeColorButton.h.

vtkKWChangeColorButton* vtkKWCheckButtonWithChangeColorButton::ChangeColorButton [protected]
 

Definition at line 73 of file vtkKWCheckButtonWithChangeColorButton.h.

int vtkKWCheckButtonWithChangeColorButton::DisableChangeColorButtonWhenNotChecked [protected]
 

Definition at line 75 of file vtkKWCheckButtonWithChangeColorButton.h.


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