619a303e9b
--HG-- branch : feature
41 lines
1.4 KiB
C
41 lines
1.4 KiB
C
/************************************************************************
|
|
**
|
|
** @file vproperties.h
|
|
** @author hedgeware <internal(at)hedgeware.net>
|
|
** @date
|
|
**
|
|
** @brief
|
|
** @copyright
|
|
** 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
|
|
**
|
|
** This library 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
|
|
** Lesser General Public License for more details.
|
|
**
|
|
*************************************************************************/
|
|
|
|
#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"
|
|
#include "plugins/vlinetypeproperty.h"
|
|
#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"
|
|
#include "plugins/vlinecolorproperty.h"
|
|
|
|
#endif // VPROPERTIES_H
|