KGantt::GraphicsScene

Search for usage in LXR

#include <kganttgraphicsscene.h>

Inheritance diagram for KGantt::GraphicsScene:

Signals

void clicked (const QModelIndex &index)
 
void entered (const QModelIndex &index)
 
void gridChanged ()
 
void pressed (const QModelIndex &index)
 
void qrealClicked (const QModelIndex &index)
 

Public Slots

void setConstraintModel (KGantt::ConstraintModel *)
 
void setModel (QAbstractItemModel *)
 
void setReadOnly (bool)
 
void setRootIndex (const QModelIndex &idx)
 
void setSelectionModel (QItemSelectionModel *selectionmodel)
 
void setSummaryHandlingModel (QAbstractProxyModel *)
 

Public Member Functions

 GraphicsScene (QObject *parent=nullptr)
 
void clearItems ()
 
ConstraintModelconstraintModel () const
 
GraphicsItemcreateItem (ItemType type) const
 
void deleteSubtree (const QModelIndex &)
 
GraphicsItemdragSource () const
 
ConstraintGraphicsItemfindConstraintItem (const Constraint &) const
 
QList< ConstraintGraphicsItem * > findConstraintItems (const QModelIndex &idx) const
 
GraphicsItemfindItem (const QModelIndex &) const
 
GraphicsItemfindItem (const QPersistentModelIndex &) const
 
const AbstractGridgetGrid () const
 
AbstractGridgrid () const
 
void insertItem (const QPersistentModelIndex &, GraphicsItem *)
 
bool isReadOnly () const
 
void itemClicked (const QModelIndex &)
 
ItemDelegateitemDelegate () const
 
void itemDoubleClicked (const QModelIndex &)
 
void itemEntered (const QModelIndex &)
 
void itemPressed (const QModelIndex &idx, QGraphicsSceneMouseEvent *event)
 
QAbstractItemModelmodel () const
 
void print (QPainter *painter, const QRectF &target=QRectF(), bool drawRowLabels=true, bool drawColumnLabels=true)
 
void print (QPainter *painter, qreal start, qreal end, const QRectF &target=QRectF(), bool drawRowLabels=true, bool drawColumnLabels=true)
 
void print (QPrinter *printer, bool drawRowLabels=true, bool drawColumnLabels=true)
 
void print (QPrinter *printer, qreal start, qreal end, bool drawRowLabels=true, bool drawColumnLabels=true)
 
void printDiagram (QPrinter *printer, const PrintingContext &context)
 
void removeItem (const QModelIndex &)
 
void removeItem (QGraphicsItem *item)
 
QModelIndex rootIndex () const
 
AbstractRowControllerrowController () const
 
QItemSelectionModelselectionModel () const
 
void setDragSource (GraphicsItem *item)
 
void setGrid (AbstractGrid *grid)
 
void setItemDelegate (ItemDelegate *)
 
void setRowController (AbstractRowController *rc)
 
QAbstractProxyModelsummaryHandlingModel () const
 
AbstractGridtakeGrid ()
 
void updateItems ()
 
void updateRow (const QModelIndex &idx)
 
- Public Member Functions inherited from QGraphicsScene
 QGraphicsScene (const QRectF &sceneRect, QObject *parent)
 
 QGraphicsScene (QObject *parent)
 
 QGraphicsScene (qreal x, qreal y, qreal width, qreal height, QObject *parent)
 
QGraphicsItemactivePanel () const const
 
QGraphicsWidgetactiveWindow () const const
 
QGraphicsEllipseItemaddEllipse (const QRectF &rect, const QPen &pen, const QBrush &brush)
 
QGraphicsEllipseItemaddEllipse (qreal x, qreal y, qreal w, qreal h, const QPen &pen, const QBrush &brush)
 
void addItem (QGraphicsItem *item)
 
QGraphicsLineItemaddLine (const QLineF &line, const QPen &pen)
 
QGraphicsLineItemaddLine (qreal x1, qreal y1, qreal x2, qreal y2, const QPen &pen)
 
QGraphicsPathItemaddPath (const QPainterPath &path, const QPen &pen, const QBrush &brush)
 
QGraphicsPixmapItemaddPixmap (const QPixmap &pixmap)
 
QGraphicsPolygonItemaddPolygon (const QPolygonF &polygon, const QPen &pen, const QBrush &brush)
 
QGraphicsRectItemaddRect (const QRectF &rect, const QPen &pen, const QBrush &brush)
 
QGraphicsRectItemaddRect (qreal x, qreal y, qreal w, qreal h, const QPen &pen, const QBrush &brush)
 
QGraphicsSimpleTextItemaddSimpleText (const QString &text, const QFont &font)
 
QGraphicsTextItemaddText (const QString &text, const QFont &font)
 
QGraphicsProxyWidgetaddWidget (QWidget *widget, Qt::WindowFlags wFlags)
 
void advance ()
 
QBrush backgroundBrush () const const
 
int bspTreeDepth () const const
 
void changed (const QList< QRectF > &region)
 
void clear ()
 
void clearFocus ()
 
void clearSelection ()
 
QList< QGraphicsItem * > collidingItems (const QGraphicsItem *item, Qt::ItemSelectionMode mode) const const
 
QGraphicsItemGroupcreateItemGroup (const QList< QGraphicsItem * > &items)
 
void destroyItemGroup (QGraphicsItemGroup *group)
 
QGraphicsItemfocusItem () const const
 
void focusItemChanged (QGraphicsItem *newFocusItem, QGraphicsItem *oldFocusItem, Qt::FocusReason reason)
 
bool focusOnTouch () const const
 
QFont font () const const
 
QBrush foregroundBrush () const const
 
bool hasFocus () const const
 
qreal height () const const
 
virtual QVariant inputMethodQuery (Qt::InputMethodQuery query) const const
 
void invalidate (const QRectF &rect, SceneLayers layers)
 
void invalidate (qreal x, qreal y, qreal w, qreal h, SceneLayers layers)
 
bool isActive () const const
 
QGraphicsItemitemAt (const QPointF &position, const QTransform &deviceTransform) const const
 
QGraphicsItemitemAt (qreal x, qreal y, const QTransform &deviceTransform) const const
 
ItemIndexMethod itemIndexMethod () const const
 
QList< QGraphicsItem * > items (const QPainterPath &path, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const
 
QList< QGraphicsItem * > items (const QPointF &pos, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const
 
QList< QGraphicsItem * > items (const QPolygonF &polygon, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const
 
QList< QGraphicsItem * > items (const QRectF &rect, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const
 
QList< QGraphicsItem * > items (qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const
 
QList< QGraphicsItem * > items (Qt::SortOrder order) const const
 
QRectF itemsBoundingRect () const const
 
qreal minimumRenderSize () const const
 
QGraphicsItemmouseGrabberItem () const const
 
QPalette palette () const const
 
void removeItem (QGraphicsItem *item)
 
void render (QPainter *painter, const QRectF &target, const QRectF &source, Qt::AspectRatioMode aspectRatioMode)
 
QRectF sceneRect () const const
 
void sceneRectChanged (const QRectF &rect)
 
QList< QGraphicsItem * > selectedItems () const const
 
QPainterPath selectionArea () const const
 
void selectionChanged ()
 
bool sendEvent (QGraphicsItem *item, QEvent *event)
 
void setActivePanel (QGraphicsItem *item)
 
void setActiveWindow (QGraphicsWidget *widget)
 
void setBackgroundBrush (const QBrush &brush)
 
void setBspTreeDepth (int depth)
 
void setFocus (Qt::FocusReason focusReason)
 
void setFocusItem (QGraphicsItem *item, Qt::FocusReason focusReason)
 
void setFocusOnTouch (bool enabled)
 
void setFont (const QFont &font)
 
void setForegroundBrush (const QBrush &brush)
 
void setItemIndexMethod (ItemIndexMethod method)
 
void setMinimumRenderSize (qreal minSize)
 
void setPalette (const QPalette &palette)
 
void setSceneRect (const QRectF &rect)
 
void setSceneRect (qreal x, qreal y, qreal w, qreal h)
 
void setSelectionArea (const QPainterPath &path, const QTransform &deviceTransform)
 
void setSelectionArea (const QPainterPath &path, Qt::ItemSelectionOperation selectionOperation, Qt::ItemSelectionMode mode, const QTransform &deviceTransform)
 
void setStickyFocus (bool enabled)
 
void setStyle (QStyle *style)
 
bool stickyFocus () const const
 
QStylestyle () const const
 
void update (const QRectF &rect)
 
void update (qreal x, qreal y, qreal w, qreal h)
 
QList< QGraphicsView * > views () const const
 
qreal width () const const
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
QBindable< QStringbindableObjectName ()
 
bool blockSignals (bool block)
 
const QObjectListchildren () const const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const const
 
bool disconnect (const QObject *receiver, const char *method) const const
 
void dumpObjectInfo () const const
 
void dumpObjectTree () const const
 
QList< QByteArraydynamicPropertyNames () const const
 
findChild (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (Qt::FindChildOptions options) const const
 
bool inherits (const char *className) const const
 
void installEventFilter (QObject *filterObj)
 
bool isQuickItemType () const const
 
bool isWidgetType () const const
 
bool isWindowType () const const
 
void killTimer (int id)
 
virtual const QMetaObjectmetaObject () const const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const const
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const const
 
QVariant property (const char *name) const const
 
 Q_CLASSINFO (Name, Value)
 
 Q_EMIT Q_EMIT
 
 Q_ENUM (...)
 
 Q_ENUM_NS (...)
 
 Q_ENUMS (...)
 
 Q_FLAG (...)
 
 Q_FLAG_NS (...)
 
 Q_FLAGS (...)
 
 Q_GADGET Q_GADGET
 
 Q_GADGET_EXPORT (EXPORT_MACRO)
 
 Q_INTERFACES (...)
 
 Q_INVOKABLE Q_INVOKABLE
 
 Q_MOC_INCLUDE Q_MOC_INCLUDE
 
 Q_NAMESPACE Q_NAMESPACE
 
 Q_NAMESPACE_EXPORT (EXPORT_MACRO)
 
 Q_OBJECT Q_OBJECT
 
 Q_PROPERTY (...)
 
 Q_REVISION Q_REVISION
 
 Q_SET_OBJECT_NAME (Object)
 
 Q_SIGNAL Q_SIGNAL
 
 Q_SIGNALS Q_SIGNALS
 
 Q_SLOT Q_SLOT
 
 Q_SLOTS Q_SLOTS
 
qobject_cast (const QObject *object)
 
qobject_cast (QObject *object)
 
 QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 
void removeEventFilter (QObject *obj)
 
void setObjectName (const QString &name)
 
void setObjectName (QAnyStringView name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool setProperty (const char *name, QVariant &&value)
 
bool signalsBlocked () const const
 
int startTimer (int interval, Qt::TimerType timerType)
 
int startTimer (std::chrono::milliseconds interval, Qt::TimerType timerType)
 
QThreadthread () const const
 

Static Public Member Functions

static QModelIndex dataIndex (const QModelIndex &idx)
 
static QModelIndex mainIndex (const QModelIndex &idx)
 
- Static Public Member Functions inherited from QObject
QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 

Protected Member Functions

void drawBackground (QPainter *painter, const QRectF &rect) override
 
void drawForeground (QPainter *painter, const QRectF &rect) override
 
void helpEvent (QGraphicsSceneHelpEvent *helpEvent) override
 
- Protected Member Functions inherited from QGraphicsScene
virtual void contextMenuEvent (QGraphicsSceneContextMenuEvent *contextMenuEvent)
 
virtual void dragEnterEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dragLeaveEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dragMoveEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void drawItems (QPainter *painter, int numItems, QGraphicsItem *[] items, const QStyleOptionGraphicsItem[] options, QWidget *widget)
 
virtual void dropEvent (QGraphicsSceneDragDropEvent *event)
 
virtual bool event (QEvent *event) override
 
virtual bool eventFilter (QObject *watched, QEvent *event) override
 
virtual void focusInEvent (QFocusEvent *focusEvent)
 
virtual bool focusNextPrevChild (bool next)
 
virtual void focusOutEvent (QFocusEvent *focusEvent)
 
virtual void inputMethodEvent (QInputMethodEvent *event)
 
virtual void keyPressEvent (QKeyEvent *keyEvent)
 
virtual void keyReleaseEvent (QKeyEvent *keyEvent)
 
virtual void mouseDoubleClickEvent (QGraphicsSceneMouseEvent *mouseEvent)
 
virtual void mouseMoveEvent (QGraphicsSceneMouseEvent *mouseEvent)
 
virtual void mousePressEvent (QGraphicsSceneMouseEvent *mouseEvent)
 
virtual void mouseReleaseEvent (QGraphicsSceneMouseEvent *mouseEvent)
 
virtual void wheelEvent (QGraphicsSceneWheelEvent *wheelEvent)
 
- Protected Member Functions inherited from QObject
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const const
 
int receivers (const char *signal) const const
 
QObjectsender () const const
 
int senderSignalIndex () const const
 
virtual void timerEvent (QTimerEvent *event)
 

Additional Inherited Members

- Public Types inherited from QGraphicsScene
enum  ItemIndexMethod
 
enum  SceneLayer
 
- Properties inherited from QGraphicsScene
 backgroundBrush
 
 bspTreeDepth
 
 focusOnTouch
 
 font
 
 foregroundBrush
 
 itemIndexMethod
 
 minimumRenderSize
 
 palette
 
 sceneRect
 
 stickyFocus
 
- Properties inherited from QObject
 objectName
 
- Public Attributes inherited from QGraphicsScene
 AllLayers
 
 BackgroundLayer
 
 BspTreeIndex
 
 ForegroundLayer
 
 ItemLayer
 
 NoIndex
 
typedef SceneLayers
 
- Public Attributes inherited from QObject
typedef QObjectList
 

Detailed Description

Definition at line 43 of file kganttgraphicsscene.h.

Constructor & Destructor Documentation

◆ GraphicsScene()

GraphicsScene::GraphicsScene ( QObject * parent = nullptr)
explicit

Definition at line 192 of file kganttgraphicsscene.cpp.

◆ ~GraphicsScene()

GraphicsScene::~GraphicsScene ( )
override

Definition at line 198 of file kganttgraphicsscene.cpp.

Member Function Documentation

◆ clearItems()

void GraphicsScene::clearItems ( )

Definition at line 554 of file kganttgraphicsscene.cpp.

◆ constraintModel()

ConstraintModel * GraphicsScene::constraintModel ( ) const

Definition at line 264 of file kganttgraphicsscene.cpp.

◆ createItem()

GraphicsItem * GraphicsScene::createItem ( ItemType type) const

Creates a new item of type type.

Definition at line 395 of file kganttgraphicsscene.cpp.

◆ dataIndex()

QModelIndex GraphicsScene::dataIndex ( const QModelIndex & idx)
static

Returns the index pointing to the last column in the same row as idx. This can be thought of as in "inverse" of mainIndex()

Definition at line 380 of file kganttgraphicsscene.cpp.

◆ deleteSubtree()

void GraphicsScene::deleteSubtree ( const QModelIndex & _idx)

Definition at line 570 of file kganttgraphicsscene.cpp.

◆ dragSource()

GraphicsItem * GraphicsScene::dragSource ( ) const

Definition at line 717 of file kganttgraphicsscene.cpp.

◆ drawBackground()

void GraphicsScene::drawBackground ( QPainter * painter,
const QRectF & rect )
overrideprotectedvirtual

Reimplemented from QGraphicsScene.

Definition at line 646 of file kganttgraphicsscene.cpp.

◆ drawForeground()

void GraphicsScene::drawForeground ( QPainter * painter,
const QRectF & rect )
overrideprotectedvirtual

Reimplemented from QGraphicsScene.

Definition at line 678 of file kganttgraphicsscene.cpp.

◆ findConstraintItem()

ConstraintGraphicsItem * GraphicsScene::findConstraintItem ( const Constraint & c) const

Definition at line 586 of file kganttgraphicsscene.cpp.

◆ findItem() [1/2]

GraphicsItem * GraphicsScene::findItem ( const QModelIndex & idx) const

Definition at line 538 of file kganttgraphicsscene.cpp.

◆ findItem() [2/2]

GraphicsItem * GraphicsScene::findItem ( const QPersistentModelIndex & idx) const

Definition at line 546 of file kganttgraphicsscene.cpp.

◆ getGrid()

const AbstractGrid * GraphicsScene::getGrid ( ) const
Returns
the current grid.

Definition at line 346 of file kganttgraphicsscene.cpp.

◆ grid()

AbstractGrid * GraphicsScene::grid ( ) const
Returns
the grid set with setGrid(). Note: Returns nullptr if no grid has been set.

Definition at line 340 of file kganttgraphicsscene.cpp.

◆ helpEvent()

void GraphicsScene::helpEvent ( QGraphicsSceneHelpEvent * helpEvent)
overrideprotectedvirtual

Reimplemented from QGraphicsScene.

Definition at line 632 of file kganttgraphicsscene.cpp.

◆ insertItem()

void GraphicsScene::insertItem ( const QPersistentModelIndex & idx,
GraphicsItem * item )

Definition at line 478 of file kganttgraphicsscene.cpp.

◆ isReadOnly()

bool GraphicsScene::isReadOnly ( ) const

Definition at line 356 of file kganttgraphicsscene.cpp.

◆ itemClicked()

void GraphicsScene::itemClicked ( const QModelIndex & idx)

Definition at line 702 of file kganttgraphicsscene.cpp.

◆ itemDelegate()

ItemDelegate * GraphicsScene::itemDelegate ( ) const

Definition at line 224 of file kganttgraphicsscene.cpp.

◆ itemDoubleClicked()

void GraphicsScene::itemDoubleClicked ( const QModelIndex & idx)

Definition at line 707 of file kganttgraphicsscene.cpp.

◆ itemEntered()

void GraphicsScene::itemEntered ( const QModelIndex & idx)

Definition at line 683 of file kganttgraphicsscene.cpp.

◆ itemPressed()

void GraphicsScene::itemPressed ( const QModelIndex & idx,
QGraphicsSceneMouseEvent * event )

Definition at line 688 of file kganttgraphicsscene.cpp.

◆ mainIndex()

QModelIndex GraphicsScene::mainIndex ( const QModelIndex & idx)
static

Definition at line 366 of file kganttgraphicsscene.cpp.

◆ model()

QAbstractItemModel * GraphicsScene::model ( ) const

Definition at line 229 of file kganttgraphicsscene.cpp.

◆ print() [1/4]

void GraphicsScene::print ( QPainter * painter,
const QRectF & target = QRectF(),
bool drawRowLabels = true,
bool drawColumnLabels = true )

Render the GanttView inside the rectangle target using the painter painter. If drawRowLabels is true (the default), each row will have it's label printed on the left side. If drawColumnLabels is true (the default), each column will have it's label printed at the top side.

Definition at line 755 of file kganttgraphicsscene.cpp.

◆ print() [2/4]

void GraphicsScene::print ( QPainter * painter,
qreal start,
qreal end,
const QRectF & target = QRectF(),
bool drawRowLabels = true,
bool drawColumnLabels = true )

Render the GanttView inside the rectangle target using the painter painter. If drawRowLabels is true (the default), each row will have it's label printed on the left side. If drawColumnLabels is true (the default), each column will have it's label printed at the top side.

To print a certain range of a chart with a DateTimeGrid, use qreal DateTimeGrid::mapFromDateTime( const QDateTime& dt) const to figure out the values for start and end.

Definition at line 766 of file kganttgraphicsscene.cpp.

◆ print() [3/4]

void GraphicsScene::print ( QPrinter * printer,
bool drawRowLabels = true,
bool drawColumnLabels = true )

Print the Gantt chart using printer. If drawRowLabels is true (the default), each row will have it's label printed on the left side. If drawColumnLabels is true (the default), each column will have it's label printed at the top side.

This version of print() will print multiple pages.

Definition at line 723 of file kganttgraphicsscene.cpp.

◆ print() [4/4]

void GraphicsScene::print ( QPrinter * printer,
qreal start,
qreal end,
bool drawRowLabels = true,
bool drawColumnLabels = true )

Print part of the Gantt chart from start to end using printer. If drawRowLabels is true (the default), each row will have it's label printed on the left side. If drawColumnLabels is true (the default), each column will have it's label printed at the top side.

This version of print() will print multiple pages.

To print a certain range of a chart with a DateTimeGrid, use qreal DateTimeGrid::mapFromDateTime( const QDateTime& dt) const to figure out the values for start and end.

Definition at line 738 of file kganttgraphicsscene.cpp.

◆ printDiagram()

void GraphicsScene::printDiagram ( QPrinter * printer,
const PrintingContext & context )

Print the Gantt chart on the printer in accordance with the PrintingContext context

See also
PrintingContext
Since
2.8.0

Definition at line 777 of file kganttgraphicsscene.cpp.

◆ removeItem()

void GraphicsScene::removeItem ( const QModelIndex & idx)

Definition at line 513 of file kganttgraphicsscene.cpp.

◆ rootIndex()

QModelIndex GraphicsScene::rootIndex ( ) const

Definition at line 259 of file kganttgraphicsscene.cpp.

◆ rowController()

AbstractRowController * GraphicsScene::rowController ( ) const

Definition at line 308 of file kganttgraphicsscene.cpp.

◆ selectionModel()

QItemSelectionModel * GraphicsScene::selectionModel ( ) const

Definition at line 298 of file kganttgraphicsscene.cpp.

◆ setConstraintModel

void GraphicsScene::setConstraintModel ( KGantt::ConstraintModel * cm)
slot

Definition at line 269 of file kganttgraphicsscene.cpp.

◆ setDragSource()

void GraphicsScene::setDragSource ( GraphicsItem * item)

Definition at line 712 of file kganttgraphicsscene.cpp.

◆ setGrid()

void GraphicsScene::setGrid ( AbstractGrid * grid)

Set the grid to grid.

The current grid (if set) is deleted. If grid is nullptr, the scene reverts to use the default_grid

Definition at line 325 of file kganttgraphicsscene.cpp.

◆ setItemDelegate()

void GraphicsScene::setItemDelegate ( ItemDelegate * delegate)

Definition at line 217 of file kganttgraphicsscene.cpp.

◆ setModel

void GraphicsScene::setModel ( QAbstractItemModel * model)
slot

Definition at line 235 of file kganttgraphicsscene.cpp.

◆ setReadOnly

void GraphicsScene::setReadOnly ( bool ro)
slot

Definition at line 351 of file kganttgraphicsscene.cpp.

◆ setRootIndex

void GraphicsScene::setRootIndex ( const QModelIndex & idx)
slot

Definition at line 254 of file kganttgraphicsscene.cpp.

◆ setRowController()

void GraphicsScene::setRowController ( AbstractRowController * rc)

Definition at line 303 of file kganttgraphicsscene.cpp.

◆ setSelectionModel

void GraphicsScene::setSelectionModel ( QItemSelectionModel * selectionmodel)
slot

Definition at line 284 of file kganttgraphicsscene.cpp.

◆ setSummaryHandlingModel

void GraphicsScene::setSummaryHandlingModel ( QAbstractProxyModel * proxyModel)
slot

Definition at line 248 of file kganttgraphicsscene.cpp.

◆ summaryHandlingModel()

QAbstractProxyModel * GraphicsScene::summaryHandlingModel ( ) const

Definition at line 243 of file kganttgraphicsscene.cpp.

◆ takeGrid()

AbstractGrid * GraphicsScene::takeGrid ( )
Returns
the grid set with setGrid() Note: Returns nullptr if no grid has been set. The scene reverts to use the default_grid.

Definition at line 313 of file kganttgraphicsscene.cpp.

◆ updateItems()

void GraphicsScene::updateItems ( )

Definition at line 559 of file kganttgraphicsscene.cpp.

◆ updateRow()

void GraphicsScene::updateRow ( const QModelIndex & idx)

Definition at line 428 of file kganttgraphicsscene.cpp.


The documentation for this class was generated from the following files:
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.