Public Member Functions | |
| HRESULT | Shutdown (void) |
| HRESULT | Help (void) |
| HRESULT | Undo (void) |
| HRESULT | Redo (void) |
| HRESULT | RunScript ([in] BSTR fileName) |
| HRESULT | TimerActivate ([in] BSTR szTimerName,[in] RtUlong dwPeriod) |
| HRESULT | TimerDeactivate ([in] BSTR szTimerName) |
| HRESULT | Load ([in] VARIANT szFileName,[out, retval] VARIANT *pVal) |
| HRESULT | Save ([in] VARIANT szFileName) |
| HRESULT | SaveHistory ([in] VARIANT szFileName) |
| HRESULT | LoadHistory ([in] VARIANT szFileName) |
| HRESULT | ImportPackage ([in] BSTR clsidPck) |
| HRESULT | RootCreate (void) |
| HRESULT | SetCachingMode ([in] BSTR cachingMode,[in] BOOL bUpdate) |
| HRESULT | CreateLogHandler ([in] BSTR clsid,[out, retval] RtUlong *pHandlerId) |
| HRESULT | DestroyLogHandler ([in] RtUlong handlerId) |
| HRESULT | Reset (void) |
| HRESULT | SendCustomEvent ([in] BSTR bsNodeName,[in] VARIANT vCustomData) |
| HRESULT | SuspendLogHandler ([in] RtUlong handlerId,[in] BOOL bSuspend) |
| HRESULT | SuspendLogHandlers ([in] BOOL bSuspend) |
| HRESULT | ClearHistory (void) |
| HRESULT | AllTimersDeactivate ([in] BSTR szEncapsName) |
| HRESULT | RunScriptBuffer ([in] BSTR Buffer) |
| HRESULT | HistoryLength ([out, retval] RtUlong *pVal) |
| HRESULT | HistoryLength ([in] RtUlong newVal) |
|
|
Regular application shutdown. |
|
|
Generates xml developer documentation of application's nodes and commands. |
|
|
Performs undo operation. |
|
|
Performs redo operation. |
|
|
Executes script from file (written in jScript). Used for application startup script.
|
|
||||||||||||
|
Activates timer object.
|
|
|
Deactivates timer object.
|
|
||||||||||||
|
Loads system content file (stored e.g. during latest system shutdown).
|
|
|
Save system content to .ctx file.
|
|
|
Save command history to .rsh file.
|
|
|
Loads command history from .rsh file.
|
|
|
Imports specific package (usually during application startup).
|
|
|
Creates system root (during application startup when no existing content is reloaded). |
|
||||||||||||
|
Sets caching mode for connectors (for internal purpose only!). |
|
||||||||||||
|
Creates log handler instance (for internal purposes only!). |
|
|
Destroys log handler instance (for internal purposes only!). |
|
|
System reset operation. |
|
||||||||||||
|
Sends custom event to specific object (special way of communication between objects).
|
|
||||||||||||
|
Suspend or allow specific log handler (for internal purposes only!). |
|
|
Suspend or allow all registered log handlers (for internal purposes only!). |
|
|
Clear command history |
|
|
Deativates all running timers (e.g. to stop all timer-based animations on the scene) |
|
|
Executes script buffer
|
|
|
Gets current command history length
|
|
|
Sets command history length
|
1.3.2