QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Item that represents a layer that can be opened with one of the providers. More...
#include <qgscptcityarchive.h>
Public Member Functions | |
QgsCptCityColorRampItem (QgsCptCityDataItem *parent, const QString &name, const QString &path, const QString &variantName=QString(), bool initialize=false) | |
QgsCptCityColorRampItem (QgsCptCityDataItem *parent, const QString &name, const QString &path, const QStringList &variantList, bool initialize=false) | |
bool | equal (const QgsCptCityDataItem *other) override |
QIcon | icon () override |
QIcon | icon (QSize size) override |
void | init () |
int | leafCount () const override |
const QgsCptCityColorRamp & | ramp () const |
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 | handleDrop (const QMimeData *, Qt::DropAction) |
bool | hasChildren () |
QString | info () const |
bool | isPopulated () |
bool | isValid () |
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 | |
QList< QIcon > | mIcons |
bool | mInitialized |
QgsCptCityColorRamp | mRamp |
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) |
Item that represents a layer that can be opened with one of the providers.
Definition at line 211 of file qgscptcityarchive.h.
QgsCptCityColorRampItem::QgsCptCityColorRampItem | ( | QgsCptCityDataItem * | parent, |
const QString & | name, | ||
const QString & | path, | ||
const QString & | variantName = QString() , |
||
bool | initialize = false |
||
) |
Definition at line 690 of file qgscptcityarchive.cpp.
QgsCptCityColorRampItem::QgsCptCityColorRampItem | ( | QgsCptCityDataItem * | parent, |
const QString & | name, | ||
const QString & | path, | ||
const QStringList & | variantList, | ||
bool | initialize = false |
||
) |
Definition at line 702 of file qgscptcityarchive.cpp.
|
overridevirtual |
Reimplemented from QgsCptCityDataItem.
Definition at line 770 of file qgscptcityarchive.cpp.
|
overridevirtual |
Reimplemented from QgsCptCityDataItem.
Definition at line 785 of file qgscptcityarchive.cpp.
|
overridevirtual |
Reimplemented from QgsCptCityDataItem.
Definition at line 790 of file qgscptcityarchive.cpp.
void QgsCptCityColorRampItem::init | ( | ) |
Definition at line 715 of file qgscptcityarchive.cpp.
|
inlineoverridevirtual |
Reimplemented from QgsCptCityDataItem.
Definition at line 227 of file qgscptcityarchive.h.
|
inline |
Definition at line 230 of file qgscptcityarchive.h.
|
protected |
Definition at line 239 of file qgscptcityarchive.h.
|
protected |
Definition at line 237 of file qgscptcityarchive.h.
|
protected |
Definition at line 238 of file qgscptcityarchive.h.