CRegistryWriteView GetWriteView(const string §ion)
get a read-write view at a particular level.
static CGuiRegistry & GetInstance()
access the application-wide singleton
CRegistryReadView GetReadView(const string §ion) const
get a read-only view at a particular level.
class CRegistryReadView provides a nested hierarchical view at a particular key.
int GetInt(const string &key, int default_val=0) const
access a named key at this level, with no recursion
void Set(const string &key, int val)
access a named key at this level, with no recursion
virtual void LoadSettings()
void operator=(const CNeedlemanWunschToolParams &data)
~CNeedlemanWunschToolParams()
CNeedlemanWunschToolParams()
void Copy(const CNeedlemanWunschToolParams &data)
TConstScopedObjects m_Objects
bool operator==(const CNeedlemanWunschToolParams &data) const
virtual void SaveSettings() const
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.