GEOS SDK TechDocs
|
|
VisComp
|
2 VisCompClass Instance Data
Composite visible objects provide several features and functions that normal visible objects can not.
VisCompClass
has several instance data fields above and beyond those found in
VisClass
(since
VisCompClass
is a subclass of
VisClass
, it inherits all its instance data and methods). Although it only handles a few messages not defined in
VisClass
, it provides much more functionality. Some of the main features of composite objects are listed below:
VisCompClass
can have children, allowing the tree to be built to any number of levels. See the VisClass chapterfor full information on visible trees.
VisClass
functions.
VisCompClass
inherits all the instance data fields and messages of
VisClass
. As such, it can do everything normal
VisClass
objects can do. See the VisClass chapterfor full information on
VisClass
.
GEOS SDK TechDocs
|
|
VisComp
|
2 VisCompClass Instance Data