Performance Ph2

This commit is contained in:
WandererFan
2016-10-06 11:00:35 -03:00
committed by Yorik van Havre
parent 3cf036de4c
commit 001bbf52d6
9 changed files with 352 additions and 186 deletions
+4 -1
View File
@@ -32,6 +32,7 @@
#include <string>
#include <vector>
#include "DrawView.h"
#include "Geometry.h"
namespace TechDrawGeometry
@@ -51,7 +52,7 @@ class TechDrawExport GeometryObject
{
public:
/// Constructor
GeometryObject();
GeometryObject(TechDraw::DrawView* parent);
virtual ~GeometryObject();
void clear();
@@ -119,6 +120,8 @@ protected:
double Tolerance;
double Scale;
TechDraw::DrawView* m_parent;
};
} //namespace TechDrawGeometry