QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Classes | Typedefs
qgsdataitem.h File Reference
#include "qgis_sip.h"
#include "qgis_core.h"
#include <QFileSystemWatcher>
#include <QFutureWatcher>
#include <QIcon>
#include <QObject>
#include <QPixmap>
#include <QString>
#include <QTreeWidget>
#include <QVector>
#include <QDateTime>
#include "qgsmaplayer.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsmimedatautils.h"
#include "qgswkbtypes.h"
Include dependency graph for qgsdataitem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsDataCollectionItem
 A Collection: logical collection of layers or subcollections, e.g. More...
 
class  QgsDataItem
 Base class for all items in the model. More...
 
class  QgsDirectoryItem
 A directory: contains subdirectories and layers. More...
 
class  QgsDirectoryParamWidget
 TODO: move to qgis_gui for QGIS 4. More...
 
class  QgsErrorItem
 Data item that can be used to report problems (e.g. More...
 
class  QgsFavoritesItem
 Contains various Favorites directories. More...
 
class  QgsLayerItem
 Item that represents a layer that can be opened with one of the providers. More...
 
class  QgsProjectItem
 Data item that can be used to represent QGIS projects. More...
 
class  QgsZipItem
 A zip file: contains layers, using GDAL/OGR VSIFILE mechanism. More...
 

Typedefs

typedef QgsDataItemdataItem_t(QString, QgsDataItem *)
 

Typedef Documentation

◆ dataItem_t

typedef QgsDataItem* dataItem_t(QString, QgsDataItem *)

Definition at line 42 of file qgsdataitem.h.