armarx::viz::json::meta Namespace Reference

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...
 

Variable Documentation

◆ COLOR

const std::string COLOR = "color"

Use a color picker.

Definition at line 82 of file json_base.cpp.

◆ HIDE

const std::string HIDE = "hide"

Do not show.

Definition at line 79 of file json_base.cpp.

◆ KEY

const std::string KEY = "__meta__"

Definition at line 77 of file json_base.cpp.

◆ ORIENTATION

const std::string ORIENTATION = "orientation"

Definition at line 83 of file json_base.cpp.

◆ READ_ONLY

const std::string READ_ONLY = "read_only"

Make read-only.

Definition at line 80 of file json_base.cpp.