Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <map>
#include <vector>
#include <utils/common/MsgHandler.h>
#include <utils/gui/div/GUIGlobalSelection.h>
#include "GUIVisualizationSettings.h"
#include "GUIPropertyScheme.h"
Go to the source code of this file.
Macros | |
#define | COL_SCHEME_DYNAMIC RGBColor(220,255,220) |
#define | COL_SCHEME_EMISSION RGBColor(255,255,210) |
#define | COL_SCHEME_MISC RGBColor(210,220,255) |
#define | COL_SCHEME_STATIC RGBColor(230,230,230) |
Variables | |
const RGBColor | OSG_color_AMBIENT (32, 32, 32, 255) |
const RGBColor | OSG_color_DIFFUSE (64, 64, 64, 255) |
const RGBColor | OSG_color_SKY (51, 51, 102, 255) |
const RGBColor | SUMO_color_ALLWAY_STOP (0, 0, 192) |
const RGBColor | SUMO_color_DEADEND (0, 0, 0) |
const RGBColor | SUMO_color_EQUAL (128, 128, 128) |
const RGBColor | SUMO_color_MAJOR (255, 255, 255) |
const RGBColor | SUMO_color_MINOR (51, 51, 51) |
const RGBColor | SUMO_color_STOP (128, 0, 128) |
const RGBColor | SUMO_color_TL_GREEN_MAJOR (0, 255, 0) |
const RGBColor | SUMO_color_TL_GREEN_MINOR (0, 179, 0) |
const RGBColor | SUMO_color_TL_OFF_BLINKING (128, 64, 0) |
const RGBColor | SUMO_color_TL_OFF_NOSIGNAL (0, 255, 255) |
const RGBColor | SUMO_color_TL_RED (255, 0, 0) |
const RGBColor | SUMO_color_TL_REDYELLOW (255, 128, 0) |
const RGBColor | SUMO_color_TL_YELLOW_MAJOR (255, 255, 128) |
const RGBColor | SUMO_color_TL_YELLOW_MINOR (255, 255, 0) |
const RGBColor | SUMO_color_ZIPPER (192, 128, 64) |
Definition in file GUIVisualizationSettings.cpp.
#define COL_SCHEME_DYNAMIC RGBColor(220,255,220) |
Definition at line 221 of file GUIVisualizationSettings.cpp.
#define COL_SCHEME_EMISSION RGBColor(255,255,210) |
Definition at line 218 of file GUIVisualizationSettings.cpp.
#define COL_SCHEME_MISC RGBColor(210,220,255) |
Definition at line 219 of file GUIVisualizationSettings.cpp.
#define COL_SCHEME_STATIC RGBColor(230,230,230) |
Definition at line 220 of file GUIVisualizationSettings.cpp.
const RGBColor OSG_color_AMBIENT(32, 32, 32, 255) | ( | 32 | , |
32 | , | ||
32 | , | ||
255 | |||
) |
const RGBColor OSG_color_DIFFUSE(64, 64, 64, 255) | ( | 64 | , |
64 | , | ||
64 | , | ||
255 | |||
) |
const RGBColor OSG_color_SKY(51, 51, 102, 255) | ( | 51 | , |
51 | , | ||
102 | , | ||
255 | |||
) |
const RGBColor SUMO_color_ALLWAY_STOP(0, 0, 192) | ( | 0 | , |
0 | , | ||
192 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_DEADEND(0, 0, 0) | ( | 0 | , |
0 | , | ||
0 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_EQUAL(128, 128, 128) | ( | 128 | , |
128 | , | ||
128 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_MAJOR(255, 255, 255) | ( | 255 | , |
255 | , | ||
255 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_MINOR(51, 51, 51) | ( | 51 | , |
51 | , | ||
51 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_STOP(128, 0, 128) | ( | 128 | , |
0 | , | ||
128 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_TL_GREEN_MAJOR(0, 255, 0) | ( | 0 | , |
255 | , | ||
0 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_TL_GREEN_MINOR(0, 179, 0) | ( | 0 | , |
179 | , | ||
0 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_TL_OFF_BLINKING(128, 64, 0) | ( | 128 | , |
64 | , | ||
0 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_TL_OFF_NOSIGNAL(0, 255, 255) | ( | 0 | , |
255 | , | ||
255 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_TL_RED(255, 0, 0) | ( | 255 | , |
0 | , | ||
0 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_TL_REDYELLOW(255, 128, 0) | ( | 255 | , |
128 | , | ||
0 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_TL_YELLOW_MAJOR(255, 255, 128) | ( | 255 | , |
255 | , | ||
128 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_TL_YELLOW_MINOR(255, 255, 0) | ( | 255 | , |
255 | , | ||
0 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().
const RGBColor SUMO_color_ZIPPER(192, 128, 64) | ( | 192 | , |
128 | , | ||
64 | |||
) |
Referenced by GUIVisualizationSettings::getLinkColor().