Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
editor.cpp File Reference
#include "Config.h"
#include "editor.h"
#include <iostream>
#include "IconsForkAwesome.h"
#include <editShortcuts/editShortcuts.h>
#include <safeSave/safeSave.h>
#include "settings/shortcutApi.h"
Include dependency graph for editor.cpp:

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"
 

Macro Definition Documentation

◆ ASSET_MANAGER_WINDOW

#define ASSET_MANAGER_WINDOW   ICON_FK_FILES_O " Asset manager"

Definition at line 18 of file editor.cpp.

◆ CONTAINERS_SHORTCUTS

#define CONTAINERS_SHORTCUTS   ICON_FK_MICROCHIP " Containers window"

Definition at line 15 of file editor.cpp.

◆ DOCK_MAIN_WINDOW_SHORTCUT

#define DOCK_MAIN_WINDOW_SHORTCUT   ICON_FK_EYE_SLASH " Hide main window"

Definition at line 12 of file editor.cpp.

◆ EDIT_SHORTCUTS

#define EDIT_SHORTCUTS   ICON_FK_PENCIL_SQUARE " Edit shortcuts window"

Definition at line 14 of file editor.cpp.

◆ LOGS_SHORTCUT

#define LOGS_SHORTCUT   ICON_FK_COMMENT_O " Logs window"

Definition at line 13 of file editor.cpp.

◆ RELOAD_DLL_SHORTCUTS

#define RELOAD_DLL_SHORTCUTS   ICON_FK_REFRESH " Reload dll"

Definition at line 16 of file editor.cpp.

◆ TRANSPARENT_EDITOR_WINDOW

#define TRANSPARENT_EDITOR_WINDOW   ICON_FK_EYE " Transparent Editor window"

Definition at line 17 of file editor.cpp.