This reference page is linked to from the following overview topics: MotionBuilder 2014, MotionBuilder 2013, Getting Notified of Source File Changes.
File Change Monitoring Interface to the file change monitoring.
Definition at line 1305 of file fbsystem.h.
#include <fbsystem.h>
Public Member Functions | |
void | AddFileToMonitor (FBString pFilePath, FBFileMonitoringType pFileMonitoringType) |
Add file to monitor. | |
void | RemoveFileFromMonitor (FBString pFilePath) |
Remove file from monitoring. | |
void | PauseFileMonitoring (bool pPause=true) |
Pause file from monitoring. | |
void | CleanFileMonitoring () |
Clean files and directories currently been monitored. | |
Static Public Member Functions | |
static FBFileMonitoringManager & | TheOne () |
Get the global object for this class. | |
Public Attributes | |
FBPropertyEvent | OnFileChangeMainScene |
Event: Main scene file change event. | |
FBPropertyEvent | OnFileChangeAnimationClip |
Event: Animation clip file change event. | |
FBPropertyEvent | OnFileChangeFileReference |
Event: File Reference file change event. |
void AddFileToMonitor | ( | FBString | pFilePath, |
FBFileMonitoringType | pFileMonitoringType | ||
) |
Add file to monitor.
pFilePath | The file path to monitor. |
pFileMonitoringType | The monitor type of this file. |
void RemoveFileFromMonitor | ( | FBString | pFilePath | ) |
Remove file from monitoring.
pFilePath | The file path to be removed. |
void PauseFileMonitoring | ( | bool | pPause = true | ) |
Pause file from monitoring.
pPause | Pause the file monitoring, or resume. |
void CleanFileMonitoring | ( | ) |
Clean files and directories currently been monitored.
static FBFileMonitoringManager& TheOne | ( | ) | [static] |
Event: Main scene file change event.
Definition at line 1337 of file fbsystem.h.
Event: Animation clip file change event.
Definition at line 1338 of file fbsystem.h.
Event: File Reference file change event.
Definition at line 1339 of file fbsystem.h.