Access to global construction history functionality.
Definition at line 150 of file fbconstructionhistory.h.
#include <fbconstructionhistory.h>
Public Member Functions | |
FBConstructionHistory () | |
Constructor. | |
void | GetDeltaOperations (FBConstructionOperationArray *pOperations, int sinceCommandId=-1) |
GetDeltaOperations Get the list of delta operations in the construction history. | |
int | RunOperation (FBConstructionOperation &operation) |
RunOperation Runs an operation. | |
FBConstructionHistoryState | GetState () |
GetState returns the current state of the construction history manager. | |
Static Public Member Functions | |
static FBConstructionHistory & | TheOne () |
Get the global construction history. | |
Public Attributes | |
FBPropertyEvent | OnChange |
Event: History changed. |
Constructor.
void GetDeltaOperations | ( | FBConstructionOperationArray * | pOperations, |
int | sinceCommandId = -1 |
||
) |
GetDeltaOperations Get the list of delta operations in the construction history.
pOperations | Array of operations, will be filled by the function. |
int RunOperation | ( | FBConstructionOperation & | operation | ) |
RunOperation Runs an operation.
operation | The operation to run |
FBConstructionHistoryState GetState | ( | ) |
GetState returns the current state of the construction history manager.
static FBConstructionHistory& TheOne | ( | ) | [static] |
Event: History changed.
triggered when construction history changes
Definition at line 196 of file fbconstructionhistory.h.