Rumba C++ SDK
ViewportContext.h
Go to the documentation of this file.
1
/*
2
3
*
4
***
5
*****
6
********************* Mercenaries Engineering SARL
7
***************** Copyright (C) 2018
8
*************
9
********* http://www.mercenaries-engineering.com
10
***********
11
**** ****
12
** **
13
14
*/
15
#pragma once
16
17
#include "
Export.h
"
18
19
namespace
maquina
20
{
21
class
Node;
22
class
Plug;
23
class
Value;
24
25
class
ViewportContext
26
{
27
public
:
28
// @private
29
ViewportContext
(
void
*impl);
30
private
:
31
void
*_impl;
32
};
33
}
Export.h
maquina
This version of the SDK is unstable, i-e, it may change with no warning.
Definition:
AddCurveAction.h:20
maquina::ViewportContext::ViewportContext
ViewportContext(void *impl)
maquina::ViewportContext
Definition:
ViewportContext.h:25
include
Maquina
ViewportContext.h
Generated by
doxygen
1.8.14