| addLayer(int width, int height, int widthOffset=0, int heightOffset=0, int alpha=255, ImageType type=ImageType::RASTERIMAGE) | PaintingArea | |
| addLayerAt(int idx, int width, int height, int widthOffset=0, int heightOffset=0, ImageType type=ImageType::RASTERIMAGE) | PaintingArea | |
| colorPicker | PaintingArea | |
| colorPickerSetFirstColor() | PaintingArea | |
| colorPickerSetSecondColor() | PaintingArea | |
| colorPickerSwapColors() | PaintingArea | |
| createCircleTool() | PaintingArea | |
| createFloodFillTool() | PaintingArea | |
| createGradientTool() | PaintingArea | |
| createLineTool() | PaintingArea | |
| createPenTool() | PaintingArea | |
| createPlainTool() | PaintingArea | |
| createPolygonTool() | PaintingArea | |
| createRectangleTool() | PaintingArea | |
| deleteAllLayers() | PaintingArea | |
| deleteLayer(int idx, bool isTool=false) | PaintingArea | |
| drawPixelOntoActive(QColor color, QPoint point) | PaintingArea | |
| getHeightOfActive() | PaintingArea | |
| getImageDataOfActiveLayer() | PaintingArea | |
| getImageOfActiveLayer() | PaintingArea | |
| getIndexOfActiveLayer() | PaintingArea | |
| getLayerBundle() | PaintingArea | |
| getMaxHeight() | PaintingArea | |
| getMaxWidth() | PaintingArea | |
| getPolygonDataOfActiveLayer() | PaintingArea | |
| getRenderSettings() | PaintingArea | |
| getTypeOfImageActiveLayer() | PaintingArea | |
| getWidthOfActive() | PaintingArea | |
| historyadd() | PaintingArea | |
| historyGoBack() | PaintingArea | |
| historyGoForward() | PaintingArea | |
| mouseMoveEvent(QMouseEvent *event) override | PaintingArea | protected |
| mousePressEvent(QMouseEvent *event) override | PaintingArea | protected |
| mouseReleaseEvent(QMouseEvent *event) override | PaintingArea | protected |
| moveActiveLayer(int idx) | PaintingArea | |
| movePositionActive(int x, int y) | PaintingArea | |
| open(const QString &filePath) | PaintingArea | |
| paintEvent(QPaintEvent *event) override | PaintingArea | protected |
| PaintingArea(int newMaxWidth=600, int newMaxHeight=600, QWidget *parent=nullptr) | PaintingArea | |
| save(const QString &filePath, const char *fileFormat) | PaintingArea | |
| setCanvasDimensions(int newMaxWidth, int newMaxHeight) | PaintingArea | |
| setLayerActive(int idx) | PaintingArea | |
| setLayerAlpha(int idx, int alpha) | PaintingArea | |
| setPolygon(int idx) | PaintingArea | |
| setPolygonDataToActive(std::vector< QPoint > points) | PaintingArea | |
| setRenderSettings(bool isFastRenderingOn) | PaintingArea | |
| slotActivateLayer(int a) | PaintingArea | slot |
| slotDeleteActiveLayer() | PaintingArea | slot |
| Toolsettings | PaintingArea | |
| wheelEvent(QWheelEvent *event) override | PaintingArea | protected |
| ~PaintingArea() override | PaintingArea | |