|
QGIS API Documentation
master-6227475
|
A Collection: logical collection of subcollections and color ramps. More...
#include <qgscptcityarchive.h>
Inheritance diagram for QgsCptCityCollectionItem:
Collaboration diagram for QgsCptCityCollectionItem:Public Member Functions | |
| QgsCptCityCollectionItem (QgsCptCityDataItem *parent, QString name, QString path) | |
| ~QgsCptCityCollectionItem () | |
| void | addChild (QgsCptCityDataItem *item) |
| QVector< QgsCptCityDataItem * > | childrenRamps (bool recursive) |
| void | setPopulated () |
Protected Attributes | |
| bool | mPopulatedRamps |
A Collection: logical collection of subcollections and color ramps.
Definition at line 229 of file qgscptcityarchive.h.
| QgsCptCityCollectionItem::QgsCptCityCollectionItem | ( | QgsCptCityDataItem * | parent, |
| QString | name, | ||
| QString | path | ||
| ) |
Definition at line 835 of file qgscptcityarchive.cpp.
Definition at line 841 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::mChildren.
| void QgsCptCityCollectionItem::addChild | ( | QgsCptCityDataItem * | item | ) | [inline] |
Definition at line 238 of file qgscptcityarchive.h.
| QVector< QgsCptCityDataItem * > QgsCptCityCollectionItem::childrenRamps | ( | bool | recursive | ) |
Definition at line 851 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::children(), childrenRamps(), QgsCptCityColorRampItem::init(), QgsCptCityDataItem::isValid(), QgsCptCityDataItem::mChildren, QgsCptCityDataItem::path(), QgsCptCityDataItem::populate(), and QgsDebugMsg.
Referenced by childrenRamps(), QgsCptCityAllRampsItem::createChildren(), and QgsCptCityColorRampV2Dialog::updateListWidget().
| void QgsCptCityCollectionItem::setPopulated | ( | ) | [inline] |
Definition at line 237 of file qgscptcityarchive.h.
bool QgsCptCityCollectionItem::mPopulatedRamps [protected] |
Definition at line 242 of file qgscptcityarchive.h.