67    void setImportFilePath( 
const QString &path );
 
   73    void selectSymbols( 
const QStringList &symbolNames );
 
   79    void deselectSymbols( 
const QStringList &symbolNames );
 
   82    void doExportImport();
 
   97    void clearSelection();
 
  103    void selectFavorites();
 
  109    void deselectFavorites();
 
  115    void selectTag( 
const QString &tagName );
 
  121    void deselectTag( 
const QString &tagName );
 
  127    void selectSmartgroup( 
const QString &groupName );
 
  133    void deselectSmartgroup( 
const QString &groupName );
 
  135    void importTypeChanged( 
int );
 
  138    void selectionChanged( 
const QItemSelection &selected, 
const QItemSelection &deselected );
 
  142    void importFileChanged( 
const QString &path );
 
  153    void downloadStyleXml( 
const QUrl &url );
 
  154    bool populateStyles();
 
  155    void moveStyles( QModelIndexList *selection, 
QgsStyle *src, 
QgsStyle *dst );
 
  158    QTemporaryFile *mTempFile = 
nullptr;
 
  166    std::unique_ptr< QgsStyle > mTempStyle;
 
  167    std::unique_ptr< QgsTemporaryCursorOverride > mCursorOverride;