ParamKit
A small library helping to parse commandline parameters (for Windows).
Main Page
Namespaces
Namespace List
Namespace Members
All
c
e
g
h
i
l
p
r
s
t
w
Functions
Variables
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
g
h
i
m
n
o
p
r
s
t
v
w
~
Functions
_
a
b
c
e
g
h
i
o
p
r
s
t
v
w
~
Variables
a
b
d
e
g
h
i
m
n
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
b
c
d
g
i
l
m
p
r
s
u
w
y
Functions
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
paramkit
include
color_scheme.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
term_colors.h
"
4
5
namespace
paramkit
{
6
7
const
WORD
ERROR_COLOR
=
RED
;
8
const
WORD
WARNING_COLOR
=
RED
;
9
const
WORD
HILIGHTED_COLOR
=
WHITE
;
10
11
const
WORD
HEADER_COLOR
=
YELLOW
;
12
const
WORD
SEPARATOR_COLOR
=
BROWN
;
13
const
WORD
INACTIVE_COLOR
=
GRAY
;
14
15
const
WORD
PARAM_SIMILAR_NAME
=
MAKE_COLOR
(
MAGENTA
,
BLACK
);
16
const
WORD
PARAM_SIMILAR_DESC
=
MAKE_COLOR
(
BLACK
,
MAGENTA
);
17
};
paramkit
Definition:
color_scheme.h:5
paramkit::HEADER_COLOR
const WORD HEADER_COLOR
Definition:
color_scheme.h:11
paramkit::WARNING_COLOR
const WORD WARNING_COLOR
Definition:
color_scheme.h:8
paramkit::PARAM_SIMILAR_DESC
const WORD PARAM_SIMILAR_DESC
Definition:
color_scheme.h:16
paramkit::ERROR_COLOR
const WORD ERROR_COLOR
Definition:
color_scheme.h:7
paramkit::INACTIVE_COLOR
const WORD INACTIVE_COLOR
Definition:
color_scheme.h:13
paramkit::PARAM_SIMILAR_NAME
const WORD PARAM_SIMILAR_NAME
Definition:
color_scheme.h:15
paramkit::SEPARATOR_COLOR
const WORD SEPARATOR_COLOR
Definition:
color_scheme.h:12
paramkit::HILIGHTED_COLOR
const WORD HILIGHTED_COLOR
Definition:
color_scheme.h:9
term_colors.h
Definitions of the colors used on the terminal.
MAKE_COLOR
#define MAKE_COLOR(fg_color, bg_color)
Definition:
term_colors.h:28
MAGENTA
#define MAGENTA
Definition:
term_colors.h:24
BLACK
#define BLACK
Definition:
term_colors.h:11
WHITE
#define WHITE
Definition:
term_colors.h:26
RED
#define RED
Definition:
term_colors.h:23
BROWN
#define BROWN
Definition:
term_colors.h:17
YELLOW
#define YELLOW
Definition:
term_colors.h:25
GRAY
#define GRAY
Definition:
term_colors.h:19
Generated by
1.9.1