|
| FocusPoint (const FocusPoint &other) |
|
| FocusPoint (const QRectF &rectF) |
|
| FocusPoint (float x_position, float y_position, float width, float height) |
|
| FocusPoint (float x_position, float y_position, float width, float height, TypePoint type) |
| Focus point container contructors.
|
|
QPointF | getCenterPosition () const |
|
QRectF | getRect () const |
|
QRect | getRectBySize (const QSize &size) const |
| Return the real aera properties in image coordinates depending of the size.
|
|
QSizeF | getSize () const |
|
TypePoint | getType () const |
|
QString | getTypeDescription () const |
|
FocusPoint & | operator= (const FocusPoint &other) |
| Equivalent to the copy constructor.
|
|
void | setCenterPosition (float x_position, float y_position) |
| Accessors to relative properties of focus point area.
|
|
void | setRect (const QRectF &rectF) |
|
void | setSize (float width, float height) |
|
void | setType (TypePoint type) |
| Focus point type properties accessor.
|
|