|
JustAnotherDnDGame 0.1.0
Jeu de rĂ´le tactique au d20, vue de dessus, en C++/Qt
|
Namespaces | |
| namespace | hmi |
Functions | |
| const std::array< EditorActionSpec, EDITOR_ACTION_CATALOG_COUNT > & | hmi::editorActionCatalog () |
| const EditorActionSpec & | hmi::editorActionSpec (IconId id) |
| std::optional< EditorTool > | hmi::editorActionTool (IconId id) |
| IconId | hmi::editorActionForTool (EditorTool tool) |
| std::optional< PixelTool > | hmi::editorActionPixelTool (IconId id) |
| IconId | hmi::editorActionForPixelTool (PixelTool tool) |
| const std::array< KeyBindingIconEntry, KEY_BINDING_ICON_COUNT > & | hmi::keyBindingIconCatalog () |
| IconId | hmi::iconForKeyBindingAction (EditorAction action) |
| std::optional< EditorAction > | hmi::keyBindingActionForIcon (IconId id) |