IrrIMGUI  0.3.1
Typedefs | Functions | Variables
IrrIMGUI::Inject Namespace Reference

Contains definitions for Dependency Injection. More...

Typedefs

typedef IrrIMGUI::IIMGUIHandle *( IMGUIFactory) (irr::IrrlichtDevice *pDevice, IrrIMGUI::CIMGUIEventStorage *pEventStorage, IrrIMGUI::SIMGUISettings const *pSettings)
 The type of the IMGUI factory function. More...
 

Functions

void setIMGUIFactory (IMGUIFactory *pFactoryFunction)
 
IMGUIFactorygetIMGUIFactory (void)
 

Variables

static IMGUIFactorypIMGUIFactoryFunction = IrrIMGUI::Private::createRealIMGUI
 Stores the factory function, that should be used for creating an IIMGUIHandle instances. More...
 

Detailed Description

Contains definitions for Dependency Injection.

Variable Documentation

IMGUIFactory* IrrIMGUI::Inject::pIMGUIFactoryFunction = IrrIMGUI::Private::createRealIMGUI
static

Stores the factory function, that should be used for creating an IIMGUIHandle instances.

Definition at line 54 of file IrrIMGUIInject.cpp.