GEOS SDK TechDocs
|
|
1 Introduction to VisClass
|
3 VisClass Instance Data
As stated earlier, the visible class tree consists of four classes.
VisClass
VisCompClass
VisClass
, this class has the added ability to have and arrange children in the visible tree. It has sophisticated geometry management functions built in and can be used as an organizational object.
VisContentClass
VisCompClass
, this class is used only as the content of a GenView. The VisContent has default handlers for many messages sent out by the view, and it interacts with the view window to display the visible object tree. Every visible object tree, to be displayed in a GenView, must have a VisContent as its root object.
VisTextClass
GenTextClass
. It provides a nearly full-featured word processing object that can be put in the visible tree.The first three of these classes are used extensively by many applications.
GEOS SDK TechDocs
|
|
1 Introduction to VisClass
|
3 VisClass Instance Data