mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-16 05:10:32 +02:00
Merge branch 'dev-stupidrenderer' into 'Helper_Variablen'
Merge Meine und Jans Arbeit See merge request creyd/intelliphoto!31
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include "IntelliHelper/IntelliRenderSettings.h"
|
||||||
#include "IntelliHelper/IntelliTriangulation.h"
|
#include "IntelliHelper/IntelliTriangulation.h"
|
||||||
|
|
||||||
class IntelliTool;
|
class IntelliTool;
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ SOURCES += \
|
|||||||
Image/IntelliRasterImage.cpp \
|
Image/IntelliRasterImage.cpp \
|
||||||
Image/IntelliShapedImage.cpp \
|
Image/IntelliShapedImage.cpp \
|
||||||
IntelliHelper/IntelliColorPicker.cpp \
|
IntelliHelper/IntelliColorPicker.cpp \
|
||||||
|
IntelliHelper/IntelliRenderSettings.cpp \
|
||||||
IntelliHelper/IntelliToolsettings.cpp \
|
IntelliHelper/IntelliToolsettings.cpp \
|
||||||
IntelliHelper/IntelliTriangulation.cpp \
|
IntelliHelper/IntelliTriangulation.cpp \
|
||||||
Layer/PaintingArea.cpp \
|
Layer/PaintingArea.cpp \
|
||||||
@@ -40,6 +41,7 @@ HEADERS += \
|
|||||||
Image/IntelliRasterImage.h \
|
Image/IntelliRasterImage.h \
|
||||||
Image/IntelliShapedImage.h \
|
Image/IntelliShapedImage.h \
|
||||||
IntelliHelper/IntelliColorPicker.h \
|
IntelliHelper/IntelliColorPicker.h \
|
||||||
|
IntelliHelper/IntelliRenderSettings.h \
|
||||||
IntelliHelper/IntelliToolsettings.h \
|
IntelliHelper/IntelliToolsettings.h \
|
||||||
IntelliHelper/IntelliTriangulation.h \
|
IntelliHelper/IntelliTriangulation.h \
|
||||||
Layer/PaintingArea.h \
|
Layer/PaintingArea.h \
|
||||||
|
|||||||
@@ -205,6 +205,7 @@ private:
|
|||||||
int maxWidth;
|
int maxWidth;
|
||||||
int maxHeight;
|
int maxHeight;
|
||||||
|
|
||||||
|
IntelliRenderSettings renderSettings;
|
||||||
IntelliTool* Tool;
|
IntelliTool* Tool;
|
||||||
|
|
||||||
std::vector<LayerObject> layerBundle;
|
std::vector<LayerObject> layerBundle;
|
||||||
|
|||||||
Reference in New Issue
Block a user