|
IntelliPhoto
0.4
|
#include <IntelliRasterImage.h>


Public Member Functions | |
| IntelliRasterImage (int weight, int height) | |
| virtual | ~IntelliRasterImage () override |
| virtual QImage | getDisplayable (const QSize &displaySize, int alpha) override |
| virtual QImage | getDisplayable (int alpha=255) override |
| virtual IntelliImage * | getDeepCopy () override |
| virtual void | setPolygon (const std::vector< QPoint > &polygonData) 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 std::vector< QPoint > | getPolygonData () |
| virtual bool | loadImage (const QString &fileName) |
Protected Member Functions | |
| virtual void | calculateVisiblity () override |
Protected Member Functions inherited from IntelliImage | |
| void | resizeImage (QImage *image, const QSize &newSize) |
Additional Inherited Members | |
Protected Attributes inherited from IntelliImage | |
| QImage | imageData |
Definition at line 6 of file IntelliRasterImage.h.
| IntelliRasterImage::IntelliRasterImage | ( | int | weight, |
| int | height | ||
| ) |
|
overridevirtual |
Definition at line 11 of file IntelliRasterImage.cpp.
|
overrideprotectedvirtual |
Implements IntelliImage.
Reimplemented in IntelliShapedImage.
Definition at line 21 of file IntelliRasterImage.cpp.
|
overridevirtual |
Implements IntelliImage.
Reimplemented in IntelliShapedImage.
Definition at line 15 of file IntelliRasterImage.cpp.

|
overridevirtual |
Implements IntelliImage.
Reimplemented in IntelliShapedImage.
Definition at line 29 of file IntelliRasterImage.cpp.

|
overridevirtual |
Implements IntelliImage.
Reimplemented in IntelliShapedImage.
Definition at line 25 of file IntelliRasterImage.cpp.

|
overridevirtual |
Implements IntelliImage.
Reimplemented in IntelliShapedImage.
Definition at line 41 of file IntelliRasterImage.cpp.