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 vnodearc.cpp
|
2014-04-30 07:38:52 +02:00
|
|
|
** @author Roman Telezhynskyi <dismine(at)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.
|
2015-02-27 11:27:48 +01:00
|
|
|
** Copyright (C) 2013-2015 Valentina project
|
2013-11-15 13:41:26 +01:00
|
|
|
** <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-09-10 14:29:06 +02:00
|
|
|
#include "vnodearc.h"
|
2016-08-08 13:44:49 +02:00
|
|
|
|
|
|
|
#include <QDomElement>
|
|
|
|
#include <QStaticStringData>
|
|
|
|
#include <QStringData>
|
|
|
|
#include <QStringDataPtr>
|
|
|
|
|
|
|
|
#include "../ifc/xml/vdomdocument.h"
|
|
|
|
#include "../vgeometry/../ifc/ifcdef.h"
|
|
|
|
#include "tools/nodeDetails/../vabstracttool.h"
|
|
|
|
#include "tools/nodeDetails/../vdatatool.h"
|
|
|
|
#include "tools/nodeDetails/vabstractnode.h"
|
|
|
|
|
|
|
|
class VContainer;
|
2013-11-21 13:05:26 +01:00
|
|
|
|
2013-10-29 14:45:07 +01:00
|
|
|
const QString VNodeArc::ToolType = QStringLiteral("modeling");
|
|
|
|
|
2014-05-02 13:11:30 +02:00
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
2014-06-13 19:02:41 +02:00
|
|
|
/**
|
|
|
|
* @brief VNodeArc constructor.
|
|
|
|
* @param doc dom document container.
|
|
|
|
* @param data container with variables.
|
|
|
|
* @param id object id in container.
|
|
|
|
* @param idArc object id in containerArc.
|
|
|
|
* @param typeCreation way we create this tool.
|
|
|
|
* @param idTool tool id.
|
|
|
|
* @param qoParent QObject parent
|
|
|
|
*/
|
2015-06-18 19:23:24 +02:00
|
|
|
VNodeArc::VNodeArc(VAbstractPattern *doc, VContainer *data, quint32 id, quint32 idArc, const Source &typeCreation,
|
2016-06-30 17:32:08 +02:00
|
|
|
const QString &drawName, const quint32 &idTool, QObject *qoParent)
|
|
|
|
:VAbstractNode(doc, data, id, idArc, drawName, idTool, qoParent)
|
2013-11-04 21:35:15 +01:00
|
|
|
{
|
2015-05-28 12:16:59 +02:00
|
|
|
ToolCreation(typeCreation);
|
2013-09-10 14:29:06 +02:00
|
|
|
}
|
|
|
|
|
2014-05-02 13:11:30 +02:00
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
2014-06-13 19:02:41 +02:00
|
|
|
/**
|
|
|
|
* @brief Create help create tool.
|
|
|
|
* @param doc dom document container.
|
|
|
|
* @param data container with variables.
|
|
|
|
* @param id object id in container.
|
|
|
|
* @param idArc object id in containerArc.
|
|
|
|
* @param parse parser file mode.
|
|
|
|
* @param typeCreation way we create this tool.
|
|
|
|
* @param idTool tool id.
|
|
|
|
*/
|
2016-02-10 17:45:49 +01:00
|
|
|
void VNodeArc::Create(VAbstractPattern *doc, VContainer *data, quint32 id, quint32 idArc,
|
2016-06-30 17:32:08 +02:00
|
|
|
const Document &parse, const Source &typeCreation, const QString &drawName, const quint32 &idTool)
|
2013-11-04 21:35:15 +01:00
|
|
|
{
|
2014-06-12 09:22:29 +02:00
|
|
|
VAbstractTool::AddRecord(id, Tool::NodeArc, doc);
|
2013-11-04 21:35:15 +01:00
|
|
|
if (parse == Document::FullParse)
|
|
|
|
{
|
2016-06-30 17:32:08 +02:00
|
|
|
VNodeArc *arc = new VNodeArc(doc, data, id, idArc, typeCreation, drawName, idTool, doc);
|
2015-12-26 14:08:41 +01:00
|
|
|
|
2013-09-10 14:29:06 +02:00
|
|
|
doc->AddTool(id, arc);
|
2015-12-26 14:08:41 +01:00
|
|
|
if (idTool != NULL_ID)
|
2014-01-02 16:50:01 +01:00
|
|
|
{
|
2014-01-02 18:16:16 +01:00
|
|
|
//Some nodes we don't show on scene. Tool that create this nodes must free memory.
|
|
|
|
VDataTool *tool = doc->getTool(idTool);
|
2014-05-30 21:56:05 +02:00
|
|
|
SCASSERT(tool != nullptr);
|
2015-12-26 14:08:41 +01:00
|
|
|
arc->setParent(tool);// Adopted by a tool
|
2014-01-02 16:50:01 +01:00
|
|
|
}
|
2016-01-07 17:43:08 +01:00
|
|
|
else
|
|
|
|
{
|
2016-02-10 17:45:49 +01:00
|
|
|
// Help to delete the node before each FullParse
|
|
|
|
doc->AddToolOnRemove(arc);
|
2016-01-07 17:43:08 +01:00
|
|
|
}
|
2013-11-04 21:35:15 +01:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2013-09-10 14:29:06 +02:00
|
|
|
doc->UpdateToolData(id, data);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-08-30 21:58:31 +02:00
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
QString VNodeArc::getTagName() const
|
|
|
|
{
|
2016-05-16 19:59:04 +02:00
|
|
|
return VAbstractPattern::TagArc;
|
2014-08-30 21:58:31 +02:00
|
|
|
}
|
|
|
|
|
2014-05-02 13:11:30 +02:00
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
2016-03-31 16:01:41 +02:00
|
|
|
void VNodeArc::AllowHover(bool enabled)
|
|
|
|
{
|
|
|
|
Q_UNUSED(enabled)
|
|
|
|
// do nothing
|
|
|
|
}
|
|
|
|
|
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
void VNodeArc::AllowSelecting(bool enabled)
|
|
|
|
{
|
|
|
|
Q_UNUSED(enabled)
|
|
|
|
// do nothing
|
|
|
|
}
|
|
|
|
|
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
2014-06-13 19:02:41 +02:00
|
|
|
/**
|
|
|
|
* @brief AddToFile add tag with informations about tool into file.
|
|
|
|
*/
|
2013-11-04 21:35:15 +01:00
|
|
|
void VNodeArc::AddToFile()
|
|
|
|
{
|
2016-05-16 19:59:04 +02:00
|
|
|
QDomElement domElement = doc->createElement(getTagName());
|
2013-09-10 14:29:06 +02:00
|
|
|
|
2014-03-21 11:08:29 +01:00
|
|
|
doc->SetAttribute(domElement, VDomDocument::AttrId, id);
|
2014-02-25 15:02:09 +01:00
|
|
|
doc->SetAttribute(domElement, AttrType, ToolType);
|
|
|
|
doc->SetAttribute(domElement, AttrIdObject, idNode);
|
2014-08-30 21:58:31 +02:00
|
|
|
if (idTool != NULL_ID)
|
2014-01-02 16:50:01 +01:00
|
|
|
{
|
2014-02-25 15:02:09 +01:00
|
|
|
doc->SetAttribute(domElement, AttrIdTool, idTool);
|
2014-01-02 16:50:01 +01:00
|
|
|
}
|
2013-09-10 14:29:06 +02:00
|
|
|
|
|
|
|
AddToModeling(domElement);
|
|
|
|
}
|
|
|
|
|
2014-05-02 13:11:30 +02:00
|
|
|
//---------------------------------------------------------------------------------------------------------------------
|
2014-06-13 19:02:41 +02:00
|
|
|
/**
|
|
|
|
* @brief RefreshDataInFile refresh attributes in file. If attributes don't exist create them.
|
|
|
|
*/
|
2013-12-24 12:24:29 +01:00
|
|
|
void VNodeArc::RefreshDataInFile()
|
|
|
|
{
|
2015-02-11 11:43:50 +01:00
|
|
|
QDomElement domElement = doc->elementById(id);
|
2013-12-24 12:24:29 +01:00
|
|
|
if (domElement.isElement())
|
|
|
|
{
|
2014-02-25 15:02:09 +01:00
|
|
|
doc->SetAttribute(domElement, AttrIdObject, idNode);
|
2014-08-30 21:58:31 +02:00
|
|
|
if (idTool != NULL_ID)
|
2014-01-02 16:50:01 +01:00
|
|
|
{
|
2014-02-25 15:02:09 +01:00
|
|
|
doc->SetAttribute(domElement, AttrIdTool, idTool);
|
2014-01-02 16:50:01 +01:00
|
|
|
}
|
2013-12-24 12:24:29 +01:00
|
|
|
}
|
|
|
|
}
|