parent
3d297d657c
commit
00e98b8913
|
@ -32,6 +32,9 @@
|
|||
#include <csignal>
|
||||
#include <QtGlobal>
|
||||
#include <QStringList>
|
||||
#ifdef Q_OS_WIN
|
||||
#include <windows.h>
|
||||
#endif /* Q_OS_WIN */
|
||||
|
||||
#define SceneSize 50000
|
||||
#define DefPointRadius 1.5//mm
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef VARCRADIUS_H
|
||||
#define VARCRADIUS_H
|
||||
|
||||
#include "vcurvevariable.h"
|
||||
#include "../vpatterndb/variables/vcurvevariable.h"
|
||||
#include "../ifc/ifcdef.h"
|
||||
|
||||
class VArc;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef VCURVEANGLE_H
|
||||
#define VCURVEANGLE_H
|
||||
|
||||
#include "vcurvevariable.h"
|
||||
#include "../vpatterndb/variables/vcurvevariable.h"
|
||||
|
||||
class VAbstractCurve;
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef VCURVELENGTH_H
|
||||
#define VCURVELENGTH_H
|
||||
|
||||
#include "vcurvevariable.h"
|
||||
#include "../vpatterndb/variables/vcurvevariable.h"
|
||||
#include "../ifc/ifcdef.h"
|
||||
|
||||
class VAbstractCurve;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef VLINEANGLE_H
|
||||
#define VLINEANGLE_H
|
||||
|
||||
#include "vinternalvariable.h"
|
||||
#include "../vpatterndb/variables/vinternalvariable.h"
|
||||
|
||||
class VPointF;
|
||||
class VLineAngleData;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef VLINELENGTH_H
|
||||
#define VLINELENGTH_H
|
||||
|
||||
#include "vinternalvariable.h"
|
||||
#include "../vpatterndb/variables/vinternalvariable.h"
|
||||
#include "../ifc/ifcdef.h"
|
||||
|
||||
class VPointF;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef VVARIABLE_H
|
||||
#define VVARIABLE_H
|
||||
|
||||
#include "vinternalvariable.h"
|
||||
#include "../vpatterndb/variables/vinternalvariable.h"
|
||||
#include "../ifc/ifcdef.h"
|
||||
|
||||
class VVariableData;
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
|
||||
#include "../vabstracttool.h"
|
||||
#include "../../dialogs/tools/dialogtool.h"
|
||||
#include "../../../vwidgets/vmaingraphicsscene.h"
|
||||
#include "../../../vwidgets/vmaingraphicsview.h"
|
||||
#include "../vwidgets/vmaingraphicsscene.h"
|
||||
#include "../vwidgets/vmaingraphicsview.h"
|
||||
|
||||
#include <QMenu>
|
||||
#include <QGraphicsSceneContextMenuEvent>
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
#define VABSTRACTTOOL_H
|
||||
|
||||
#include "vdatatool.h"
|
||||
#include "../../ifc/xml/vabstractpattern.h"
|
||||
#include "../../vmisc/vabstractapplication.h"
|
||||
#include "../../vwidgets/vmaingraphicsscene.h"
|
||||
#include "../visualization/visualization.h"
|
||||
#include "../ifc/xml/vabstractpattern.h"
|
||||
#include "../vmisc/vabstractapplication.h"
|
||||
#include "../vwidgets/vmaingraphicsscene.h"
|
||||
#include "visualization/visualization.h"
|
||||
|
||||
class QDomElement;
|
||||
class QLineF;
|
||||
|
|
Loading…
Reference in New Issue
Block a user