KD Chart API Documentation
3.1
src
KDChart
ChartGraphicsItem.cpp
Go to the documentation of this file.
1
/****************************************************************************
2
**
3
** This file is part of the KD Chart library.
4
**
5
** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6
**
7
** SPDX-License-Identifier: MIT
8
**
9
****************************************************************************/
10
11
#include "
ChartGraphicsItem.h
"
12
13
using namespace
KDChart
;
14
15
ChartGraphicsItem::ChartGraphicsItem
()
16
: QGraphicsPolygonItem()
17
{
18
}
19
20
ChartGraphicsItem::ChartGraphicsItem
(
int
row,
int
column)
21
: QGraphicsPolygonItem()
22
, m_row(row)
23
, m_column(column)
24
{
25
}
ChartGraphicsItem.h
KDChart::ChartGraphicsItem::ChartGraphicsItem
ChartGraphicsItem()
Definition:
ChartGraphicsItem.cpp:15
KDChart
Definition:
CartesianCoordinateTransformation.h:23
© 2001 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-chart/
Generated by doxygen 1.9.1