ArmatureDataMacros | |
#define | FX_ARMDATA_MUTE |
Handle is muted. A muted handle and its children are not visible and their actions will not process. | |
#define | FX_ARMDATA_DRAWNODE |
Handle is visible. | |
#define | FX_ARMDATA_DRAWTEXT |
Display the name of the handle next to its icon. | |
#define | FX_ARMDATA_DRAWLINE |
Draw a line from the handle to its parent. | |
#define | FX_ARMDATA_TACK |
Force a handle to remain visible even if its parent or its armature are muted. | |
#define | FX_ARMDATA_SETUP |
Handle is visible in Setup Mode. | |
#define | FX_ARMDATA_ANIMATE |
Handle is visible in Animate Mode. | |
Handle Offset Coordinate Macros | |
#define | FX_HANOFF_NONE |
Handle is not offset from its parent. | |
#define | FX_HANOFF_SCREEN |
Handle is offset from its parent in screen coordinates. | |
#define | FX_HANOFF_WORLD |
Handle is offset from its parent in world coordinates. | |
#define | FX_HANOFF_LOCAL |
Handle is offset from its parent in local coordinates. | |
HandlePositionCoordinateMacros | |
#define | FX_HANPOS_WORLD |
Handle is positioned in world coordinates. The parent handle's position is ignored. | |
#define | FX_HANPOS_SCREEN |
Handle is positioned in screen coordinates. The parent handle's position is ignored. | |
#define | FX_HANPOS_PARENTHANDLE |
Handle is positioned relative to its parent's position. The type of offset is determined by the Handle Offset Coordinate Macros. | |
HandleMouseButtonMacros | |
#define | FX_HANMBUTTON_LEFT |
Left mouse button identifier. | |
#define | FX_HANMBUTTON_MIDDLE |
Middle mouse button identifier. | |
#define | FX_HANMBUTTON_RIGHT |
Right mouse button identifier. | |
Creation And Naming Functions | |
FXarmature | fxArmatureCreate (FXchar *name, FXint flags) |
DESC. | |
FXint | fxArmatureDelete (FXarmature, FXint flags) |
DESC. | |
FXint | fxArmatureName (FXarmature, FXchar *buffer, FXint buffer_length, FXint flags) |
DESC. | |
FXint | fxArmatureRename (FXarmature, FXchar *name, FXint flags) |
DESC. | |
Armature Options Functions | |
FXint | fxArmatureOptions (FXarmature, FXint *opt, FXint flags) |
DESC. | |
FXint | fxArmatureOptionsSet (FXarmature, FXint opt, FXint flags) |
DESC. | |
FXint | fxArmatureOptionsClear (FXarmature, FXint opt, FXint flags) |
DESC. | |
FindFunctions | |
FXarmature | fxArmatureFind (FXchar *name, FXint flags) |
DESC. | |
FXhandle | fxHandleFind (FXchar *name, FXint flags) |
DESC. | |
Handle Creation And Naming Functions | |
FXhandle | fxHandleCreate (FXchar *name, FXarmature, FXhandle pID, FXint flags) |
DESC. | |
FXint | fxHandleDelete (FXhandle, FXint flags) |
DESC. | |
FXint | fxHandleName (FXhandle, FXchar *buffer, FXint buffer_length, FXint flags) |
DESC. | |
FXint | fxHandleRename (FXhandle, FXchar *name, FXint flags) |
DESC. | |
Handle Positioning Functions | |
FXint | fxHandlePos (FXhandle, FXvecd pos, FXint flags) |
DESC. | |
FXint | fxHandlePosSet (FXhandle, FXvecd pos, FXint flags) |
DESC. | |
FXint | fxHandleOffset (FXhandle, FXvecd offset, FXint flags) |
DESC. | |
FXint | fxHandleOffsetSet (FXhandle, FXvecd offset, FXint flags) |
DESC. | |
FXint | fxHandleTShift (FXhandle, FXveci shift, FXint flags) |
DESC. | |
FXint | fxHandleTShiftSet (FXhandle, FXveci shift, FXint flags) |
DESC. | |
FXint | fxHandlePosType (FXhandle, FXint *type, FXint flags) |
DESC. | |
FXint | fxHandlePosTypeSet (FXhandle, FXint type, FXint flags) |
DESC. | |
FXint | fxHandleOffType (FXhandle, FXint *type, FXint flags) |
DESC. | |
FXint | fxHandleOffTypeSet (FXhandle, FXint type, FXint flags) |
DESC. | |
Handle Options Functions | |
FXint | fxHandleOptions (FXhandle, FXint *opt, FXint flags) |
DESC. | |
FXint | fxHandleOptionsSet (FXhandle, FXint opt, FXint flags) |
DESC. | |
FXint | fxHandleOptionsClear (FXhandle, FXint opt, FXint flags) |
DESC. | |
Handle Controller And Action Functions | |
FXint | fxHandleController (FXhandle, FXobject *controller, FXint flags) |
DESC. | |
FXint | fxHandleControllerSet (FXhandle, FXobject, FXint flags) |
DESC. | |
FXhandle | fxHandleActive (FXint flags) |
DESC. | |
FXaction | fxHandleActiveAction (FXint flags) |
DESC. | |
Handle Mouse Functions | |
FXint | fxHandleMouseButton (FXint flags) |
DESC. | |
FXint | fxHandleMouseVector (FXhandle, FXvecd return_vector, FXvecd normal, FXint coord_sys, FXint flags) |
DESC. | |
FXint | fxHandleMouseXForm (FXhandle, FXint flags) |
DESC. |
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
|
DESC.
|
© 2003 pmG WorldWide,
LLC.
|
Last
Updated on Thu Jul 10 04:49:36 2003
|