◆ TypePoint
Enumerator |
---|
Inactive | The AF-point is not active.
|
InFocus | The AF-point is in focus.
|
Selected | The AF-point is selected but not in focus.
|
SelectedInFocus | The AF-point is selected and in focus.
|
◆ FocusPoint() [1/5]
Digikam::FocusPoint::FocusPoint |
( |
float |
x_position, |
|
|
float |
y_position, |
|
|
float |
width, |
|
|
float |
height, |
|
|
TypePoint |
type |
|
) |
| |
Focus point container contructors. Position and size are in float and a relative to the original image size. Typically, the area is define as percents of values depending of image size used to extract information from metadata. Like this, focus area can be drawn easily over a resized version of image.
◆ FocusPoint() [2/5]
Digikam::FocusPoint::FocusPoint |
( |
float |
x_position, |
|
|
float |
y_position, |
|
|
float |
width, |
|
|
float |
height |
|
) |
| |
◆ FocusPoint() [3/5]
Digikam::FocusPoint::FocusPoint |
( |
const QRectF & |
rectF | ) |
|
|
explicit |
◆ FocusPoint() [4/5]
Digikam::FocusPoint::FocusPoint |
( |
const FocusPoint & |
other | ) |
|
◆ FocusPoint() [5/5]
Digikam::FocusPoint::FocusPoint |
( |
| ) |
|
◆ ~FocusPoint()
Digikam::FocusPoint::~FocusPoint |
( |
| ) |
|
◆ getCenterPosition()
QPointF Digikam::FocusPoint::getCenterPosition |
( |
| ) |
const |
◆ getRect()
QRectF Digikam::FocusPoint::getRect |
( |
| ) |
const |
◆ getRectBySize()
QRect Digikam::FocusPoint::getRectBySize |
( |
const QSize & |
size | ) |
const |
◆ getSize()
QSizeF Digikam::FocusPoint::getSize |
( |
| ) |
const |
◆ getType()
◆ getTypeDescription()
QString Digikam::FocusPoint::getTypeDescription |
( |
| ) |
const |
◆ operator=()
Equivalent to the copy constructor
◆ setCenterPosition()
void Digikam::FocusPoint::setCenterPosition |
( |
float |
x_position, |
|
|
float |
y_position |
|
) |
| |
◆ setRect()
void Digikam::FocusPoint::setRect |
( |
const QRectF & |
rectF | ) |
|
◆ setSize()
void Digikam::FocusPoint::setSize |
( |
float |
width, |
|
|
float |
height |
|
) |
| |
◆ setType()
void Digikam::FocusPoint::setType |
( |
TypePoint |
type | ) |
|
The documentation for this class was generated from the following files: