rock_widget_collection  0.1
ContextMenuGraphicsWidget.cc
Go to the documentation of this file.
2 
4  : QGraphicsWidget(parent, 0)
5 {
6 
7 }
8 
10 {
11 
12 }
13 
14 void ContextMenuGraphicsWidget::contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
15 {
16  emit contextMenuRequest(event->screenPos());
17 }
18 
ContextMenuGraphicsWidget(QGraphicsItem *parent=0)
void contextMenuRequest(QPoint)
void contextMenuEvent(QGraphicsSceneContextMenuEvent *event)