basics of layer structure

This commit is contained in:
Jonas Mucke
2019-12-04 18:58:33 +01:00
parent 69c2750358
commit 6a52fbbb35
36 changed files with 4958 additions and 21 deletions

View File

@@ -73,6 +73,8 @@ private:
std::vector<LayerObject> layerStructure;
int activeLayer=-1;
void assembleLayers();
void drawLineTo(const QPoint &endPoint);
void resizeImage(QImage *image_res, const QSize &newSize);