Seamly2D
Code documentation
group_tablewidgetitem.h
Go to the documentation of this file.
1
/***************************************************************************
2
** @file group_tablewidgetitem.h
3
** @author Douglas S Caskey
4
** @date 11 Jun, 2023
5
**
6
** @brief
7
** @copyright
8
** This source code is part of the Seamly2D project, a pattern making
9
** program to create and model patterns of clothing.
10
** Copyright (C) 2017-2023 Seamly2D project
11
** <https://github.com/fashionfreedom/seamly2d> All Rights Reserved.
12
**
13
** Seamly2D is free software: you can redistribute it and/or modify
14
** it under the terms of the GNU General Public License as published by
15
** the Free Software Foundation, either version 3 of the License, or
16
** (at your option) any later version.
17
**
18
** Seamly2D is distributed in the hope that it will be useful,
19
** but WITHOUT ANY WARRANTY; without even the implied warranty of
20
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
** GNU General Public License for more details.
22
**
23
** You should have received a copy of the GNU General Public License
24
** along with Seamly2D. If not, see <http://www.gnu.org/licenses/>.
25
**
26
*************************************************************************/
27
28
#ifndef GROUP_TABLEWIDGETITEM_H
29
#define GROUP_TABLEWIDGETITEM_H
30
31
#include <QTableWidgetItem>
32
33
class
VAbstractPattern
;
34
35
class
GroupTableWidgetItem
:
public
QTableWidgetItem
36
{
37
38
public
:
39
explicit
GroupTableWidgetItem
(
VAbstractPattern
*doc);
40
virtual
bool
operator<
(
const
QTableWidgetItem &other)
const
Q_DECL_OVERRIDE;
41
42
private
:
43
VAbstractPattern
*
m_doc
;
44
};
45
46
#endif
// GROUP_TABLEWIDGETITEM_H
GroupTableWidgetItem
Definition:
group_tablewidgetitem.h:36
GroupTableWidgetItem::m_doc
VAbstractPattern * m_doc
Definition:
group_tablewidgetitem.h:43
GroupTableWidgetItem::operator<
virtual bool operator<(const QTableWidgetItem &other) const Q_DECL_OVERRIDE
Definition:
group_tablewidgetitem.cpp:38
GroupTableWidgetItem::GroupTableWidgetItem
GroupTableWidgetItem(VAbstractPattern *doc)
Definition:
group_tablewidgetitem.cpp:32
VAbstractPattern
Definition:
vabstractpattern.h:113
src
libs
vwidgets
group_tablewidgetitem.h
Generated by
1.9.1