summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/Whiteboard/GView.h')
-rw-r--r--Swift/QtUI/Whiteboard/GView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/Whiteboard/GView.h b/Swift/QtUI/Whiteboard/GView.h
index 9b8f60f..9a26b01 100644
--- a/Swift/QtUI/Whiteboard/GView.h
+++ b/Swift/QtUI/Whiteboard/GView.h
@@ -36,6 +36,7 @@ namespace Swift {
void setIDPrefix(QString prefix);
void clear();
QGraphicsItem* getItem(QString id);
+ void deleteItem(QString id);
public slots:
void moveUpSelectedItem();
@@ -59,5 +60,6 @@ namespace Swift {
signals:
void lastItemChanged(QGraphicsItem* item, int pos, GView::Type type);
+ void itemDeleted(QString id, int pos);
};
}