#include <vtkKWLabelWithLabel.h>
Inheritance diagram for vtkKWLabelWithLabel:
Public Member Functions | |
vtkTypeRevisionMacro (vtkKWLabelWithLabel, vtkKWWidgetWithLabel) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Create (vtkKWApplication *app) |
virtual vtkKWLabel * | GetWidget () |
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 | |
vtkKWLabelWithLabel * | New () |
Protected Member Functions | |
vtkKWLabelWithLabel () | |
~vtkKWLabelWithLabel () | |
virtual void | Pack () |
Protected Attributes | |
int | ExpandWidget |
vtkKWLabel * | Widget |
This class creates a composite widget associating a vtkKWLabel 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 vtkKWLabel, but specific positions listed in vtkKWWidgetWithLabel are supported as well.
Definition at line 35 of file vtkKWLabelWithLabel.h.
|
|
|
|
|
Reimplemented from vtkKWWidgetWithLabel. |
|
|
|
Reimplemented from vtkKWWidgetWithLabel. |
|
Create the widget Reimplemented from vtkKWWidgetWithLabel. |
|
Get the vtkKWLabel that is being labeled |
|
Set the layout to allow the widget that is labeled to expand horizontally automatically |
|
Set the layout to allow the widget that is labeled to expand horizontally automatically |
|
Set the layout to allow the widget that is labeled to expand horizontally automatically |
|
Set the layout to allow the widget that is labeled to expand horizontally automatically |
|
Set the string that enables balloon help for this widget. Override to pass down to children. Reimplemented from vtkKWWidgetWithLabel. |
|
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. |
|
Pack or repack the widget. To be implemented by subclasses. Reimplemented from vtkKWWidgetWithLabel. |
|
Expand the widget that is being labeled Definition at line 73 of file vtkKWLabelWithLabel.h. |
|
Internal widget Definition at line 79 of file vtkKWLabelWithLabel.h. |