Ekos::MosaicTilesModel

Search for usage in LXR

Ekos::MosaicTilesModel Class Reference

#include <mosaictilesmodel.h>

Inheritance diagram for Ekos::MosaicTilesModel:

Properties

QSize cameraSize
 
double focalLength
 
double focalReducer
 
QSize gridSize
 
double overlap
 
QSizeF pixelScale
 
QSizeF pixelSize
 
double positionAngle
 
SkyPoint skycenter
 
- Properties inherited from QObject
 objectName
 

Signals

void cameraSizeChanged ()
 
void focalLengthChanged ()
 
void focalReducerChanged ()
 
void gridSizeChanged ()
 
void overlapChanged ()
 
void pixelScaleChanged ()
 
void pixelSizeChanged ()
 
void positionAngleChanged ()
 
void skycenterChanged ()
 

Public Member Functions

 MosaicTilesModel (QObject *parent=nullptr)
 
void appendEmptyTile ()
 
void appendTile (const OneTile &value)
 
Q_INVOKABLE QSizeF cameraFOV () const
 
QSize cameraSize () const
 
void clearTiles ()
 
double focalLength () const
 
double focalReducer () const
 
bool fromJSON (const QJsonObject &input)
 
bool fromXML (XMLEle *root)
 
QSize gridSize () const
 
Q_INVOKABLE QSizeF mosaicFOV () const
 
std::shared_ptr< MosaicTilesModel::OneTile > oneTile (int row, int col)
 
double overlap () const
 
QSizeF pixelScale () const
 
QSizeF pixelSize () const
 
double positionAngle () const
 
void setCameraSize (const QSize &value)
 
void setFocalLength (double value)
 
void setFocalReducer (double value)
 
void setGridSize (const QSize &value)
 
void setOverlap (double value)
 
void setPixelScale (const QSizeF &value)
 
void setPixelSize (const QSizeF &value)
 
void setPositionAngle (double value)
 
void setSkyCenter (const SkyPoint &value)
 
const SkyPointskyCenter () const
 
const QList< std::shared_ptr< OneTile > > & tiles () const
 
bool toJSON (QJsonObject &output)
 
bool toXML (const QTextStream &output)
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
QBindable< QStringbindableObjectName ()
 
bool blockSignals (bool block)
 
const QObjectListchildren () const const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const const
 
bool disconnect (const QObject *receiver, const char *method) const const
 
void dumpObjectInfo () const const
 
void dumpObjectTree () const const
 
QList< QByteArraydynamicPropertyNames () const const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (Qt::FindChildOptions options) const const
 
bool inherits (const char *className) const const
 
void installEventFilter (QObject *filterObj)
 
bool isQuickItemType () const const
 
bool isWidgetType () const const
 
bool isWindowType () const const
 
void killTimer (int id)
 
virtual const QMetaObjectmetaObject () const const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const const
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const const
 
QVariant property (const char *name) const const
 
 Q_CLASSINFO (Name, Value)
 
 Q_EMIT Q_EMIT
 
 Q_ENUM (...)
 
 Q_ENUM_NS (...)
 
 Q_ENUMS (...)
 
 Q_FLAG (...)
 
 Q_FLAG_NS (...)
 
 Q_FLAGS (...)
 
 Q_GADGET Q_GADGET
 
 Q_GADGET_EXPORT (EXPORT_MACRO)
 
 Q_INTERFACES (...)
 
 Q_INVOKABLE Q_INVOKABLE
 
 Q_MOC_INCLUDE Q_MOC_INCLUDE
 
 Q_NAMESPACE Q_NAMESPACE
 
 Q_NAMESPACE_EXPORT (EXPORT_MACRO)
 
 Q_OBJECT Q_OBJECT
 
 Q_PROPERTY (...)
 
 Q_REVISION Q_REVISION
 
 Q_SET_OBJECT_NAME (Object)
 
 Q_SIGNAL Q_SIGNAL
 
 Q_SIGNALS Q_SIGNALS
 
 Q_SLOT Q_SLOT
 
 Q_SLOTS Q_SLOTS
 
qobject_cast (const QObject *object)
 
qobject_cast (QObject *object)
 
 QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 
void removeEventFilter (QObject *obj)
 
void setObjectName (const QString &name)
 
void setObjectName (QAnyStringView name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool setProperty (const char *name, QVariant &&value)
 
bool signalsBlocked () const const
 
int startTimer (int interval, Qt::TimerType timerType)
 
int startTimer (std::chrono::milliseconds interval, Qt::TimerType timerType)
 
QThreadthread () const const
 

Additional Inherited Members

- Static Public Member Functions inherited from QObject
QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
- Public Attributes inherited from QObject
typedef QObjectList
 
- Protected Member Functions inherited from QObject
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const const
 
int receivers (const char *signal) const const
 
QObjectsender () const const
 
int senderSignalIndex () const const
 
virtual void timerEvent (QTimerEvent *event)
 

Detailed Description

The MosaicTilesModel class holds the data representation of the mosaic tiles.

These represent metadata describing the overall mosaic, and tile-per-tile specific metadata.

Definition at line 20 of file mosaictilesmodel.h.

Property Documentation

◆ cameraSize

QSize Ekos::MosaicTilesModel::cameraSize
readwrite

Definition at line 26 of file mosaictilesmodel.h.

◆ focalLength

double Ekos::MosaicTilesModel::focalLength
readwrite

Definition at line 23 of file mosaictilesmodel.h.

◆ focalReducer

double Ekos::MosaicTilesModel::focalReducer
readwrite

Definition at line 24 of file mosaictilesmodel.h.

◆ gridSize

QSize Ekos::MosaicTilesModel::gridSize
readwrite

Definition at line 29 of file mosaictilesmodel.h.

◆ overlap

double Ekos::MosaicTilesModel::overlap
readwrite

Definition at line 30 of file mosaictilesmodel.h.

◆ pixelScale

QSizeF Ekos::MosaicTilesModel::pixelScale
readwrite

Definition at line 28 of file mosaictilesmodel.h.

◆ pixelSize

QSizeF Ekos::MosaicTilesModel::pixelSize
readwrite

Definition at line 27 of file mosaictilesmodel.h.

◆ positionAngle

double Ekos::MosaicTilesModel::positionAngle
readwrite

Definition at line 25 of file mosaictilesmodel.h.

◆ skycenter

SkyPoint Ekos::MosaicTilesModel::skycenter
readwrite

Definition at line 31 of file mosaictilesmodel.h.

Constructor & Destructor Documentation

◆ MosaicTilesModel()

Ekos::MosaicTilesModel::MosaicTilesModel ( QObject * parent = nullptr)

Definition at line 19 of file mosaictilesmodel.cpp.

◆ ~MosaicTilesModel()

Ekos::MosaicTilesModel::~MosaicTilesModel ( )
override

Definition at line 39 of file mosaictilesmodel.cpp.

Member Function Documentation

◆ appendEmptyTile()

void Ekos::MosaicTilesModel::appendEmptyTile ( )

Definition at line 82 of file mosaictilesmodel.cpp.

◆ appendTile()

void Ekos::MosaicTilesModel::appendTile ( const OneTile & value)

Definition at line 77 of file mosaictilesmodel.cpp.

◆ cameraFOV()

Q_INVOKABLE QSizeF Ekos::MosaicTilesModel::cameraFOV ( ) const
inline

Definition at line 87 of file mosaictilesmodel.h.

◆ cameraSize()

QSize Ekos::MosaicTilesModel::cameraSize ( ) const
inline

Definition at line 101 of file mosaictilesmodel.h.

◆ clearTiles()

void Ekos::MosaicTilesModel::clearTiles ( )

Definition at line 87 of file mosaictilesmodel.cpp.

◆ focalLength()

double Ekos::MosaicTilesModel::focalLength ( ) const
inline

Definition at line 98 of file mosaictilesmodel.h.

◆ focalReducer()

double Ekos::MosaicTilesModel::focalReducer ( ) const
inline

Definition at line 99 of file mosaictilesmodel.h.

◆ fromJSON()

bool Ekos::MosaicTilesModel::fromJSON ( const QJsonObject & input)

fromJSON

Parameters
input
Returns

Definition at line 71 of file mosaictilesmodel.cpp.

◆ fromXML()

bool Ekos::MosaicTilesModel::fromXML ( XMLEle * root)

fromXML

Parameters
root
Returns

Definition at line 59 of file mosaictilesmodel.cpp.

◆ gridSize()

QSize Ekos::MosaicTilesModel::gridSize ( ) const
inline

Definition at line 104 of file mosaictilesmodel.h.

◆ mosaicFOV()

Q_INVOKABLE QSizeF Ekos::MosaicTilesModel::mosaicFOV ( ) const
inline

Definition at line 92 of file mosaictilesmodel.h.

◆ oneTile()

std::shared_ptr< MosaicTilesModel::OneTile > Ekos::MosaicTilesModel::oneTile ( int row,
int col )

Definition at line 43 of file mosaictilesmodel.cpp.

◆ overlap()

double Ekos::MosaicTilesModel::overlap ( ) const
inline

Definition at line 105 of file mosaictilesmodel.h.

◆ pixelScale()

QSizeF Ekos::MosaicTilesModel::pixelScale ( ) const
inline

Definition at line 103 of file mosaictilesmodel.h.

◆ pixelSize()

QSizeF Ekos::MosaicTilesModel::pixelSize ( ) const
inline

Definition at line 102 of file mosaictilesmodel.h.

◆ positionAngle()

double Ekos::MosaicTilesModel::positionAngle ( ) const
inline

Definition at line 100 of file mosaictilesmodel.h.

◆ setCameraSize()

void Ekos::MosaicTilesModel::setCameraSize ( const QSize & value)
inline

Definition at line 112 of file mosaictilesmodel.h.

◆ setFocalLength()

void Ekos::MosaicTilesModel::setFocalLength ( double value)
inline

Definition at line 109 of file mosaictilesmodel.h.

◆ setFocalReducer()

void Ekos::MosaicTilesModel::setFocalReducer ( double value)
inline

Definition at line 110 of file mosaictilesmodel.h.

◆ setGridSize()

void Ekos::MosaicTilesModel::setGridSize ( const QSize & value)
inline

Definition at line 115 of file mosaictilesmodel.h.

◆ setOverlap()

void Ekos::MosaicTilesModel::setOverlap ( double value)

Definition at line 34 of file mosaictilesmodel.cpp.

◆ setPixelScale()

void Ekos::MosaicTilesModel::setPixelScale ( const QSizeF & value)
inline

Definition at line 114 of file mosaictilesmodel.h.

◆ setPixelSize()

void Ekos::MosaicTilesModel::setPixelSize ( const QSizeF & value)
inline

Definition at line 113 of file mosaictilesmodel.h.

◆ setPositionAngle()

void Ekos::MosaicTilesModel::setPositionAngle ( double value)

Definition at line 29 of file mosaictilesmodel.cpp.

◆ setSkyCenter()

void Ekos::MosaicTilesModel::setSkyCenter ( const SkyPoint & value)
inline

Definition at line 116 of file mosaictilesmodel.h.

◆ skyCenter()

const SkyPoint & Ekos::MosaicTilesModel::skyCenter ( ) const
inline

Definition at line 106 of file mosaictilesmodel.h.

◆ tiles()

const QList< std::shared_ptr< OneTile > > & Ekos::MosaicTilesModel::tiles ( ) const
inline

Definition at line 120 of file mosaictilesmodel.h.

◆ toJSON()

bool Ekos::MosaicTilesModel::toJSON ( QJsonObject & output)

toJSON

Parameters
output
Returns

Definition at line 65 of file mosaictilesmodel.cpp.

◆ toXML()

bool Ekos::MosaicTilesModel::toXML ( const QTextStream & output)

toXML

Parameters
output
Returns

Definition at line 53 of file mosaictilesmodel.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:05 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.