|
libosmscout
1.1.1
|
#include <libosmscout-client-qt/include/osmscout/MapManager.h>
Public Member Functions | |
| MapDirectory ()=default | |
| MapDirectory (QDir dir) | |
| ~MapDirectory ()=default | |
| MapDirectory (const MapDirectory &other)=default | |
| MapDirectory & | operator= (const MapDirectory &other)=default |
| MapDirectory (MapDirectory &&other)=default | |
| MapDirectory & | operator= (MapDirectory &&other)=default |
| QDir | getDir () const |
| bool | deleteDatabase () |
| bool | isValid () const |
| bool | hasMetadata () const |
| QString | getName () const |
| QStringList | getPath () const |
| QDateTime | getCreation () const |
| bool | operator< (const MapDirectory &o) const |
Holder for map database metadata
|
default |
|
explicit |
|
default |
|
default |
|
default |
| bool osmscout::MapDirectory::deleteDatabase | ( | ) |
Delete complete database
|
inline |
Time of map import
|
inline |
|
inline |
Human readable name of the map. It is name of geographical region usually (eg: Germany, Czech Republic...). Name is localised by server when it is downloading. When locale is changed later, name will remain in its original locale.
|
inline |
Logical path of the map, eg: europe/gemany; europe/czech-republic
|
inline |
Check if map directory contains metadata created by downloader
|
inline |
Check if directory contains all required files for osmscout database
|
inline |
|
default |
|
default |
1.8.14