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 90 of file json_base.cpp.

◆ HIDE

const std::string HIDE = "hide"

Do not show.

Definition at line 87 of file json_base.cpp.

◆ KEY

const std::string KEY = "__meta__"

Definition at line 85 of file json_base.cpp.

◆ ORIENTATION

const std::string ORIENTATION = "orientation"

Definition at line 91 of file json_base.cpp.

◆ READ_ONLY

const std::string READ_ONLY = "read_only"

Make read-only.

Definition at line 88 of file json_base.cpp.