21 #ifndef __ANTARES_TOOLBOX_MAP_SETTINGS_H__
22 #define __ANTARES_TOOLBOX_MAP_SETTINGS_H__
24 #include <wx/colour.h>
25 #include <wx/bitmap.h>
30 namespace Antares::Map
32 enum mapImageFormat : uint16_t
48 mapImageFormat fileFormat;
49 bool transparentBackground;
50 wxColor backgroundColor;
52 std::list<uint16_t> layers;
58 static wxColour background;
61 static wxColour textLight;
64 static wxColour gridCenter;
66 static wxColour defaultNodeBackground;
67 static wxColour defaultNodeShadow;
69 static wxColour selectionNodeBorder;
70 static wxColour selectionNodeBackground;
72 static wxColour clusterBorder;
73 static wxColour clusterBackground;
74 static wxColour clusterBorderSelected;
75 static wxColour clusterBackgroundSelected;
77 static wxColour selectionBoxBorder;
78 static wxColour selectionBoxBackground;
80 static wxColour selectionBoxBorderHighlighted;
81 static wxColour selectionBoxBackgroundHighlighted;
83 static wxColour mouseSelectionBorder;
84 static wxColour mouseSelectionBackground;
86 static wxColour connection;
87 static wxColour connectionHighlighted;
Definition: settings.h:56
Definition: settings.h:46