kigo
Kigo::GameScene Member List
This is the complete list of members for Kigo::GameScene, 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 | |
clearFocus() | QGraphicsScene | |
clearSelection() | QGraphicsScene | |
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 |
contextMenuEvent(QGraphicsSceneContextMenuEvent *contextMenuEvent) | QGraphicsScene | protectedvirtual |
createItemGroup(const QList< QGraphicsItem * > &items) | QGraphicsScene | |
cursorPixmapChanged(const QPixmap &) | Kigo::GameScene | signal |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | |
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 |
dragEnterEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
dragLeaveEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
dragMoveEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | 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 | |
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 | |
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 | |
GameScene(Game *game, QObject *parent=0) | Kigo::GameScene | explicit |
hasFocus() const | QGraphicsScene | |
height() const | QGraphicsScene | |
helpEvent(QGraphicsSceneHelpEvent *helpEvent) | QGraphicsScene | protectedvirtual |
inherits(const char *className) const | QObject | |
inputMethodEvent(QInputMethodEvent *event) | QGraphicsScene | protectedvirtual |
inputMethodQuery(Qt::InputMethodQuery query) const | QGraphicsScene | virtual |
insertChild(QObject *object) | QObject | |
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 | |
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 | |
itemIndexMethod | QGraphicsScene | |
itemIndexMethod() const | QGraphicsScene | |
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 | |
metaObject() const | QObject | virtual |
mouseDoubleClickEvent(QGraphicsSceneMouseEvent *mouseEvent) | QGraphicsScene | protectedvirtual |
mouseGrabberItem() const | QGraphicsScene | |
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 | |
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(QGraphicsItem *item) | QGraphicsScene | |
render(QPainter *painter, const QRectF &target, const QRectF &source, Qt::AspectRatioMode aspectRatioMode) | QGraphicsScene | |
resizeScene(int width, int height) | Kigo::GameScene | slot |
SceneLayers | QGraphicsScene | |
sceneRect | QGraphicsScene | |
sceneRect() const | QGraphicsScene | |
sceneRectChanged(const QRectF &rect) | QGraphicsScene | |
selectedItems() const | QGraphicsScene | |
selectionArea() const | QGraphicsScene | |
selectionChanged() | QGraphicsScene | |
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 | |
setFocus(Qt::FocusReason focusReason) | QGraphicsScene | |
setFocusItem(QGraphicsItem *item, Qt::FocusReason focusReason) | QGraphicsScene | |
setFont(const QFont &font) | QGraphicsScene | |
setForegroundBrush(const QBrush &brush) | QGraphicsScene | |
setItemIndexMethod(ItemIndexMethod method) | QGraphicsScene | |
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 | |
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 | |
setSortCacheEnabled(bool enabled) | QGraphicsScene | |
setStickyFocus(bool enabled) | QGraphicsScene | |
setStyle(QStyle *style) | QGraphicsScene | |
showHint(bool show) | Kigo::GameScene | slot |
showLabels(bool show) | Kigo::GameScene | slot |
showMessage(const QString &message, int msecs=2000) | Kigo::GameScene | slot |
showMoveNumbers(bool show) | Kigo::GameScene | slot |
showPlacementMarker(bool show) | Kigo::GameScene | slot |
showTerritory(bool show) | Kigo::GameScene | slot |
signalsBlocked() const | QObject | |
sortCacheEnabled | QGraphicsScene | |
startTimer(int interval) | QObject | |
stickyFocus | QGraphicsScene | |
stickyFocus() const | QGraphicsScene | |
style() const | QGraphicsScene | |
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 | |
views() const | QGraphicsScene | |
wheelEvent(QGraphicsSceneWheelEvent *wheelEvent) | QGraphicsScene | protectedvirtual |
width() const | QGraphicsScene | |
~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:18: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:18:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.