Go to the source code of this file.
|
static constexpr std::array< const char *, 24 > | directoryXPM |
|
static constexpr std::array< const char *, 26 > | fileXPM |
|
◆ directoryXPM
constexpr std::array<const char *, 24> directoryXPM |
|
staticconstexpr |
Initial value:= {"20 20 3 1",
". c None",
"# c #000000",
"a c #d8c59e",
"....................",
"....................",
"....................",
"....................",
"...........#######..",
"...........#aaaaa#..",
"..##########aaaaa#..",
"..#aaaaaaaaaaaaaa#..",
"..#aaaaaaaaaaaaaa#..",
"..#aaaaaaaaaaaaaa#..",
"..#aaaaaaaaaaaaaa#..",
"..#aaaaaaaaaaaaaa#..",
"..#aaaaa##a##a##a#..",
"..#aaaaa##a##a##a#..",
"..#aaaaaaaaaaaaaa#..",
"..################..",
"....................",
"....................",
"....................",
"...................."}
Definition at line 20 of file ExprControl.cpp.
Referenced by StringControl::StringControl().
◆ fileXPM
constexpr std::array<const char *, 26> fileXPM |
|
staticconstexpr |
Initial value:= {"20 20 5 1",
". c None",
"# c #000000",
"c c #303030",
"b c #a79b80",
"a c #ddcdaa",
"....................",
"....................",
"....#########.......",
"....#aaaaaaa##......",
"....#aaaaaaa#b#.....",
"....#aaaaaaa#bb#....",
"....#aaaaaaa####....",
"....#aaaaaaaaaa#....",
"....#aaaaaaaaaa#....",
"....#aaaaaaaaaa#....",
"....#aaaaaaaaaa#....",
"....#aaaaaaaaaa#....",
"....#aaaaaaaaaa#....",
"....#aaaaaaaaaa#....",
"....#aaaaaaaaaa#....",
"....#accaccacca#....",
"....#accaccacca#....",
"....#aaaaaaaaaa#....",
"....############....",
"...................."}
Definition at line 46 of file ExprControl.cpp.
Referenced by StringControl::StringControl().