addAlternativeKeys |
Adds some alternative key names to an existing key. |
append |
Append a param-object, plist-object or a key/value pair to the parameter list. |
combine |
Multiple parameter lists (plist objects) into a single plist. |
find |
Overloads find routine for a parameter list. |
get |
Get a property of a object. |
getAllKeys |
Return all keys (even the alternative key names) of the parameter list. |
getIndexForKey |
Returns the index of a parameter with the given key. |
getKeys |
Return all the default keys of the parameter list. |
getOptionsForParam |
Returns the options for the specified parameter key. |
getParamValueForParam |
Returns the paramValue for the specified parameter key. |
getSelectionForParam |
Returns the selection mode for the specified parameter key. |
isparam |
Look for a given key in the parameter lists. |
merge |
The values for the same key of multiple parameter lists together. |
mfind |
Multiple-arguments find routine for a parameter list. |
nparams |
Returns the number of param objects in the list. |
propertiesForParam |
Returns the properties structure for a given parameter. |
propertyForParam |
Returns the value of the specified property for a given parameter. |
pset |
Set or add a key/value pairor a param-object into the parameter list. |
regexp |
Performs a regular expression search on the input plists. |
remove |
Remove a parameter from the parameter list. |
removeKeys |
Removes keys from a PLIST. |
search |
Returns a subset of a parameter list. |
setDefaultForParam |
Sets the default value of the param object in dependencies of the 'key' |
setDescription |
Sets the 'description' property of a ltpda_uoh object. |
setDescriptionForParam |
Sets the property 'desc' of the param object in dependencies of the 'key' |
setName |
Sets the property 'name' of an ltpda_uoh object. |
setOptionsForParam |
Sets the options of the param object in dependencies of the 'key' |
setSelectionForParam |
Sets the selection mode of the param object in dependencies of the 'key' |
string |
Converts a plist object to a command string which will recreate the plist object. |
subset |
Returns a subset of a parameter list. |
type |
Converts the input plist to MATLAB functions. |