QGIS API Documentation
2.8.2-Wien
|
A directory: contains subdirectories and color ramps. More...
#include <qgscptcityarchive.h>
Public Member Functions | |
QgsCptCityDirectoryItem (QgsCptCityDataItem *parent, QString name, QString path) | |
~QgsCptCityDirectoryItem () | |
QVector< QgsCptCityDataItem * > | createChildren () override |
virtual bool | equal (const QgsCptCityDataItem *other) override |
Public Member Functions inherited from QgsCptCityCollectionItem | |
QgsCptCityCollectionItem (QgsCptCityDataItem *parent, QString name, QString path) | |
~QgsCptCityCollectionItem () | |
void | addChild (QgsCptCityDataItem *item) |
QVector< QgsCptCityDataItem * > | childrenRamps (bool recursive) |
void | setPopulated () |
Public Member Functions inherited from QgsCptCityDataItem | |
QgsCptCityDataItem (QgsCptCityDataItem::Type type, QgsCptCityDataItem *parent, QString name, QString path) | |
virtual | ~QgsCptCityDataItem () |
virtual bool | acceptDrop () |
virtual QList< QAction * > | actions () |
virtual void | addChildItem (QgsCptCityDataItem *child, bool refresh=false) |
QVector< QgsCptCityDataItem * > | children () const |
virtual void | deleteChildItem (QgsCptCityDataItem *child) |
virtual bool | handleDrop (const QMimeData *, Qt::DropAction) |
bool | hasChildren () |
virtual QIcon | icon () |
virtual QIcon | icon (const QSize &size) |
QString | info () const |
bool | isPopulated () |
bool | isValid () |
virtual int | leafCount () const |
QString | name () const |
virtual QWidget * | paramWidget () |
QgsCptCityDataItem * | parent () const |
QString | path () const |
virtual void | populate () |
virtual void | refresh () |
virtual QgsCptCityDataItem * | removeChildItem (QgsCptCityDataItem *child) |
int | rowCount () |
void | setIcon (QIcon icon) |
void | setParent (QgsCptCityDataItem *parent) |
void | setToolTip (QString msg) |
QString | shortInfo () const |
QString | toolTip () const |
Type | type () const |
Static Public Member Functions | |
static QgsCptCityDataItem * | dataItem (QgsCptCityDataItem *parent, QString name, QString path) |
Protected Member Functions | |
QStringList | dirEntries () const |
QMap< QString, QStringList > | rampsMap () |
Protected Attributes | |
QMap< QString, QStringList > | mRampsMap |
Protected Attributes inherited from QgsCptCityCollectionItem | |
bool | mPopulatedRamps |
Protected Attributes inherited from QgsCptCityDataItem | |
QVector< QgsCptCityDataItem * > | mChildren |
QIcon | mIcon |
QString | mInfo |
QString | mName |
QgsCptCityDataItem * | mParent |
QString | mPath |
bool | mPopulated |
QString | mShortInfo |
QString | mToolTip |
Type | mType |
bool | mValid |
Additional Inherited Members | |
Public Types inherited from QgsCptCityDataItem | |
enum | Type { ColorRamp, Collection, Directory, Selection, AllRamps } |
Public Slots inherited from QgsCptCityDataItem | |
void | emitBeginInsertItems (QgsCptCityDataItem *parent, int first, int last) |
void | emitBeginRemoveItems (QgsCptCityDataItem *parent, int first, int last) |
void | emitEndInsertItems () |
void | emitEndRemoveItems () |
Signals inherited from QgsCptCityDataItem | |
void | beginInsertItems (QgsCptCityDataItem *parent, int first, int last) |
void | beginRemoveItems (QgsCptCityDataItem *parent, int first, int last) |
void | endInsertItems () |
void | endRemoveItems () |
A directory: contains subdirectories and color ramps.
Definition at line 246 of file qgscptcityarchive.h.
QgsCptCityDirectoryItem::QgsCptCityDirectoryItem | ( | QgsCptCityDataItem * | parent, |
QString | name, | ||
QString | path | ||
) |
Definition at line 900 of file qgscptcityarchive.cpp.
QgsCptCityDirectoryItem::~QgsCptCityDirectoryItem | ( | ) |
Definition at line 923 of file qgscptcityarchive.cpp.
|
overridevirtual |
Reimplemented from QgsCptCityDataItem.
Definition at line 927 of file qgscptcityarchive.cpp.
|
static |
Definition at line 1111 of file qgscptcityarchive.cpp.
|
protected |
Definition at line 1095 of file qgscptcityarchive.cpp.
|
overridevirtual |
Reimplemented from QgsCptCityDataItem.
Definition at line 1101 of file qgscptcityarchive.cpp.
|
protected |
Definition at line 962 of file qgscptcityarchive.cpp.
|
protected |
Definition at line 264 of file qgscptcityarchive.h.