File ImguiMenuItem.h
FileList > src > UI > ImguiMenuItem.h
Go to the source code of this file
#include <iostream>#include <map>#include <vector>#include <functional>#include "Context.h"#include "ImGui/imgui.h"
Classes
| Type | Name |
|---|---|
| class | ImguiMenuItem |
Public Types
| Type | Name |
|---|---|
| enum | MenuItemType |
Macros
| Type | Name |
|---|---|
| define | CallBack (func) [&](bool) -> bool {func(); return true;} |
Public Types Documentation
enum MenuItemType
enum MenuItemType {
NONE_MITEM,
BUTTON_MITEM,
BOOL_MITEM,
OPTION_MITEM
};
Macro Definition Documentation
define CallBack
#define CallBack (
func
) `[&](bool) -> bool {func(); return true;}`
The documentation for this class was generated from the following file src/UI/ImguiMenuItem.h