![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
_useDefaultBehavior | Tinkercell::GraphicsScene | [protected] |
addItem(QGraphicsItem *item) | Tinkercell::GraphicsScene | [virtual] |
BackgroundBrush | Tinkercell::GraphicsScene | [static] |
BackgroundColor | Tinkercell::GraphicsScene | [static] |
centerOn(const QPointF &point) const | Tinkercell::GraphicsScene | [virtual] |
clearSelection() | Tinkercell::GraphicsScene | [virtual] |
clearStaticItems() | Tinkercell::GraphicsScene | [protected, static] |
clickedButton | Tinkercell::GraphicsScene | [protected] |
clickedPoint | Tinkercell::GraphicsScene | [protected] |
clickedScreenPoint | Tinkercell::GraphicsScene | [protected] |
colorChanged(GraphicsScene *scene, const QList< QGraphicsItem * > &items) | Tinkercell::GraphicsScene | [signal] |
console() const | Tinkercell::GraphicsScene | |
contextItemsMenu | Tinkercell::GraphicsScene | |
contextMenuEvent(QGraphicsSceneContextMenuEvent *contextMenuEvent) | Tinkercell::GraphicsScene | [protected, virtual] |
contextMenuJustActivated | Tinkercell::GraphicsScene | [protected] |
contextScreenMenu | Tinkercell::GraphicsScene | |
copiedFromScene | Tinkercell::GraphicsScene | [protected, static] |
copy() | Tinkercell::GraphicsScene | [virtual, slot] |
copyItems(GraphicsScene *scene, QList< QGraphicsItem * > &, QList< ItemHandle * > &) | Tinkercell::GraphicsScene | [signal] |
cut() | Tinkercell::GraphicsScene | [virtual, slot] |
deselect(QGraphicsItem *item) | Tinkercell::GraphicsScene | [virtual] |
deselect() | Tinkercell::GraphicsScene | [virtual, slot] |
disableGrid() | Tinkercell::GraphicsScene | [virtual] |
drawBackground(QPainter *painter, const QRectF &rect) | Tinkercell::GraphicsScene | [protected, virtual] |
duplicateItems | Tinkercell::GraphicsScene | [protected, static] |
enableGrid(int sz=100) | Tinkercell::GraphicsScene | [virtual] |
escapeSignal(const QWidget *sender) | Tinkercell::GraphicsScene | [signal] |
filesDropped(const QList< QFileInfo > &files) | Tinkercell::GraphicsScene | [signal] |
find(const QString &, bool clearSelected=true) | Tinkercell::GraphicsScene | [virtual, slot] |
find(const QStringList &) | Tinkercell::GraphicsScene | [virtual, slot] |
fitAll() const | Tinkercell::GraphicsScene | [virtual, slot] |
fitInView(const QRectF &) const | Tinkercell::GraphicsScene | [virtual, slot] |
ForegroundBrush | Tinkercell::GraphicsScene | [static] |
globalHandle() const | Tinkercell::GraphicsScene | |
GraphicsScene(NetworkHandle *network) | Tinkercell::GraphicsScene | |
GraphicsView class | Tinkercell::GraphicsScene | [friend] |
GRID | Tinkercell::GraphicsScene | [static] |
GridPen | Tinkercell::GraphicsScene | [static] |
gridSize() const | Tinkercell::GraphicsScene | [virtual] |
gridSz | Tinkercell::GraphicsScene | [protected] |
hideGraphicalTools() | Tinkercell::GraphicsScene | [protected, virtual] |
hideToolTips() | Tinkercell::GraphicsScene | [protected, virtual] |
insert(const QString &name, QGraphicsItem *item, InsertType type=NEW) | Tinkercell::GraphicsScene | [virtual, slot] |
insert(const QString &name, const QList< QGraphicsItem * > &items, InsertType type=NEW) | Tinkercell::GraphicsScene | [virtual, slot] |
InsertType enum name | Tinkercell::GraphicsScene | |
itemsAboutToBeInserted(GraphicsScene *scene, QList< QGraphicsItem * > &, QList< ItemHandle * > &, QList< QUndoCommand * > &, GraphicsScene::InsertType type=NEW) | Tinkercell::GraphicsScene | [signal] |
itemsAboutToBeMoved(GraphicsScene *scene, QList< QGraphicsItem * > &item, QList< QPointF > &distance, QList< QUndoCommand * > &) | Tinkercell::GraphicsScene | [signal] |
itemsAboutToBeRemoved(GraphicsScene *scene, QList< QGraphicsItem * > &, QList< ItemHandle * > &, QList< QUndoCommand * > &) | Tinkercell::GraphicsScene | [signal] |
itemsInserted(GraphicsScene *scene, const QList< QGraphicsItem * > &, const QList< ItemHandle * > &, GraphicsScene::InsertType type=NEW) | Tinkercell::GraphicsScene | [signal] |
itemsMoved(GraphicsScene *scene, const QList< QGraphicsItem * > &item, const QList< QPointF > &distance) | Tinkercell::GraphicsScene | [signal] |
itemsRemoved(GraphicsScene *scene, const QList< QGraphicsItem * > &, const QList< ItemHandle * > &) | Tinkercell::GraphicsScene | [signal] |
itemsSelected(GraphicsScene *scene, const QList< QGraphicsItem * > &items, QPointF point, Qt::KeyboardModifiers modifiers) | Tinkercell::GraphicsScene | [signal] |
keyPressed(GraphicsScene *scene, QKeyEvent *) | Tinkercell::GraphicsScene | [signal] |
keyPressEvent(QKeyEvent *event) | Tinkercell::GraphicsScene | [protected, virtual] |
keyReleased(GraphicsScene *scene, QKeyEvent *) | Tinkercell::GraphicsScene | [signal] |
keyReleaseEvent(QKeyEvent *event) | Tinkercell::GraphicsScene | [protected, virtual] |
lastPoint() | Tinkercell::GraphicsScene | [virtual] |
lastScreenPoint() | Tinkercell::GraphicsScene | [virtual] |
lastZ | Tinkercell::GraphicsScene | [protected] |
LOADED enum value | Tinkercell::GraphicsScene | |
localHandle() const | Tinkercell::GraphicsScene | |
MainWindow class | Tinkercell::GraphicsScene | [friend] |
mainWindow() const | Tinkercell::GraphicsScene | |
mapToWidget(QRectF rect=QRectF(0, 0, 0, 0)) const | Tinkercell::GraphicsScene | [virtual, slot] |
MIN_DRAG_DISTANCE | Tinkercell::GraphicsScene | [static] |
mouseDoubleClicked(GraphicsScene *scene, QPointF point, QGraphicsItem *, Qt::MouseButton, Qt::KeyboardModifiers modifiers) | Tinkercell::GraphicsScene | [signal] |
mouseDoubleClickEvent(QGraphicsSceneMouseEvent *mouseEvent) | Tinkercell::GraphicsScene | [protected, virtual] |
mouseDown | Tinkercell::GraphicsScene | [protected] |
mouseDragged(GraphicsScene *scene, QPointF from, QPointF to, Qt::MouseButton, Qt::KeyboardModifiers modifiers) | Tinkercell::GraphicsScene | [signal] |
mouseMoved(GraphicsScene *scene, QGraphicsItem *item, QPointF point, Qt::MouseButton, Qt::KeyboardModifiers modifiers, QList< QGraphicsItem * > &) | Tinkercell::GraphicsScene | [signal] |
mouseMoveEvent(QGraphicsSceneMouseEvent *mouseEvent) | Tinkercell::GraphicsScene | [protected, virtual] |
mouseOnTopOf(GraphicsScene *scene, QGraphicsItem *item, QPointF point, Qt::KeyboardModifiers modifiers, QList< QGraphicsItem * > &) | Tinkercell::GraphicsScene | [signal] |
mousePressed(GraphicsScene *scene, QPointF point, Qt::MouseButton, Qt::KeyboardModifiers modifiers) | Tinkercell::GraphicsScene | [signal] |
mousePressEvent(QGraphicsSceneMouseEvent *mouseEvent) | Tinkercell::GraphicsScene | [protected, virtual] |
mouseReleased(GraphicsScene *scene, QPointF point, Qt::MouseButton, Qt::KeyboardModifiers modifiers) | Tinkercell::GraphicsScene | [signal] |
mouseReleaseEvent(QGraphicsSceneMouseEvent *mouseEvent) | Tinkercell::GraphicsScene | [protected, virtual] |
move(QGraphicsItem *item, const QPointF &distance) | Tinkercell::GraphicsScene | [virtual, slot] |
move(const QList< QGraphicsItem * > &items, const QPointF &distance) | Tinkercell::GraphicsScene | [virtual, slot] |
move(const QList< QGraphicsItem * > &items, const QList< QPointF > &distance) | Tinkercell::GraphicsScene | [virtual, slot] |
moving() | Tinkercell::GraphicsScene | [virtual] |
movingItems | Tinkercell::GraphicsScene | [protected] |
movingItemsGroup | Tinkercell::GraphicsScene | [protected] |
network | Tinkercell::GraphicsScene | |
NetworkHandle class | Tinkercell::GraphicsScene | [friend] |
NetworkWindow class | Tinkercell::GraphicsScene | [friend] |
networkWindow | Tinkercell::GraphicsScene | |
NEW enum value | Tinkercell::GraphicsScene | |
OTHER enum value | Tinkercell::GraphicsScene | |
parentItemChanged(GraphicsScene *scene, const QList< QGraphicsItem * > &items, const QList< QGraphicsItem * > &parents) | Tinkercell::GraphicsScene | [signal] |
paste() | Tinkercell::GraphicsScene | [virtual, slot] |
PASTED enum value | Tinkercell::GraphicsScene | |
popIn() | Tinkercell::GraphicsScene | [virtual, slot] |
popOut() | Tinkercell::GraphicsScene | [virtual, slot] |
populateContextMenu() | Tinkercell::GraphicsScene | [protected, virtual] |
print(QPaintDevice *printer, const QRectF &rect=QRectF()) | Tinkercell::GraphicsScene | [virtual] |
remove(const QString &name, QGraphicsItem *item) | Tinkercell::GraphicsScene | [virtual, slot] |
remove(const QString &name, const QList< QGraphicsItem * > &items) | Tinkercell::GraphicsScene | [virtual, slot] |
removeSelected() | Tinkercell::GraphicsScene | [virtual, slot] |
scaleGraphicalTools() | Tinkercell::GraphicsScene | [protected, virtual] |
sceneRightClick(GraphicsScene *scene, QGraphicsItem *item, QPointF point, Qt::KeyboardModifiers modifiers) | Tinkercell::GraphicsScene | [signal] |
select(QGraphicsItem *item) | Tinkercell::GraphicsScene | [virtual] |
select(const QList< QGraphicsItem * > &item) | Tinkercell::GraphicsScene | [virtual] |
selectAll() | Tinkercell::GraphicsScene | [virtual, slot] |
selectConnections(const QPointF &) | Tinkercell::GraphicsScene | [protected, virtual] |
selected() | Tinkercell::GraphicsScene | [virtual] |
selectedItems | Tinkercell::GraphicsScene | [protected] |
selectedRect() | Tinkercell::GraphicsScene | [virtual] |
selectionRect | Tinkercell::GraphicsScene | [protected] |
SelectionRectangleBrush | Tinkercell::GraphicsScene | [static] |
SelectionRectanglePen | Tinkercell::GraphicsScene | [static] |
setBackground(const QPixmap &) const | Tinkercell::GraphicsScene | [virtual] |
setBrush(const QString &name, QGraphicsItem *item, const QBrush &to) | Tinkercell::GraphicsScene | [virtual, slot] |
setBrush(const QString &name, const QList< QGraphicsItem * > &items, const QList< QBrush > &to) | Tinkercell::GraphicsScene | [virtual, slot] |
setBrushAndPen(const QString &name, QGraphicsItem *item, const QBrush &brush, const QPen &pen) | Tinkercell::GraphicsScene | [virtual, slot] |
setBrushAndPen(const QString &name, const QList< QGraphicsItem * > &items, const QList< QBrush > &brushes, const QList< QPen > &pens) | Tinkercell::GraphicsScene | [virtual, slot] |
setForeground(const QPixmap &) const | Tinkercell::GraphicsScene | [virtual] |
setGridSize(int sz=100) | Tinkercell::GraphicsScene | [virtual] |
setParentItem(const QString &name, QGraphicsItem *item, QGraphicsItem *newParent) | Tinkercell::GraphicsScene | [virtual, slot] |
setParentItem(const QString &name, const QList< QGraphicsItem * > &items, QGraphicsItem *newParent) | Tinkercell::GraphicsScene | [virtual, slot] |
setParentItem(const QString &name, const QList< QGraphicsItem * > &items, const QList< QGraphicsItem * > &newParents) | Tinkercell::GraphicsScene | [virtual, slot] |
setPen(const QString &name, QGraphicsItem *item, const QPen &to) | Tinkercell::GraphicsScene | [virtual, slot] |
setPen(const QString &name, const QList< QGraphicsItem * > &items, const QList< QPen > &to) | Tinkercell::GraphicsScene | [virtual, slot] |
setZValue(const QString &name, QGraphicsItem *item, qreal to) | Tinkercell::GraphicsScene | [virtual, slot] |
setZValue(const QString &name, const QList< QGraphicsItem * > &items, const QList< qreal > &to) | Tinkercell::GraphicsScene | [virtual, slot] |
showGraphicalTools() | Tinkercell::GraphicsScene | [protected, virtual] |
showToolTip(QPointF, const QString &) | Tinkercell::GraphicsScene | [virtual] |
snapToGrid(QGraphicsItem *) | Tinkercell::GraphicsScene | [virtual] |
SymbolsTable class | Tinkercell::GraphicsScene | [friend] |
ToolTipBackgroundBrush | Tinkercell::GraphicsScene | [static] |
toolTips | Tinkercell::GraphicsScene | [protected] |
ToolTipTextBrush | Tinkercell::GraphicsScene | [static] |
transform(const QString &name, QGraphicsItem *item, const QPointF &sizechange, qreal anglechange=0.0, bool VFlip=false, bool HFlip=false) | Tinkercell::GraphicsScene | [virtual, slot] |
transform(const QString &name, const QList< QGraphicsItem * > &items, const QList< QPointF > &sizechange, const QList< qreal > &anglechange=QList< qreal >(), const QList< bool > &verticalFlip=QList< bool >(), const QList< bool > &horizontalFlip=QList< bool >()) | Tinkercell::GraphicsScene | [virtual, slot] |
USE_DEFAULT_BEHAVIOR | Tinkercell::GraphicsScene | [static] |
useDefaultBehavior() const | Tinkercell::GraphicsScene | [virtual] |
useDefaultBehavior(bool) | Tinkercell::GraphicsScene | [virtual] |
visibleRegion() const | Tinkercell::GraphicsScene | [virtual] |
visibleTools | Tinkercell::GraphicsScene | [protected] |
zoom(qreal scaleFactor) | Tinkercell::GraphicsScene | [virtual, slot] |
zoomIn() | Tinkercell::GraphicsScene | [virtual, slot] |
zoomOut() | Tinkercell::GraphicsScene | [virtual, slot] |
ZValue() | Tinkercell::GraphicsScene | [virtual] |
~GraphicsScene() | Tinkercell::GraphicsScene | [virtual] |