|
Variables | |
const std::string | COLOR = "color" |
Use a color picker. More... | |
const std::string | HIDE = "hide" |
Do not show. More... | |
const std::string | KEY = "__meta__" |
const std::string | ORIENTATION = "orientation" |
const std::string | READ_ONLY = "read_only" |
Make read-only. More... | |
const std::string COLOR = "color" |
Use a color picker.
Definition at line 82 of file json_base.cpp.
const std::string HIDE = "hide" |
Do not show.
Definition at line 79 of file json_base.cpp.
const std::string KEY = "__meta__" |
Definition at line 77 of file json_base.cpp.
const std::string ORIENTATION = "orientation" |
Definition at line 83 of file json_base.cpp.
const std::string READ_ONLY = "read_only" |
Make read-only.
Definition at line 80 of file json_base.cpp.