Sync graphics item with matrix and shadow common parameters.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user