OpenLexocad  27.1
CurveDesigner.h
Go to the documentation of this file.
1 // //
3 // LEXOCAD API //
4 // //
5 // ©2005-2016 Cadwork Informatik. All rights reserved. //
6 // //
7 // ONLY INCLUDE OTHER INTERFACES! //
8 // Lexocad provides API Classes for public use and //
9 // Implementation Classes for private use. //
10 // //
11 // - Do ONLY include and use the LEXOCAD API in this header. //
12 // - Do not change existing interfaces. //
13 // - Document your code! //
14 // //
15 // - All types from Base, Core, Geom, Topo are allowed here. //
16 // - In the Gui modules the use of Qt types is allowed. //
17 // //
19 
20 #pragma once
21 
22 #include <OpenLxApp/DocObject.h>
23 #include <OpenLxApp/Element.h>
24 #include <OpenLxApp/Product.h>
25 #include <OpenLxApp/Root.h>
26 #include <OpenLxUI/CurveDesigner.h>
27 
28 
29 
30 namespace OpenLxUI
31 {
32 class CurveDesignerP;
33 
40 class LX_OPENLXUI_EXPORT CurveDesigner
41 {
42 public:
43  CurveDesigner();
44 
45 private:
46  std::shared_ptr<OpenLxUI::CurveDesignerP> mPimpl;
47 };
48 } // namespace OpenLxUI
Definition: ActiveEdge.h:25
Definition: CurveDesigner.h:40