|
IntelliPhoto
0.4
|
#include <IntelliShapedImage.h>


Public Member Functions | |
| IntelliShapedImage (int weight, int height) | |
| virtual | ~IntelliShapedImage () override |
| virtual void | calculateVisiblity () override |
| virtual QImage | getDisplayable (const QSize &displaySize, int alpha=255) override |
| virtual QImage | getDisplayable (int alpha=255) override |
| virtual IntelliImage * | getDeepCopy () override |
| virtual std::vector< QPoint > | getPolygonData () override |
| virtual void | setPolygon (const std::vector< QPoint > &polygonData) override |
Public Member Functions inherited from IntelliRasterImage | |
| IntelliRasterImage (int weight, int height) | |
| virtual | ~IntelliRasterImage () override |
Public Member Functions inherited from IntelliImage | |
| IntelliImage (int weight, int height) | |
| virtual | ~IntelliImage ()=0 |
| virtual void | drawPixel (const QPoint &p1, const QColor &color) |
| virtual void | drawLine (const QPoint &p1, const QPoint &p2, const QColor &color, const int &penWidth) |
| virtual void | drawPlain (const QColor &color) |
| virtual bool | loadImage (const QString &fileName) |
Protected Attributes | |
| std::vector< QPoint > | polygonData |
Protected Attributes inherited from IntelliImage | |
| QImage | imageData |
Additional Inherited Members | |
Protected Member Functions inherited from IntelliImage | |
| void | resizeImage (QImage *image, const QSize &newSize) |
Definition at line 6 of file IntelliShapedImage.h.
| IntelliShapedImage::IntelliShapedImage | ( | int | weight, |
| int | height | ||
| ) |
|
overridevirtual |
Definition at line 11 of file IntelliShapedImage.cpp.
|
overridevirtual |
Reimplemented from IntelliRasterImage.
Definition at line 26 of file IntelliShapedImage.cpp.


|
overridevirtual |
Reimplemented from IntelliRasterImage.
Definition at line 19 of file IntelliShapedImage.cpp.

|
overridevirtual |
Reimplemented from IntelliRasterImage.
Definition at line 62 of file IntelliShapedImage.cpp.

|
overridevirtual |
Reimplemented from IntelliRasterImage.
Definition at line 15 of file IntelliShapedImage.cpp.

|
inlineoverridevirtual |
Reimplemented from IntelliImage.
Definition at line 23 of file IntelliShapedImage.h.
|
overridevirtual |
Reimplemented from IntelliRasterImage.
Definition at line 74 of file IntelliShapedImage.cpp.


|
protected |
Definition at line 10 of file IntelliShapedImage.h.