KiCad PCB EDA Suite
|
#include <singleton.h>
Public Member Functions | |
KICAD_SINGLETON () | |
~KICAD_SINGLETON () | |
void | Init () |
Public Attributes | |
BS::thread_pool< 0 > * | m_ThreadPool |
GL_CONTEXT_MANAGER * | m_GLContextManager |
Definition at line 32 of file singleton.h.
|
inline |
Definition at line 35 of file singleton.h.
References m_GLContextManager, and m_ThreadPool.
KICAD_SINGLETON::~KICAD_SINGLETON | ( | ) |
Definition at line 25 of file singleton.cpp.
References m_GLContextManager, and m_ThreadPool.
void KICAD_SINGLETON::Init | ( | ) |
Definition at line 38 of file singleton.cpp.
References ADVANCED_CFG::GetCfg(), m_GLContextManager, and m_ThreadPool.
GL_CONTEXT_MANAGER* KICAD_SINGLETON::m_GLContextManager |
Definition at line 47 of file singleton.h.
Referenced by Init(), KICAD_SINGLETON(), and ~KICAD_SINGLETON().
BS::thread_pool<0>* KICAD_SINGLETON::m_ThreadPool |
Definition at line 46 of file singleton.h.
Referenced by Init(), KICAD_SINGLETON(), and ~KICAD_SINGLETON().