#include <vgl.h>

Public Attributes | |
| int | mode |
| what capabilities do i have | |
| void * | appCon |
| application context | |
| Vio * | pbuf |
| the polygon buffer | |
| Vio * | sock |
| the socket object | |
| int | socket |
| currently selected socket number | |
| char | socktype [80] |
| socket type | |
| char | dataform [80] |
| xdr vs. ascii | |
| char | hostname [80] |
| hostname for inet sockets | |
| char | filename [80] |
| filename for file i/o | |
| char | username [80] |
| username for i/o | |
| int | settings [7] |
| lightening and other effects | |
| int | list [10] |
| display list states | |
| char | id [VMAX_BUFSIZE] |
| my id | |
| int | douBuf |
| double or single buffer | |
| int | winInit |
| have we been initialized | |
| int | winUp |
| is the main window currently up | |
| int | minWidth |
| minimum width of form window | |
| int | minHeight |
| minimum height of form window | |
| int | maxWidth |
| maximum width of form window | |
| int | maxHeight |
| maximum height of form window | |
| int | mainFormWidth |
| width of form window | |
| int | mainFormHeight |
| height of form window | |
| int | plotWidth |
| width of OpenGL window | |
| int | plotHeight |
| height of OpenGL window | |
| int | ButtonWidth |
| button width | |
| int | ButtonHeight |
| button height | |
| int | ButtonVertSep |
| button vertical separator | |
| int | ButtonHorizSep |
| button horizontal separator | |
| int | defaultSep |
| default separator | |
| int | defaultBorder |
| default border | |
| int | top |
| top of OpenGL window | |
| int | left |
| left of OpenGL window | |
| int | theScale |
| the scale | |
| int | ncolor |
| number of colors | |
| float | red [256] |
| reds | |
| float | green [256] |
| greens | |
| float | blue [256] |
| blues | |
| int | spinning |
| am i spinning now | |
| unsigned long | spinId |
| my spinning callback id | |
| int(* | buildDisplayLists )(struct sVgl *thee) |
| Pointer to the Vgl class. | |
| Ogl * | ogl |
| void * | vcore |
| void* sVgl::vcore |
window-system dependent sub-objects
1.5.6