From 52e266cef0d66474eb6964f3a2a431a7d4a9ddbb Mon Sep 17 00:00:00 2001 From: ArgonarioD Date: Tue, 7 Feb 2023 16:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=96=B0=E7=9A=84=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=B7=BB=E5=8A=A0=E4=BA=86=E7=A9=BA=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Editor/GraphicElement.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ArchitectureColoredPainting/src/Editor/GraphicElement.cpp b/ArchitectureColoredPainting/src/Editor/GraphicElement.cpp index 47f4ee1..f1fa45a 100644 --- a/ArchitectureColoredPainting/src/Editor/GraphicElement.cpp +++ b/ArchitectureColoredPainting/src/Editor/GraphicElement.cpp @@ -38,3 +38,17 @@ QPainterPath GroupElement::getPaintObject() const else return QPainterPath(); } + +void BitmapPath::applyTransformation(QTransform& transformation) +{ +} + +QImage FolderBitmapPath::getStylesAppliedCache() const +{ + return QImage(); +} + +QImage ComposedPainterPath::getStylesAppliedCache() const +{ + return QImage(); +}