vtkKWTextWithScrollbars Class Reference
[KWWidgets Auto-Generated Classes: Widget With Scrollbars]

a vtkKWText associated to two vtkKWScrollbar's More...

#include <vtkKWTextWithScrollbars.h>

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

List of all members.

Public Types

typedef vtkKWWidgetWithScrollbars Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkKWTextGetWidget ()
virtual void UpdateEnableState ()

Static Public Member Functions

static vtkKWTextWithScrollbarsNew ()
static int IsTypeOf (const char *type)
static vtkKWTextWithScrollbarsSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkKWTextWithScrollbars ()
 ~vtkKWTextWithScrollbars ()
virtual void CreateWidget ()
virtual void Pack ()



virtual void CreateHorizontalScrollbar ()
virtual void CreateVerticalScrollbar ()

Protected Attributes

vtkKWTextWidget

Detailed Description

a vtkKWText associated to two vtkKWScrollbar's

This composite widget provides horizontal and vertical scrolling capabilities to a core widget. They can be enabled or disabled separately. As a subclass of vtkKWWidgetWithScrollbars, it inherits methods to retrieve the scrollbars and set their visibility and layout.

Attention:
This class and the corresponding code were generated automatically by instantiating the Templates/vtkKWWidgetWithScrollbarsSubclass.h.in and Templates/vtkKWWidgetWithScrollbarsSubclass.cxx.in files for the type vtkKWText. Classes related to the same template can be found in the KWWidgets Auto-Generated Classes: Widget With Scrollbars section.
See also:
vtkKWWidgetWithScrollbars vtkKWText

Definition at line 41 of file vtkKWTextWithScrollbars.h.


Member Typedef Documentation

Reimplemented from vtkKWWidgetWithScrollbars.

Definition at line 45 of file vtkKWTextWithScrollbars.h.


Constructor & Destructor Documentation

vtkKWTextWithScrollbars::vtkKWTextWithScrollbars (  )  [protected]
vtkKWTextWithScrollbars::~vtkKWTextWithScrollbars (  )  [protected]

Member Function Documentation

static vtkKWTextWithScrollbars* vtkKWTextWithScrollbars::New (  )  [static]

Reimplemented from vtkKWCompositeWidget.

virtual const char* vtkKWTextWithScrollbars::GetClassName (  )  [virtual]

Reimplemented from vtkKWWidgetWithScrollbars.

static int vtkKWTextWithScrollbars::IsTypeOf ( const char *  type  )  [static]

Reimplemented from vtkKWWidgetWithScrollbars.

virtual int vtkKWTextWithScrollbars::IsA ( const char *  type  )  [virtual]

Reimplemented from vtkKWWidgetWithScrollbars.

static vtkKWTextWithScrollbars* vtkKWTextWithScrollbars::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkKWWidgetWithScrollbars.

void vtkKWTextWithScrollbars::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkKWWidgetWithScrollbars.

virtual vtkKWText* vtkKWTextWithScrollbars::GetWidget (  )  [virtual]

Get the vtkKWText for which we addded the scrollbars

virtual void vtkKWTextWithScrollbars::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 vtkKWWidgetWithScrollbars.

virtual void vtkKWTextWithScrollbars::CreateWidget (  )  [protected, virtual]

Create the widget.

Reimplemented from vtkKWWidgetWithScrollbars.

virtual void vtkKWTextWithScrollbars::CreateHorizontalScrollbar (  )  [protected, virtual]

Create scrollbars and associate the scrollbars to a widget by setting up the callbacks between both instances. Re-implemented to set the associated now that we know the internal widget

Reimplemented from vtkKWWidgetWithScrollbars.

virtual void vtkKWTextWithScrollbars::CreateVerticalScrollbar (  )  [protected, virtual]

Create scrollbars and associate the scrollbars to a widget by setting up the callbacks between both instances. Re-implemented to set the associated now that we know the internal widget

Reimplemented from vtkKWWidgetWithScrollbars.

virtual void vtkKWTextWithScrollbars::Pack (  )  [protected, virtual]

Pack.

Implements vtkKWWidgetWithScrollbars.


Member Data Documentation

Internal widget

Definition at line 67 of file vtkKWTextWithScrollbars.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:38:15 2010 for KWWidgets by  doxygen 1.6.1