|
GLG Toolkit, C / C++ API Library
Version 4.5
|
Typedefs | |
| typedef void * | GlgAppContext |
| Platform-independent application context. More... | |
| typedef struct _GlgDataSampleNode | GlgDataSampleNode |
| Opaque structure containing GlgDataSample as well as additional fields used to process it by the chart object. More... | |
| typedef struct GlgObjectData * | GlgObject |
| Opaque GlgObject type that represents all GLG objects in the GLG C API. More... | |
| typedef void* GlgAppContext |
Platform-independent application context.
| typedef struct _GlgDataSampleNode GlgDataSampleNode |
Opaque structure containing GlgDataSample as well as additional fields used to process it by the chart object.
To create a new data sample node, use GlgCreateDataSampleNode. To get the data sample contained in the node, use GlgGetNodeDataSample.
| typedef struct GlgObjectData* GlgObject |
Opaque GlgObject type that represents all GLG objects in the GLG C API.