QGIS API Documentation
2.0.1-Dufour
|
#include <qgsapplication.h>
#include <qgsdatasourceuri.h>
#include <qgsgeometry.h>
#include <qgsmaplayer.h>
#include <qgsmaplayerregistry.h>
#include <qgsofflineediting.h>
#include <qgsproject.h>
#include <qgsvectordataprovider.h>
#include <qgsvectorlayereditbuffer.h>
#include <QDir>
#include <QDomDocument>
#include <QDomNode>
#include <QFile>
#include <QMessageBox>
#include <sqlite3.h>
#include <spatialite.h>
#include <QDebug>
Go to the source code of this file.
Macros | |
#define | CUSTOM_PROPERTY_IS_OFFLINE_EDITABLE "isOfflineEditable" |
#define | CUSTOM_PROPERTY_REMOTE_SOURCE "remoteSource" |
#define | CUSTOM_PROPERTY_REMOTE_PROVIDER "remoteProvider" |
#define | PROJECT_ENTRY_SCOPE_OFFLINE "OfflineEditingPlugin" |
#define | PROJECT_ENTRY_KEY_OFFLINE_DB_PATH "/OfflineDbPath" |
#define CUSTOM_PROPERTY_IS_OFFLINE_EDITABLE "isOfflineEditable" |
Definition at line 46 of file qgsofflineediting.cpp.
Referenced by QgsOfflineEditing::copyVectorLayer(), QgsOfflineEditing::layerAdded(), and QgsOfflineEditing::synchronize().
#define CUSTOM_PROPERTY_REMOTE_PROVIDER "remoteProvider" |
Definition at line 48 of file qgsofflineediting.cpp.
Referenced by QgsOfflineEditing::copyVectorLayer(), and QgsOfflineEditing::synchronize().
#define CUSTOM_PROPERTY_REMOTE_SOURCE "remoteSource" |
Definition at line 47 of file qgsofflineediting.cpp.
Referenced by QgsOfflineEditing::copyVectorLayer(), and QgsOfflineEditing::synchronize().
#define PROJECT_ENTRY_KEY_OFFLINE_DB_PATH "/OfflineDbPath" |
Definition at line 50 of file qgsofflineediting.cpp.
Referenced by QgsOfflineEditing::convertToOfflineProject(), QgsOfflineEditing::isOfflineProject(), QgsOfflineEditing::openLoggingDb(), and QgsOfflineEditing::synchronize().
#define PROJECT_ENTRY_SCOPE_OFFLINE "OfflineEditingPlugin" |
Definition at line 49 of file qgsofflineediting.cpp.
Referenced by QgsOfflineEditing::convertToOfflineProject(), QgsOfflineEditing::isOfflineProject(), QgsOfflineEditing::openLoggingDb(), and QgsOfflineEditing::synchronize().