First pass at moving to QPainter based view.

This commit is contained in:
Jim Evins
2015-08-11 08:56:16 -04:00
parent 80f49aeb10
commit ca345cdede
6 changed files with 573 additions and 452 deletions
+9
View File
@@ -893,6 +893,15 @@ namespace glabels
}
///
/// Default isLocatedAt method
///
bool LabelModelObject::isLocatedAt( double x, double y )
{
return false;
}
///
/// Update Representative Graphics Item with Object's Transformation Matrix
///