Seamly2D
Code documentation
vproperties.h
Go to the documentation of this file.
1 /************************************************************************
2  **
3  ** @file vproperties.h
4  ** @author hedgeware <internal(at)hedgeware.net>
5  ** @date
6  **
7  ** @brief
8  ** @copyright
9  ** All rights reserved. This program and the accompanying materials
10  ** are made available under the terms of the GNU Lesser General Public License
11  ** (LGPL) version 2.1 which accompanies this distribution, and is available at
12  ** http://www.gnu.org/licenses/lgpl-2.1.html
13  **
14  ** This library is distributed in the hope that it will be useful,
15  ** but WITHOUT ANY WARRANTY; without even the implied warranty of
16  ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  ** Lesser General Public License for more details.
18  **
19  *************************************************************************/
20 
21 #ifndef VPROPERTIES_H
22 #define VPROPERTIES_H
23 
24 #include "vproperty.h"
25 #include "plugins/vboolproperty.h"
26 #include "plugins/vcolorproperty.h"
28 #include "plugins/vemptyproperty.h"
31 #include "plugins/venumproperty.h"
32 #include "plugins/vfileproperty.h"
40 #include "plugins/vlabelproperty.h"
42 
43 #endif // VPROPERTIES_H