kDB: Knowledge DataBase
Loading...
Searching...
No Matches
knowl
src
knowVis
Context.h
1
#pragma once
2
3
#include <QObject>
4
5
#include "Forward.h"
6
7
namespace
knowVis
8
{
9
class
Context
:
public
QObject
10
{
11
Q_OBJECT
12
Q_PROPERTY(
knowVis::Pose
* origin READ origin CONSTANT)
13
public
:
14
Context
(QObject* _parent =
nullptr
);
15
~Context
();
16
public
:
17
Pose
* origin()
const
;
18
Cartography::CoordinateSystem coordinateSystem()
const
;
19
private
:
20
struct
Private
;
21
Private
*
const
d;
22
};
23
}
// namespace knowVis
knowVis::Context
Definition
Context.h:10
knowVis::Pose
Definition
Pose.h:10
knowVis::Context::Private
Definition
Context.cpp:8
Generated by
1.12.0