ARB
Main Page
Namespaces
Classes
Files
File List
File Members
SL
AP_TREE
AP_TreeColors.hxx
Go to the documentation of this file.
1
// ============================================================ //
2
// //
3
// File : AP_TreeColors.hxx //
4
// Purpose : //
5
// //
6
// Coded by Ralf Westram (coder@reallysoft.de) in June 2016 //
7
// http://www.arb-home.de/ //
8
// //
9
// ============================================================ //
10
11
#ifndef AP_TREECOLORS_HXX
12
#define AP_TREECOLORS_HXX
13
14
#ifndef AW_COLOR_GROUPS_HXX
15
#include <
aw_color_groups.hxx
>
16
#endif
17
18
enum
{
19
AWT_GC_CURSOR
= 0,
20
AWT_GC_BRANCH_REMARK
,
21
AWT_GC_BOOTSTRAP
,
22
AWT_GC_BOOTSTRAP_LIMITED
,
23
AWT_GC_IRS_GROUP_BOX
,
24
AWT_GC_ALL_MARKED
,
25
AWT_GC_SOME_MARKED
,
26
AWT_GC_NONE_MARKED
,
27
AWT_GC_ONLY_ZOMBIES
,
28
29
// for probe coloring
30
31
AWT_GC_BLACK
,
32
AWT_GC_WHITE
,
33
34
AWT_GC_RED
,
35
AWT_GC_GREEN
,
36
AWT_GC_BLUE
,
37
38
AWT_GC_ORANGE
,
// red+yellow // #FFD206
39
AWT_GC_AQUAMARIN
,
// green+cyan
40
AWT_GC_PURPLE
,
// blue+magenta
41
42
AWT_GC_YELLOW
,
// red+green
43
AWT_GC_CYAN
,
// green+blue
44
AWT_GC_MAGENTA
,
// blue+red
45
46
AWT_GC_LAWNGREEN
,
// green+yellow
47
AWT_GC_SKYBLUE
,
// blue+cyan
48
AWT_GC_PINK
,
// red+magenta
49
50
// end probe coloring
51
52
AWT_GC_FIRST_COLOR_GROUP
,
53
AWT_GC_FIRST_RANGE_COLOR
=
AWT_GC_FIRST_COLOR_GROUP
+
AW_COLOR_GROUPS
,
54
AWT_GC_MAX
=
AWT_GC_FIRST_RANGE_COLOR
+
AW_RANGE_COLORS
,
55
};
56
57
58
#else
59
#error AP_TreeColors.hxx included twice
60
#endif // AP_TREECOLORS_HXX
AWT_GC_MAX
Definition:
AP_TreeColors.hxx:54
aw_color_groups.hxx
AWT_GC_GREEN
Definition:
AP_TreeColors.hxx:35
AW_COLOR_GROUPS
#define AW_COLOR_GROUPS
Definition:
aw_color_groups.hxx:55
AWT_GC_ONLY_ZOMBIES
Definition:
AP_TreeColors.hxx:27
AWT_GC_ALL_MARKED
Definition:
AP_TreeColors.hxx:24
AWT_GC_ORANGE
Definition:
AP_TreeColors.hxx:38
AWT_GC_BLACK
Definition:
AP_TreeColors.hxx:31
AWT_GC_BOOTSTRAP_LIMITED
Definition:
AP_TreeColors.hxx:22
AWT_GC_BRANCH_REMARK
Definition:
AP_TreeColors.hxx:20
AWT_GC_NONE_MARKED
Definition:
AP_TreeColors.hxx:26
AWT_GC_FIRST_COLOR_GROUP
Definition:
AP_TreeColors.hxx:52
AWT_GC_RED
Definition:
AP_TreeColors.hxx:34
AWT_GC_YELLOW
Definition:
AP_TreeColors.hxx:42
AWT_GC_BOOTSTRAP
Definition:
AP_TreeColors.hxx:21
AWT_GC_FIRST_RANGE_COLOR
Definition:
AP_TreeColors.hxx:53
AWT_GC_AQUAMARIN
Definition:
AP_TreeColors.hxx:39
AWT_GC_WHITE
Definition:
AP_TreeColors.hxx:32
AWT_GC_CURSOR
Definition:
AP_TreeColors.hxx:19
AWT_GC_CYAN
Definition:
AP_TreeColors.hxx:43
AWT_GC_IRS_GROUP_BOX
Definition:
AP_TreeColors.hxx:23
AW_RANGE_COLORS
#define AW_RANGE_COLORS
Definition:
aw_color_groups.hxx:67
AWT_GC_PURPLE
Definition:
AP_TreeColors.hxx:40
AWT_GC_SKYBLUE
Definition:
AP_TreeColors.hxx:47
AWT_GC_SOME_MARKED
Definition:
AP_TreeColors.hxx:25
AWT_GC_BLUE
Definition:
AP_TreeColors.hxx:36
AWT_GC_MAGENTA
Definition:
AP_TreeColors.hxx:44
AWT_GC_PINK
Definition:
AP_TreeColors.hxx:48
AWT_GC_LAWNGREEN
Definition:
AP_TreeColors.hxx:46
Generated by
1.8.8