2014-08-28 13:05:58 +02:00
|
|
|
/************************************************************************
|
|
|
|
**
|
|
|
|
** @file vproperties.h
|
2014-09-10 17:09:59 +02:00
|
|
|
** @author hedgeware <internal(at)hedgeware.net>
|
|
|
|
** @date
|
2014-08-28 13:05:58 +02:00
|
|
|
**
|
|
|
|
** @brief
|
|
|
|
** @copyright
|
2014-09-10 17:09:59 +02:00
|
|
|
** All rights reserved. This program and the accompanying materials
|
|
|
|
** are made available under the terms of the GNU Lesser General Public License
|
|
|
|
** (LGPL) version 2.1 which accompanies this distribution, and is available at
|
|
|
|
** http://www.gnu.org/licenses/lgpl-2.1.html
|
2014-08-28 13:05:58 +02:00
|
|
|
**
|
2014-09-10 17:09:59 +02:00
|
|
|
** This library is distributed in the hope that it will be useful,
|
2014-08-28 13:05:58 +02:00
|
|
|
** but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2014-09-10 17:09:59 +02:00
|
|
|
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
** Lesser General Public License for more details.
|
2014-08-28 13:05:58 +02:00
|
|
|
**
|
|
|
|
*************************************************************************/
|
|
|
|
|
|
|
|
#ifndef VPROPERTIES_H
|
|
|
|
#define VPROPERTIES_H
|
|
|
|
|
|
|
|
#include "vproperty.h"
|
|
|
|
#include "plugins/vboolproperty.h"
|
|
|
|
#include "plugins/vcolorproperty.h"
|
|
|
|
#include "plugins/Vector3d/vvector3dproperty.h"
|
|
|
|
#include "plugins/vemptyproperty.h"
|
2015-01-29 16:47:02 +01:00
|
|
|
#include "plugins/vlinetypeproperty.h"
|
2014-08-28 13:05:58 +02:00
|
|
|
#include "plugins/venumproperty.h"
|
|
|
|
#include "plugins/vfileproperty.h"
|
|
|
|
#include "plugins/vnumberproperty.h"
|
|
|
|
#include "plugins/vobjectproperty.h"
|
|
|
|
#include "plugins/vpointfproperty.h"
|
|
|
|
#include "plugins/vshortcutproperty.h"
|
|
|
|
#include "plugins/vstringproperty.h"
|
|
|
|
#include "plugins/vwidgetproperty.h"
|
2015-02-07 15:42:49 +01:00
|
|
|
#include "plugins/vlinecolorproperty.h"
|
2014-08-28 13:05:58 +02:00
|
|
|
|
|
|
|
#endif // VPROPERTIES_H
|