NCBI C++ ToolKit
|
Search Toolkit Book for CCleanupParams
#include <gui/packages/pkg_sequence/cleanup_params.hpp>
Public Member Functions | |
CCleanupParams () | |
Default constructor for CCleanupParams. More... | |
CCleanupParams (const CCleanupParams &data) | |
Copy constructor for CCleanupParams. More... | |
~CCleanupParams () | |
Destructor for CCleanupParams. More... | |
void | operator= (const CCleanupParams &data) |
Assignment operator for CCleanupParams. More... | |
bool | operator== (const CCleanupParams &data) const |
Equality operator for CCleanupParams. More... | |
void | Copy (const CCleanupParams &data) |
Copy function for CCleanupParams. More... | |
void | Init () |
Initialises member variables. More... | |
virtual void | SetRegistryPath (const string &path) |
IRegSettings. More... | |
virtual void | SaveSettings () const |
virtual void | LoadSettings () |
const TConstScopedObjects & | GetObjects () const |
TConstScopedObjects & | SetObjects () |
int | GetCleanupMode () const |
void | SetCleanupMode (int value) |
Public Member Functions inherited from IRegSettings | |
virtual | ~IRegSettings () |
Private Attributes | |
int | m_CleanupMode |
string | m_RegPath |
TConstScopedObjects | m_Objects |
Friends | |
class | CCleanupPanel |
CCleanupParams class declaration
Definition at line 51 of file cleanup_params.hpp.