vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Data Fields
ISFAttribVal Union Reference

union describing a value for one of the listed attribute types More...

#include <ISFAttrib.h>

Data Fields

BOOL eventVal
 if this is an event attribute, set eventVal to YES
 
BOOL boolVal
 if this is a bool attribute, store the desired value here
 
long longVal
 if this is a long attribute, store the desired value here
 
GLfloat floatVal
 used if this is a float attribute
 
GLfloat point2DVal [2]
 array of two floats, used if this is a point2D attribute
 
GLfloat colorVal [4]
 array of four floats, used if this is a color attribute
 
long imageVal
 not really used- you never pass images as values (images are passed as VVBuffers, as there are resources that need to be retained and can't be passed strictly "by value"). included for symmetry.
 

Detailed Description

union describing a value for one of the listed attribute types


The documentation for this union was generated from the following file: