16#ifndef QGSBABELFORMATREGISTRY_H 
   17#define QGSBABELFORMATREGISTRY_H 
   70    QStringList importFormatNames() 
const;
 
   90    QString importFileFilter() 
const;
 
   95    QStringList deviceNames() 
const;
 
  110    QMap< QString, QgsBabelGpsDeviceFormat * > devices() 
const;
 
  115    void reloadFromSettings();
 
  123    QMap< QString, QgsBabelSimpleImportFormat *> mImporters;
 
  125    QMap< QString, QgsBabelGpsDeviceFormat *> mDevices;
 
 
QgsSettingsTreeNamedListNode is a named list tree node for the settings tree to help organizing and i...
 
QgsSettingsTreeNamedListNode * createNamedListNode(const QString &key, const Qgis::SettingsTreeNodeOptions &options=Qgis::SettingsTreeNodeOptions())
Creates a named list tree node.
 
static QgsSettingsTreeNode * sTreeGps