Kstars
18class MosaicPlanner :
public QWidget
21 Q_PROPERTY(
double focalLength MEMBER m_FocalLength NOTIFY focalLengthChanged)
22 Q_PROPERTY(QSize cameraSize MEMBER m_CameraSize NOTIFY cameraSizeChanged)
23 Q_PROPERTY(QSizeF pixelSize MEMBER m_PixelSize NOTIFY pixelSizeChanged)
24 Q_PROPERTY(QSize gridSize MEMBER m_GridSize NOTIFY gridSizeChanged)
25 Q_PROPERTY(
double overlap MEMBER m_Overlap NOTIFY overlapChanged)
29 ~MosaicPlanner()
override;
47 void focalLengthChanged();
48 void cameraSizeChanged();
49 void pixelSizeChanged();
50 void gridSizeChanged();
51 void overlapChanged();
55 QQuickView *m_BaseView =
nullptr;
56 QQuickItem *m_BaseObj =
nullptr;
57 QQmlContext *m_Ctxt =
nullptr;
59 double m_FocalLength {0};
61 QSizeF m_PixelSize, m_cameraFOV {60.1, 44.5}, m_MosaicFOV;
62 QSize m_GridSize {1,1};
63 double m_Overlap {10};
Ekos is an advanced Astrophotography tool for Linux.
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 11:56:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.