Scenario::CategorizedAddresses Struct Reference
Public Member Functions | |
CategorizedAddresses (const std::vector< Device::FullAddressSettings > &addrs) | |
void | operator() (ossia::impulse, const Device::FullAddressSettings &addr) |
void | operator() (bool, const Device::FullAddressSettings &addr) |
void | operator() (int, const Device::FullAddressSettings &addr) |
void | operator() (float, const Device::FullAddressSettings &addr) |
void | operator() (char, const Device::FullAddressSettings &addr) |
void | operator() (const std::string &, const Device::FullAddressSettings &addr) |
void | operator() (const ossia::vec2f &, const Device::FullAddressSettings &addr) |
void | operator() (const ossia::vec3f &, const Device::FullAddressSettings &addr) |
void | operator() (const ossia::vec4f &, const Device::FullAddressSettings &addr) |
void | operator() (const std::vector< ossia::value > &v, const Device::FullAddressSettings &addr) |
void | operator() (const ossia::value_map_type &v, const Device::FullAddressSettings &addr) |
int | automCount () |
Public Attributes | |
std::vector< Device::FullAddressSettings > | impulse_addr |
std::vector< Device::FullAddressSettings > | int_addr |
std::vector< Device::FullAddressSettings > | bool_addr |
std::vector< Device::FullAddressSettings > | float_addr |
std::vector< Device::FullAddressSettings > | string_addr |
std::vector< Device::FullAddressSettings > | char_addr |
std::vector< Device::FullAddressSettings > | vec2f_addr |
std::vector< Device::FullAddressSettings > | vec3f_addr |
std::vector< Device::FullAddressSettings > | vec4f_addr |
std::vector< Device::FullAddressSettings > | list_addr |
The documentation for this struct was generated from the following file:
- CreateCurves.cpp