class NstShapeList: public NstList<NstShape>

Class NstShapeList

Inheritance:


Public Methods

[more] NstShapeList()
Creates an empty object.
[more]int type() const
The type is NST_SHAPE_LIST.
[more]char* class_type() const
Returns the string NST_SHAPE_LIST.
[more]char* class_name() const
Returns the string NstShapeList.
[more]void copy(const NstShapeList& s)
Recursive copy of s.
[more]NstShapeList* clone() const
Recursive cloning.
[more]NstShapeList& operator= (const NstShapeList& s)
Same as copy.


Documentation

Class NstShapeList.
o NstShapeList()
Creates an empty object.

oint type() const
The type is NST_SHAPE_LIST.

ochar* class_type() const
Returns the string NST_SHAPE_LIST.

ochar* class_name() const
Returns the string NstShapeList.

ovoid copy(const NstShapeList& s)
Recursive copy of s.

oNstShapeList* clone() const
Recursive cloning.

oNstShapeList& operator= (const NstShapeList& s)
Same as copy.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.