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 
26  {
27  public:
28  // @private
29  ViewportContext(void *impl);
30  private:
31  void *_impl;
32  };
33  }
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
Definition: ViewportContext.h:25