#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>
#include <fbsdk/fbarray.h>
#include <fbsdk/fbplug.h>
#include <fbsdk/fbstring.h>
Construction History.
Definition in file fbconstructionhistory.h.
Classes |
|
class | FBConstructionOperation |
class | FBConstructionOperationArray |
class | FBEventConstructionHistoryChange |
class | FBConstructionHistory |
Access to global construction history
functionality. More... |
|
Defines |
|
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only
once... |
|
Enumerations |
|
enum | FBConstructionHistoryState { kFBConstructionHistory_Listening, kFBConstructionHistory_Replaying } |
Construction history manager state. More... |
|
Functions |
|
__FB_FORWARD (FBConstructionHistory) | |
FB_FORWARD (FBConstructionOperation) | |
FB_DEFINE_COMPONENT (K_DLLIMPORT, FBConstructionHistory) | |
FB_DEFINE_ARRAY (K_DLLIMPORT, Plug) |
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbconstructionhistory.h.
Construction history manager state.
kFBConstructionHistory_Listening |
Construction history is currently listening and recording operations. |
kFBConstructionHistory_Replaying |
Construction history is currently replaying an operation. |
Definition at line 125 of file fbconstructionhistory.h.
__FB_FORWARD | ( | FBConstructionHistory | ) |
FB_FORWARD | ( | FBConstructionOperation | ) |
FB_DEFINE_COMPONENT | ( | K_DLLIMPORT | , |
FBConstructionHistory | |||
) |
FB_DEFINE_ARRAY | ( | K_DLLIMPORT | , |
Plug | |||
) |