#include <qgsbabelformat.h>
Inheritance diagram for QgsBabelFormat:

Definition at line 27 of file qgsbabelformat.h.
Public Member Functions | |
| QgsBabelFormat (const QString &name="") | |
| virtual | ~QgsBabelFormat () |
| const QString & | name () const |
| virtual QStringList | importCommand (const QString &babel, const QString &featuretype, const QString &input, const QString &output) const |
| virtual QStringList | exportCommand (const QString &babel, const QString &featuretype, const QString &input, const QString &output) const |
| bool | supportsImport () const |
| bool | supportsExport () const |
| bool | supportsWaypoints () const |
| bool | supportsRoutes () const |
| bool | supportsTracks () const |
Protected Attributes | |
| QString | mName |
| bool | mSupportsImport |
| bool | mSupportsExport |
| bool | mSupportsWaypoints |
| bool | mSupportsRoutes |
| bool | mSupportsTracks |
| QgsBabelFormat::QgsBabelFormat | ( | const QString & | name = "" |
) |
Definition at line 26 of file qgsbabelformat.cpp.
| virtual QgsBabelFormat::~QgsBabelFormat | ( | ) | [inline, virtual] |
Definition at line 31 of file qgsbabelformat.h.
| const QString & QgsBabelFormat::name | ( | ) | const |
| QStringList QgsBabelFormat::importCommand | ( | const QString & | babel, | |
| const QString & | featuretype, | |||
| const QString & | input, | |||
| const QString & | output | |||
| ) | const [virtual] |
Reimplemented in QgsSimpleBabelFormat, QgsBabelCommand, and QgsGPSDevice.
Definition at line 40 of file qgsbabelformat.cpp.
Referenced by QgsGPSPlugin::importGPSFile().
| QStringList QgsBabelFormat::exportCommand | ( | const QString & | babel, | |
| const QString & | featuretype, | |||
| const QString & | input, | |||
| const QString & | output | |||
| ) | const [virtual] |
Reimplemented in QgsBabelCommand, and QgsGPSDevice.
Definition at line 50 of file qgsbabelformat.cpp.
| bool QgsBabelFormat::supportsImport | ( | ) | const |
| bool QgsBabelFormat::supportsExport | ( | ) | const |
| bool QgsBabelFormat::supportsWaypoints | ( | ) | const |
| bool QgsBabelFormat::supportsRoutes | ( | ) | const |
| bool QgsBabelFormat::supportsTracks | ( | ) | const |
QString QgsBabelFormat::mName [protected] |
bool QgsBabelFormat::mSupportsImport [protected] |
Definition at line 52 of file qgsbabelformat.h.
Referenced by QgsBabelCommand::QgsBabelCommand(), QgsSimpleBabelFormat::QgsSimpleBabelFormat(), and supportsImport().
bool QgsBabelFormat::mSupportsExport [protected] |
Definition at line 52 of file qgsbabelformat.h.
Referenced by QgsBabelCommand::QgsBabelCommand(), QgsSimpleBabelFormat::QgsSimpleBabelFormat(), and supportsExport().
bool QgsBabelFormat::mSupportsWaypoints [protected] |
Definition at line 53 of file qgsbabelformat.h.
Referenced by QgsBabelCommand::QgsBabelCommand(), QgsSimpleBabelFormat::QgsSimpleBabelFormat(), and supportsWaypoints().
bool QgsBabelFormat::mSupportsRoutes [protected] |
Definition at line 53 of file qgsbabelformat.h.
Referenced by QgsBabelCommand::QgsBabelCommand(), QgsSimpleBabelFormat::QgsSimpleBabelFormat(), and supportsRoutes().
bool QgsBabelFormat::mSupportsTracks [protected] |
Definition at line 53 of file qgsbabelformat.h.
Referenced by QgsBabelCommand::QgsBabelCommand(), QgsSimpleBabelFormat::QgsSimpleBabelFormat(), and supportsTracks().
1.5.1