Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayGUI::cXStylePrefs Struct Reference

#include <cXStylePrefs.h>

Inheritance diagram for GrayGUI::cXStylePrefs:
Gray::cSingletonStatic< cXStylePrefs >

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...
 

Constructor & Destructor Documentation

◆ cXStylePrefs()

GrayGUI::cXStylePrefs::cXStylePrefs ( )

◆ ~cXStylePrefs()

GrayGUI::cXStylePrefs::~cXStylePrefs ( )

Member Function Documentation

◆ GetFontSize()

int GrayGUI::cXStylePrefs::GetFontSize ( FONTSCALE_TYPE  scale) const
inlinenoexcept

Member Data Documentation

◆ m_DialogFontSize

int GrayGUI::cXStylePrefs::m_DialogFontSize

◆ m_sFontLarge

cString GrayGUI::cXStylePrefs::m_sFontLarge

◆ m_sFontSmall

cString GrayGUI::cXStylePrefs::m_sFontSmall

The documentation for this struct was generated from the following files: