Make cursor change when hovering over object.

This commit is contained in:
Jim Evins
2015-08-14 15:21:57 -04:00
parent cdbc3a8c9b
commit e5f5ddaf17
11 changed files with 82 additions and 47 deletions
+2 -1
View File
@@ -385,7 +385,7 @@ namespace glabels
void rotate( double thetaDegs );
void flipHoriz();
void flipVert();
virtual bool isLocatedAt( double x, double y );
bool isLocatedAt( double scale, double x, double y ) const;
///////////////////////////////////////////////////////////////
@@ -398,6 +398,7 @@ namespace glabels
protected:
virtual void drawShadow( QPainter* painter, bool inEditor, MergeRecord* record ) const = 0;
virtual void drawObject( QPainter* painter, bool inEditor, MergeRecord* record ) const = 0;
virtual QPainterPath path() const = 0;
///////////////////////////////////////////////////////////////