The MoveAlignDialog class.
More...
#include <movealigndialog.h>
Inherits QDialog.
◆ Interval
◆ MoveAlignDialog() [1/3]
◆ MoveAlignDialog() [2/3]
◆ MoveAlignDialog() [3/3]
MoveAlignDialog |
( |
const QList< Point > & |
positions, |
|
|
const QString & |
settingsPrefix, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
noexcept |
◆ ~MoveAlignDialog()
◆ getNewPositions()
const QList< Point > & getNewPositions |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator=()
◆ positionsChanged
void positionsChanged |
( |
const QList< Point > & |
positions | ) |
|
|
signal |
◆ eventFilter()
bool eventFilter |
( |
QObject * |
watched, |
|
|
QEvent * |
event |
|
) |
| |
|
overrideprivatevirtualnoexcept |
◆ updateNewPositions()
void updateNewPositions |
( |
| ) |
|
|
privatenoexcept |
◆ calcCenter()
◆ mUi
QScopedPointer<Ui::MoveAlignDialog> mUi |
|
private |
◆ mSettingsPrefix
const QString mSettingsPrefix |
|
private |
◆ mPositions
const QList<Point> mPositions |
|
private |
◆ mPositionsOrdered
QList<Point> mPositionsOrdered |
|
private |
Unique; First item = reference position;.
◆ mDefaultInterval
◆ mNewPositions
QList<Point> mNewPositions |
|
private |
The documentation for this class was generated from the following files: