Sync graphics item with matrix and shadow common parameters.

This commit is contained in:
Jim Evins
2013-12-05 19:45:39 -05:00
parent 385df72c9b
commit 52755383ed
3 changed files with 33 additions and 0 deletions
+4
View File
@@ -429,6 +429,10 @@ namespace glabels
virtual QGraphicsItem* createGraphicsItem() = 0;
virtual void updateGraphicsItem( QGraphicsItem* graphicsItem ) = 0;
protected:
void updateGraphicsItemMatrix( QGraphicsItem* graphicsItem );
void updateGraphicsItemShadow( QGraphicsItem* graphicsItem );
///////////////////////////////////////////////////////////////
// Private Members