QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
A Collection: logical collection of subcollections and color ramps. More...
#include <qgscptcityarchive.h>
Public Member Functions | |
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 QVector< QgsCptCityDataItem * > | createChildren () |
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 | |
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 Collection: logical collection of subcollections and color ramps.
Definition at line 247 of file qgscptcityarchive.h.
QgsCptCityCollectionItem::QgsCptCityCollectionItem | ( | QgsCptCityDataItem * | parent, |
const QString & | name, | ||
const QString & | path | ||
) |
Definition at line 820 of file qgscptcityarchive.cpp.
|
override |
Definition at line 827 of file qgscptcityarchive.cpp.
|
inline |
Definition at line 256 of file qgscptcityarchive.h.
QVector< QgsCptCityDataItem *> QgsCptCityCollectionItem::childrenRamps | ( | bool | recursive | ) |
Definition at line 832 of file qgscptcityarchive.cpp.
|
inline |
Definition at line 255 of file qgscptcityarchive.h.
|
protected |
Definition at line 260 of file qgscptcityarchive.h.