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

vtkKWMenuButtonWithLabel Class Reference

a vtkKWMenuButton associated to a vtkKWLabel More...

#include <vtkKWMenuButtonWithLabel.h>

Inheritance diagram for vtkKWMenuButtonWithLabel:

Inheritance graph
[legend]
Collaboration diagram for vtkKWMenuButtonWithLabel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

vtkKWMenuButtonWithLabelNew ()

Protected Member Functions

 vtkKWMenuButtonWithLabel ()
 ~vtkKWMenuButtonWithLabel ()
virtual void Pack ()

Protected Attributes

int ExpandWidget
vtkKWMenuButtonWidget

Detailed Description

a vtkKWMenuButton associated to a vtkKWLabel

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

See also:
vtkKWWidgetWithLabel vtkKWMenuButton

Definition at line 35 of file vtkKWMenuButtonWithLabel.h.


Constructor & Destructor Documentation

vtkKWMenuButtonWithLabel::vtkKWMenuButtonWithLabel  )  [protected]
 

vtkKWMenuButtonWithLabel::~vtkKWMenuButtonWithLabel  )  [protected]
 


Member Function Documentation

vtkKWMenuButtonWithLabel* vtkKWMenuButtonWithLabel::New  )  [static]
 

Reimplemented from vtkKWWidgetWithLabel.

Reimplemented in vtkKWColorPresetSelector.

vtkKWMenuButtonWithLabel::vtkTypeRevisionMacro vtkKWMenuButtonWithLabel  ,
vtkKWWidgetWithLabel 
 

void vtkKWMenuButtonWithLabel::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWWidgetWithLabel.

Reimplemented in vtkKWColorPresetSelector.

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

Create the widget

Reimplemented from vtkKWWidgetWithLabel.

Reimplemented in vtkKWColorPresetSelector.

virtual vtkKWMenuButton* vtkKWMenuButtonWithLabel::GetWidget  )  [virtual]
 

Get the vtkKWMenuButton that is being labeled

virtual void vtkKWMenuButtonWithLabel::SetExpandWidget int   )  [virtual]
 

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

virtual void vtkKWMenuButtonWithLabel::ExpandWidgetOn  )  [virtual]
 

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

virtual void vtkKWMenuButtonWithLabel::ExpandWidgetOff  )  [virtual]
 

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

virtual int vtkKWMenuButtonWithLabel::GetExpandWidget  )  [virtual]
 

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

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

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

Reimplemented from vtkKWWidgetWithLabel.


Member Data Documentation

int vtkKWMenuButtonWithLabel::ExpandWidget [protected]
 

Expand the widget that is being labeled

Definition at line 73 of file vtkKWMenuButtonWithLabel.h.

vtkKWMenuButton* vtkKWMenuButtonWithLabel::Widget [protected]
 

Internal widget

Definition at line 79 of file vtkKWMenuButtonWithLabel.h.


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