![]() |
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 bool | isSingleCreated () noexcept |
static cXStylePrefs * | get_SingleU () noexcept |
static cXStylePrefs * | get_Single () |
static TYPE2 *__stdcall | get_SingleCast () |
static cXStylePrefs & | I () noexcept |
![]() | |
cSingletonStatic (cXStylePrefs *pObject) noexcept | |
virtual | ~cSingletonStatic () noexcept |
![]() | |
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 |