26 #ifndef __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_GEOPACKAGEPUBLISHER_H    27 #define __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_GEOPACKAGEPUBLISHER_H    29 #include "../Config.h"    82             std::string getErrorMessage();
    84             GeopackageFiles getGeopackageFiles(std::string url);
    86             void downloadGeopackageFile(std::string url, 
GeopackageFile gpkgFile, std::string pathDir);
    88             void uploadGeopackageFile(std::string url, std::string filePath, std::string fileName);
    92             GeopackageFiles readJSONInfo(std::string stream);
    96             void emitSignal(
double curStep, 
double totalStep);
   100             void setCurrentStep(
double curStep, 
double totalStep, std::string msg);
   117 #endif  // __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_GEOPACKAGEPUBLISHER_H static GeopackagePublisherOperation m_gpkgOpType
 
static GeopackagePublisher * m_staticPointer
 
std::vector< GeopackageFile > GeopackageFiles
 
std::string m_errorMessage
 
GeopackagePublisherOperation