KPkPass::Location

Search for usage in LXR

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

Property Documentation

◆ altitude

double KPkPass::Location::altitude
read

Definition at line 27 of file location.h.

◆ latitude

double KPkPass::Location::latitude
read

Definition at line 28 of file location.h.

◆ longitude

double KPkPass::Location::longitude
read

Definition at line 29 of file location.h.

◆ relevantText

QString KPkPass::Location::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()

double Location::altitude ( ) const

Altitude in meters, NaN if not set.

Definition at line 37 of file location.cpp.

◆ latitude()

double Location::latitude ( ) const

Latitude in degree.

Definition at line 42 of file location.cpp.

◆ longitude()

double Location::longitude ( ) const

Longitude in degree.

Definition at line 47 of file location.cpp.

◆ relevantText()

QString Location::relevantText ( ) const

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 Fri May 3 2024 11:43:39 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.