| Trees | Indices | Help |
|
|---|
|
|
License: The BSD License All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php
|
|||
| string |
|
||
|
|||
|
|||
|
|||
|
|||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of 3-tuple of string |
|
||
| list of 3-tuple of string |
|
||
| list of 3-tuple of string |
|
||
| list of 3-tuple of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of string |
|
||
| list of tuples ('Task Identity', script.getClassName()) |
|
||
| list of tuples ('Task Identity', script.getClassName()) |
|
||
| tuple ('Task Identity', script.getClassName()) |
|
||
| tuple (exec_function, update_function) |
|
||
| list of tuple ('Task Identity', script.getClassName()) |
|
||
| AEState |
|
||
| AEState |
|
||
| boolean |
|
||
| boolean |
|
||
|
|||
|
|||
| AEChooser |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| AEScript |
|
||
| object |
|
||
| object |
|
||
| object |
|
||
| object |
|
||
|
|||
|
|||
|
Adds one or more AEScripts to the top of the script stack in the tier. If more than one AEScript is specified, the last specified AEScript will be at the top of the stack when this method completes. That is, the behavior of pushing more than one AEScript at a time is the same as if each AEScript were pushed individually. |
|
|
|
Notes:
|
Note: Installed UIEs that are not importable because of missing dependencies are not listed as installed to maintain parity with _getNames and _getDescriptions. |
|
|
Gets metadata for all AEScripts in the AETier, all installed Scripts, Scripts associated with the AETier, or all Scripts associated with this profile depending on the which flag. Includes Script class names, human readable names, and descriptions. The default value is used if which is invalid.
|
Gets metadata for all AEOutput and AEInput devices currently loaded in, installed in, or associated with the active profile depending on the which flag. The default value is used if which is invalid.
|
Gets metadata for all AEMonitors currently loaded in, installed in, or associated with the active profile depending on the which flag. The default value is used if which is invalid.
|
Gets metadata for all AEChoosers installed in or associated with the active profile depending on the which flag. The default value is used if which is invalid.
Note: Getting loaded chooser names is not currently supported. |
Gets the programmatic class names of all AEOutput and AEInput devices currently loaded in, installed in, or associated with the active profile depending on the which flag. The default value is used if which is invalid.
|
Gets the human readable names of all AEOutput and AEInput devices currently loaded in, installed in, or associated with the active profile depending on the which flag. The default value is used if which is invalid.
|
Gets the descriptions of all AEOutput and AEInput devices currently loaded in, installed in, or associated with the active profile depending on the which flag. The default value is used if which is invalid.
|
Gets the programmatic class names of all AEMonitors currently loaded in, installed in, or associated with the active profile depending on the which flag. The default value is used if which is invalid.
|
Gets the human readable names of all AEMonitors currently loaded in, installed in, or associated with the active profile depending on the which flag. The default value is used if which is invalid.
|
Gets the human readable descriptions of all AEMonitors currently loaded in, installed in, or associated with the active profile depending on the which flag. The default value is used if which is invalid.
|
Gets the programmatic class names of all AEChoosers installed in or associated with the active profile depending on the which flag. The default value is used if which is invalid.
Note: Getting loaded chooser names is not currently supported. |
Gets the human readable names of all AEChoosers installed in or associated with the active profile depending on the which flag. The default value is used if which is invalid.
Note: Getting loaded chooser names is not currently supported. |
Gets the descriptions of all AEChoosers installed in or associated with the active profile depending on the which flag. The default value is used if which is invalid.
Note: Getting loaded chooser names is not currently supported. |
Gets the programmatic class names of all AEScripts in this AETier, all installed Scripts, Scripts associated with this AETier, or all Scripts associated with this profile depending on the which flag. The default value is used if which is invalid.
|
Gets the human readable names of all AEScripts in this AETier, all installed Scripts, Scripts associated with this AETier, or all Scripts associated with this profile depending on the which flag. The default value is used if which is invalid.
|
Gets the human readable descriptions of all AEScripts in this AETier, all installed Scripts, Scripts associated with this AETier, or all Scripts associated with this profile depending on the which flag. The default value is used if which is invalid.
|
|
Gets all registered Tasks, which are registered to handle the given AEEvent type on the given layer from the AETier. Calls AETier.getEventTasks to search across all AEScripts in the owning AETier. |
See Also: getAETierNamedTasks |
See Also: getAETierNamedTasks |
See Also: getAETierEventTasks |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gets the AEScript instance variable with the given name. If no script is registered under the given name a KeyError is raised, if the script does not contain var_name an AttributeError is raised.
|
Sets the AEScript instance variable with the given name to value. If no script is registered under the given name a KeyError is raised, if the script does not contain var_name an AttributeError is raised.
|
Gets the AEScript Setting state variable with the given name. This method should be used when a script needs to access the settings of another script. If a script wants to access its own settings use the AEScript.getScriptSetting method. If no script is registered under the given name or setting_name is not found, KeyError is raised. |
Gets the value of the AEScript Setting state variable with the given name. This method should be used when a script needs to access the settings of another script. If a script wants to access its own settings use the AEScript.getScriptSettingVal method. If no script is registered under the given name or if setting_name is not found, KeyError is raised. |
Sets the value of the AEScript Setting state variable with the given name. This method should be used when a script needs to set the settings of another script. If a script wants to set its own settings use the AEScript.setScriptSettingVal method. If no script is registered under the given name or if setting_name is not found, KeyError is raised. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:49 2008 | http://epydoc.sourceforge.net |