Removed redundant forward declaration.
--HG-- branch : develop
This commit is contained in:
parent
8f0f2399e2
commit
38abf5c9a0
|
@ -42,8 +42,6 @@ namespace Ui
|
|||
class TMainWindow;
|
||||
}
|
||||
|
||||
class QComboBox;
|
||||
class QTableWidgetItem;
|
||||
class QLabel;
|
||||
|
||||
class TMainWindow : public QMainWindow
|
||||
|
|
|
@ -37,9 +37,7 @@
|
|||
#include "vcmdexport.h"
|
||||
|
||||
class VApplication;// use in define
|
||||
class VMainGraphicsView;
|
||||
class VPattern;
|
||||
class QFile;
|
||||
|
||||
#if defined(qApp)
|
||||
#undef qApp
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include "../vformat/vmeasurements.h"
|
||||
#include "../vmisc/commandoptions.h"
|
||||
#include "../vmisc/vsettings.h"
|
||||
#include "../vlayout/vlayoutgenerator.h"
|
||||
#include <QDebug>
|
||||
|
||||
VCommandLinePtr VCommandLine::instance = nullptr;
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
class VCommandLine;
|
||||
typedef std::shared_ptr<VCommandLine> VCommandLinePtr;
|
||||
typedef QList<QCommandLineOption *> VCommandLineOptions;
|
||||
typedef std::shared_ptr<VLayoutGenerator> VLayoutGeneratorPtr;
|
||||
|
||||
//@brief: class used to install export command line options and parse their values
|
||||
//QCommandLineParser* object must exists until this object alive
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <QDomElement>
|
||||
|
||||
class VPattern;
|
||||
class VToolRecord;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
#include "../vmisc/vtablesearch.h"
|
||||
|
||||
class VIndividualMeasurements;
|
||||
class QTableWidget;
|
||||
class QTableWidgetItem;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include "../ifc/xml/vdomdocument.h"
|
||||
#include "../vmisc/vsettings.h"
|
||||
#include "../vmisc/vmath.h"
|
||||
#include "../vlayout/vlayoutgenerator.h"
|
||||
|
||||
#include <QMessageBox>
|
||||
#include <QPushButton>
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
#include "../vlayout/vbank.h"
|
||||
#include "../ifc/ifcdef.h"
|
||||
#include "../vlayout/vlayoutgenerator.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0)
|
||||
# include "../vmisc/backport/qmarginsf.h"
|
||||
|
@ -67,7 +66,7 @@ public:
|
|||
Roll44in = 11,
|
||||
Custom = 12};
|
||||
explicit DialogLayoutSettings(VLayoutGenerator *generator, QWidget *parent = nullptr, bool disableSettings = false);
|
||||
~DialogLayoutSettings();
|
||||
virtual ~DialogLayoutSettings();
|
||||
|
||||
qreal GetPaperHeight() const;
|
||||
void SetPaperHeight(qreal value);
|
||||
|
|
|
@ -42,7 +42,6 @@ namespace Ui
|
|||
|
||||
class VToolOptionsPropertyBrowser;
|
||||
class VMeasurements;
|
||||
class VMainGraphicsScene;
|
||||
class QFileSystemWatcher;
|
||||
class QLabel;
|
||||
class DialogIncrements;
|
||||
|
|
|
@ -38,9 +38,7 @@
|
|||
#include "../vlayout/vlayoutgenerator.h"
|
||||
#include "../vwidgets/vabstractmainwindow.h"
|
||||
|
||||
|
||||
class QGraphicsScene;
|
||||
class QPrinter;
|
||||
struct PosterData;
|
||||
|
||||
class MainWindowsNoGUI : public VAbstractMainWindow
|
||||
|
|
|
@ -44,9 +44,6 @@
|
|||
|
||||
#endif /*Q_OS_WIN32*/
|
||||
|
||||
class QString;
|
||||
class QStringList;
|
||||
|
||||
enum class Contour : char { OpenContour, CloseContour };
|
||||
|
||||
#endif // OPTIONS_H
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include "../vpatterndb/vcontainer.h"
|
||||
#include "../ifc/xml/vpatternconverter.h"
|
||||
|
||||
class VDataTool;
|
||||
class VMainGraphicsScene;
|
||||
class VNodeDetail;
|
||||
|
||||
|
|
|
@ -35,10 +35,6 @@
|
|||
#include "fvavailableupdate.h"
|
||||
#include "fvupdatewindow.h"
|
||||
|
||||
class FvAvailableUpdate;
|
||||
class FvUpdateWindow;
|
||||
class QNetworkReply;
|
||||
|
||||
extern const QString defaultFeedURL;
|
||||
|
||||
class FvUpdater : public QObject
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
#include "fvupdater.h"
|
||||
#include "ui_fvupdatewindow.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
FvUpdateWindow::FvUpdateWindow(QWidget *parent)
|
||||
: QDialog(parent),
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <QtGlobal>
|
||||
|
||||
class QGraphicsScene;
|
||||
class QWidget;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include "qmuparsertoken.h"
|
||||
#include "qmuparsertokenreader.h"
|
||||
|
||||
class QStringList;
|
||||
template <class T> class QStack;
|
||||
|
||||
namespace qmu
|
||||
|
|
|
@ -46,8 +46,6 @@
|
|||
#endif
|
||||
|
||||
class DL_CreationInterface;
|
||||
class DL_WriterA;
|
||||
|
||||
|
||||
#define DL_VERSION "3.12.2.0"
|
||||
|
||||
|
|
|
@ -46,10 +46,6 @@
|
|||
#include "dl_attributes.h"
|
||||
#include "dl_codes.h"
|
||||
|
||||
class DL_Attributes;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Defines interface for writing low level DXF constructs to
|
||||
* a file. Implementation is defined in derived classes that write
|
||||
|
|
|
@ -54,16 +54,6 @@
|
|||
#include "dxflib/dl_entities.h"
|
||||
#include "dxflib/dl_writer_ascii.h"
|
||||
|
||||
class QLine;
|
||||
class QLineF;
|
||||
class QPaintDevice;
|
||||
class QPixmap;
|
||||
class QPoint;
|
||||
class QPointF;
|
||||
class QPolygonF;
|
||||
class QRect;
|
||||
class QRectF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
static inline QPaintEngine::PaintEngineFeatures svgEngineFeatures()
|
||||
{
|
||||
|
|
|
@ -43,17 +43,6 @@
|
|||
#include "dxfdef.h"
|
||||
#include "dxflib/dl_dxf.h"
|
||||
|
||||
class DL_Dxf;
|
||||
class DL_WriterA;
|
||||
class QLine;
|
||||
class QLineF;
|
||||
class QPaintDevice;
|
||||
class QPainterPath;
|
||||
class QPixmap;
|
||||
class QPoint;
|
||||
class QPointF;
|
||||
class QRect;
|
||||
class QRectF;
|
||||
class QTextStream;
|
||||
|
||||
class VDxfEngine : public QPaintEngine
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
|
||||
#include "vdxfengine.h"
|
||||
|
||||
class QPaintEngine;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VDxfPaintDevice::VDxfPaintDevice()
|
||||
:QPaintDevice(), engine(new VDxfEngine()), fileName()
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "dxfdef.h"
|
||||
#include "dxflib/../dxfdef.h"
|
||||
|
||||
class QPaintEngine;
|
||||
class VDxfEngine;
|
||||
|
||||
class VDxfPaintDevice : public QPaintDevice
|
||||
|
|
|
@ -53,8 +53,6 @@
|
|||
#include "../vpatterndb/variables/vmeasurement.h"
|
||||
#include "../vpatterndb/vcontainer.h"
|
||||
|
||||
class QDate;
|
||||
|
||||
const QString VMeasurements::TagVST = QStringLiteral("vst");
|
||||
const QString VMeasurements::TagVIT = QStringLiteral("vit");
|
||||
const QString VMeasurements::TagBodyMeasurements = QStringLiteral("body-measurements");
|
||||
|
|
|
@ -40,10 +40,6 @@
|
|||
#include "../vmisc/def.h"
|
||||
#include "../vpatterndb/vcontainer.h"
|
||||
|
||||
class QDate;
|
||||
class QDomElement;
|
||||
class VContainer;
|
||||
|
||||
enum class GenderType : char { Male, Female, Unknown };
|
||||
|
||||
class VMeasurements : public VDomDocument
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#include "vabstractbezier.h"
|
||||
#include "vgeometrydef.h"
|
||||
|
||||
class QPointF;
|
||||
class VPointF;
|
||||
|
||||
class VAbstractCubicBezier : public VAbstractBezier
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
#include "vpointf.h"
|
||||
#include "vspline.h"
|
||||
|
||||
class QPointF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VAbstractCubicBezierPath::VAbstractCubicBezierPath(const GOType &type, const quint32 &idObject, const Draw &mode)
|
||||
: VAbstractBezier(type, idObject, mode)
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
#include "vabstractbezier.h"
|
||||
#include "vgeometrydef.h"
|
||||
|
||||
class QPainterPath;
|
||||
class QPointF;
|
||||
class VPointF;
|
||||
class VSpline;
|
||||
class VSplinePoint;
|
||||
|
|
|
@ -42,11 +42,8 @@
|
|||
#include "vgeometrydef.h"
|
||||
#include "vgobject.h"
|
||||
|
||||
class QPointF;
|
||||
|
||||
enum class PathDirection : char { Hide, Show };
|
||||
|
||||
class QLineF;
|
||||
class QPainterPath;
|
||||
class VAbstractCurveData;
|
||||
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
#include "varc_p.h"
|
||||
#include "vspline.h"
|
||||
|
||||
class QPointF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
/**
|
||||
* @brief VArc default constructor.
|
||||
|
|
|
@ -42,8 +42,6 @@
|
|||
#include "vgeometrydef.h"
|
||||
#include "vpointf.h"
|
||||
|
||||
class QPainterPath;
|
||||
class QPointF;
|
||||
class VArcData;
|
||||
|
||||
/**
|
||||
|
|
|
@ -32,8 +32,6 @@
|
|||
|
||||
#include "vcubicbezier_p.h"
|
||||
|
||||
class QPointF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VCubicBezier::VCubicBezier()
|
||||
: VAbstractCubicBezier(GOType::CubicBezier), d(new VCubicBezierData)
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include "vgeometrydef.h"
|
||||
#include "vpointf.h"
|
||||
|
||||
class QPointF;
|
||||
class VCubicBezierData;
|
||||
|
||||
class VCubicBezier : public VAbstractCubicBezier
|
||||
|
|
|
@ -42,10 +42,7 @@
|
|||
#include "vgeometrydef.h"
|
||||
#include "vpointf.h"
|
||||
|
||||
class QPointF;
|
||||
class VCubicBezierPathData;
|
||||
class VSpline;
|
||||
class VSplinePoint;
|
||||
|
||||
class VCubicBezierPath : public VAbstractCubicBezierPath
|
||||
{
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
#include "vgeometrydef.h"
|
||||
#include "vpointf.h"
|
||||
|
||||
class QPointF;
|
||||
class VEllipticalArcData;
|
||||
|
||||
class VEllipticalArc : public VAbstractArc
|
||||
|
|
|
@ -40,8 +40,6 @@
|
|||
#include "vgeometrydef.h"
|
||||
#include "vgobject.h"
|
||||
|
||||
class QPointF;
|
||||
class QString;
|
||||
class VPointFData;
|
||||
|
||||
QT_WARNING_PUSH
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
#include "vspline_p.h"
|
||||
#include "../vmisc/vmath.h"
|
||||
|
||||
class QPointF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
/**
|
||||
* @brief VSpline default constructor
|
||||
|
|
|
@ -43,8 +43,6 @@
|
|||
#include "vgeometrydef.h"
|
||||
#include "vpointf.h"
|
||||
|
||||
class QPainterPath;
|
||||
class QPointF;
|
||||
class VSplineData;
|
||||
|
||||
/**
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
#include "vspline.h"
|
||||
#include "vsplinepoint.h"
|
||||
|
||||
class QPointF;
|
||||
class VSplinePathData;
|
||||
|
||||
/**
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
template <class T> class QVector;
|
||||
|
||||
class VAbstractPieceData;
|
||||
class QLineF;
|
||||
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_GCC("-Weffc++")
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
#undef small
|
||||
#endif
|
||||
|
||||
class QPointF;
|
||||
class VLayoutPiece;
|
||||
|
||||
enum class Cases : char { CaseThreeGroup = 0, CaseTwoGroup, CaseDesc, UnknownCase};
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
|
||||
#include <QMatrix>
|
||||
|
||||
class QSizeF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VBestSquare::VBestSquare(const QSizeF &sheetSize, bool saveLength)
|
||||
:resI(0), resJ(0), resMatrix(QMatrix()), bestSize(QSizeF(sheetSize.width()+10, sheetSize.height()+10)),
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
|
||||
#include "vlayoutdef.h"
|
||||
|
||||
class QSizeF;
|
||||
|
||||
class VBestSquare
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -37,12 +37,11 @@
|
|||
|
||||
#include "vlayoutdef.h"
|
||||
|
||||
class QLineF;
|
||||
class QPainterPath;
|
||||
class QPointF;
|
||||
class QRectF;
|
||||
class QSizeF;
|
||||
class VContourData;
|
||||
class QPointF;
|
||||
class QLineF;
|
||||
class QRectF;
|
||||
class QPainterPath;
|
||||
class VLayoutPiece;
|
||||
|
||||
class VContour
|
||||
|
|
|
@ -37,8 +37,6 @@
|
|||
#include "vlayoutpiece.h"
|
||||
#include "vlayoutpaper.h"
|
||||
|
||||
class QMarginsF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VLayoutGenerator::VLayoutGenerator(QObject *parent)
|
||||
:QObject(parent), papers(QVector<VLayoutPaper>()), bank(new VBank()), paperHeight(0), paperWidth(0), margins(),
|
||||
|
|
|
@ -50,7 +50,6 @@ class QMarginsF;
|
|||
#endif
|
||||
|
||||
class QGraphicsItem;
|
||||
class VLayoutPiece;
|
||||
class VLayoutPaper;
|
||||
|
||||
class VLayoutGenerator :public QObject
|
||||
|
|
|
@ -49,8 +49,6 @@
|
|||
#include "vlayoutpaper_p.h"
|
||||
#include "vposition.h"
|
||||
|
||||
class QPointF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VLayoutPaper::VLayoutPaper()
|
||||
:d(new VLayoutPaperData)
|
||||
|
|
|
@ -36,12 +36,12 @@
|
|||
|
||||
#include "vlayoutdef.h"
|
||||
|
||||
class QGraphicsItem;
|
||||
class VBestSquare;
|
||||
class VLayoutPaperData;
|
||||
class VLayoutPiece;
|
||||
class QGraphicsRectItem;
|
||||
class QRectF;
|
||||
class VBestSquare;
|
||||
class VLayoutPiece;
|
||||
class VLayoutPaperData;
|
||||
class QGraphicsItem;
|
||||
template <typename T> class QList;
|
||||
template <typename T> class QVector;
|
||||
|
||||
|
|
|
@ -53,10 +53,6 @@
|
|||
#include "vtextmanager.h"
|
||||
#include "vgraphicsfillitem.h"
|
||||
|
||||
class QGraphicsPathItem;
|
||||
class QLineF;
|
||||
class VAbstractPattern;
|
||||
|
||||
namespace
|
||||
{
|
||||
QVector<VLayoutPiecePath> ConvertInternalPaths(const VPiece &piece, const VContainer *pattern)
|
||||
|
|
|
@ -47,19 +47,9 @@
|
|||
#include "../vpatterndb/vcontainer.h"
|
||||
#include "vabstractpiece.h"
|
||||
|
||||
class QFont;
|
||||
class QGraphicsItem;
|
||||
class QLineF;
|
||||
class QPainterPath;
|
||||
class QPointF;
|
||||
class QRectF;
|
||||
class QTransform;
|
||||
class VAbstractPattern;
|
||||
class VLayoutPieceData;
|
||||
class VPatternInfoGeometry;
|
||||
class VPatternPieceData;
|
||||
class VGrainlineGeometry;
|
||||
class VLayoutPiecePath;
|
||||
class QGraphicsItem;
|
||||
|
||||
class VLayoutPiece :public VAbstractPiece
|
||||
{
|
||||
|
|
|
@ -39,12 +39,6 @@
|
|||
#include "vlayoutdef.h"
|
||||
#include "vlayoutpiece.h"
|
||||
|
||||
class QLineF;
|
||||
class QPainterPath;
|
||||
class QPointF;
|
||||
class QPolygonF;
|
||||
class QRectF;
|
||||
|
||||
class VPosition : public QRunnable
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -38,9 +38,8 @@
|
|||
#include <QtGlobal>
|
||||
#include <QCoreApplication>
|
||||
|
||||
class QFontMetrics;
|
||||
class VAbstractPattern;
|
||||
class VPatternPieceData;
|
||||
class VAbstractPattern;
|
||||
|
||||
#define MIN_FONT_SIZE 5
|
||||
#define MAX_FONT_SIZE 128
|
||||
|
|
|
@ -50,8 +50,6 @@
|
|||
#include "logging.h"
|
||||
#include "vsysexits.h"
|
||||
|
||||
class QPointF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
AbstractTest::AbstractTest(QObject *parent) :
|
||||
QObject(parent)
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
#include <QObject>
|
||||
#include <QString>
|
||||
|
||||
class QPointF;
|
||||
class QStringList;
|
||||
template <class T> class QVector;
|
||||
|
||||
#ifdef Q_CC_MSVC
|
||||
|
|
|
@ -38,9 +38,6 @@
|
|||
#include <QTypeInfo>
|
||||
#include <QtGlobal>
|
||||
|
||||
class QDataStream;
|
||||
class QDebug;
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0)
|
||||
#include <QMargins>
|
||||
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
|
||||
#include <QString>
|
||||
|
||||
class QStringList;
|
||||
|
||||
extern const QString LONG_OPTION_BASENAME;
|
||||
extern const QString SINGLE_OPTION_BASENAME;
|
||||
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
|
||||
#include "debugbreak.h"
|
||||
|
||||
class QPixmap;
|
||||
template <class T> class QSharedPointer;
|
||||
|
||||
#ifdef Q_CC_MSVC
|
||||
|
|
|
@ -42,8 +42,6 @@
|
|||
|
||||
#include "../vmisc/diagnostic.h"
|
||||
|
||||
class QModelIndex;
|
||||
|
||||
class QxtCsvModelPrivate : public QxtPrivate<QxtCsvModel>
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -48,9 +48,6 @@
|
|||
|
||||
#include "def.h"
|
||||
|
||||
class QIODevice;
|
||||
class QModelIndex;
|
||||
class QTextCodec;
|
||||
class QxtCsvModelPrivate;
|
||||
|
||||
class QxtCsvModel : public QAbstractTableModel
|
||||
|
|
|
@ -41,9 +41,6 @@
|
|||
#include "../vmisc/def.h"
|
||||
#include "../vmisc/logging.h"
|
||||
|
||||
class QGraphicsScene;
|
||||
class QWidget;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VAbstractApplication::VAbstractApplication(int &argc, char **argv)
|
||||
:QApplication(argc, argv),
|
||||
|
|
|
@ -47,14 +47,10 @@
|
|||
#include "vlockguard.h"
|
||||
#include "vsettings.h"
|
||||
|
||||
class QGraphicsScene;
|
||||
class QTranslator;
|
||||
class QUndoStack;
|
||||
class QWidget;
|
||||
class VAbstractApplication;// use in define
|
||||
class VAbstractPattern;
|
||||
class VMainGraphicsView;
|
||||
class VTranslateVars;
|
||||
|
||||
#if defined(qApp)
|
||||
#undef qApp
|
||||
|
|
|
@ -42,8 +42,6 @@
|
|||
#include "../vmisc/def.h"
|
||||
#include "../vmisc/vmath.h"
|
||||
|
||||
class QDate;
|
||||
|
||||
const QString VCommonSettings::SettingPathsIndividualMeasurements = QStringLiteral("paths/individual_measurements");
|
||||
const QString VCommonSettings::SettingPathsStandardMeasurements = QStringLiteral("paths/standard_measurements");
|
||||
const QString VCommonSettings::SettingPathsTemplates = QStringLiteral("paths/templates");
|
||||
|
|
|
@ -40,8 +40,6 @@
|
|||
|
||||
#include "../vlayout/vbank.h"
|
||||
|
||||
class QDate;
|
||||
|
||||
class VCommonSettings : public QSettings
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
@ -42,8 +42,6 @@
|
|||
#include "../vmisc/def.h"
|
||||
#include "../vmisc/vmath.h"
|
||||
|
||||
class QMarginsF;
|
||||
|
||||
Q_DECLARE_METATYPE(QMarginsF)
|
||||
|
||||
const QString VSettings::SettingConfigurationLabelLanguage = QStringLiteral("configuration/label_language");
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
#include "../vlayout/vbank.h"
|
||||
#include "vcommonsettings.h"
|
||||
|
||||
class QMarginsF;
|
||||
class QPrinter;
|
||||
template <class T> class QSharedPointer;
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0)
|
||||
|
|
|
@ -35,9 +35,6 @@
|
|||
#include <QTableWidget>
|
||||
#include <QtGlobal>
|
||||
|
||||
class QTableWidget;
|
||||
class QTableWidgetItem;
|
||||
|
||||
class VTableSearch: public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
@ -40,14 +40,6 @@
|
|||
|
||||
#include "delaunay.h"
|
||||
|
||||
class QIODevice;
|
||||
class QPaintDevice;
|
||||
class QPainterPath;
|
||||
class QPixmap;
|
||||
class QPoint;
|
||||
class QPointF;
|
||||
class QPolygonF;
|
||||
class QRectF;
|
||||
class QTextStream;
|
||||
|
||||
#define MAX_POINTS 512
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
|
||||
#include "vobjengine.h"
|
||||
|
||||
class QPaintEngine;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VObjPaintDevice::VObjPaintDevice()
|
||||
:QPaintDevice(), engine(new VObjEngine()), fileName(), owns_iodevice(1)
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include <QtGlobal>
|
||||
|
||||
class QIODevice;
|
||||
class QPaintEngine;
|
||||
class VObjEngine;
|
||||
|
||||
class VObjPaintDevice : public QPaintDevice
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
|
||||
#include "vinternalvariable.h"
|
||||
|
||||
class VAbstractCurve;
|
||||
class VCurveVariableData;
|
||||
|
||||
class VCurveVariable : public VInternalVariable
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
|
||||
#include "vvariable.h"
|
||||
|
||||
class VContainer;
|
||||
class VIncrementData;
|
||||
class VContainer;
|
||||
|
||||
/**
|
||||
* @brief The VIncrement class keep data row of increment table
|
||||
|
|
|
@ -57,19 +57,7 @@
|
|||
#include "vpiecepath.h"
|
||||
#include "vtranslatevars.h"
|
||||
|
||||
class VAbstractCubicBezierPath;
|
||||
class VAbstractCurve;
|
||||
class VArc;
|
||||
class VEllipticalArc;
|
||||
class VArcRadius;
|
||||
class VCurveAngle;
|
||||
class VCurveLength;
|
||||
class VGObject;
|
||||
class VIncrement;
|
||||
class VLengthLine;
|
||||
class VLineAngle;
|
||||
class VMeasurement;
|
||||
class VTranslateVars;
|
||||
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_GCC("-Weffc++")
|
||||
|
|
|
@ -32,8 +32,6 @@
|
|||
#include <QtGlobal>
|
||||
#include <QString>
|
||||
|
||||
class QPointF;
|
||||
|
||||
/**
|
||||
* @brief The VGrainlineGeometry class holds information about a grainline like
|
||||
* position, size, rotation and visibility
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
|
||||
#include "vpatterninfogeometry.h"
|
||||
|
||||
class QPointF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VPatternInfoGeometry::VPatternInfoGeometry()
|
||||
:m_ptPos(0, 0), m_dLabelWidth(0), m_dLabelHeight(0), m_iFontSize(0),
|
||||
|
|
|
@ -32,8 +32,6 @@
|
|||
#include <QPointF>
|
||||
#include <QtGlobal>
|
||||
|
||||
class QPointF;
|
||||
|
||||
/**
|
||||
* @brief The VPatternInfoGeometry class holds the information about pattern info label geometry
|
||||
*/
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
|
||||
#include "vpatternpiecedata.h"
|
||||
|
||||
class QPointF;
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
MaterialCutPlacement::MaterialCutPlacement()
|
||||
:m_eMaterial(MaterialType::mtFabric), m_qsMaterialUserDef(), m_iCutNumber(0), m_ePlacement(PlacementType::ptNone)
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
#include <QVector>
|
||||
#include <QtGlobal>
|
||||
|
||||
class QPointF;
|
||||
|
||||
enum class MaterialType : char
|
||||
{
|
||||
mtFabric = 0,
|
||||
|
|
|
@ -34,19 +34,17 @@
|
|||
|
||||
#include "../vlayout/vabstractpiece.h"
|
||||
|
||||
class QPainterPath;
|
||||
class VPieceData;
|
||||
class VPieceNode;
|
||||
class QPointF;
|
||||
class VPointF;
|
||||
class VContainer;
|
||||
template <class T> class QVector;
|
||||
template <class T>class QSharedPointer;
|
||||
class VAbstractCurve;
|
||||
class VPiecePath;
|
||||
class VPatternInfoGeometry;
|
||||
class VPatternPieceData;
|
||||
class VGrainlineGeometry;
|
||||
class VContainer;
|
||||
class QPainterPath;
|
||||
class VPointF;
|
||||
|
||||
class VPiece : public VAbstractPiece
|
||||
{
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include "../vmisc/def.h"
|
||||
|
||||
class VPieceNodeData;
|
||||
class QDataStream;
|
||||
class VContainer;
|
||||
|
||||
class VPieceNode
|
||||
|
|
|
@ -33,15 +33,14 @@
|
|||
#include <QSharedDataPointer>
|
||||
|
||||
#include "../vmisc/def.h"
|
||||
#include "../vgeometry/vabstractcurve.h"
|
||||
|
||||
class VPiecePathData;
|
||||
class VPieceNode;
|
||||
class QPointF;
|
||||
class VPointF;
|
||||
class VContainer;
|
||||
class VSAPoint;
|
||||
class VContainer;
|
||||
class QPainterPath;
|
||||
class VAbstractCurve;
|
||||
class VPointF;
|
||||
class VPieceNode;
|
||||
|
||||
class VPiecePath
|
||||
{
|
||||
|
|
|
@ -35,10 +35,6 @@
|
|||
|
||||
#include "../qmuparser/qmutranslation.h"
|
||||
|
||||
namespace qmu {
|
||||
class QmuTranslation;
|
||||
} // namespace qmu
|
||||
|
||||
class VTranslateMeasurements
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -33,11 +33,6 @@
|
|||
#include <QVariant>
|
||||
#include <Qt>
|
||||
|
||||
class QHBoxLayout;
|
||||
class QSpacerItem;
|
||||
class QVBoxLayout;
|
||||
class QWidget;
|
||||
|
||||
static const char kDoNotAskAgainKey[] = "DoNotAskAgain";
|
||||
|
||||
namespace Utils
|
||||
|
|
|
@ -31,10 +31,7 @@
|
|||
|
||||
#include "vpropertyexplorer_global.h"
|
||||
|
||||
class QAbstractButton;
|
||||
class QPushButton;
|
||||
class QSettings;
|
||||
class QWidget;
|
||||
|
||||
namespace Utils
|
||||
{
|
||||
|
|
|
@ -28,9 +28,6 @@
|
|||
#include "../vproperty_p.h"
|
||||
#include "vcolorpropertyeditor.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
|
||||
VPE::VColorProperty::VColorProperty(const QString &name) :
|
||||
VProperty(name, QVariant::Color)
|
||||
{
|
||||
|
|
|
@ -34,10 +34,6 @@
|
|||
#include "../vproperty.h"
|
||||
#include "../vpropertyexplorer_global.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
class QWidget;
|
||||
|
||||
namespace VPE
|
||||
{
|
||||
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
|
||||
#include "../vproperty.h"
|
||||
|
||||
class QHBoxLayout;
|
||||
|
||||
VPE::VColorPropertyEditor::VColorPropertyEditor(QWidget *parent)
|
||||
: QWidget(parent), Color(), ToolButton(nullptr), TextLabel(nullptr), ColorLabel(nullptr), Spacer(nullptr)
|
||||
{
|
||||
|
|
|
@ -36,11 +36,6 @@
|
|||
|
||||
#include "../vpropertyexplorer_global.h"
|
||||
|
||||
class QEvent;
|
||||
class QLabel;
|
||||
class QSpacerItem;
|
||||
class QToolButton;
|
||||
|
||||
namespace VPE
|
||||
{
|
||||
|
||||
|
|
|
@ -28,9 +28,6 @@
|
|||
|
||||
#include "../vproperty.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
class QWidget;
|
||||
namespace VPE {
|
||||
class VPropertyPrivate;
|
||||
} // namespace VPE
|
||||
|
|
|
@ -33,10 +33,8 @@
|
|||
#include "../vproperty.h"
|
||||
#include "../vpropertyexplorer_global.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
class QWidget;
|
||||
namespace VPE {
|
||||
namespace VPE
|
||||
{
|
||||
class VPropertyPrivate;
|
||||
} // namespace VPE
|
||||
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
|
||||
#include "../vproperty_p.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
|
||||
VPE::VEnumProperty::VEnumProperty(const QString& name)
|
||||
: VProperty(name, QVariant::Int), EnumerationLiterals()
|
||||
{
|
||||
|
|
|
@ -34,10 +34,6 @@
|
|||
#include "../vproperty.h"
|
||||
#include "../vpropertyexplorer_global.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
class QWidget;
|
||||
|
||||
namespace VPE
|
||||
{
|
||||
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
#include "vfilepropertyeditor.h"
|
||||
#include "../vproperty_p.h"
|
||||
|
||||
class QStyleOptionViewItem;
|
||||
|
||||
VPE::VFileProperty::VFileProperty(const QString& name)
|
||||
: VProperty(new VFilePropertyPrivate(name, QVariant::String))
|
||||
{
|
||||
|
|
|
@ -35,10 +35,6 @@
|
|||
#include "../vproperty.h"
|
||||
#include "../vpropertyexplorer_global.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
class QWidget;
|
||||
|
||||
namespace VPE
|
||||
{
|
||||
|
||||
|
|
|
@ -39,12 +39,6 @@
|
|||
#include <QUrl>
|
||||
#include <Qt>
|
||||
|
||||
class QDragEnterEvent;
|
||||
class QDragLeaveEvent;
|
||||
class QDragMoveEvent;
|
||||
class QDropEvent;
|
||||
class QHBoxLayout;
|
||||
|
||||
VPE::VFileEditWidget::VFileEditWidget(QWidget *parent, bool is_directory)
|
||||
: QWidget(parent), CurrentFilePath(), ToolButton(nullptr), FileLineEdit(nullptr), FileDialogFilter(), FilterList(),
|
||||
Directory(is_directory)
|
||||
|
|
|
@ -34,15 +34,6 @@
|
|||
|
||||
#include "../vpropertyexplorer_global.h"
|
||||
|
||||
class QDragEnterEvent;
|
||||
class QDragLeaveEvent;
|
||||
class QDragMoveEvent;
|
||||
class QDropEvent;
|
||||
class QEvent;
|
||||
class QLineEdit;
|
||||
class QMimeData;
|
||||
class QToolButton;
|
||||
|
||||
namespace VPE
|
||||
{
|
||||
|
||||
|
|
|
@ -42,9 +42,6 @@
|
|||
|
||||
#include "../vproperty_p.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
|
||||
VPE::VLineColorProperty::VLineColorProperty(const QString &name)
|
||||
: VProperty(name, QVariant::Int), colors(), indexList()
|
||||
{
|
||||
|
|
|
@ -43,10 +43,6 @@
|
|||
#include "../vproperty.h"
|
||||
#include "../vpropertyexplorer_global.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
class QWidget;
|
||||
|
||||
namespace VPE
|
||||
{
|
||||
|
||||
|
|
|
@ -39,9 +39,6 @@
|
|||
|
||||
#include "../vproperty_p.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
|
||||
VPE::VLineTypeProperty::VLineTypeProperty(const QString &name)
|
||||
: VProperty(name, QVariant::Int), styles(), indexList()
|
||||
{
|
||||
|
|
|
@ -44,10 +44,6 @@
|
|||
#include "../vproperty.h"
|
||||
#include "../vpropertyexplorer_global.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
class QWidget;
|
||||
|
||||
namespace VPE
|
||||
{
|
||||
|
||||
|
|
|
@ -30,9 +30,6 @@
|
|||
|
||||
#include "../vproperty_p.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
|
||||
const int VPE::VIntegerProperty::StandardMin = -1000000;
|
||||
const int VPE::VIntegerProperty::StandardMax = 1000000;
|
||||
|
||||
|
|
|
@ -35,10 +35,6 @@
|
|||
#include "../vproperty.h"
|
||||
#include "../vpropertyexplorer_global.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
class QWidget;
|
||||
|
||||
namespace VPE
|
||||
{
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user