KPkPass::Location
KPkPass::Location Class Reference
#include <location.h>
Properties | |
double | altitude |
double | latitude |
double | longitude |
QString | relevantText |
Public Member Functions | |
double | altitude () const |
double | latitude () const |
double | longitude () const |
QString | relevantText () const |
Detailed Description
A pass location element.
Definition at line 24 of file location.h.
Property Documentation
◆ altitude
|
read |
Definition at line 27 of file location.h.
◆ latitude
|
read |
Definition at line 28 of file location.h.
◆ longitude
|
read |
Definition at line 29 of file location.h.
◆ relevantText
|
read |
Definition at line 30 of file location.h.
Constructor & Destructor Documentation
◆ Location()
Location::Location | ( | ) |
Definition at line 24 of file location.cpp.
Member Function Documentation
◆ altitude()
|
nodiscard |
Altitude in meters, NaN if not set.
Definition at line 37 of file location.cpp.
◆ latitude()
|
nodiscard |
Latitude in degree.
Definition at line 42 of file location.cpp.
◆ longitude()
|
nodiscard |
Longitude in degree.
Definition at line 47 of file location.cpp.
◆ relevantText()
|
nodiscard |
Text to display when location is reached.
Definition at line 52 of file location.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 Mon Nov 4 2024 16:39:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.