First pass at moving to QPainter based view.
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user