OWLNext 7.0
Borland's Object Windows Library for the modern age
|
High level symbol-based registry entry manipulation. More...
#include <owl/registry.h>
Public Member Functions | |
TRegSymbolTable (TRegKey &basekey, LPCTSTR tplList[], const TRegParamList::TEntry *paramList) | |
void | Init (LPCTSTR filter) |
void | UpdateParams (TLangId lang, TRegItem *item) |
void | StreamOut (TRegItem *item, tostream &out) |
Public Attributes | |
TRegTemplateList | Templates |
TRegParamList | Params |
int | UserKeyCount |
High level symbol-based registry entry manipulation.
Definition at line 813 of file registry.h.
owl::TRegSymbolTable::TRegSymbolTable | ( | TRegKey & | basekey, |
LPCTSTR | tplList[], | ||
const TRegParamList::TEntry * | paramList ) |
Definition at line 1269 of file registry.cpp.
References UserKeyCount.
Definition at line 1283 of file registry.cpp.
References owl::TRegTemplateList::DisableAll(), owl::TRegTemplateList::Enable(), owl::TRegTemplateList::EnableAll(), Params, owl::TRegParamList::ResetDefaultValues(), Templates, and UserKeyCount.
Definition at line 1330 of file registry.cpp.
References _A2WB_, _T, _USES_CONVERSION, owl::TRegParamList::Find(), owl::TRegTemplateList::GetBaseKey(), owl::TRegTemplateList::GetCount(), owl::TRegKey::GetName(), owl::TRegTemplateList::IsActive(), owl::TRegItem::Key, MAX_PATH, Params, Templates, UserKeyCount, owl::TRegItem::Value, and owl::TRegParamList::Value().
Definition at line 1302 of file registry.cpp.
References _T, owl::TRegTemplateList::Activate(), owl::TRegParamList::Find(), owl::TRegItem::Key, Params, Templates, owl::to_tstring(), owl::TLocaleString::Translate(), UserKeyCount, owl::TRegItem::Value, and owl::TRegParamList::Value().
TRegParamList owl::TRegSymbolTable::Params |
Definition at line 823 of file registry.h.
TRegTemplateList owl::TRegSymbolTable::Templates |
Definition at line 822 of file registry.h.
int owl::TRegSymbolTable::UserKeyCount |
Definition at line 824 of file registry.h.