KGantt
kganttgraphicsscene.h
148 void print( QPrinter* printer, qreal start, qreal end, bool drawRowLabels = true, bool drawColumnLabels = true );
156 void print( QPainter* painter, const QRectF& target = QRectF(), bool drawRowLabels=true, bool drawColumnLabels = true );
168 void print( QPainter* painter, qreal start, qreal end, const QRectF& target = QRectF(), bool drawRowLabels=true, bool drawColumnLabels = true );
214 void doPrintScene( QPrinter *printer, QPainter *painter, const QRectF& targetRect, const PrintingContext &context );
Abstract baseclass for grids. A grid is used to convert between QModelIndex'es and gantt chart values...
Definition kganttabstractgrid.h:36
Abstract baseclass for row controllers. A row controller is used by the GraphicsView to nagivate the ...
Definition kganttabstractrowcontroller.h:28
Definition kganttgraphicsitem.h:32
static QModelIndex dataIndex(const QModelIndex &idx)
Definition kganttgraphicsscene.cpp:380
void printDiagram(QPrinter *printer, const PrintingContext &context)
Definition kganttgraphicsscene.cpp:777
GraphicsItem * createItem(ItemType type) const
Definition kganttgraphicsscene.cpp:395
void print(QPrinter *printer, bool drawRowLabels=true, bool drawColumnLabels=true)
Definition kganttgraphicsscene.cpp:723
const AbstractGrid * getGrid() const
Definition kganttgraphicsscene.cpp:346
Class used to render gantt items in a KGantt::GraphicsView.
Definition kganttitemdelegate.h:28
The PrintingContext class provides options for printing the gantt chart.
Definition kganttprintingcontext.h:28
Q_SCRIPTABLE QString start(QString train="")
Contains KGantt macros.
QGraphicsScene(QObject *parent)
virtual bool event(QEvent *event) override
void removeItem(QGraphicsItem *item)
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:31 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:31 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.