a vtkKWPushButton associated to a vtkKWLabel More...
#include <vtkKWPushButtonWithLabel.h>


Public Types | |
| typedef vtkKWWidgetWithLabel | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkKWPushButton * | 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 | |
| static vtkKWPushButtonWithLabel * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWPushButtonWithLabel * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWPushButtonWithLabel () | |
| ~vtkKWPushButtonWithLabel () | |
| virtual void | CreateWidget () |
| virtual void | Pack () |
Protected Attributes | |
| int | ExpandWidget |
| vtkKWPushButton * | Widget |
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.
Templates/vtkKWWidgetWithLabelSubclass.h.in and Templates/vtkKWWidgetWithLabelSubclass.cxx.in files for the type vtkKWPushButton. Classes related to the same template can be found in the KWWidgets Auto-Generated Classes: Widget With label section. Definition at line 42 of file vtkKWPushButtonWithLabel.h.
Reimplemented from vtkKWWidgetWithLabel.
Definition at line 46 of file vtkKWPushButtonWithLabel.h.
| vtkKWPushButtonWithLabel::vtkKWPushButtonWithLabel | ( | ) | [protected] |
| vtkKWPushButtonWithLabel::~vtkKWPushButtonWithLabel | ( | ) | [protected] |
| static vtkKWPushButtonWithLabel* vtkKWPushButtonWithLabel::New | ( | ) | [static] |
Reimplemented from vtkKWWidgetWithLabel.
| virtual const char* vtkKWPushButtonWithLabel::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWWidgetWithLabel.
| static int vtkKWPushButtonWithLabel::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWWidgetWithLabel.
| virtual int vtkKWPushButtonWithLabel::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWWidgetWithLabel.
| static vtkKWPushButtonWithLabel* vtkKWPushButtonWithLabel::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWWidgetWithLabel.
| void vtkKWPushButtonWithLabel::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
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::CreateWidget | ( | ) | [protected, virtual] |
Create the widget
Reimplemented from vtkKWWidgetWithLabel.
| virtual void vtkKWPushButtonWithLabel::Pack | ( | ) | [protected, virtual] |
Pack or repack the widget. To be implemented by subclasses.
Reimplemented from vtkKWWidgetWithLabel.
int vtkKWPushButtonWithLabel::ExpandWidget [protected] |
Expand the widget that is being labeled
Definition at line 80 of file vtkKWPushButtonWithLabel.h.
vtkKWPushButton* vtkKWPushButtonWithLabel::Widget [protected] |
Internal widget
Definition at line 86 of file vtkKWPushButtonWithLabel.h.
1.6.1