OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
metatypes.hpp
1#pragma once
2#include <ossia-config.hpp>
3#if defined(OSSIA_EDITOR)
5#endif
6#include <ossia/network/base/device.hpp>
7#include <ossia/network/base/node.hpp>
8#include <ossia/network/base/parameter.hpp>
9#include <ossia/network/base/protocol.hpp>
10#include <ossia/network/common/path.hpp>
11
12#include <ossia-qt/device_metatype.hpp>
13#include <ossia-qt/value_metatypes.hpp>
14
15/*
16#if defined(OSSIA_EDITOR)
17Q_DECLARE_METATYPE(ossia::state)
18Q_DECLARE_METATYPE(ossia::state_element)
19
20W_REGISTER_ARGTYPE(ossia::state)
21W_REGISTER_ARGTYPE(ossia::state_element)
22#endif
23*/
24
25Q_DECLARE_METATYPE(ossia::net::parameter_base*)
26Q_DECLARE_METATYPE(ossia::net::node_base*)
27Q_DECLARE_METATYPE(ossia::net::device_base*)
28Q_DECLARE_METATYPE(ossia::net::protocol_base*)
29Q_DECLARE_METATYPE(ossia::extended_attributes)
30
31// Q_DECLARE_METATYPE(ossia::traversal::path)
32Q_DECLARE_METATYPE(ossia::access_mode)
33Q_DECLARE_METATYPE(ossia::bounding_mode)
34Q_DECLARE_METATYPE(ossia::unit_t)
35
36W_REGISTER_ARGTYPE(ossia::net::parameter_base*)
37W_REGISTER_ARGTYPE(ossia::net::node_base*)
38W_REGISTER_ARGTYPE(ossia::net::protocol_base*)
39W_REGISTER_ARGTYPE(ossia::extended_attributes)
40
41// W_REGISTER_ARGTYPE(ossia::traversal::path)
42W_REGISTER_ARGTYPE(ossia::access_mode)
43W_REGISTER_ARGTYPE(ossia::bounding_mode)
44W_REGISTER_ARGTYPE(ossia::unit_t)
Root of a device tree.
Definition ossia/network/base/device.hpp:58
The node_base class.
Definition node.hpp:48
The parameter_base class.
Definition ossia/network/base/parameter.hpp:48
The protocol_base class.
Definition protocol.hpp:40
bounding_mode
Address behaviors at crossing domain boundaries.
Definition parameter_properties.hpp:56
access_mode
Address behaviors at crossing domain boundaries time.
Definition parameter_properties.hpp:46
Definition dataspace.hpp:24