QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
An "All ramps item", which contains all items in a flat hierarchy. More...
#include <qgscptcityarchive.h>
Public Member Functions | |
QgsCptCityAllRampsItem (QgsCptCityDataItem *parent, const QString &name, const QVector< QgsCptCityDataItem * > &items) | |
QVector< QgsCptCityDataItem * > | createChildren () override |
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 void | addChildItem (QgsCptCityDataItem *child, bool refresh=false) |
QVector< QgsCptCityDataItem * > | children () const |
virtual void | deleteChildItem (QgsCptCityDataItem *child) |
virtual bool | equal (const QgsCptCityDataItem *other) |
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 Attributes | |
QVector< QgsCptCityDataItem * > | mItems |
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) |
An "All ramps item", which contains all items in a flat hierarchy.
Definition at line 305 of file qgscptcityarchive.h.
QgsCptCityAllRampsItem::QgsCptCityAllRampsItem | ( | QgsCptCityDataItem * | parent, |
const QString & | name, | ||
const QVector< QgsCptCityDataItem * > & | items | ||
) |
Definition at line 1273 of file qgscptcityarchive.cpp.
|
overridevirtual |
Reimplemented from QgsCptCityDataItem.
Definition at line 1283 of file qgscptcityarchive.cpp.
|
protected |
Definition at line 315 of file qgscptcityarchive.h.