CloudInterpreter handles commands relating to Autodesk Cloud services.
#include
<class_cloud_interpreter_1_1_cloud_interpreter.h>

Public Member Functions |
|
| __init__ () | |
| activate () | |
| Activate the interpreter. |
|
| CLOUD_ATTEMPT_SIGN_IN () | |
| QUIT () | |
| CLOUD_CHANGE_CACHE_STATUS () | |
| CLOUD_CHANGE_PREFERENCE () | |
| CLOUD_UPLOAD_COPY () | |
| CLOUD_SAVE_TO_FOLDER () | |
| When a user is saving directly to the Cloud
directory, the save message they choose will be sent here to see if
the folder is shared or not. |
|
| CLOUD_OPEN_DOCS () | |
| Opens cloud Docs page in an External
Browser. |
|
| CLOUD_OPEN_ACCOUNT_SETTINGS () | |
| Opens cloud Docs page in an External
Browser. |
|
| CLOUD_SET_DEFAULT_CACHE_SUBDIR () | |
| CLOUD_SYNC () | |
| Force a sync from the Sync Engine. |
|
| CLOUD_USER_STATUS_CHANGED () | |
| DISPLAY_VIEWPORT_SPLIT_CHANGED () | |
| CloudInterpreter.CloudInterpreter.__init__ | ( | ) |
Reimplemented from MessageInterpreter.MessageInterpreter.
| CloudInterpreter.CloudInterpreter.activate | ( | ) |
Activate the interpreter.
Send the information about the cloud.
Reimplemented from MessageInterpreter.MessageInterpreter.
| CloudInterpreter.CloudInterpreter.CLOUD_ATTEMPT_SIGN_IN | ( | ) |
| CloudInterpreter.CloudInterpreter.QUIT | ( | ) |
| CloudInterpreter.CloudInterpreter.CLOUD_CHANGE_CACHE_STATUS | ( | ) |
| CloudInterpreter.CloudInterpreter.CLOUD_CHANGE_PREFERENCE | ( | ) |
| CloudInterpreter.CloudInterpreter.CLOUD_UPLOAD_COPY | ( | ) |
| CloudInterpreter.CloudInterpreter.CLOUD_SAVE_TO_FOLDER | ( | ) |
When a user is saving directly to the Cloud directory, the save message they choose will be sent here to see if the folder is shared or not.
User can't save to a shared folder.
| CloudInterpreter.CloudInterpreter.CLOUD_OPEN_DOCS | ( | ) |
Opens cloud Docs page in an External Browser.
| CloudInterpreter.CloudInterpreter.CLOUD_OPEN_ACCOUNT_SETTINGS | ( | ) |
Opens cloud Docs page in an External Browser.
| CloudInterpreter.CloudInterpreter.CLOUD_SET_DEFAULT_CACHE_SUBDIR | ( | ) |
| CloudInterpreter.CloudInterpreter.CLOUD_SYNC | ( | ) |
Force a sync from the Sync Engine.
| CloudInterpreter.CloudInterpreter.CLOUD_USER_STATUS_CHANGED | ( | ) |
| CloudInterpreter.CloudInterpreter.DISPLAY_VIEWPORT_SPLIT_CHANGED | ( | ) |