16#ifndef QGSBABELFORMATREGISTRY_H 
   17#define QGSBABELFORMATREGISTRY_H 
   68    QStringList importFormatNames() 
const;
 
   88    QString importFileFilter() 
const;
 
   93    QStringList deviceNames() 
const;
 
  108    QMap< QString, QgsBabelGpsDeviceFormat * > devices() 
const;
 
  113    void reloadFromSettings();
 
  121    QMap< QString, QgsBabelSimpleImportFormat *> mImporters;
 
  123    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