te::qt::plugins::terramobile::GeopackagePublisher Class Reference

#include <GeopackagePublisher.h>

Inheritance diagram for te::qt::plugins::terramobile::GeopackagePublisher:
QObject

Signals

void setCurrentStep (double curStep, double totalStep, std::string msg)
 

Public Member Functions

void downloadGeopackageFile (std::string url, GeopackageFile gpkgFile, std::string pathDir)
 
void emitSignal (double curStep, double totalStep)
 
 GeopackagePublisher ()
 
std::string getErrorMessage ()
 
GeopackageFiles getGeopackageFiles (std::string url)
 
void uploadGeopackageFile (std::string url, std::string filePath, std::string fileName)
 
 ~GeopackagePublisher ()
 

Static Public Attributes

static GeopackagePublisherOperation m_gpkgOpType = te::qt::plugins::terramobile::GPKG_OP_NONE
 
static GeopackagePublisherm_staticPointer = 0
 

Protected Member Functions

GeopackageFiles readJSONInfo (std::string stream)
 

Protected Attributes

std::string m_errorMessage
 

Detailed Description

Definition at line 69 of file GeopackagePublisher.h.

Constructor & Destructor Documentation

te::qt::plugins::terramobile::GeopackagePublisher::GeopackagePublisher ( )

Definition at line 58 of file GeopackagePublisher.cpp.

References m_staticPointer.

te::qt::plugins::terramobile::GeopackagePublisher::~GeopackagePublisher ( )

Definition at line 63 of file GeopackagePublisher.cpp.

Member Function Documentation

void te::qt::plugins::terramobile::GeopackagePublisher::emitSignal ( double  curStep,
double  totalStep 
)
std::string te::qt::plugins::terramobile::GeopackagePublisher::getErrorMessage ( )
te::qt::plugins::terramobile::GeopackageFiles te::qt::plugins::terramobile::GeopackagePublisher::getGeopackageFiles ( std::string  url)
void te::qt::plugins::terramobile::GeopackagePublisher::setCurrentStep ( double  curStep,
double  totalStep,
std::string  msg 
)
signal

Referenced by emitSignal().

void te::qt::plugins::terramobile::GeopackagePublisher::uploadGeopackageFile ( std::string  url,
std::string  filePath,
std::string  fileName 
)

Member Data Documentation

std::string te::qt::plugins::terramobile::GeopackagePublisher::m_errorMessage
protected
te::qt::plugins::terramobile::GeopackagePublisherOperation te::qt::plugins::terramobile::GeopackagePublisher::m_gpkgOpType = te::qt::plugins::terramobile::GPKG_OP_NONE
static
te::qt::plugins::terramobile::GeopackagePublisher * te::qt::plugins::terramobile::GeopackagePublisher::m_staticPointer = 0
static

Definition at line 108 of file GeopackagePublisher.h.

Referenced by GeopackagePublisher().


The documentation for this class was generated from the following files: