#include <playgroundscene.h>
Public Slots | |
| void | showObstacle (int val) |
Signals | |
| void | obstacleChanged (QPointF pos) |
Public Member Functions | |
| PlaygroundScene (QObject *parent=0) | |
| ~PlaygroundScene () | |
| virtual void | mousePressEvent (QGraphicsSceneMouseEvent *mouseEvent) |
Static Public Member Functions | |
| static QPointF | scene2world (QPointF scenePos) |
| static QPointF | world2scene (QPointF worldPos) |
Private Attributes | |
| QGraphicsEllipseItem * | obstacle |
Definition at line 9 of file playgroundscene.h.
1.5.3