|
IntelliPhoto
0.6
|
The LayerObject struct holds all the information needed to construct a layer. More...
#include <PaintingArea.h>
Public Member Functions | |
| LayerObject () | |
| LayerObject (const LayerObject &layer) | |
Public Attributes | |
| IntelliImage * | image |
| image - Stores the imageData of the current LayerObject. More... | |
| int | width |
| width - Stores the width of a layer in pixels. More... | |
| int | height |
| height - Stores the height of a layer in pixels. More... | |
| int | widthOffset |
| widthOffset - Stores the number of pixles from the left side of the painting area. More... | |
| int | heightOffset |
| heightOffset - Stores the number of pixles from the top of the painting area. More... | |
| int | alpha = 255 |
| alpha - Stores the alpha value of the layer (default=255). More... | |
The LayerObject struct holds all the information needed to construct a layer.
Definition at line 23 of file PaintingArea.h.
| LayerObject::LayerObject | ( | ) |
Definition at line 22 of file PaintingArea.cpp.
| LayerObject::LayerObject | ( | const LayerObject & | layer | ) |
Definition at line 26 of file PaintingArea.cpp.
| int LayerObject::alpha = 255 |
alpha - Stores the alpha value of the layer (default=255).
Definition at line 47 of file PaintingArea.h.
| int LayerObject::height |
height - Stores the height of a layer in pixels.
Definition at line 35 of file PaintingArea.h.
| int LayerObject::heightOffset |
heightOffset - Stores the number of pixles from the top of the painting area.
Definition at line 43 of file PaintingArea.h.
| IntelliImage* LayerObject::image |
image - Stores the imageData of the current LayerObject.
Definition at line 27 of file PaintingArea.h.
| int LayerObject::width |
width - Stores the width of a layer in pixels.
Definition at line 31 of file PaintingArea.h.
| int LayerObject::widthOffset |
widthOffset - Stores the number of pixles from the left side of the painting area.
Definition at line 39 of file PaintingArea.h.