kdgantt2
KDGantt::GraphicsScene Member List
This is the complete list of members for KDGantt::GraphicsScene, including all inherited members.
activePanel() const | QGraphicsScene | |
activeWindow() const | QGraphicsScene | |
addEllipse(const QRectF &rect, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addEllipse(qreal x, qreal y, qreal w, qreal h, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addItem(QGraphicsItem *item) | QGraphicsScene | |
addLine(const QLineF &line, const QPen &pen) | QGraphicsScene | |
addLine(qreal x1, qreal y1, qreal x2, qreal y2, const QPen &pen) | QGraphicsScene | |
addPath(const QPainterPath &path, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addPixmap(const QPixmap &pixmap) | QGraphicsScene | |
addPolygon(const QPolygonF &polygon, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addRect(const QRectF &rect, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addRect(qreal x, qreal y, qreal w, qreal h, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addSimpleText(const QString &text, const QFont &font) | QGraphicsScene | |
addText(const QString &text, const QFont &font) | QGraphicsScene | |
addWidget(QWidget *widget, QFlags< Qt::WindowType > wFlags) | QGraphicsScene | |
advance() | QGraphicsScene | |
backgroundBrush | QGraphicsScene | |
backgroundBrush() const | QGraphicsScene | |
blockSignals(bool block) | QObject | |
bspTreeDepth | QGraphicsScene | |
bspTreeDepth() const | QGraphicsScene | |
changed(const QList< QRectF > ®ion) | QGraphicsScene | |
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 | |
clear() | QGraphicsScene | |
clearConstraintItems() | KDGantt::GraphicsScene | |
clearFocus() | QGraphicsScene | |
clearItems() | KDGantt::GraphicsScene | |
clearSelection() | QGraphicsScene | |
clicked(const QModelIndex &index) | KDGantt::GraphicsScene | signal |
collidingItems(const QGraphicsItem *item, Qt::ItemSelectionMode mode) const | QGraphicsScene | |
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 |
constraintModel() const | KDGantt::GraphicsScene | |
contextMenuEvent(QGraphicsSceneContextMenuEvent *contextMenuEvent) | QGraphicsScene | protectedvirtual |
createItem(ItemType type) const | KDGantt::GraphicsScene | |
createItemGroup(const QList< QGraphicsItem * > &items) | QGraphicsScene | |
customEvent(QEvent *event) | QObject | protectedvirtual |
dataIndex(const QModelIndex &idx) | KDGantt::GraphicsScene | static |
deleteLater() | QObject | |
deleteSubtree(const QModelIndex &) | KDGantt::GraphicsScene | |
destroyed(QObject *obj) | QObject | |
destroyItemGroup(QGraphicsItemGroup *group) | QGraphicsScene | |
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 |
doubleClicked(const QModelIndex &index) | KDGantt::GraphicsScene | signal |
dragEnterEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
dragLeaveEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
dragMoveEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
dragSource() const | KDGantt::GraphicsScene | |
drawBackground(QPainter *painter, const QRectF &rect) | KDGantt::GraphicsScene | protectedvirtual |
drawForeground(QPainter *painter, const QRectF &rect) | QGraphicsScene | protectedvirtual |
drawItems(QPainter *painter, int numItems, QGraphicsItem *[] items, const QStyleOptionGraphicsItem[] options, QWidget *widget) | QGraphicsScene | protectedvirtual |
dropEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
entered(const QModelIndex &index) | KDGantt::GraphicsScene | signal |
event(QEvent *event) | QGraphicsScene | protectedvirtual |
eventFilter(QObject *watched, QEvent *event) | QGraphicsScene | protectedvirtual |
findChild(const QString &name) const | QObject | |
findChildren(const QString &name) const | QObject | |
findChildren(const QRegExp ®Exp) const | QObject | |
findConstraintItem(const Constraint &) const | KDGantt::GraphicsScene | |
findConstraintItems(const QModelIndex &idx) const | KDGantt::GraphicsScene | |
findItem(const QModelIndex &) const | KDGantt::GraphicsScene | |
findItem(const QPersistentModelIndex &) const | KDGantt::GraphicsScene | |
focusInEvent(QFocusEvent *focusEvent) | QGraphicsScene | protectedvirtual |
focusItem() const | QGraphicsScene | |
focusNextPrevChild(bool next) | QGraphicsScene | protected |
focusOutEvent(QFocusEvent *focusEvent) | QGraphicsScene | protectedvirtual |
font | QGraphicsScene | |
font() const | QGraphicsScene | |
foregroundBrush | QGraphicsScene | |
foregroundBrush() const | QGraphicsScene | |
GraphicsScene(QObject *parent=0) | KDGantt::GraphicsScene | explicit |
grid() const | KDGantt::GraphicsScene | |
gridChanged() | KDGantt::GraphicsScene | signal |
hasFocus() const | QGraphicsScene | |
height() const | QGraphicsScene | |
helpEvent(QGraphicsSceneHelpEvent *helpEvent) | KDGantt::GraphicsScene | protectedvirtual |
inherits(const char *className) const | QObject | |
inputMethodEvent(QInputMethodEvent *event) | QGraphicsScene | protectedvirtual |
inputMethodQuery(Qt::InputMethodQuery query) const | QGraphicsScene | virtual |
insertChild(QObject *object) | QObject | |
insertItem(const QPersistentModelIndex &, GraphicsItem *) | KDGantt::GraphicsScene | |
installEventFilter(QObject *filterObj) | QObject | |
invalidate(qreal x, qreal y, qreal w, qreal h, QFlags< QGraphicsScene::SceneLayer > layers) | QGraphicsScene | |
invalidate(const QRectF &rect, QFlags< QGraphicsScene::SceneLayer > layers) | QGraphicsScene | |
isA(const char *className) const | QObject | |
isActive() const | QGraphicsScene | |
isReadOnly() const | KDGantt::GraphicsScene | |
isSortCacheEnabled() const | QGraphicsScene | |
isWidgetType() const | QObject | |
itemAt(const QPointF &position) const | QGraphicsScene | |
itemAt(const QPointF &position, const QTransform &deviceTransform) const | QGraphicsScene | |
itemAt(qreal x, qreal y) const | QGraphicsScene | |
itemAt(qreal x, qreal y, const QTransform &deviceTransform) const | QGraphicsScene | |
itemClicked(const QModelIndex &) | KDGantt::GraphicsScene | |
itemDelegate() const | KDGantt::GraphicsScene | |
itemDoubleClicked(const QModelIndex &) | KDGantt::GraphicsScene | |
itemEntered(const QModelIndex &) | KDGantt::GraphicsScene | |
itemIndexMethod | QGraphicsScene | |
itemIndexMethod() const | QGraphicsScene | |
itemPressed(const QModelIndex &) | KDGantt::GraphicsScene | |
items() const | QGraphicsScene | |
items(Qt::SortOrder order) const | QGraphicsScene | |
items(const QPointF &pos, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const | QGraphicsScene | |
items(const QRectF &rect, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const | QGraphicsScene | |
items(const QPolygonF &polygon, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const | QGraphicsScene | |
items(const QPainterPath &path, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const | QGraphicsScene | |
items(const QPointF &pos) const | QGraphicsScene | |
items(const QRectF &rectangle, Qt::ItemSelectionMode mode) const | QGraphicsScene | |
items(const QPolygonF &polygon, Qt::ItemSelectionMode mode) const | QGraphicsScene | |
items(const QPainterPath &path, Qt::ItemSelectionMode mode) const | QGraphicsScene | |
items(qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode) const | QGraphicsScene | |
items(qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const | QGraphicsScene | |
itemsBoundingRect() const | QGraphicsScene | |
keyPressEvent(QKeyEvent *keyEvent) | QGraphicsScene | protectedvirtual |
keyReleaseEvent(QKeyEvent *keyEvent) | QGraphicsScene | protectedvirtual |
killTimer(int id) | QObject | |
mainIndex(const QModelIndex &idx) | KDGantt::GraphicsScene | static |
metaObject() const | QObject | virtual |
model() const | KDGantt::GraphicsScene | |
mouseDoubleClickEvent(QGraphicsSceneMouseEvent *mouseEvent) | QGraphicsScene | protectedvirtual |
mouseGrabberItem() const | QGraphicsScene | |
mouseMoveEvent(QGraphicsSceneMouseEvent *mouseEvent) | QGraphicsScene | protectedvirtual |
mousePressEvent(QGraphicsSceneMouseEvent *mouseEvent) | QGraphicsScene | protectedvirtual |
mouseReleaseEvent(QGraphicsSceneMouseEvent *mouseEvent) | QGraphicsScene | protectedvirtual |
moveToThread(QThread *targetThread) | QObject | |
name() const | QObject | |
name(const char *defaultName) const | QObject | |
normalizeSignalSlot(const char *signalSlot) | QObject | protectedstatic |
objectName | QObject | |
objectName() const | QObject | |
palette | QGraphicsScene | |
palette() const | QGraphicsScene | |
parent() const | QObject | |
pressed(const QModelIndex &index) | KDGantt::GraphicsScene | signal |
print(QPrinter *printer, bool drawRowLabels=true) | KDGantt::GraphicsScene | |
print(QPrinter *printer, qreal start, qreal end, bool drawRowLabels=true) | KDGantt::GraphicsScene | |
print(QPainter *painter, const QRectF &target=QRectF(), bool drawRowLabels=true) | KDGantt::GraphicsScene | |
print(QPainter *painter, qreal start, qreal end, const QRectF &target=QRectF(), bool drawRowLabels=true) | KDGantt::GraphicsScene | |
property(const char *name) const | QObject | |
QGraphicsScene(QObject *parent) | QGraphicsScene | |
QGraphicsScene(const QRectF &sceneRect, QObject *parent) | QGraphicsScene | |
QGraphicsScene(qreal x, qreal y, qreal width, qreal height, QObject *parent) | QGraphicsScene | |
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 | |
removeItem(const QModelIndex &) | KDGantt::GraphicsScene | |
QGraphicsScene::removeItem(QGraphicsItem *item) | QGraphicsScene | |
render(QPainter *painter, const QRectF &target, const QRectF &source, Qt::AspectRatioMode aspectRatioMode) | QGraphicsScene | |
rootIndex() const | KDGantt::GraphicsScene | |
rowController() const | KDGantt::GraphicsScene | |
SceneLayers | QGraphicsScene | |
sceneRect | QGraphicsScene | |
sceneRect() const | QGraphicsScene | |
sceneRectChanged(const QRectF &rect) | QGraphicsScene | |
selectedItems() const | QGraphicsScene | |
selectionArea() const | QGraphicsScene | |
selectionChanged() | QGraphicsScene | |
selectionModel() const | KDGantt::GraphicsScene | |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
sendEvent(QGraphicsItem *item, QEvent *event) | QGraphicsScene | |
setActivePanel(QGraphicsItem *item) | QGraphicsScene | |
setActiveWindow(QGraphicsWidget *widget) | QGraphicsScene | |
setBackgroundBrush(const QBrush &brush) | QGraphicsScene | |
setBspTreeDepth(int depth) | QGraphicsScene | |
setConstraintModel(ConstraintModel *) | KDGantt::GraphicsScene | slot |
setDragSource(GraphicsItem *item) | KDGantt::GraphicsScene | |
setFocus(Qt::FocusReason focusReason) | QGraphicsScene | |
setFocusItem(QGraphicsItem *item, Qt::FocusReason focusReason) | QGraphicsScene | |
setFont(const QFont &font) | QGraphicsScene | |
setForegroundBrush(const QBrush &brush) | QGraphicsScene | |
setGrid(AbstractGrid *grid) | KDGantt::GraphicsScene | |
setItemDelegate(ItemDelegate *) | KDGantt::GraphicsScene | |
setItemIndexMethod(ItemIndexMethod method) | QGraphicsScene | |
setModel(QAbstractItemModel *) | KDGantt::GraphicsScene | slot |
setName(const char *name) | QObject | |
setObjectName(const QString &name) | QObject | |
setPalette(const QPalette &palette) | QGraphicsScene | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setReadOnly(bool) | KDGantt::GraphicsScene | slot |
setRootIndex(const QModelIndex &idx) | KDGantt::GraphicsScene | slot |
setRowController(AbstractRowController *rc) | KDGantt::GraphicsScene | |
setSceneRect(const QRectF &rect) | QGraphicsScene | |
setSceneRect(qreal x, qreal y, qreal w, qreal h) | QGraphicsScene | |
setSelectionArea(const QPainterPath &path) | QGraphicsScene | |
setSelectionArea(const QPainterPath &path, const QTransform &deviceTransform) | QGraphicsScene | |
setSelectionArea(const QPainterPath &path, Qt::ItemSelectionMode mode) | QGraphicsScene | |
setSelectionArea(const QPainterPath &path, Qt::ItemSelectionMode mode, const QTransform &deviceTransform) | QGraphicsScene | |
setSelectionModel(QItemSelectionModel *selectionmodel) | KDGantt::GraphicsScene | slot |
setSortCacheEnabled(bool enabled) | QGraphicsScene | |
setStickyFocus(bool enabled) | QGraphicsScene | |
setStyle(QStyle *style) | QGraphicsScene | |
setSummaryHandlingModel(QAbstractProxyModel *) | KDGantt::GraphicsScene | slot |
signalsBlocked() const | QObject | |
sortCacheEnabled | QGraphicsScene | |
startTimer(int interval) | QObject | |
stickyFocus | QGraphicsScene | |
stickyFocus() const | QGraphicsScene | |
style() const | QGraphicsScene | |
summaryHandlingModel() const | KDGantt::GraphicsScene | |
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 |
update(qreal x, qreal y, qreal w, qreal h) | QGraphicsScene | |
update(const QRectF &rect) | QGraphicsScene | |
updateItems() | KDGantt::GraphicsScene | |
updateRow(const QModelIndex &idx) | KDGantt::GraphicsScene | |
views() const | QGraphicsScene | |
wheelEvent(QGraphicsSceneWheelEvent *wheelEvent) | QGraphicsScene | protectedvirtual |
width() const | QGraphicsScene | |
~GraphicsScene() | KDGantt::GraphicsScene | virtual |
~QGraphicsScene() | QGraphicsScene | 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.