OSSIA
Open Scenario System for Interactive Application
|
A type of node that refers to another node. More...
Inherits ossia::net::generic_node_base.
A type of node that refers to another node.
Get and set the source with get_origin, set_origin.
Public Member Functions | |
ossia::net::node_base * | get_origin () const |
void | set_origin (ossia::net::node_base *o) |
parameter_base * | create_parameter (val_type v) override |
Allows a node to carry a value. | |
bool | remove_parameter () override |
parameter_base * | get_parameter () const override |
Protected Member Functions | |
std::unique_ptr< node_base > | make_child (const std::string &name) override |
Should return nullptr if no child is to be added. | |
void | removing_child (node_base &) override |
Reimplement for a specific removal action. | |
|
overridevirtual |
Allows a node to carry a value.
Implements ossia::net::node_base.
|
overridevirtual |
Implements ossia::net::node_base.
|
overridevirtual |
Implements ossia::net::node_base.
|
overrideprotectedvirtual |
Should return nullptr if no child is to be added.
Implements ossia::net::node_base.
|
overrideprotectedvirtual |
Reimplement for a specific removal action.
Implements ossia::net::node_base.