vtkKWSeparator Class Reference

a separator widget. More...

#include <vtkKWSeparator.h>

Inheritance diagram for vtkKWSeparator:
Inheritance graph
[legend]
Collaboration diagram for vtkKWSeparator:
Collaboration graph
[legend]

List of all members.

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 vtkKWSeparatorNew ()
static int IsTypeOf (const char *type)
static vtkKWSeparatorSafeDownCast (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 ()

Detailed Description

a separator widget.

A simple separator widget that can be used to separate widgets using a simple horizontal or vertical line.

See also:
vtkKWFrame

Definition at line 28 of file vtkKWSeparator.h.


Member Typedef Documentation

Reimplemented from vtkKWFrame.

Definition at line 33 of file vtkKWSeparator.h.


Member Enumeration Documentation

anonymous enum

Set/Get the orientation of the separator. BTX

Enumerator:
OrientationHorizontal 
OrientationVertical 

Definition at line 38 of file vtkKWSeparator.h.


Constructor & Destructor Documentation

vtkKWSeparator::vtkKWSeparator (  )  [protected]
vtkKWSeparator::~vtkKWSeparator (  )  [inline, protected]

Definition at line 63 of file vtkKWSeparator.h.


Member Function Documentation

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


Member Data Documentation

int vtkKWSeparator::Orientation [protected]

Definition at line 68 of file vtkKWSeparator.h.

int vtkKWSeparator::Thickness [protected]

Definition at line 69 of file vtkKWSeparator.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Tue Apr 27 02:37:24 2010 for KWWidgets by  doxygen 1.6.1