Base class for QgsExternalStorage stored and fetched content.  
 More...
#include <qgsexternalstorage.h>
|  | 
| void | canceled () | 
|  | The signal is emitted when content fetching/storing has been canceled.  More... 
 | 
|  | 
| void | errorOccurred (const QString &errorString) | 
|  | The signal is emitted when an error occurred.  More... 
 | 
|  | 
| void | progressChanged (double progress) | 
|  | The signal is emitted whenever content fetching/storing estimated progression value progress has changed.  More... 
 | 
|  | 
|  | 
| void | reportError (const QString &errorMsg) | 
|  | Update content according to given errorMsg error message Inherited classes should call this method whenever they meet an error.  More... 
 | 
|  | 
Base class for QgsExternalStorage stored and fetched content. 
- Since
- QGIS 3.22 
Definition at line 111 of file qgsexternalstorage.h.
◆ cancel
  
  | 
        
          | virtual void QgsExternalStorageContent::cancel | ( |  | ) |  |  | inlinevirtualslot | 
 
 
◆ canceled
  
  | 
        
          | void QgsExternalStorageContent::canceled | ( |  | ) |  |  | signal | 
 
The signal is emitted when content fetching/storing has been canceled. 
 
 
◆ errorOccurred
  
  | 
        
          | void QgsExternalStorageContent::errorOccurred | ( | const QString & | errorString | ) |  |  | signal | 
 
The signal is emitted when an error occurred. 
errorString is a textual description of the error 
 
 
◆ errorString()
      
        
          | const QString & QgsExternalStorageContent::errorString | ( |  | ) | const | 
      
 
 
◆ progressChanged
  
  | 
        
          | void QgsExternalStorageContent::progressChanged | ( | double | progress | ) |  |  | signal | 
 
The signal is emitted whenever content fetching/storing estimated progression value progress has changed. 
progress value is between 0 and 100. 
 
 
◆ reportError()
  
  | 
        
          | void QgsExternalStorageContent::reportError | ( | const QString & | errorMsg | ) |  |  | protected | 
 
Update content according to given errorMsg error message Inherited classes should call this method whenever they meet an error. 
Definition at line 18 of file qgsexternalstorage.cpp.
 
 
◆ status()
◆ mErrorString
  
  | 
        
          | QString QgsExternalStorageContent::mErrorString |  | protected | 
 
 
◆ mStatus
The documentation for this class was generated from the following files: