GLG Toolkit, C / C++ API Library
Version 4.5
|
This group contains functions of the GLG Intermediate API.
These functions provide additional methods that can be used to traverse all objects defined in the drawing to discover the structure of the drawing, perform coordinate conversion or implement custom object manipulation, such as dragging objects with the mouse.
It also includes:
Include file: GlgApi.h
Modules | |
Container Functions | |
This group contains functions for accessing elements inside GLG container objects. | |
Chart Functions | |
This group lists Chart functions of the Intermediate API. | |
Object Geometry and Layout | |
This group contains functions for positioning objects in the drawing, as well as scaling and rotating them. | |
Object Queries | |
This group contains functions for querying objects, their properties and relations to other objects. | |
Object Configuration | |
This group contains functions that may be used to edit and configure objects in the drawing at run time. | |
Object Selection | |
This group contains functions for handling object selection and other user interaction with the GLG drawing. | |
Coordinate Conversion | |
This group contains functions for converting coordinate values between the screen and GLG world coordinate systems. | |
Saving and Serialization | |
This group contains functions for saving and serializing either drawings or individual objects. | |
Attaching Custom Data | |
This group contains functions for associating arbitrary application data with graphical objects. | |
Interaction Handler Functions | |
This group contains functions used to develop custom interaction handlers. | |