blockSignals(bool block) | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
customEvent(QEvent *event) | QObject | protectedvirtual |
declinationChanged() | OpenOrienteering::Georeferencing | signal |
declinationPrecision() | OpenOrienteering::Georeferencing | inlinestatic |
degToDMS(double val) | OpenOrienteering::Georeferencing | static |
degToRad(double val) | OpenOrienteering::Georeferencing | static |
deleteLater() | QObject | |
destroyed(QObject *obj) | QObject | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
disconnect(const QObject *receiver, const char *method) const const | QObject | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
dumpObjectInfo() | QObject | |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
geographic_crs_spec | OpenOrienteering::Georeferencing | static |
Georeferencing() | OpenOrienteering::Georeferencing | |
Georeferencing(const Georeferencing &other) | OpenOrienteering::Georeferencing | |
getConvergence() const | OpenOrienteering::Georeferencing | |
getDeclination() const | OpenOrienteering::Georeferencing | inline |
getErrorText() const | OpenOrienteering::Georeferencing | |
getGeographicRefPoint() const | OpenOrienteering::Georeferencing | inline |
getGridScaleFactor() const | OpenOrienteering::Georeferencing | inline |
getGrivation() const | OpenOrienteering::Georeferencing | inline |
getGrivationError() const | OpenOrienteering::Georeferencing | inline |
getMapRefPoint() const | OpenOrienteering::Georeferencing | inline |
getProjectedCoordinatesName() const | OpenOrienteering::Georeferencing | |
getProjectedCRSId() const | OpenOrienteering::Georeferencing | inline |
getProjectedCRSName() const | OpenOrienteering::Georeferencing | |
getProjectedCRSParameters() const | OpenOrienteering::Georeferencing | inline |
getProjectedCRSSpec() const | OpenOrienteering::Georeferencing | inline |
getProjectedRefPoint() const | OpenOrienteering::Georeferencing | inline |
getScaleDenominator() const | OpenOrienteering::Georeferencing | inline |
getState() const | OpenOrienteering::Georeferencing | inline |
inherits(const char *className) const const | QObject | |
initDeclination() | OpenOrienteering::Georeferencing | |
installEventFilter(QObject *filterObj) | QObject | |
isGeographic() const | OpenOrienteering::Georeferencing | |
isLocal() const | OpenOrienteering::Georeferencing | inline |
isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
isValid() const | OpenOrienteering::Georeferencing | inline |
isWidgetType() const const | QObject | |
isWindowType() const const | QObject | |
killTimer(int id) | QObject | |
load(QXmlStreamReader &xml, bool load_scale_only) | OpenOrienteering::Georeferencing | |
Local enum value | OpenOrienteering::Georeferencing | |
mapToProjected() const | OpenOrienteering::Georeferencing | |
metaObject() const const | QObject | virtual |
moveToThread(QThread *targetThread) | QObject | |
Normal enum value | OpenOrienteering::Georeferencing | |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
operator<<(QDebug dbg, const Georeferencing &georef) | OpenOrienteering::Georeferencing | friend |
operator=(const Georeferencing &other) | OpenOrienteering::Georeferencing | |
parent() const const | QObject | |
projectedToMap() const | OpenOrienteering::Georeferencing | |
projectionChanged() | OpenOrienteering::Georeferencing | signal |
property(const char *name) const const | QObject | |
Q_CLASSINFO(Name, Value) | QObject | |
Q_DISABLE_COPY(Class) | QObject | |
Q_DISABLE_COPY_MOVE(Class) | QObject | |
Q_DISABLE_MOVE(Class) | QObject | |
Q_EMITQ_EMIT | QObject | |
Q_ENUM(...) | QObject | |
Q_ENUM_NS(...) | QObject | |
Q_ENUMS(...) | QObject | |
Q_FLAG(...) | QObject | |
Q_FLAG_NS(...) | QObject | |
Q_FLAGS(...) | QObject | |
Q_GADGETQ_GADGET | QObject | |
Q_INTERFACES(...) | QObject | |
Q_INVOKABLEQ_INVOKABLE | QObject | |
Q_NAMESPACEQ_NAMESPACE | QObject | |
Q_OBJECTQ_OBJECT | QObject | |
Q_PROPERTY(...) | QObject | |
Q_REVISIONQ_REVISION | QObject | |
Q_SET_OBJECT_NAME(Object) | QObject | |
Q_SIGNALQ_SIGNAL | QObject | |
Q_SIGNALSQ_SIGNALS | QObject | |
Q_SLOTQ_SLOT | QObject | |
Q_SLOTSQ_SLOTS | QObject | |
qFindChild(const QObject *obj, const QString &name) | QObject | |
qFindChildren(const QObject *obj, const QString &name) | QObject | |
qFindChildren(const QObject *obj, const QRegExp ®Exp) | QObject | |
QObject(QObject *parent) | QObject | |
qobject_cast(QObject *object) | QObject | |
qobject_cast(const QObject *object) | QObject | |
QObjectList | QObject | |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
radToDeg(double val) | OpenOrienteering::Georeferencing | static |
receivers(const char *signal) const const | QObject | protected |
removeEventFilter(QObject *obj) | QObject | |
roundDeclination(double) | OpenOrienteering::Georeferencing | inlinestatic |
roundScaleFactor(double value) | OpenOrienteering::Georeferencing | inlinestatic |
save(QXmlStreamWriter &xml) const | OpenOrienteering::Georeferencing | |
scaleFactorPrecision() | OpenOrienteering::Georeferencing | inlinestatic |
sender() const const | QObject | protected |
senderSignalIndex() const const | QObject | protected |
setDeclination(double value) | OpenOrienteering::Georeferencing | |
setGeographicRefPoint(LatLon lat_lon, bool update_grivation=true) | OpenOrienteering::Georeferencing | |
setGridScaleFactor(double value) | OpenOrienteering::Georeferencing | |
setGrivation(double value) | OpenOrienteering::Georeferencing | |
setMapRefPoint(const MapCoord &point) | OpenOrienteering::Georeferencing | |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProjectedCRS(const QString &id, QString spec, std::vector< QString > params=std::vector< QString >()) | OpenOrienteering::Georeferencing | |
setProjectedRefPoint(const QPointF &point, bool update_grivation=true) | OpenOrienteering::Georeferencing | |
setProperty(const char *name, const QVariant &value) | QObject | |
setScaleDenominator(int value) | OpenOrienteering::Georeferencing | |
setState(State value) | OpenOrienteering::Georeferencing | |
setTransformationDirectly(const QTransform &transform) | OpenOrienteering::Georeferencing | |
signalsBlocked() const const | QObject | |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
State enum name | OpenOrienteering::Georeferencing | |
stateChanged() | OpenOrienteering::Georeferencing | signal |
thread() const const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
toGeographicCoords(const MapCoordF &map_coords, bool *ok=0) const | OpenOrienteering::Georeferencing | |
toGeographicCoords(const QPointF &projected_coords, bool *ok=0) const | OpenOrienteering::Georeferencing | |
toMapCoordF(const QPointF &projected_coords) const | OpenOrienteering::Georeferencing | |
toMapCoordF(const LatLon &lat_lon, bool *ok=nullptr) const | OpenOrienteering::Georeferencing | |
toMapCoordF(const Georeferencing *other, const MapCoordF &map_coords, bool *ok=nullptr) const | OpenOrienteering::Georeferencing | |
toMapCoords(const QPointF &projected_coords) const | OpenOrienteering::Georeferencing | |
toMapCoords(const LatLon &lat_lon, bool *ok=nullptr) const | OpenOrienteering::Georeferencing | |
toProjectedCoords(const MapCoord &map_coords) const | OpenOrienteering::Georeferencing | |
toProjectedCoords(const MapCoordF &map_coords) const | OpenOrienteering::Georeferencing | |
toProjectedCoords(const LatLon &lat_lon, bool *ok=0) const | OpenOrienteering::Georeferencing | |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
transformationChanged() | OpenOrienteering::Georeferencing | signal |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
updateGrivation() | OpenOrienteering::Georeferencing | |
updateTransformation() | OpenOrienteering::Georeferencing | |
~Georeferencing() override | OpenOrienteering::Georeferencing | |
~QObject() | QObject | virtual |