a separator widget. More...
#include <vtkKWSeparator.h>


Public Types | |
| typedef vtkKWFrame | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkKWSeparator * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWSeparator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWSeparator () | |
| ~vtkKWSeparator () | |
| virtual void | CreateWidget () |
| virtual void | UpdateAspect () |
Protected Attributes | |
| int | Orientation |
| int | Thickness |
|
| |
| enum | { OrientationHorizontal = 0, OrientationVertical = 1 } |
| virtual void | SetOrientation (int) |
| virtual int | GetOrientation () |
| virtual void | SetOrientationToHorizontal () |
| virtual void | SetOrientationToVertical () |
| virtual void | SetThickness (int) |
| virtual int | GetThickness () |
a separator widget.
A simple separator widget that can be used to separate widgets using a simple horizontal or vertical line.
Definition at line 28 of file vtkKWSeparator.h.
| typedef vtkKWFrame vtkKWSeparator::Superclass |
Reimplemented from vtkKWFrame.
Definition at line 33 of file vtkKWSeparator.h.
| anonymous enum |
Set/Get the orientation of the separator. BTX
Definition at line 38 of file vtkKWSeparator.h.
| vtkKWSeparator::vtkKWSeparator | ( | ) | [protected] |
| vtkKWSeparator::~vtkKWSeparator | ( | ) | [inline, protected] |
Definition at line 63 of file vtkKWSeparator.h.
| static vtkKWSeparator* vtkKWSeparator::New | ( | ) | [static] |
Reimplemented from vtkKWFrame.
| virtual const char* vtkKWSeparator::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWFrame.
| static int vtkKWSeparator::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWFrame.
| virtual int vtkKWSeparator::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWFrame.
| static vtkKWSeparator* vtkKWSeparator::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWFrame.
| void vtkKWSeparator::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWFrame.
| virtual void vtkKWSeparator::SetOrientation | ( | int | ) | [virtual] |
Set/Get the orientation of the separator. BTX
| virtual int vtkKWSeparator::GetOrientation | ( | ) | [virtual] |
Set/Get the orientation of the separator. BTX
| virtual void vtkKWSeparator::SetOrientationToHorizontal | ( | ) | [inline, virtual] |
Set/Get the orientation of the separator. BTX
Definition at line 46 of file vtkKWSeparator.h.
| virtual void vtkKWSeparator::SetOrientationToVertical | ( | ) | [inline, virtual] |
Set/Get the orientation of the separator. BTX
Definition at line 48 of file vtkKWSeparator.h.
| virtual void vtkKWSeparator::SetThickness | ( | int | ) | [virtual] |
Set/Get the thickness of the separator. Do not use the superclass's SetWidth and SetHeight method to set the thickness.
| virtual int vtkKWSeparator::GetThickness | ( | ) | [virtual] |
Set/Get the orientation of the separator. BTX
| virtual void vtkKWSeparator::CreateWidget | ( | ) | [protected, virtual] |
Create the widget.
Reimplemented from vtkKWFrame.
| virtual void vtkKWSeparator::UpdateAspect | ( | ) | [protected, virtual] |
Update the aspect of the widget
int vtkKWSeparator::Orientation [protected] |
Definition at line 68 of file vtkKWSeparator.h.
int vtkKWSeparator::Thickness [protected] |
Definition at line 69 of file vtkKWSeparator.h.
1.6.1