fbsdk/fbevaluateinfo.h File Reference
 
 
 
fbsdk/fbevaluateinfo.h File Reference
#include <kaydaradef.h>
#include <fbsdk/fbtime.h>

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)
K_DLLIMPORT FBEvaluateInfo FBGetDisplayInfo ()
  Get the displays evaluation information structure.
K_DLLIMPORT FBEvaluateInfo FBGetUpdateInfo ()
  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

K_DLLIMPORT 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.
K_DLLIMPORT 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.

Go to the source code of this file.