fbevaluateinfo.h File Reference

#include <kaydaradef.h>
#include <fbsdk/fbtime.h>

Go to the source code of this file.

Classes

class  FBEvaluateInfo
 AnimationNodeNotify evaluation information. More...

Defines

#define FBSDK_DLL   K_DLLIMPORT
 Be sure that FBSDK_DLL is defined only once...

Typedefs

typedef void(* kBackgroundEvaluationCallback )(const FBAnimationNode *pDst, const FBAnimationNode *pSrc, void *pCustomData)
 Background Notification Function.

Functions

 FB_FORWARD (FBBox)
 FB_FORWARD (FBAnimationNode)
 FB_FORWARD (FBEvaluateInfo)
FBSDK_DLL FBEvaluateInfoFBGetDisplayInfo ()
 Get the displays evaluation information structure.
FBSDK_DLL FBEvaluateInfoFBGetUpdateInfo ()
 Get the update evaluation information structure.

Define Documentation

#define FBSDK_DLL   K_DLLIMPORT

Be sure that FBSDK_DLL is defined only once...

Definition at line 48 of file fbevaluateinfo.h.


Typedef Documentation

typedef void(* kBackgroundEvaluationCallback)(const FBAnimationNode *pDst, const FBAnimationNode *pSrc, void *pCustomData)

Background Notification Function.

Definition at line 144 of file fbevaluateinfo.h.


Function Documentation

FBSDK_DLL FBEvaluateInfo* FBGetDisplayInfo ( )

Get the displays evaluation information structure.

This function can be used in order to call real-time functions based on the current display evalution state.

Returns:
The display evalution structure.
FBSDK_DLL FBEvaluateInfo* FBGetUpdateInfo ( )

Get the update evaluation information structure.

This function can be used in order to call real-time functions based on the current update evalution state.

Returns:
The update evalution structure.