![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cXStylePrefs.h>
Public Member Functions | |
| cXStylePrefs () | |
| ~cXStylePrefs () | |
| int | GetFontSize (FONTSCALE_TYPE scale) const noexcept |
Public Attributes | |
| int | m_DialogFontSize |
| cString | m_sFontSmall |
| cString | m_sFontLarge |
Additional Inherited Members | |
Static Public Member Functions inherited from Gray::cSingletonStatic< cXStylePrefs > | |
| static bool | isSingleCreated () noexcept |
| static cXStylePrefs * | get_SingleU () noexcept |
| static cXStylePrefs * | get_Single () |
| static TYPE2 *__stdcall | get_SingleCast () |
| static cXStylePrefs & | I () noexcept |
Protected Member Functions inherited from Gray::cSingletonStatic< cXStylePrefs > | |
| cSingletonStatic (cXStylePrefs *pObject) noexcept | |
| virtual | ~cSingletonStatic () noexcept |
Static Protected Attributes inherited from Gray::cSingletonStatic< cXStylePrefs > | |
| static cXStylePrefs * | sm_pThe |
| pointer to the one and only object of this TYPE. ASSUME automatically init to = nullptr. More... | |
| GrayGUI::cXStylePrefs::cXStylePrefs | ( | ) |
| GrayGUI::cXStylePrefs::~cXStylePrefs | ( | ) |
|
inlinenoexcept |
| int GrayGUI::cXStylePrefs::m_DialogFontSize |
| cString GrayGUI::cXStylePrefs::m_sFontLarge |
| cString GrayGUI::cXStylePrefs::m_sFontSmall |