Functions | |
StatusInt | mdlViewGroup_getNameOfActiveGroup (WCharP nameP) |
Returns a copy of the name of the active view group. More... | |
StatusInt | mdlViewGroup_createFromActive (WCharCP nameP, WCharCP descrP) |
Creates a view group in the cache based on the active one and assigns it the given name and description. More... | |
StatusInt | mdlViewGroup_applyByName (WCharCP inNameP) |
Finds and applies the view group by name. More... | |
StatusInt | mdlViewGroup_deleteByName (WCharCP nameP) |
Finds and deletes the view group by name. More... | |
StatusInt mdlViewGroup_applyByName | ( | WCharCP | inNameP | ) |
Finds and applies the view group by name.
[in] | inNameP | name to look up. |
StatusInt mdlViewGroup_createFromActive | ( | WCharCP | nameP, |
WCharCP | descrP | ||
) |
Creates a view group in the cache based on the active one and assigns it the given name and description.
[in] | nameP | name for the new view group. |
[in] | descrP | description for the new view group. |
StatusInt mdlViewGroup_deleteByName | ( | WCharCP | nameP | ) |
Finds and deletes the view group by name.
[in] | nameP | name to look up. |
StatusInt mdlViewGroup_getNameOfActiveGroup | ( | WCharP | nameP | ) |
Returns a copy of the name of the active view group.
[in] | nameP | buffer for the name, must be at least MAX_VIEWGROUP_NAME_LENGTH wide chars long. |