License for library VPropertyExplorer.
--HG-- branch : develop
This commit is contained in:
parent
73888511e6
commit
bfd2faae1f
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vvector3dproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vvector3dproperty.h"
|
||||
|
||||
using namespace VPE;
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vvector3dproperty.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 VVECTOR3DPROPERTY_H
|
||||
#define VVECTOR3DPROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vboolproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vboolproperty.h"
|
||||
|
||||
#include <QCheckBox>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vboolproperty.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 VBOOLPROPERTY_H
|
||||
#define VBOOLPROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vcolorproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vcolorproperty.h"
|
||||
#include "vcolorpropertyeditor.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vcolorproperty.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 VCOLORPROPERTY_H
|
||||
#define VCOLORPROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vcolorpropertyeditor.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vcolorpropertyeditor.h"
|
||||
|
||||
#include <QHBoxLayout>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vcolorpropertyeditor.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 VCOLORPROPERTYEDITOR_H
|
||||
#define VCOLORPROPERTYEDITOR_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vemptyproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vemptyproperty.h"
|
||||
|
||||
using namespace VPE;
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vemptyproperty.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 VEMPTYPROPERTY_H
|
||||
#define VEMPTYPROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file venumproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "venumproperty.h"
|
||||
#include "vproperty_p.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file venumproperty.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 VENUMPROPERTY_H
|
||||
#define VENUMPROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vfileproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vfileproperty.h"
|
||||
#include <QFileInfo>
|
||||
#include <QAbstractItemDelegate>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vfileproperty.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 VFILEPROPERTY_H
|
||||
#define VFILEPROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vfilepropertyeditor.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vfilepropertyeditor.h"
|
||||
|
||||
#include "vfileproperty.h"
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vfilepropertyeditor.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 VFILEPROPERTYEDITOR_H
|
||||
#define VFILEPROPERTYEDITOR_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vnumberproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vnumberproperty.h"
|
||||
|
||||
#include <QDoubleSpinBox>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vnumberproperty.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 VNUMBERPROPERTY_H
|
||||
#define VNUMBERPROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vshortcutproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vshortcutproperty.h"
|
||||
#include <QFileInfo>
|
||||
#include <QAbstractItemDelegate>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vshortcutproperty.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 VSHORTCUTROPERTY_H
|
||||
#define VSHORTCUTROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vshortcutpropertyeditor.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vshortcutpropertyeditor.h"
|
||||
|
||||
#include <QHBoxLayout>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vshortcutpropertyeditor.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 VSHORTCUTPROPERTYEDITOR_H
|
||||
#define VSHORTCUTPROPERTYEDITOR_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vwidgetproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vwidgetproperty.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vwidgetproperty.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 VWIDGETROPERTY_H
|
||||
#define VWIDGETROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vabstractpropertyfactory.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 VABSTRACTPROPERTYFACTORY_H
|
||||
#define VABSTRACTPROPERTYFACTORY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vfileproperty_p.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 VFILEPROPERTY_P_H
|
||||
#define VFILEPROPERTY_P_H
|
||||
|
||||
|
|
|
@ -1,28 +1,20 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vproperties.h
|
||||
** @author Roman Telezhynskyi <dismine(at)gmail.com>
|
||||
** @date 28 8, 2014
|
||||
** @author hedgeware <internal(at)hedgeware.net>
|
||||
** @date
|
||||
**
|
||||
** @brief
|
||||
** @copyright
|
||||
** This source code is part of the Valentine project, a pattern making
|
||||
** program, whose allow create and modeling patterns of clothing.
|
||||
** Copyright (C) 2014 Valentina project
|
||||
** <https://bitbucket.org/dismine/valentina> All Rights Reserved.
|
||||
** 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
|
||||
**
|
||||
** 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,
|
||||
** 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 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/>.
|
||||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
** Lesser General Public License for more details.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vproperty.h"
|
||||
#include <QObject>
|
||||
#include <QMetaProperty>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vproperty.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 VPROPERTY_H
|
||||
#define VPROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vproperty_p.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 VPROPERTY_P_H
|
||||
#define VPROPERTY_P_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertydelegate.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vpropertydelegate.h"
|
||||
#include "vproperty.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertydelegate.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 VPROPERTYDELEGATE_H
|
||||
#define VPROPERTYDELEGATE_H
|
||||
|
||||
|
|
|
@ -6,23 +6,15 @@
|
|||
**
|
||||
** @brief
|
||||
** @copyright
|
||||
** This source code is part of the Valentine project, a pattern making
|
||||
** program, whose allow create and modeling patterns of clothing.
|
||||
** Copyright (C) 2014 Valentina project
|
||||
** <https://bitbucket.org/dismine/valentina> All Rights Reserved.
|
||||
** 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
|
||||
**
|
||||
** 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,
|
||||
** 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 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/>.
|
||||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
** Lesser General Public License for more details.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyfactorymanager.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vpropertyfactorymanager.h"
|
||||
#include "vpropertyfactorymanager_p.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyfactorymanager.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 VPROPERTYFACTORYMANAGER_H
|
||||
#define VPROPERTYFACTORYMANAGER_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyfactorymanager_p.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 VPROPERTYFACTORYMANAGER_P_H
|
||||
#define VPROPERTYFACTORYMANAGER_P_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyformview.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vpropertyformview.h"
|
||||
#include "vpropertymodel.h"
|
||||
#include "vpropertyset.h"
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyformview.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 VPROPERTYFORMVIEW_H
|
||||
#define VPROPERTYFORMVIEW_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyformview_p.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 VPROPERTYFORMVIEW_P_H
|
||||
#define VPROPERTYFORMVIEW_P_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyformwidget.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vpropertyformwidget.h"
|
||||
|
||||
#include <QFormLayout>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyformwidget.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 VPROPERTYFORMWIDGET_H
|
||||
#define VPROPERTYFORMWIDGET_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyformwidget_p.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 VPROPERTYFORMWIDGET_P_H
|
||||
#define VPROPERTYFORMWIDGET_P_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertymodel.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vpropertymodel.h"
|
||||
|
||||
#include <QBrush>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertymodel.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 VPROPERTYMODEL_H
|
||||
#define VPROPERTYMODEL_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertymodel_p.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 VPROPERTYMODEL_P_H
|
||||
#define VPROPERTYMODEL_P_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyset.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vpropertyset.h"
|
||||
using namespace VPE;
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyset.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 VPROPERTYSET_H
|
||||
#define VPROPERTYSET_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertyset_p.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 VPROPERTYSET_P_H
|
||||
#define VPROPERTYSET_P_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertytreeview.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vpropertytreeview.h"
|
||||
|
||||
#include "vpropertydelegate.h"
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertytreeview.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 VPROPERTYTREEVIEW_H
|
||||
#define VPROPERTYTREEVIEW_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vpropertytreeview_p.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 VPROPERTYTREEVIEW_P_H
|
||||
#define VPROPERTYTREEVIEW_P_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vserializedproperty.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vserializedproperty.h"
|
||||
|
||||
using namespace VPE;
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vserializedproperty.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 VSERIALIZEDPROPERTY_H
|
||||
#define VSERIALIZEDPROPERTY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vstandardpropertyfactory.cpp
|
||||
** @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.
|
||||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include "vstandardpropertyfactory.h"
|
||||
|
||||
#include "vpropertyfactorymanager.h"
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vstandardpropertyfactory.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 VASTANDARDPROPERTYFACTORY_H
|
||||
#define VASTANDARDPROPERTYFACTORY_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/************************************************************************
|
||||
**
|
||||
** @file vwidgetproperty_p.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 VWIDGETPROPERTY_P_H
|
||||
#define VWIDGETPROPERTY_P_H
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user