CycloBranch
layerInfo Struct Reference

Paramaters of a layer. More...

#include <cImageWindowWidget.h>

Public Member Functions

 layerInfo ()
 The constructor.
 
 layerInfo (const layerInfo &layer)
 The copy constructor.
 
void clear ()
 Clear the structure.
 
 ~layerInfo ()
 The destructor.
 

Public Attributes

bool checked
 True if the layer is visible.
 
int alpha
 Opacity of the layer.
 
int zvalue
 Z-value of the layer.
 
bool ispixmapdefined
 True if pixmap is defined.
 
bool fliphorizontally
 True if the pixmap is flipped horizontally.
 
bool flipvertically
 True if the pixmap is flipped vertically.
 
double x
 X position.
 
double y
 Y position.
 
double width
 Width.
 
double height
 Height.
 
double angle
 Rotation angle [degrees].
 
qreal lastx
 Last X position.
 
qreal lasty
 Last Y position.
 
int navigationlayer
 Navigation layer.
 
QPixmap * pixmap
 Pixmap.
 

Detailed Description

Paramaters of a layer.


The documentation for this struct was generated from the following file: