Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
samurai::ShortcutsWindow Struct Reference

#include <editShortcuts.h>

Collaboration diagram for samurai::ShortcutsWindow:
Collaboration graph

Public Member Functions

void init (samurai::samuraiImgui::ImGuiIdsManager &imguiIdManager)
 
void update (samurai::ShortcutManager &shortcutManager, bool &open)
 

Public Attributes

int imguiId = 0
 

Static Public Attributes

static constexpr char * ICON = ICON_FK_PENCIL_SQUARE
 
static constexpr char * NAME = "Edit Shortcuts..."
 
static constexpr char * ICON_NAME = ICON_FK_PENCIL_SQUARE " Edit Shortcuts..."
 

Detailed Description

Definition at line 13 of file editShortcuts.h.

Member Function Documentation

◆ init()

void samurai::ShortcutsWindow::init ( samurai::samuraiImgui::ImGuiIdsManager & imguiIdManager)

Definition at line 9 of file editShortcuts.cpp.

Here is the call graph for this function:

◆ update()

void samurai::ShortcutsWindow::update ( samurai::ShortcutManager & shortcutManager,
bool & open )

Definition at line 15 of file editShortcuts.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ ICON

constexpr char* samurai::ShortcutsWindow::ICON = ICON_FK_PENCIL_SQUARE
staticconstexpr

Definition at line 21 of file editShortcuts.h.

◆ ICON_NAME

constexpr char* samurai::ShortcutsWindow::ICON_NAME = ICON_FK_PENCIL_SQUARE " Edit Shortcuts..."
staticconstexpr

Definition at line 23 of file editShortcuts.h.

◆ imguiId

int samurai::ShortcutsWindow::imguiId = 0

Definition at line 25 of file editShortcuts.h.

◆ NAME

constexpr char* samurai::ShortcutsWindow::NAME = "Edit Shortcuts..."
staticconstexpr

Definition at line 22 of file editShortcuts.h.


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