16#ifndef QGSEXTERNALSTORAGEFILEWIDGET_H
17#define QGSEXTERNALSTORAGEFILEWIDGET_H
43 if ( qobject_cast<QgsExternalStorageFileWidget *>( sipCpp ) )
44 sipType = sipType_QgsExternalStorageFileWidget;
175 void dropEvent( QDropEvent *event ) override;
182 void storeExternalFiles( QStringList fileNames, QStringList storedUrls = QStringList() );
185 void updateAcceptDrops();
187 bool mStoreInProgress = false;
195 QLabel *mProgressLabel =
nullptr;
196 QProgressBar *mProgressBar =
nullptr;
197 QToolButton *mCancelButton =
nullptr;
Single scope for storing variables and functions for use within a QgsExpressionContext.
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
Handles parsing and evaluation of expressions (formerly called "search strings").
Abstract interface for external storage - to be implemented by various backends and registered in Qgs...
A bar for displaying non-blocking messages to the user.
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)