GEOS SDK TechDocs
|
|
|
1 GenView Overview
The GenView provides a means of displaying data on the screen in a scrollable, sizeable, scalable window. This data may be in the form of a graphics document, a generic object tree, or a visible object tree. If your geode requires a means of displaying data visually, you will most likely want to use a view.
This chapter discusses how to create and use the GenView. You should have a good knowledge of the UI in general, and you should understand the GEOS coordinate system.
1 GenView Overview
1.1 GenView Model
1.2 View Features and Goals
1.3 The GenViewControl Object
2 Getting Started: View Basics
2.1 Graphics System Review
2.2 Defining the Basic View
2.3 Handling View Messages
3 Basic View Attributes
3.1 The GVI_attrs Attribute
3.2 Dimensional Attributes
3.3 Setting the Background Color
3.4 The GVI_increment Attribute
4 Advanced Concepts and Uses
4.1 The Life of a View
4.2 Documents in a View
4.3 Drawing the Document
4.4 Document and View Size
4.5 Document Scaling
4.6 Children of the View
4.7 Scrolling
4.8 Monitoring Input
4.9 Linking Views
4.10 Setting the Content
4.11 Internal Utilities
5 The GenViewControl
5.1 GenViewControl Instance Data
5.2 Notification Received
5.3 GenViewControl Example
5.4 Messages Handled
GEOS SDK TechDocs
|
|
|
1 GenView Overview