IrrIMGUI
0.3.1
|
CIrrIMGUI::Tools::CBasicMemoryLeakDetection | This is a very basic memory leak detection for Windows Systems |
CIrrIMGUI::CCharFifo | A Fifo Memory to store character inputs from the keyboard |
CIrrIMGUI::Private::CIMGUIDriverDeleteHelper | An helper class, that deletes the CIMGUIDriver instance when the program is closed and no other source has deleted it |
▼CIrrIMGUI::CIMGUIEventStorage | Stores the state of the Keyboard and Mouse input for IMGUI |
CIrrIMGUI::CIMGUIEventReceiver | |
CIrrIMGUI::Private::Driver::OpenGLHelper::COpenGLState | Helper Class to store and restore the OpenGL state |
▼Cexception | |
CIrrIMGUI::Debug::ExAssert | Standard Exception used for assertions |
▼CIEventReceiver | |
CIrrIMGUI::CIMGUIEventReceiver | |
▼CIrrIMGUI::IGUITexture | |
CIrrIMGUI::Private::CGUITexture | |
▼CIrrIMGUI::Private::IIMGUIDriver | Interface for an IMGUI Driver to setup the IMGUI render system |
CIrrIMGUI::Private::Driver::CIrrlichtIMGUIDriver | A driver that uses Irrlicht primitive drawing functions for rendering |
CIrrIMGUI::Private::Driver::COpenGLIMGUIDriver | A driver that uses native OpenGL functions for rendering |
▼CIrrIMGUI::IReferenceCounter | A class to count references |
▼CIrrIMGUI::IIMGUIHandle | A interface to an IMGUI handle. Use this interface for mocking and dependency injection of the real IMGUI handle |
CIrrIMGUI::Private::CIMGUIHandle | Use an object of this class to setup the IMGUI for Irrlicht and to render the content |
CIrrIMGUI::UnitTest::IIMGUIHandleMock | |
CIrrIMGUI::UnitTest::MockHelper | This helper class contains definitions, that can not be in IMGUIHandleMock, to prevent tight coupling between DLL and Unit Test Framework |
▼Costream | |
CIrrIMGUI::Debug::CChannel | Puts on every new line that is written to this channel a prefix |
CIrrIMGUI::SIMGUISettings | Stores the settings of the IMGUI |
▼Cstreambuf | |
CIrrIMGUI::Debug::CChannelBuffer | Is a stream channel buffer, that adds to each new line a defined prefix |
▼CTestPlugin | |
CIrrIMGUI::UnitTest::BasicMemoryLeakDetectionPlugin | This CppUTest plugin performs the basic memory leak detection in every unti test |
CIrrIMGUI::Private::TextureSource |