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. |
getIndexForKey |
Returns the index of a parameter with the given key. |
getKeys |
Return all the 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. |
pop |
Remove a parameter from the parameter list and return its value. |
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. |
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' |
setMdlfile |
Sets the 'mdlfile' property of a ltpda_uoh object. |
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. |