KWWidgets
|
#include <vtkKWSeparator.h>
Public Types | |
enum | { OrientationHorizontal = 0, OrientationVertical = 1 } |
enum | { OrientationHorizontal = 0, OrientationVertical = 1 } |
typedef vtkKWFrame | Superclass |
typedef vtkKWFrame | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetOrientation (int) |
virtual int | GetOrientation () |
virtual void | SetOrientationToHorizontal () |
virtual void | SetOrientationToVertical () |
virtual void | SetThickness (int) |
virtual int | GetThickness () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetOrientation (int) |
virtual int | GetOrientation () |
virtual void | SetOrientationToHorizontal () |
virtual void | SetOrientationToVertical () |
virtual void | SetThickness (int) |
virtual int | GetThickness () |
Static Public Member Functions | |
static vtkKWSeparator * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWSeparator * | SafeDownCast (vtkObject *o) |
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 () |
vtkKWSeparator () | |
~vtkKWSeparator () | |
virtual void | CreateWidget () |
virtual void | UpdateAspect () |
Protected Attributes | |
int | Orientation |
int | Thickness |
Definition at line 26 of file debian/tmp/usr/include/KWWidgets/vtkKWSeparator.h.
typedef vtkKWFrame vtkKWSeparator::Superclass |
Reimplemented from vtkKWFrame.
Definition at line 30 of file debian/tmp/usr/include/KWWidgets/vtkKWSeparator.h.
typedef vtkKWFrame vtkKWSeparator::Superclass |
Reimplemented from vtkKWFrame.
Definition at line 30 of file vtkKWSeparator.h.
anonymous enum |
Definition at line 36 of file debian/tmp/usr/include/KWWidgets/vtkKWSeparator.h.
anonymous enum |
Definition at line 36 of file vtkKWSeparator.h.
vtkKWSeparator::vtkKWSeparator | ( | ) | [protected] |
vtkKWSeparator::~vtkKWSeparator | ( | ) | [inline, protected] |
Definition at line 58 of file debian/tmp/usr/include/KWWidgets/vtkKWSeparator.h.
vtkKWSeparator::vtkKWSeparator | ( | ) | [protected] |
vtkKWSeparator::~vtkKWSeparator | ( | ) | [inline, protected] |
Definition at line 58 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 | ||
) |
Reimplemented from vtkKWFrame.
virtual void vtkKWSeparator::SetOrientation | ( | int | ) | [virtual] |
virtual int vtkKWSeparator::GetOrientation | ( | ) | [virtual] |
virtual void vtkKWSeparator::SetOrientationToHorizontal | ( | ) | [inline, virtual] |
Definition at line 44 of file debian/tmp/usr/include/KWWidgets/vtkKWSeparator.h.
virtual void vtkKWSeparator::SetOrientationToVertical | ( | ) | [inline, virtual] |
Definition at line 46 of file debian/tmp/usr/include/KWWidgets/vtkKWSeparator.h.
virtual void vtkKWSeparator::SetThickness | ( | int | ) | [virtual] |
virtual int vtkKWSeparator::GetThickness | ( | ) | [virtual] |
virtual void vtkKWSeparator::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWFrame.
virtual void vtkKWSeparator::UpdateAspect | ( | ) | [protected, virtual] |
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 | ||
) |
Reimplemented from vtkKWFrame.
virtual void vtkKWSeparator::SetOrientation | ( | int | ) | [virtual] |
virtual int vtkKWSeparator::GetOrientation | ( | ) | [virtual] |
virtual void vtkKWSeparator::SetOrientationToHorizontal | ( | ) | [inline, virtual] |
Definition at line 44 of file vtkKWSeparator.h.
virtual void vtkKWSeparator::SetOrientationToVertical | ( | ) | [inline, virtual] |
Definition at line 46 of file vtkKWSeparator.h.
virtual void vtkKWSeparator::SetThickness | ( | int | ) | [virtual] |
virtual int vtkKWSeparator::GetThickness | ( | ) | [virtual] |
virtual void vtkKWSeparator::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWFrame.
virtual void vtkKWSeparator::UpdateAspect | ( | ) | [protected, virtual] |
int vtkKWSeparator::Orientation [protected] |
Definition at line 64 of file debian/tmp/usr/include/KWWidgets/vtkKWSeparator.h.
int vtkKWSeparator::Thickness [protected] |
Definition at line 65 of file debian/tmp/usr/include/KWWidgets/vtkKWSeparator.h.