KD Chart API Documentation  3.1
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 
16  : QGraphicsPolygonItem()
17 {
18 }
19 
21  : QGraphicsPolygonItem()
22  , m_row(row)
23  , m_column(column)
24 {
25 }

© 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