64 const std::
string identifier;
80 using PropertyList = std::vector<std::unique_ptr<bwStyleProperty>>;
84 auto addBool(
const std::string_view& name,
bool& reference) ->
bwStyleProperty&;
86 auto addInteger(
const std::string_view& name,
int& reference) ->
bwStyleProperty&;
88 auto addFloat(
const std::string_view& name,
float& reference) ->
bwStyleProperty&;
95 auto lookup(
const std::string_view& name)
const ->
const bwStyleProperty*;