#include <debug.h>
Public Member Functions | |
CBofDebugOptions (const char *pszFileName) | |
![]() | |
CBofOptions (const char *pszOptionsFile=nullptr) | |
Loads specified .INI file which contains user options. More... | |
virtual | ~CBofOptions () |
ErrorCode | commit () |
ErrorCode | loadOptionFile (const char *pszFile) |
Loads and builds Option list. More... | |
const char * | getFileName () const |
ErrorCode | writeSetting (const char *pszSection, const char *pszOption, const char *pszValue) |
ErrorCode | writeSetting (const char *pszSection, const char *pszOption, int nValue) |
ErrorCode | readSetting (const char *section, const char *option, char *stringValue, const char *defaultValue, uint32 nSize) |
ErrorCode | readSetting (const char *section, const char *option, int *nValue, int defaultValue) |
ErrorCode | readSetting (const char *section, const char *option, bool *boolValue, bool defaultValue) |
ErrorCode | load () |
void | release () |
Public Attributes | |
int | _nDebugLevel |
bool | _bAbortsOn |
bool | _bMessageBoxOn |
bool | _bRandomOn |
bool | _bShowIO |
bool | _bShowMessages |
Additional Inherited Members | |
![]() | |
static bool | isValidObject (const CBofObject *pObject) |
![]() | |
char | _szFileName [MAX_FNAME] |
COption * | _pOptionList |
bool | _bDirty |
Declare a debug-options (.INI) file
Bagel::CBofDebugOptions::CBofDebugOptions | ( | const char * | pszFileName | ) |
Constructor
pszFileName | Name of debug options file |