vtkKWColorTransferFunctionEditorSet Class Reference
[KWWidgets Auto-Generated Classes: Widget Set]

a concrete set of vtkKWColorTransferFunctionEditor More...

#include <vtkKWColorTransferFunctionEditorSet.h>

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

List of all members.

Public Types

typedef vtkKWWidgetSet Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual
vtkKWColorTransferFunctionEditor
AddWidget (int id)
virtual
vtkKWColorTransferFunctionEditor
InsertWidget (int id, int pos)
virtual
vtkKWColorTransferFunctionEditor
GetWidget (int id)

Static Public Member Functions

static
vtkKWColorTransferFunctionEditorSet
New ()
static int IsTypeOf (const char *type)
static
vtkKWColorTransferFunctionEditorSet
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkKWColorTransferFunctionEditorSet ()
 ~vtkKWColorTransferFunctionEditorSet ()
virtual vtkKWWidgetAllocateAndCreateWidget ()

Detailed Description

a concrete set of vtkKWColorTransferFunctionEditor

A composite widget to conveniently store, allocate, create and pack a set of vtkKWColorTransferFunctionEditor. Each vtkKWColorTransferFunctionEditor is created, removed or queried based on a unique ID provided by the user (ids are *not* handled by the class since it is likely that they will be defined as enum's or define by the user for easier retrieval). As a subclass of vtkKWWidgetSet, it inherits methods to set the widgets visibility individually, set the layout parameters, and query each widget. Widgets are packed (gridded) in the order they were added.

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

Definition at line 45 of file vtkKWColorTransferFunctionEditorSet.h.


Member Typedef Documentation

Reimplemented from vtkKWWidgetSet.

Definition at line 49 of file vtkKWColorTransferFunctionEditorSet.h.


Constructor & Destructor Documentation

vtkKWColorTransferFunctionEditorSet::vtkKWColorTransferFunctionEditorSet (  )  [inline, protected]

Definition at line 68 of file vtkKWColorTransferFunctionEditorSet.h.

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

Definition at line 69 of file vtkKWColorTransferFunctionEditorSet.h.


Member Function Documentation

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

Reimplemented from vtkKWCompositeWidget.

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

Reimplemented from vtkKWWidgetSet.

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

Reimplemented from vtkKWWidgetSet.

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

Reimplemented from vtkKWWidgetSet.

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

Reimplemented from vtkKWWidgetSet.

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

Reimplemented from vtkKWWidgetSet.

virtual vtkKWColorTransferFunctionEditor* vtkKWColorTransferFunctionEditorSet::AddWidget ( int  id  )  [virtual]

Add a vtkKWColorTransferFunctionEditor to the end of the set. The id has to be unique among the set. Return a pointer to the vtkKWColorTransferFunctionEditor, or NULL on error.

virtual vtkKWColorTransferFunctionEditor* vtkKWColorTransferFunctionEditorSet::InsertWidget ( int  id,
int  pos 
) [virtual]

Insert a vtkKWColorTransferFunctionEditor at a specific position in the set. The id has to be unique among the set. Return a pointer to the vtkKWColorTransferFunctionEditor, or NULL on error.

virtual vtkKWColorTransferFunctionEditor* vtkKWColorTransferFunctionEditorSet::GetWidget ( int  id  )  [virtual]

Get a vtkKWColorTransferFunctionEditor from the set, given its unique id. Return a pointer to the vtkKWColorTransferFunctionEditor, or NULL on error.

virtual vtkKWWidget* vtkKWColorTransferFunctionEditorSet::AllocateAndCreateWidget (  )  [protected, virtual]

To be implemented by superclasses. Allocate and create a widget of the right type. Return a pointer to the superclass though.

Implements vtkKWWidgetSet.


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:33:56 2010 for KWWidgets by  doxygen 1.6.1