vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Data Structures | Typedefs | Enumerations
ISFAttrib.h File Reference
#import <Cocoa/Cocoa.h>

Go to the source code of this file.

Data Structures

union  ISFAttribVal
 union describing a value for one of the listed attribute types More...
 
class  ISFAttrib
 internally, an ISFGLScene creates an ISFAttrib for each of the declared inputs in an ISF file. if you query an ISFGLScene's inputs- for introspection, for example- you'll get an array of ISFAttribs, which can be examined to learn more about the nature of the input More...
 

Typedefs

typedef union ISFAttribVal ISFAttribVal
 union describing a value for one of the listed attribute types
 

Enumerations

enum  ISFAttribValType {
  ISFAT_Event, ISFAT_Bool, ISFAT_Long, ISFAT_Float,
  ISFAT_Point2D, ISFAT_Color, ISFAT_Image
}
 enum describing the different types of attributes listed in the ISF spec More...