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

vtkKWPushButtonSetWithLabel Class Reference

a vtkKWPushButtonSet associated to a vtkKWLabel More...

#include <vtkKWPushButtonSetWithLabel.h>

Inheritance diagram for vtkKWPushButtonSetWithLabel:

Inheritance graph
[legend]
Collaboration diagram for vtkKWPushButtonSetWithLabel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

vtkKWPushButtonSetWithLabelNew ()

Protected Member Functions

 vtkKWPushButtonSetWithLabel ()
 ~vtkKWPushButtonSetWithLabel ()
virtual void Pack ()

Protected Attributes

int ExpandWidget
vtkKWPushButtonSetWidget

Detailed Description

a vtkKWPushButtonSet associated to a vtkKWLabel

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

See also:
vtkKWWidgetWithLabel vtkKWPushButtonSet

Definition at line 35 of file vtkKWPushButtonSetWithLabel.h.


Constructor & Destructor Documentation

vtkKWPushButtonSetWithLabel::vtkKWPushButtonSetWithLabel  )  [protected]
 

vtkKWPushButtonSetWithLabel::~vtkKWPushButtonSetWithLabel  )  [protected]
 


Member Function Documentation

vtkKWPushButtonSetWithLabel* vtkKWPushButtonSetWithLabel::New  )  [static]
 

Reimplemented from vtkKWWidgetWithLabel.

vtkKWPushButtonSetWithLabel::vtkTypeRevisionMacro vtkKWPushButtonSetWithLabel  ,
vtkKWWidgetWithLabel 
 

void vtkKWPushButtonSetWithLabel::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWWidgetWithLabel.

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

Create the widget

Reimplemented from vtkKWWidgetWithLabel.

virtual vtkKWPushButtonSet* vtkKWPushButtonSetWithLabel::GetWidget  )  [virtual]
 

Get the vtkKWPushButtonSet that is being labeled

virtual void vtkKWPushButtonSetWithLabel::SetExpandWidget int   )  [virtual]
 

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

virtual void vtkKWPushButtonSetWithLabel::ExpandWidgetOn  )  [virtual]
 

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

virtual void vtkKWPushButtonSetWithLabel::ExpandWidgetOff  )  [virtual]
 

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

virtual int vtkKWPushButtonSetWithLabel::GetExpandWidget  )  [virtual]
 

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

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

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

Reimplemented from vtkKWWidgetWithLabel.


Member Data Documentation

int vtkKWPushButtonSetWithLabel::ExpandWidget [protected]
 

Expand the widget that is being labeled

Definition at line 73 of file vtkKWPushButtonSetWithLabel.h.

vtkKWPushButtonSet* vtkKWPushButtonSetWithLabel::Widget [protected]
 

Internal widget

Definition at line 79 of file vtkKWPushButtonSetWithLabel.h.


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