TestModule
#include "GUI/Test/TestModule.h"
Inherits from Module
Public Functions
Name | |
---|---|
struct ImGuiTest * | createTest(const char * group, const char * name) |
bool & | getShowTestWindow() |
Additional inherited members
Public Functions inherited from Module
Name | |
---|---|
Module() =default | |
virtual | ~Module() =default |
Friends inherited from Module
Name | |
---|---|
class | Application |
Public Functions Documentation
function createTest
cpp
struct ImGuiTest * createTest(
const char * group,
const char * name
)
struct ImGuiTest * createTest(
const char * group,
const char * name
)
function getShowTestWindow
cpp
inline bool & getShowTestWindow()
inline bool & getShowTestWindow()
Updated on 2025-01-07 at 13:40:43 +0000