MCPcopy Create free account
hub / github.com/KDAB/KDChart / EntryDelegate

Method EntryDelegate

examples/Gantt/legend_example/entrydelegate.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include <QStandardItemModel>
21
22EntryDelegate::EntryDelegate(KDGantt::ConstraintModel *constraintModel, QObject *parent)
23 : QItemDelegate(parent)
24{
25 this->constraintModel = constraintModel;
26}
27
28bool EntryDelegate::editorEvent(QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index)
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected