This is the complete list of members for PaintingArea, including all inherited members.
| addLayer(int width, int height, int widthOffset=0, int heightOffset=0, IntelliImage::ImageType type=IntelliImage::ImageType::RASTERIMAGE) | PaintingArea | |
| addLayerAt(int idx, int width, int height, int widthOffset=0, int heightOffset=0, IntelliImage::ImageType type=IntelliImage::ImageType::RASTERIMAGE) | PaintingArea | |
| colorPicker | PaintingArea | |
| colorPickerSetFirstColor() | PaintingArea | |
| colorPickerSetSecondColor() | PaintingArea | |
| colorPickerSwapColors() | PaintingArea | |
| createCircleTool() | PaintingArea | |
| createFloodFillTool() | PaintingArea | |
| createLineTool() | PaintingArea | |
| createPenTool() | PaintingArea | |
| createPlainTool() | PaintingArea | |
| createPolygonTool() | PaintingArea | |
| createRectangleTool() | PaintingArea | |
| deleteLayer(int idx) | PaintingArea | |
| floodFill(int r, int g, int b, int a) | PaintingArea | |
| getHeightOfActive() | PaintingArea | |
| getImageOfActiveLayer() | PaintingArea | |
| getNumberOfActiveLayer() | PaintingArea | |
| getPolygonDataOfRealLayer() | PaintingArea | |
| getTypeOfImageRealLayer() | PaintingArea | |
| getWidthOfActive() | 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 maxWidth=600, int maxHeight=600, QWidget *parent=nullptr) | PaintingArea | |
| resizeEvent(QResizeEvent *event) override | PaintingArea | protected |
| save(const QString &filePath, const char *fileFormat) | PaintingArea | |
| setLayerActive(int idx) | PaintingArea | |
| setLayerAlpha(int idx, int alpha) | PaintingArea | |
| slotActivateLayer(int a) | PaintingArea | slot |
| slotDeleteActiveLayer() | PaintingArea | slot |
| Toolsettings | PaintingArea | |
| wheelEvent(QWheelEvent *event) override | PaintingArea | protected |
| ~PaintingArea() override | PaintingArea | |