IrrIMGUI  0.3.1
Public Member Functions | List of all members
IrrIMGUI::SIMGUISettings Struct Reference

Stores the settings of the IMGUI. More...

#include <SIMGUISettings.h>

Public Member Functions

 SIMGUISettings (void)
 Constructor to set the standard settings. More...
 
bool operator== (SIMGUISettings const &rCompareSettings)
 

Public Attributes

Settings
bool mIsGUIMouseCursorEnabled
 When this is true, the IMGUI draws it's own mouse courser and the system mouse cursor will turned off automatically (default: true). More...
 
bool mIsIMGUIMemoryAllocationTrackingEnabled
 When this is true, the memory allocation tracking is enabled. IMGUI will then tack the numbers of allocations and the number of frees and when there is difference between both, IrrIMGUI will throw an assertion during shutdown. More...
 

Detailed Description

Stores the settings of the IMGUI.

Definition at line 46 of file SIMGUISettings.h.

Constructor & Destructor Documentation

IrrIMGUI::SIMGUISettings::SIMGUISettings ( void  )
inline

Constructor to set the standard settings.

Definition at line 51 of file SIMGUISettings.h.

Member Function Documentation

bool IrrIMGUI::SIMGUISettings::operator== ( SIMGUISettings const &  rCompareSettings)
inline

Definition at line 68 of file SIMGUISettings.h.

Member Data Documentation

bool IrrIMGUI::SIMGUISettings::mIsGUIMouseCursorEnabled

When this is true, the IMGUI draws it's own mouse courser and the system mouse cursor will turned off automatically (default: true).

Definition at line 60 of file SIMGUISettings.h.

bool IrrIMGUI::SIMGUISettings::mIsIMGUIMemoryAllocationTrackingEnabled

When this is true, the memory allocation tracking is enabled. IMGUI will then tack the numbers of allocations and the number of frees and when there is difference between both, IrrIMGUI will throw an assertion during shutdown.

Definition at line 64 of file SIMGUISettings.h.


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