2013-11-15 13:41:26 +01:00
|
|
|
/************************************************************************
|
2013-09-18 21:16:19 +02:00
|
|
|
**
|
2013-11-15 13:50:05 +01:00
|
|
|
** @file vtoolspline.h
|
2013-11-15 13:41:26 +01:00
|
|
|
** @author Roman Telezhinsky <dismine@gmail.com>
|
2013-11-15 13:50:05 +01:00
|
|
|
** @date November 15, 2013
|
2013-09-18 21:16:19 +02:00
|
|
|
**
|
2013-11-15 13:41:26 +01:00
|
|
|
** @brief
|
|
|
|
** @copyright
|
|
|
|
** This source code is part of the Valentine project, a pattern making
|
|
|
|
** program, whose allow create and modeling patterns of clothing.
|
|
|
|
** Copyright (C) 2013 Valentina project
|
|
|
|
** <https://bitbucket.org/dismine/valentina> All Rights Reserved.
|
2013-09-18 21:16:19 +02:00
|
|
|
**
|
2013-11-15 13:41:26 +01:00
|
|
|
** Valentina is free software: you can redistribute it and/or modify
|
2013-09-18 21:16:19 +02:00
|
|
|
** it under the terms of the GNU General Public License as published by
|
|
|
|
** the Free Software Foundation, either version 3 of the License, or
|
|
|
|
** (at your option) any later version.
|
|
|
|
**
|
2013-10-27 13:36:29 +01:00
|
|
|
** Valentina is distributed in the hope that it will be useful,
|
2013-09-18 21:16:19 +02:00
|
|
|
** but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
** GNU General Public License for more details.
|
|
|
|
**
|
|
|
|
** You should have received a copy of the GNU General Public License
|
|
|
|
** along with Valentina. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
**
|
2013-11-15 13:41:26 +01:00
|
|
|
*************************************************************************/
|
2013-09-18 21:16:19 +02:00
|
|
|
|
2013-08-05 10:37:56 +02:00
|
|
|
#ifndef VTOOLSPLINE_H
|
|
|
|
#define VTOOLSPLINE_H
|
|
|
|
|
2013-09-10 14:29:06 +02:00
|
|
|
#include "vdrawtool.h"
|
2013-08-05 10:37:56 +02:00
|
|
|
#include <QGraphicsPathItem>
|
2013-11-06 18:06:00 +01:00
|
|
|
#include "../../widgets/vcontrolpointspline.h"
|
|
|
|
#include "../../geometry/vsplinepath.h"
|
2013-08-05 10:37:56 +02:00
|
|
|
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-27 10:54:33 +01:00
|
|
|
* @brief The VToolSpline class tool for creation spline. I mean bezier curve.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2013-11-04 21:35:15 +01:00
|
|
|
class VToolSpline:public VDrawTool, public QGraphicsPathItem
|
|
|
|
{
|
2013-08-05 10:37:56 +02:00
|
|
|
Q_OBJECT
|
|
|
|
public:
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-27 10:54:33 +01:00
|
|
|
* @brief VToolSpline constructor.
|
|
|
|
* @param doc dom document container.
|
|
|
|
* @param data container with variables.
|
|
|
|
* @param id object id in container.
|
2014-01-24 15:25:45 +01:00
|
|
|
* @param typeCreation way we create this tool.
|
2014-01-27 10:54:33 +01:00
|
|
|
* @param parent parent object.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-02-25 15:40:24 +01:00
|
|
|
VToolSpline (VPattern *doc, VContainer *data, quint32 id, const Tool::Sources &typeCreation,
|
2014-02-26 10:22:05 +01:00
|
|
|
QGraphicsItem * parent = nullptr );
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 15:25:45 +01:00
|
|
|
* @brief setDialog set dialog when user want change tool option.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2013-08-13 18:48:36 +02:00
|
|
|
virtual void setDialog();
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-27 10:54:33 +01:00
|
|
|
* @brief Create help create tool from GUI.
|
|
|
|
* @param dialog dialog.
|
2014-01-24 15:25:45 +01:00
|
|
|
* @param scene pointer to scene.
|
2014-01-27 10:54:33 +01:00
|
|
|
* @param doc dom document container.
|
|
|
|
* @param data container with variables.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-02-25 15:02:09 +01:00
|
|
|
static void Create(DialogTool *dialog, VMainGraphicsScene *scene, VPattern *doc, VContainer *data);
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-27 10:54:33 +01:00
|
|
|
* @brief Create help create tool.
|
2014-01-24 16:10:23 +01:00
|
|
|
* @param _id tool id, 0 if tool doesn't exist yet.
|
2014-01-27 10:54:33 +01:00
|
|
|
* @param p1 id first spline point.
|
|
|
|
* @param p4 id last spline point.
|
|
|
|
* @param kAsm1 coefficient of length first control line.
|
|
|
|
* @param kAsm2 coefficient of length second control line.
|
|
|
|
* @param angle1 angle from first point to first control point.
|
|
|
|
* @param angle2 angle from second point to second control point.
|
|
|
|
* @param kCurve coefficient of curvature spline.
|
2014-01-24 15:25:45 +01:00
|
|
|
* @param scene pointer to scene.
|
2014-01-27 10:54:33 +01:00
|
|
|
* @param doc dom document container.
|
|
|
|
* @param data container with variables.
|
2014-01-24 17:10:53 +01:00
|
|
|
* @param parse parser file mode.
|
2014-01-24 15:25:45 +01:00
|
|
|
* @param typeCreation way we create this tool.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-02-25 15:40:24 +01:00
|
|
|
static void Create(const quint32 _id, const quint32 &p1, const quint32 &p4, const qreal &kAsm1,
|
2013-10-16 11:17:34 +02:00
|
|
|
const qreal kAsm2, const qreal &angle1, const qreal &angle2, const qreal &kCurve,
|
2014-02-25 15:02:09 +01:00
|
|
|
VMainGraphicsScene *scene, VPattern *doc, VContainer *data,
|
2013-11-06 22:11:12 +01:00
|
|
|
const Document::Documents &parse, const Tool::Sources &typeCreation);
|
2013-10-29 14:45:07 +01:00
|
|
|
static const QString TagName;
|
|
|
|
static const QString ToolType;
|
2013-08-09 08:49:34 +02:00
|
|
|
signals:
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-27 10:54:33 +01:00
|
|
|
* @brief RefreshLine refresh control line.
|
|
|
|
* @param indexSpline position spline in spline list.
|
|
|
|
* @param position position point in spline.
|
|
|
|
* @param controlPoint new position control point.
|
|
|
|
* @param splinePoint new position spline point.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-27 17:01:24 +01:00
|
|
|
void RefreshLine ( const qint32 &indexSpline, SplinePoint::Position position,
|
|
|
|
const QPointF &controlPoint, const QPointF &splinePoint );
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-27 10:54:33 +01:00
|
|
|
* @brief setEnabledPoint disable control points.
|
|
|
|
* @param enable enable or diasable points.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
void setEnabledPoint ( bool enable );
|
2013-08-05 10:37:56 +02:00
|
|
|
public slots:
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 13:54:29 +01:00
|
|
|
* @brief FullUpdateFromFile update tool data form file.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void FullUpdateFromFile ();
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-27 10:54:33 +01:00
|
|
|
* @brief ControlPointChangePosition handle change position control point.
|
|
|
|
* @param indexSpline position spline in spline list.
|
|
|
|
* @param position position point in spline.
|
|
|
|
* @param pos new position.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
void ControlPointChangePosition (const qint32 &indexSpline, const SplinePoint::Position &position,
|
|
|
|
const QPointF &pos);
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 16:56:41 +01:00
|
|
|
* @brief ChangedActivDraw disable or enable context menu after change active pattern peace.
|
2014-01-24 18:10:04 +01:00
|
|
|
* @param newName new name active pattern peace.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void ChangedActivDraw ( const QString &newName );
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-27 10:54:33 +01:00
|
|
|
* @brief ShowTool highlight tool.
|
2014-01-24 13:54:29 +01:00
|
|
|
* @param id object id in container
|
2014-01-27 10:54:33 +01:00
|
|
|
* @param color highlight color.
|
|
|
|
* @param enable enable or disable highlight.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-02-25 15:40:24 +01:00
|
|
|
virtual void ShowTool(quint32 id, Qt::GlobalColor color, bool enable);
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 16:56:41 +01:00
|
|
|
* @brief SetFactor set current scale factor of scene.
|
2014-01-24 17:10:53 +01:00
|
|
|
* @param factor scene scale factor.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void SetFactor(qreal factor);
|
2013-08-05 10:37:56 +02:00
|
|
|
protected:
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 18:10:04 +01:00
|
|
|
* @brief contextMenuEvent handle context menu events.
|
2014-01-27 10:54:33 +01:00
|
|
|
* @param event context menu event.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void contextMenuEvent ( QGraphicsSceneContextMenuEvent * event );
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 15:25:45 +01:00
|
|
|
* @brief AddToFile add tag with informations about tool into file.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void AddToFile ();
|
2013-12-24 12:24:29 +01:00
|
|
|
/**
|
|
|
|
* @brief RefreshDataInFile refresh attributes in file. If attributes don't exist create them.
|
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void RefreshDataInFile();
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 18:10:04 +01:00
|
|
|
* @brief mouseReleaseEvent handle mouse release events.
|
2014-01-27 10:54:33 +01:00
|
|
|
* @param event context menu event.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void mouseReleaseEvent ( QGraphicsSceneMouseEvent * event );
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 18:10:04 +01:00
|
|
|
* @brief hoverMoveEvent handle hover move events.
|
2014-01-27 10:54:33 +01:00
|
|
|
* @param event hover move event.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void hoverMoveEvent ( QGraphicsSceneHoverEvent * event );
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 18:10:04 +01:00
|
|
|
* @brief hoverLeaveEvent handle hover leave events.
|
2014-01-27 10:54:33 +01:00
|
|
|
* @param event hover leave event.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void hoverLeaveEvent ( QGraphicsSceneHoverEvent * event );
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 15:25:45 +01:00
|
|
|
* @brief RemoveReferens decrement value of reference.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void RemoveReferens();
|
2014-01-27 10:54:33 +01:00
|
|
|
/**
|
|
|
|
* @brief itemChange hadle item change.
|
|
|
|
* @param change change.
|
|
|
|
* @param value value.
|
|
|
|
* @return value.
|
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual QVariant itemChange ( GraphicsItemChange change, const QVariant &value );
|
2014-01-27 10:54:33 +01:00
|
|
|
/**
|
|
|
|
* @brief keyReleaseEvent handle key release events.
|
|
|
|
* @param event key release event.
|
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
virtual void keyReleaseEvent(QKeyEvent * event);
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-02-06 14:57:23 +01:00
|
|
|
* @brief SaveDialog save options into file after change in dialog.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-02-06 14:57:23 +01:00
|
|
|
virtual void SaveDialog(QDomElement &domElement);
|
|
|
|
private:
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-27 10:54:33 +01:00
|
|
|
* @brief controlPoints list pointers of control points.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2013-08-09 08:49:34 +02:00
|
|
|
QVector<VControlPointSpline *> controlPoints;
|
2013-11-19 21:56:49 +01:00
|
|
|
/**
|
2014-01-24 18:10:04 +01:00
|
|
|
* @brief RefreshGeometry refresh item on scene.
|
2013-11-19 21:56:49 +01:00
|
|
|
*/
|
2014-01-03 16:13:43 +01:00
|
|
|
void RefreshGeometry ();
|
2013-08-05 10:37:56 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // VTOOLSPLINE_H
|