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

vtkKWPushButtonWithLabel Class Reference

a vtkKWPushButton associated to a vtkKWLabel More...

#include <vtkKWPushButtonWithLabel.h>

Inheritance diagram for vtkKWPushButtonWithLabel:

Inheritance graph
[legend]
Collaboration diagram for vtkKWPushButtonWithLabel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

vtkKWPushButtonWithLabelNew ()

Protected Member Functions

 vtkKWPushButtonWithLabel ()
 ~vtkKWPushButtonWithLabel ()
virtual void Pack ()

Protected Attributes

int ExpandWidget
vtkKWPushButtonWidget

Detailed Description

a vtkKWPushButton associated to a vtkKWLabel

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

See also:
vtkKWWidgetWithLabel vtkKWPushButton

Definition at line 35 of file vtkKWPushButtonWithLabel.h.


Constructor & Destructor Documentation

vtkKWPushButtonWithLabel::vtkKWPushButtonWithLabel  )  [protected]
 

vtkKWPushButtonWithLabel::~vtkKWPushButtonWithLabel  )  [protected]
 


Member Function Documentation

vtkKWPushButtonWithLabel* vtkKWPushButtonWithLabel::New  )  [static]
 

Reimplemented from vtkKWWidgetWithLabel.

vtkKWPushButtonWithLabel::vtkTypeRevisionMacro vtkKWPushButtonWithLabel  ,
vtkKWWidgetWithLabel 
 

void vtkKWPushButtonWithLabel::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWWidgetWithLabel.

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

Create the widget

Reimplemented from vtkKWWidgetWithLabel.

virtual vtkKWPushButton* vtkKWPushButtonWithLabel::GetWidget  )  [virtual]
 

Get the vtkKWPushButton that is being labeled

virtual void vtkKWPushButtonWithLabel::SetExpandWidget int   )  [virtual]
 

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

virtual void vtkKWPushButtonWithLabel::ExpandWidgetOn  )  [virtual]
 

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

virtual void vtkKWPushButtonWithLabel::ExpandWidgetOff  )  [virtual]
 

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

virtual int vtkKWPushButtonWithLabel::GetExpandWidget  )  [virtual]
 

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

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

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

Reimplemented from vtkKWWidgetWithLabel.


Member Data Documentation

int vtkKWPushButtonWithLabel::ExpandWidget [protected]
 

Expand the widget that is being labeled

Definition at line 73 of file vtkKWPushButtonWithLabel.h.

vtkKWPushButton* vtkKWPushButtonWithLabel::Widget [protected]
 

Internal widget

Definition at line 79 of file vtkKWPushButtonWithLabel.h.


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