OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
qml_state.hpp
1
#pragma once
2
#include <
ossia/editor/state/state_element.hpp
>
3
4
#include <QQmlExpression>
5
#include <QQmlListProperty>
6
#include <QQmlScriptString>
7
#include <QQuickItem>
8
9
#include <verdigris>
10
namespace
ossia
11
{
12
namespace
qt
13
{
14
class
qml_state :
public
QQuickItem
15
{
16
W_OBJECT(qml_state)
17
18
public
:
19
qml_state(QQuickItem* parent =
nullptr
);
20
~qml_state()
override
;
21
22
private
:
23
void
reset();
24
ossia::state
m_impl;
25
};
26
27
}
28
}
ossia::state
The state class.
Definition
editor/state/state.hpp:25
ossia
Definition
git_info.h:7
state_element.hpp
src
ossia-qt
score
qml_state.hpp
Generated on Sat Apr 26 2025 14:23:38 for OSSIA by
1.9.8