marble/src
GpsElement Class Reference
#include <GpsElement.h>
Inheritance diagram for GpsElement:

Detailed Description
common details of every gps elementThis class is just to keep all of the common parts of the gps data together.
Definition at line 22 of file GpsElement.h.
Public Member Functions | |
| GpsElement () | |
| ~GpsElement () | |
| void | setName (const QString &name) |
| QString | name () |
| void | setGpsComment (const QString &comment) |
| QString | gpsComment () |
| void | setDescription (const QString &description) |
| QString | description () |
| void | setSource (const QString &source) |
| QString | source () |
| void | addLink (const QString &link) |
| QVector< QUrl > | links () |
| void | setNumber (int number) |
| int | number () |
Constructor & Destructor Documentation
| GpsElement::GpsElement | ( | ) |
| GpsElement::~GpsElement | ( | ) |
Member Function Documentation
| void GpsElement::setName | ( | const QString & | name | ) |
| QString GpsElement::name | ( | ) |
m_name getter
- Returns:
- the name of this gps element or an empty string if one has not been provided
Definition at line 36 of file GpsElement.cpp.
| void GpsElement::setGpsComment | ( | const QString & | comment | ) |
| QString GpsElement::gpsComment | ( | ) |
m_gpsComment getter
- Returns:
- a comment about this gps data or an empty string if one has not been provided
Definition at line 46 of file GpsElement.cpp.
| void GpsElement::setDescription | ( | const QString & | description | ) |
| QString GpsElement::description | ( | ) |
m_discription getter
- Returns:
- description about this particular gps data element or an empty string if that information has not been provided
Definition at line 56 of file GpsElement.cpp.
| void GpsElement::setSource | ( | const QString & | source | ) |
| QString GpsElement::source | ( | ) |
m_source getter
- Returns:
- a string representation of the source of this data or an empty string if that information is not known
Definition at line 66 of file GpsElement.cpp.
| void GpsElement::addLink | ( | const QString & | link | ) |
get all links
- Returns:
- a vector containing all links or an empty vector
Definition at line 79 of file GpsElement.cpp.
| void GpsElement::setNumber | ( | int | number | ) |
| int GpsElement::number | ( | ) |
m_gpsComment setter
- Returns:
- the number of this gps element or -1 if one has not been provided
Definition at line 90 of file GpsElement.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference