|
QGIS API Documentation
2.4.0-Chugiak
|
#include <qgssublayersdialog.h>


Public Types | |
| enum | ProviderType { Ogr, Gdal, Vsifile } |
Public Slots | |
| void | on_buttonBox_helpRequested () |
| int | exec () |
Public Member Functions | |
| QgsSublayersDialog (ProviderType providerType, QString name, QWidget *parent=0, Qt::WindowFlags fl=0) | |
| ~QgsSublayersDialog () | |
| void | populateLayerTable (QStringList theList, QString delim=":") |
| QStringList | selectionNames () |
| QList< int > | selectionIndexes () |
Protected Attributes | |
| QString | mName |
| QStringList | mSelectedSubLayers |
Definition at line 24 of file qgssublayersdialog.h.
| Enumerator | |
|---|---|
| Ogr | |
| Gdal | |
| Vsifile | |
Definition at line 29 of file qgssublayersdialog.h.
| QgsSublayersDialog::QgsSublayersDialog | ( | ProviderType | providerType, |
| QString | name, | ||
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | fl = 0 |
||
| ) |
| QgsSublayersDialog::~QgsSublayersDialog | ( | ) |
Definition at line 59 of file qgssublayersdialog.cpp.
References mName.
|
slot |
Definition at line 128 of file qgssublayersdialog.cpp.
|
inlineslot |
Definition at line 46 of file qgssublayersdialog.h.
References QgsContextHelp::run().
| void QgsSublayersDialog::populateLayerTable | ( | QStringList | theList, |
| QString | delim = ":" |
||
| ) |
Definition at line 103 of file qgssublayersdialog.cpp.
References mName.
| QList< int > QgsSublayersDialog::selectionIndexes | ( | ) |
Definition at line 93 of file qgssublayersdialog.cpp.
| QStringList QgsSublayersDialog::selectionNames | ( | ) |
Definition at line 67 of file qgssublayersdialog.cpp.
|
protected |
Definition at line 50 of file qgssublayersdialog.h.
Referenced by populateLayerTable(), QgsSublayersDialog(), and ~QgsSublayersDialog().
|
protected |
Definition at line 51 of file qgssublayersdialog.h.
1.8.7