fbxprogress.h File Reference

#include <fbxsdk/fbxsdk_def.h>
#include <fbxsdk/core/base/fbxstring.h>
#include <fbxsdk/fbxsdk_nsbegin.h>
#include <fbxsdk/fbxsdk_nsend.h>

Go to the source code of this file.

Classes

class   FbxProgress
  Class for progress reporting. More...

Defines

#define  FBXSDK_PROGRESS_UPDATE_THRESHOLD   0.5f

Typedefs

typedef bool(*  FbxProgressCallback )(float pPercentage, FbxString pStatus)

Detailed Description

Definition in file fbxprogress.h.


Define Documentation

#define FBXSDK_PROGRESS_UPDATE_THRESHOLD   0.5f

Definition at line 22 of file fbxprogress.h.


Typedef Documentation

typedef bool(* FbxProgressCallback)(float pPercentage, FbxString pStatus)

Definition at line 24 of file fbxprogress.h.