KGantt
kganttview.h
183 void print( QPrinter* printer, qreal start, qreal end, bool drawRowLabels=true, bool drawColumnLabels=true );
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
The GraphicsView class provides a model/view implementation of a gantt chart.
Definition kganttgraphicsview.h:36
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
void setItemDelegate(KGantt::ItemDelegate *)
Definition kganttview.cpp:431
void setRowController(AbstractRowController *)
Definition kganttview.cpp:280
void setSelectionModel(QItemSelectionModel *smodel)
Definition kganttview.cpp:371
QItemSelectionModel * selectionModel() const
Definition kganttview.cpp:365
void printDiagram(QPrinter *printer, const PrintingContext &context=PrintingContext())
Definition kganttview.cpp:517
void print(QPrinter *printer, bool drawRowLabels=true, bool drawColumnLabels=true)
Definition kganttview.cpp:487
void setConstraintModel(KGantt::ConstraintModel *)
Definition kganttview.cpp:438
Q_SCRIPTABLE QString start(QString train="")
Contains KGantt macros.
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
pos
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.