QGIS API Documentation
2.6.0-Brighton
|
A directory: contains subdirectories and layers. More...
#include <qgsdataitem.h>
Public Types | |
enum | Column { Name, Size, Date, Permissions, Owner, Group, Type } |
Public Member Functions | |
QgsDirectoryItem (QgsDataItem *parent, QString name, QString path) | |
~QgsDirectoryItem () | |
QVector< QgsDataItem * > | createChildren () |
virtual bool | equal (const QgsDataItem *other) |
virtual QWidget * | paramWidget () |
Public Member Functions inherited from QgsDataCollectionItem | |
QgsDataCollectionItem (QgsDataItem *parent, QString name, QString path=QString::null) | |
~QgsDataCollectionItem () | |
void | setPopulated () |
void | addChild (QgsDataItem *item) |
Public Member Functions inherited from QgsDataItem | |
QgsDataItem (QgsDataItem::Type type, QgsDataItem *parent, QString name, QString path) | |
virtual | ~QgsDataItem () |
bool | hasChildren () |
int | rowCount () |
virtual void | refresh () |
virtual void | populate () |
bool | isPopulated () |
virtual void | addChildItem (QgsDataItem *child, bool refresh=false) |
virtual void | deleteChildItem (QgsDataItem *child) |
virtual QgsDataItem * | removeChildItem (QgsDataItem *child) |
virtual QList< QAction * > | actions () |
virtual bool | acceptDrop () |
virtual bool | handleDrop (const QMimeData *, Qt::DropAction) |
virtual bool | setCrs (QgsCoordinateReferenceSystem crs) |
virtual Capability | capabilities () |
Type | type () const |
QgsDataItem * | parent () const |
void | setParent (QgsDataItem *parent) |
QVector< QgsDataItem * > | children () const |
QIcon | icon () const |
QString | name () const |
QString | path () const |
void | setIcon (QIcon icon) |
void | setToolTip (QString msg) |
QString | toolTip () const |
Static Public Attributes | |
static QVector< QLibrary * > | mLibraries = QVector<QLibrary*>() |
Additional Inherited Members | |
Public Slots inherited from QgsDataItem | |
void | emitBeginInsertItems (QgsDataItem *parent, int first, int last) |
void | emitEndInsertItems () |
void | emitBeginRemoveItems (QgsDataItem *parent, int first, int last) |
void | emitEndRemoveItems () |
Signals inherited from QgsDataItem | |
void | beginInsertItems (QgsDataItem *parent, int first, int last) |
void | endInsertItems () |
void | beginRemoveItems (QgsDataItem *parent, int first, int last) |
void | endRemoveItems () |
Static Public Member Functions inherited from QgsDataCollectionItem | |
static const QIcon & | iconDir () |
static const QIcon & | iconDataCollection () |
Protected Attributes inherited from QgsDataItem | |
Type | mType |
QgsDataItem * | mParent |
QVector< QgsDataItem * > | mChildren |
bool | mPopulated |
QString | mName |
QString | mPath |
QString | mToolTip |
QIcon | mIcon |
A directory: contains subdirectories and layers.
QgsDirectoryItem::QgsDirectoryItem | ( | QgsDataItem * | parent, |
QString | name, | ||
QString | path | ||
) |
QgsDirectoryItem::~QgsDirectoryItem | ( | ) |
|
virtual |
Reimplemented from QgsDataItem.
|
virtual |
Reimplemented from QgsDataItem.
|
virtual |
Reimplemented from QgsDataItem.
|
static |