|
WiimoteDevice (const Device::DeviceSettings &settings, const ossia::net::network_context_ptr &ctx) |
|
bool reconnect () override |
|
void disconnect () override |
|
void replaceDevice (ossia::net::device_base *) |
|
void releaseDevice () |
|
DeviceInterface (Device::DeviceSettings s) |
|
const Device::DeviceSettings & settings () const noexcept |
|
const QString & name () const noexcept |
|
virtual void addNode (const Device::Node &n) |
|
DeviceCapas capabilities () const noexcept |
|
virtual DeviceResources usedResources () const noexcept |
|
virtual void recreate (const Device::Node &) |
|
virtual bool connected () const |
|
void updateSettings (const Device::DeviceSettings &) |
|
virtual Device::Node refresh () |
|
std::optional< ossia::value > refresh (const State::Address &) |
|
void request (const Device::Node &) |
|
void setListening (const State::Address &, bool) |
|
void addToListening (const std::vector< State::Address > &) |
|
std::vector< State::Address > listening () const |
|
virtual void addAddress (const Device::FullAddressSettings &) |
|
virtual void updateAddress (const State::Address ¤tAddr, const Device::FullAddressSettings &newAddr) |
|
void removeNode (const State::Address &) |
|
void sendMessage (const State::Address &addr, const ossia::value &v) |
|
Device::Node getNode (const State::Address &) const |
|
Device::Node getNodeWithoutChildren (const State::Address &) const |
|
bool isLogging () const |
|
void setLogging (DeviceLogging) |
|
virtual bool isLearning () const |
|
virtual void setLearning (bool) |
|
virtual QMimeData * mimeData () const |
|
virtual void setupContextMenu (QMenu &) const |
|
void nodeCreated (const ossia::net::node_base &) |
|
void nodeRemoving (const ossia::net::node_base &) |
|
void nodeRenamed (const ossia::net::node_base &, std::string) |
|
void addressCreated (const ossia::net::parameter_base &) |
|
void addressUpdated (const ossia::net::node_base &, ossia::string_view key) |
|
void addressRemoved (const ossia::net::parameter_base &addr) |
|
void pathAdded (const State::Address &arg_1) |
|
void pathUpdated (const State::Address &arg_1, const Device::AddressSettings &arg_2) |
|
void pathRemoved (const State::Address &arg_1) |
|
void namespaceUpdated () |
|
void deviceChanged (ossia::net::device_base *old_dev, ossia::net::device_base *new_dev) |
|
void logInbound (const QString &arg_1) const |
|
void logOutbound (const QString &arg_1) const |
|
void connectionChanged (bool arg_1) const |
|