knowL: Knowledge Libraries
Loading...
Searching...
No Matches
knowl
bindings
quick
knowBook
Context.h
1
#pragma once
2
3
#include <QObject>
4
5
namespace
knowBookQuick
6
{
7
class
State;
8
class
Context
:
public
QObject
9
{
10
Q_OBJECT
11
Q_PROPERTY(
knowBookQuick::State
* state READ state CONSTANT)
12
public
:
13
Context
(QObject* _parent =
nullptr
);
14
virtual
~Context
();
15
State
* state()
const
;
16
private
:
17
struct
Private;
18
Private*
const
d;
19
};
20
}
// namespace knowBookQuick
knowBookQuick::Context
Definition
Context.h:9
knowBookQuick::State
Definition
State.h:8
Generated by
1.12.0