Performance Ph2

This commit is contained in:
WandererFan
2016-10-02 20:43:24 -04:00
committed by Yorik van Havre
parent ca2af6ec45
commit e0ca83d5cc
9 changed files with 352 additions and 186 deletions

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