Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <WiredAttributes.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
struct | Sections |
Public Types | |
enum class | eIOType { Input , Output } |
Public Member Functions | |
bool | load (const iv::file::xml::node &nodeChannel) |
bool | save (iv::file::xml::node &nodeChannel) const |
Public Attributes | |
iv::channels::WiredAttributes::eIOType | m_ioType {DefaultValues::ioType} |
std::vector< iv::channels::WireConnectionData > | m_connectionData |
|
strong |
bool iv::channels::WiredAttributes::load | ( | const iv::file::xml::node & | nodeChannel | ) |
bool iv::channels::WiredAttributes::save | ( | iv::file::xml::node & | nodeChannel | ) | const |
std::vector<iv::channels::WireConnectionData> iv::channels::WiredAttributes::m_connectionData |
iv::channels::WiredAttributes::eIOType iv::channels::WiredAttributes::m_ioType {DefaultValues::ioType} |