2014-07-29 13:28:18 +02:00
|
|
|
/************************************************************************
|
|
|
|
**
|
|
|
|
** @file variables.h
|
|
|
|
** @author Roman Telezhynskyi <dismine(at)gmail.com>
|
|
|
|
** @date 28 7, 2014
|
|
|
|
**
|
|
|
|
** @brief
|
|
|
|
** @copyright
|
2017-10-05 11:20:01 +02:00
|
|
|
** This source code is part of the Valentina project, a pattern making
|
2014-07-29 13:28:18 +02:00
|
|
|
** program, whose allow create and modeling patterns of clothing.
|
2015-02-27 11:27:48 +01:00
|
|
|
** Copyright (C) 2013-2015 Valentina project
|
2014-07-29 13:28:18 +02:00
|
|
|
** <https://bitbucket.org/dismine/valentina> All Rights Reserved.
|
|
|
|
**
|
|
|
|
** Valentina is free software: you can redistribute it and/or modify
|
|
|
|
** 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.
|
|
|
|
**
|
|
|
|
** Valentina is distributed in the hope that it will be useful,
|
|
|
|
** 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/>.
|
|
|
|
**
|
|
|
|
*************************************************************************/
|
|
|
|
|
|
|
|
#ifndef VARIABLES_H
|
|
|
|
#define VARIABLES_H
|
|
|
|
|
2014-11-22 22:26:04 +01:00
|
|
|
#include "variables/vinternalvariable.h"
|
|
|
|
#include "variables/vmeasurement.h"
|
|
|
|
#include "variables/vincrement.h"
|
2016-04-01 21:34:57 +02:00
|
|
|
#include "variables/vcurvelength.h"
|
2014-11-22 22:26:04 +01:00
|
|
|
#include "variables/vlinelength.h"
|
|
|
|
#include "variables/vlineangle.h"
|
2015-05-31 11:17:09 +02:00
|
|
|
#include "variables/varcradius.h"
|
2016-04-01 21:34:57 +02:00
|
|
|
#include "variables/vcurveangle.h"
|
2016-09-24 19:44:06 +02:00
|
|
|
#include "variables/vcurveclength.h"
|
2014-07-29 13:28:18 +02:00
|
|
|
|
|
|
|
#endif // VARIABLES_H
|