KGantt

kganttstyleoptionganttitem.h
1/*
2 * SPDX-FileCopyrightText: 2001-2015 Klaralvdalens Datakonsult AB. All rights reserved.
3 *
4 * This file is part of the KGantt library.
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#ifndef KGANTTSTYLEOPTIONGANTTITEM_H
10#define KGANTTSTYLEOPTIONGANTTITEM_H
11
12#include "kganttglobal.h"
13
14#include <QStyleOptionViewItem>
15#include <QRectF>
16#include <QDebug>
17
18namespace KGantt {
19 class AbstractGrid;
20 class KGANTT_EXPORT StyleOptionGanttItem : public QStyleOptionViewItem {
21 public:
22 enum Position { Left, Right, Center, Hidden };
23
26 StyleOptionGanttItem& operator=( const StyleOptionGanttItem& other );
27
33 };
34}
35
36#ifndef QT_NO_DEBUG_STREAM
37
39QDebug operator<<( QDebug dbg, const KGantt::StyleOptionGanttItem& s );
40
41#endif /* QT_NO_DEBUG_STREAM */
42
43
44#endif /* KGANTTSTYLEOPTIONGANTTITEM_H */
45
Abstract baseclass for grids. A grid is used to convert between QModelIndex'es and gantt chart values...
QStyleOption subclass for gantt items.
Contains KGantt macros.
Global namespace.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:21 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.