| QGIS API Documentation
    3.18.1-Zürich (202f1bf7e5)
    | 
A selection: contains subdirectories and color ramps. More...
#include <qgscptcityarchive.h>

| Public Member Functions | |
| QgsCptCitySelectionItem (QgsCptCityDataItem *parent, const QString &name, const QString &path) | |
| QVector< QgsCptCityDataItem * > | createChildren () override | 
| bool | equal (const QgsCptCityDataItem *other) override | 
| QStringList | selectionsList () const | 
|  Public Member Functions inherited from QgsCptCityCollectionItem | |
| QgsCptCityCollectionItem (QgsCptCityDataItem *parent, const QString &name, const QString &path) | |
| ~QgsCptCityCollectionItem () override | |
| void | addChild (QgsCptCityDataItem *item) | 
| QVector< QgsCptCityDataItem * > | childrenRamps (bool recursive) | 
| void | setPopulated () | 
|  Public Member Functions inherited from QgsCptCityDataItem | |
| QgsCptCityDataItem (QgsCptCityDataItem::Type type, QgsCptCityDataItem *parent, const QString &name, const QString &path) | |
| 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 (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 (const QIcon &icon) | 
| void | setParent (QgsCptCityDataItem *parent) | 
| void | setToolTip (const QString &msg) | 
| QString | shortInfo () const | 
| QString | toolTip () const | 
| Type | type () const | 
| Protected Member Functions | |
| void | parseXml () | 
| Protected Attributes | |
| QStringList | mSelectionsList | 
|  Protected Attributes inherited from QgsCptCityCollectionItem | |
| bool | mPopulatedRamps | 
|  Protected Attributes inherited from QgsCptCityDataItem | |
| QVector< QgsCptCityDataItem * > | mChildren | 
| QIcon | mIcon | 
| QString | mInfo | 
| QString | mName | 
| QgsCptCityDataItem * | mParent = nullptr | 
| 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 } | 
|  Signals inherited from QgsCptCityDataItem | |
| void | beginInsertItems (QgsCptCityDataItem *parent, int first, int last) | 
| void | beginRemoveItems (QgsCptCityDataItem *parent, int first, int last) | 
| void | endInsertItems () | 
| void | endRemoveItems () | 
|  Static Public Member Functions inherited from QgsCptCityDataItem | |
| static int | findItem (QVector< QgsCptCityDataItem * > items, QgsCptCityDataItem *item) | 
A selection: contains subdirectories and color ramps.
Definition at line 288 of file qgscptcityarchive.h.
| QgsCptCitySelectionItem::QgsCptCitySelectionItem | ( | QgsCptCityDataItem * | parent, | 
| const QString & | name, | ||
| const QString & | path | ||
| ) | 
Definition at line 1149 of file qgscptcityarchive.cpp.
| 
 | overridevirtual | 
Reimplemented from QgsCptCityDataItem.
Definition at line 1159 of file qgscptcityarchive.cpp.
| 
 | overridevirtual | 
Reimplemented from QgsCptCityDataItem.
Definition at line 1266 of file qgscptcityarchive.cpp.
| 
 | protected | 
Definition at line 1203 of file qgscptcityarchive.cpp.
| 
 | inline | 
Definition at line 298 of file qgscptcityarchive.h.
| 
 | protected | 
Definition at line 302 of file qgscptcityarchive.h.