1 #ifndef ABSTRACTSHAPEBRUSHTOOL_H 2 #define ABSTRACTSHAPEBRUSHTOOL_H 20 void cellClicked(
int x,
int y, QMouseEvent *)
override;
38 virtual QRegion
getShape(QPoint start, QPoint end)
const = 0;
48 QUndoStack *mUndoStack;
51 void drawOverlay(
int endX,
int endY);
57 void placeShape(
int endX,
int endY);
60 #endif // ABSTRACTSHAPEBRUSHTOOL_H
The MapView class Handles display of TileMap.
Definition: mapview.h:20
Definition: tilemappreviewgraphicsitem.h:9