kdgantt2
KDGantt::DateTimeGrid Member List
This is the complete list of members for KDGantt::DateTimeGrid, including all inherited members.
| AbstractGrid(QObject *parent=0) | KDGantt::AbstractGrid | inline |
| blockSignals(bool block) | QObject | |
| checkConnectArgs(const char *signal, const QObject *object, const char *method) | QObject | protected |
| child(const char *objName, const char *inheritsClass, bool recursiveSearch) const | QObject | |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | |
| className() const | QObject | |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const | QObject | |
| connectNotify(const char *signal) | QObject | protectedvirtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| DateTimeGrid() | KDGantt::DateTimeGrid | inline |
| dayWidth() const | KDGantt::DateTimeGrid | |
| deleteLater() | QObject | |
| destroyed(QObject *obj) | QObject | |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
| disconnect(const char *signal, const QObject *receiver, const char *method) | QObject | |
| disconnect(const QObject *receiver, const char *method) | QObject | |
| disconnectNotify(const char *signal) | QObject | protectedvirtual |
| dumpObjectInfo() | QObject | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() const | QObject | |
| event(QEvent *e) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| findChild(const QString &name) const | QObject | |
| findChildren(const QString &name) const | QObject | |
| findChildren(const QRegExp ®Exp) const | QObject | |
| freeDays() const | KDGantt::DateTimeGrid | |
| gridChanged() | KDGantt::AbstractGrid | signal |
| inherits(const char *className) const | QObject | |
| insertChild(QObject *object) | QObject | |
| installEventFilter(QObject *filterObj) | QObject | |
| isA(const char *className) const | QObject | |
| isSatisfiedConstraint(const Constraint &c) const | KDGantt::AbstractGrid | |
| isWidgetType() const | QObject | |
| killTimer(int id) | QObject | |
| mapFromChart(const Span &span, const QModelIndex &idx, const QList< Constraint > &constraints=QList< Constraint >()) const | KDGantt::DateTimeGrid | virtual |
| mapFromDateTime(const QDateTime &dt) const | KDGantt::DateTimeGrid | |
| mapToChart(const QModelIndex &idx) const | KDGantt::DateTimeGrid | virtual |
| mapToDateTime(qreal x) const | KDGantt::DateTimeGrid | |
| metaObject() const | QObject | virtual |
| model() const | KDGantt::AbstractGrid | |
| moveToThread(QThread *targetThread) | QObject | |
| name() const | QObject | |
| name(const char *defaultName) const | QObject | |
| noInformationBrush() const | KDGantt::DateTimeGrid | |
| normalizeSignalSlot(const char *signalSlot) | QObject | protectedstatic |
| objectName | QObject | |
| objectName() const | QObject | |
| paintDayScaleHeader(QPainter *painter, const QRectF &headerRect, const QRectF &exposedRect, qreal offset, QWidget *widget=0) | KDGantt::DateTimeGrid | protectedvirtual |
| paintGrid(QPainter *painter, const QRectF &sceneRect, const QRectF &exposedRect, AbstractRowController *rowController=0, QWidget *widget=0) | KDGantt::DateTimeGrid | virtual |
| paintHeader(QPainter *painter, const QRectF &headerRect, const QRectF &exposedRect, qreal offset, QWidget *widget=0) | KDGantt::DateTimeGrid | virtual |
| paintHourScaleHeader(QPainter *painter, const QRectF &headerRect, const QRectF &exposedRect, qreal offset, QWidget *widget=0) | KDGantt::DateTimeGrid | protectedvirtual |
| paintUserDefinedHeader(QPainter *painter, const QRectF &headerRect, const QRectF &exposedRect, qreal offset, const DateTimeScaleFormatter *formatter, QWidget *widget=0) | KDGantt::DateTimeGrid | protectedvirtual |
| parent() const | QObject | |
| property(const char *name) const | QObject | |
| QObject(QObject *parent) | QObject | |
| QObject(QObject *parent, const char *name) | QObject | |
| receivers(const char *signal) const | QObject | protected |
| removeChild(QObject *object) | QObject | |
| removeEventFilter(QObject *obj) | QObject | |
| rootIndex() const | KDGantt::AbstractGrid | |
| rowSeparators() const | KDGantt::DateTimeGrid | |
| Scale enum name | KDGantt::DateTimeGrid | |
| scale() const | KDGantt::DateTimeGrid | |
| ScaleAuto enum value | KDGantt::DateTimeGrid | |
| ScaleDay enum value | KDGantt::DateTimeGrid | |
| ScaleHour enum value | KDGantt::DateTimeGrid | |
| ScaleMonth enum value | KDGantt::DateTimeGrid | |
| ScaleUserDefined enum value | KDGantt::DateTimeGrid | |
| ScaleWeek enum value | KDGantt::DateTimeGrid | |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| setDayWidth(qreal) | KDGantt::DateTimeGrid | |
| setFreeDays(const QSet< Qt::DayOfWeek > &fd) | KDGantt::DateTimeGrid | |
| setModel(QAbstractItemModel *model) | KDGantt::AbstractGrid | virtualslot |
| setName(const char *name) | QObject | |
| setNoInformationBrush(const QBrush &brush) | KDGantt::DateTimeGrid | |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setRootIndex(const QModelIndex &idx) | KDGantt::AbstractGrid | virtualslot |
| setRowSeparators(bool enable) | KDGantt::DateTimeGrid | |
| setScale(Scale s) | KDGantt::DateTimeGrid | |
| setStartDateTime(const QDateTime &dt) | KDGantt::DateTimeGrid | |
| setUserDefinedLowerScale(DateTimeScaleFormatter *lower) | KDGantt::DateTimeGrid | |
| setUserDefinedUpperScale(DateTimeScaleFormatter *upper) | KDGantt::DateTimeGrid | |
| setWeekStart(Qt::DayOfWeek) | KDGantt::DateTimeGrid | |
| signalsBlocked() const | QObject | |
| startDateTime() const | KDGantt::DateTimeGrid | |
| startTimer(int interval) | QObject | |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| userDefinedLowerScale() const | KDGantt::DateTimeGrid | |
| userDefinedUpperScale() const | KDGantt::DateTimeGrid | |
| weekStart() const | KDGantt::DateTimeGrid | |
| ~AbstractGrid() | KDGantt::AbstractGrid | virtual |
| ~DateTimeGrid() | KDGantt::DateTimeGrid | virtual |
| ~QObject() | QObject | virtual |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference