Definition in file GUIGlObjectTypes.h.
#include <config.h>
Go to the source code of this file.
Enumerations | |
| enum | GUIGlObjectType { GLO_NETWORK = 0, GLO_EDGE = 1, GLO_LANE = 2, GLO_JUNCTION = 4, GLO_TLLOGIC = 8, GLO_DETECTOR = 16, GLO_EMITTER = 32, GLO_TRIGGER = 64, GLO_SHAPE = 128, GLO_VEHICLE = 256, GLO_ADDITIONAL = GLO_DETECTOR | GLO_EMITTER | GLO_TRIGGER, GLO_MAX = 512 } |
| enum GUIGlObjectType |
ChooseableArtifact Enumeration to differ to show the list of which atrifact The order is important during the selection of items for displaying their tooltips; the item with the lowest type value (beside the network which does not cause a hit as no "network" is being drawn) will be chosen.
Definition at line 43 of file GUIGlObjectTypes.h.
00043 { 00045 GLO_NETWORK = 0, 00046 00048 GLO_EDGE = 1, 00049 00051 GLO_LANE = 2, 00052 00054 GLO_JUNCTION = 4, 00055 00057 GLO_TLLOGIC = 8, 00058 00060 GLO_DETECTOR = 16, 00061 00063 GLO_EMITTER = 32, 00064 00066 GLO_TRIGGER = 64, 00067 00069 GLO_SHAPE = 128, 00070 00072 GLO_VEHICLE = 256, 00073 00075 GLO_ADDITIONAL = GLO_DETECTOR | GLO_EMITTER | GLO_TRIGGER, 00076 00078 GLO_MAX = 512 00079 00080 };
1.5.6