a concrete set of vtkKWPiecewiseFunctionEditor More...
#include <vtkKWPiecewiseFunctionEditorSet.h>


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 vtkKWPiecewiseFunctionEditor * | AddWidget (int id) |
| virtual vtkKWPiecewiseFunctionEditor * | InsertWidget (int id, int pos) |
| virtual vtkKWPiecewiseFunctionEditor * | GetWidget (int id) |
Static Public Member Functions | |
| static vtkKWPiecewiseFunctionEditorSet * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWPiecewiseFunctionEditorSet * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWPiecewiseFunctionEditorSet () | |
| ~vtkKWPiecewiseFunctionEditorSet () | |
| virtual vtkKWWidget * | AllocateAndCreateWidget () |
a concrete set of vtkKWPiecewiseFunctionEditor
A composite widget to conveniently store, allocate, create and pack a set of vtkKWPiecewiseFunctionEditor. Each vtkKWPiecewiseFunctionEditor 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.
Templates/vtkKWWidgetSetSubclass.h.in and Templates/vtkKWWidgetSetSubclass.cxx.in files for the type vtkKWPiecewiseFunctionEditor. Classes related to the same template can be found in the KWWidgets Auto-Generated Classes: Widget Set section. Definition at line 45 of file vtkKWPiecewiseFunctionEditorSet.h.
Reimplemented from vtkKWWidgetSet.
Definition at line 49 of file vtkKWPiecewiseFunctionEditorSet.h.
| vtkKWPiecewiseFunctionEditorSet::vtkKWPiecewiseFunctionEditorSet | ( | ) | [inline, protected] |
Definition at line 68 of file vtkKWPiecewiseFunctionEditorSet.h.
| vtkKWPiecewiseFunctionEditorSet::~vtkKWPiecewiseFunctionEditorSet | ( | ) | [inline, protected] |
Definition at line 69 of file vtkKWPiecewiseFunctionEditorSet.h.
| static vtkKWPiecewiseFunctionEditorSet* vtkKWPiecewiseFunctionEditorSet::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual const char* vtkKWPiecewiseFunctionEditorSet::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWWidgetSet.
| static int vtkKWPiecewiseFunctionEditorSet::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWWidgetSet.
| virtual int vtkKWPiecewiseFunctionEditorSet::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWWidgetSet.
| static vtkKWPiecewiseFunctionEditorSet* vtkKWPiecewiseFunctionEditorSet::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWWidgetSet.
| void vtkKWPiecewiseFunctionEditorSet::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWWidgetSet.
| virtual vtkKWPiecewiseFunctionEditor* vtkKWPiecewiseFunctionEditorSet::AddWidget | ( | int | id | ) | [virtual] |
Add a vtkKWPiecewiseFunctionEditor to the end of the set. The id has to be unique among the set. Return a pointer to the vtkKWPiecewiseFunctionEditor, or NULL on error.
| virtual vtkKWPiecewiseFunctionEditor* vtkKWPiecewiseFunctionEditorSet::InsertWidget | ( | int | id, | |
| int | pos | |||
| ) | [virtual] |
Insert a vtkKWPiecewiseFunctionEditor at a specific position in the set. The id has to be unique among the set. Return a pointer to the vtkKWPiecewiseFunctionEditor, or NULL on error.
| virtual vtkKWPiecewiseFunctionEditor* vtkKWPiecewiseFunctionEditorSet::GetWidget | ( | int | id | ) | [virtual] |
Get a vtkKWPiecewiseFunctionEditor from the set, given its unique id. Return a pointer to the vtkKWPiecewiseFunctionEditor, or NULL on error.
| virtual vtkKWWidget* vtkKWPiecewiseFunctionEditorSet::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.
1.6.1