QGIS API Documentation
2.0.1-Dufour
|
#include <QIcon>
#include <QLibrary>
#include <QObject>
#include <QPixmap>
#include <QString>
#include <QVector>
#include <QTreeWidget>
#include "qgsapplication.h"
#include "qgsmaplayer.h"
#include "qgscoordinatereferencesystem.h"
Go to the source code of this file.
Classes | |
class | QgsDataItem |
base class for all items in the model More... | |
class | QgsLayerItem |
Item that represents a layer that can be opened with one of the providers. More... | |
class | QgsDataCollectionItem |
A Collection: logical collection of layers or subcollections, e.g. More... | |
class | QgsDirectoryItem |
A directory: contains subdirectories and layers. More... | |
class | QgsErrorItem |
Data item that can be used to report problems (e.g. More... | |
class | QgsDirectoryParamWidget |
class | QgsFavouritesItem |
Contains various Favourites directories. More... | |
class | QgsZipItem |
A zip file: contains layers, using GDAL/OGR VSIFILE mechanism. More... |
Typedefs | |
typedef int | dataCapabilities_t () |
typedef QgsDataItem * | dataItem_t (QString, QgsDataItem *) |
typedef int dataCapabilities_t() |
Definition at line 36 of file qgsdataitem.h.
typedef QgsDataItem* dataItem_t(QString, QgsDataItem *) |
Definition at line 37 of file qgsdataitem.h.