Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkKWScaleWithEntrySet Class Reference

a concrete set of vtkKWScaleWithEntry More...

#include <vtkKWScaleWithEntrySet.h>

Inheritance diagram for vtkKWScaleWithEntrySet:

Inheritance graph
[legend]
Collaboration diagram for vtkKWScaleWithEntrySet:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkKWScaleWithEntrySet, vtkKWWidgetSet)
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkKWScaleWithEntryAddWidget (int id)
virtual vtkKWScaleWithEntryGetWidget (int id)

Static Public Member Functions

vtkKWScaleWithEntrySetNew ()

Protected Member Functions

 vtkKWScaleWithEntrySet ()
 ~vtkKWScaleWithEntrySet ()
virtual vtkKWWidgetAllocateAndCreateWidget ()

Detailed Description

a concrete set of vtkKWScaleWithEntry

A composite widget to conveniently store, allocate, create and pack a set of vtkKWScaleWithEntry. Each vtkKWScaleWithEntry 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.

See also:
vtkKWWidgetSet vtkKWScaleWithEntry

Definition at line 37 of file vtkKWScaleWithEntrySet.h.


Constructor & Destructor Documentation

vtkKWScaleWithEntrySet::vtkKWScaleWithEntrySet  )  [inline, protected]
 

Definition at line 54 of file vtkKWScaleWithEntrySet.h.

vtkKWScaleWithEntrySet::~vtkKWScaleWithEntrySet  )  [inline, protected]
 

Definition at line 55 of file vtkKWScaleWithEntrySet.h.


Member Function Documentation

vtkKWScaleWithEntrySet* vtkKWScaleWithEntrySet::New  )  [static]
 

Reimplemented from vtkKWCompositeWidget.

vtkKWScaleWithEntrySet::vtkTypeRevisionMacro vtkKWScaleWithEntrySet  ,
vtkKWWidgetSet 
 

void vtkKWScaleWithEntrySet::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWWidgetSet.

virtual vtkKWScaleWithEntry* vtkKWScaleWithEntrySet::AddWidget int  id  )  [virtual]
 

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

virtual vtkKWScaleWithEntry* vtkKWScaleWithEntrySet::GetWidget int  id  )  [virtual]
 

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

virtual vtkKWWidget* vtkKWScaleWithEntrySet::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:
Generated on Tue May 30 12:43:34 2006 for ParaView by doxygen 1.3.5