This reference page is linked to from the following overview topics: MotionBuilder 2013.
File Change Monitornig Interface to the file change monitoring.
Definition at line 1130 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. |
|
| 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 1162 of file fbsystem.h.
Event: Animation clip file change event.
Definition at line 1163 of file fbsystem.h.