ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <Settings.h>
Public Member Functions | |
CSettings () | |
~CSettings () | |
HRESULT | Load (LPCTSTR pszLoadKey) |
HRESULT | Store (LPCTSTR pszStoreKey) |
LPCTSTR | GetPrompt () |
WORD | GetNormalTextAttributes () |
WORD | GetCommandTextAttributes () |
Private Member Functions | |
HRESULT | Clean () |
Private Attributes | |
LPTSTR | m_pszPrompt |
WORD | m_wNormalTextAttributes |
WORD | m_wCommandTextAttributes |
Definition at line 5 of file Settings.h.
CSettings::CSettings | ( | ) |
Definition at line 32 of file Settings.cpp.
CSettings::~CSettings | ( | ) |
Definition at line 40 of file Settings.cpp.
|
private |
Definition at line 45 of file Settings.cpp.
Referenced by Load(), and ~CSettings().
WORD CSettings::GetCommandTextAttributes | ( | ) |
Definition at line 142 of file Settings.cpp.
Referenced by main().
WORD CSettings::GetNormalTextAttributes | ( | ) |
Definition at line 137 of file Settings.cpp.
Referenced by main().
LPCTSTR CSettings::GetPrompt | ( | ) |
Definition at line 56 of file Settings.cpp.
Referenced by main().
Definition at line 127 of file Settings.cpp.
|
private |
Definition at line 17 of file Settings.h.
Referenced by Clean(), CSettings(), GetPrompt(), and Load().
|
private |
Definition at line 19 of file Settings.h.
Referenced by CSettings(), GetCommandTextAttributes(), and Load().
|
private |
Definition at line 18 of file Settings.h.
Referenced by CSettings(), GetNormalTextAttributes(), and Load().