|
|
@ -245,7 +245,7 @@ class UBGraphicsItemDelegate : public QObject |
|
|
|
void startUndoStep(); |
|
|
|
void startUndoStep(); |
|
|
|
void commitUndoStep(); |
|
|
|
void commitUndoStep(); |
|
|
|
|
|
|
|
|
|
|
|
UBGraphicsDelegateFrame* frame() { return mFrame; } |
|
|
|
UBGraphicsDelegateFrame* frame() { if(!mFrame) decorate(); return mFrame; } |
|
|
|
|
|
|
|
|
|
|
|
bool canRotate() const { return mCanRotate; } |
|
|
|
bool canRotate() const { return mCanRotate; } |
|
|
|
bool isLocked() const; |
|
|
|
bool isLocked() const; |
|
|
|