fbsdk/fbevaluateinfo.h Source File
Go to the documentation of this file. 1 #ifndef __FBEVALUATEINFO_H__
2 #define __FBEVALUATEINFO_H__
48 #define FBSDK_DLL K_DLLIMPORT
57 #ifdef FBSDKUseNamespace
104 int GetEvaluationID();
116 int GetBufferID(
FBBox* pBufferOwner);
126 int GetRecursionLevel(
FBBox* pConstraint);
131 void Goto(
FBTime pTime );
151 #ifdef FBSDKUseNamespace
AnimationNodeNotify evaluation information.
FBEvaluateInfo * FBGetUpdateInfo()
Get the update evaluation information structure.
#define FBSDK_DLL
Be sure that FBSDK_DLL is defined only once...
void(* kBackgroundEvaluationCallback)(const FBAnimationNode *pDst, const FBAnimationNode *pSrc, void *pCustomData)
Background Notification Function.
FBEvaluateInfo * FBGetDisplayInfo()
Get the displays evaluation information structure.
#define FBSDKNamespace
FBSDKNamespace define.
A box is a fundamental building block in the application architecture.
#define FB_FORWARD(ClassName)
Forwarding of class and typedef declaration.