|
| enum | Setting { ICON
, SCALE
} |
| |
|
|
BoolIcon & | setIcon (std::string iconPath) |
| |
|
BoolIcon & | setScale (floatT scale) |
| |
|
String | icon () const |
| |
|
floatT | scale () const |
| |
◆ settings
| std::vector<std::shared_ptr<prm::Parameter> > enzo::prm::style::BoolIcon::settings |
Initial value:= {
std::make_shared<prm::Parameter>(
Template(Type::STRING, Name("iconName", "Icon Name"), Default("eye"))
),
std::make_shared<prm::Parameter>(
Template(Type::FLOAT, Name("scale", "Scale"), Default(0.95f))
),
}
The documentation for this struct was generated from the following file: