|
Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
|
#include "Config.h"#include "editor.h"#include <iostream>#include "IconsForkAwesome.h"#include <editShortcuts/editShortcuts.h>#include <safeSave/safeSave.h>#include "settings/shortcutApi.h"
Go to the source code of this file.
Macros | |
| #define | DOCK_MAIN_WINDOW_SHORTCUT ICON_FK_EYE_SLASH " Hide main window" |
| #define | LOGS_SHORTCUT ICON_FK_COMMENT_O " Logs window" |
| #define | EDIT_SHORTCUTS ICON_FK_PENCIL_SQUARE " Edit shortcuts window" |
| #define | CONTAINERS_SHORTCUTS ICON_FK_MICROCHIP " Containers window" |
| #define | RELOAD_DLL_SHORTCUTS ICON_FK_REFRESH " Reload dll" |
| #define | TRANSPARENT_EDITOR_WINDOW ICON_FK_EYE " Transparent Editor window" |
| #define | ASSET_MANAGER_WINDOW ICON_FK_FILES_O " Asset manager" |
| #define ASSET_MANAGER_WINDOW ICON_FK_FILES_O " Asset manager" |
Definition at line 18 of file editor.cpp.
| #define CONTAINERS_SHORTCUTS ICON_FK_MICROCHIP " Containers window" |
Definition at line 15 of file editor.cpp.
| #define DOCK_MAIN_WINDOW_SHORTCUT ICON_FK_EYE_SLASH " Hide main window" |
Definition at line 12 of file editor.cpp.
| #define EDIT_SHORTCUTS ICON_FK_PENCIL_SQUARE " Edit shortcuts window" |
Definition at line 14 of file editor.cpp.
| #define LOGS_SHORTCUT ICON_FK_COMMENT_O " Logs window" |
Definition at line 13 of file editor.cpp.
| #define RELOAD_DLL_SHORTCUTS ICON_FK_REFRESH " Reload dll" |
Definition at line 16 of file editor.cpp.
| #define TRANSPARENT_EDITOR_WINDOW ICON_FK_EYE " Transparent Editor window" |
Definition at line 17 of file editor.cpp.