|
QGIS API Documentation
master-6164ace
|
An "All ramps item", which contains all items in a flat hierarchy. More...
#include <qgscptcityarchive.h>
Inheritance diagram for QgsCptCityAllRampsItem:
Collaboration diagram for QgsCptCityAllRampsItem:Public Member Functions | |
| QgsCptCityAllRampsItem (QgsCptCityDataItem *parent, QString name, QVector< QgsCptCityDataItem * > items) | |
| ~QgsCptCityAllRampsItem () | |
| QVector< QgsCptCityDataItem * > | createChildren () |
Protected Attributes | |
| QVector< QgsCptCityDataItem * > | mItems |
An "All ramps item", which contains all items in a flat hierarchy.
Definition at line 287 of file qgscptcityarchive.h.
| QgsCptCityAllRampsItem::QgsCptCityAllRampsItem | ( | QgsCptCityDataItem * | parent, |
| QString | name, | ||
| QVector< QgsCptCityDataItem * > | items | ||
| ) |
Definition at line 1309 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::AllRamps, QgsCptCityDataItem::mType, and QgsCptCityDataItem::mValid.
Definition at line 1318 of file qgscptcityarchive.cpp.
| QVector< QgsCptCityDataItem * > QgsCptCityAllRampsItem::createChildren | ( | ) | [virtual] |
Reimplemented from QgsCptCityDataItem.
Definition at line 1322 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::children(), QgsCptCityCollectionItem::childrenRamps(), mItems, and QgsCptCityDataItem::mValid.
QVector<QgsCptCityDataItem*> QgsCptCityAllRampsItem::mItems [protected] |
Definition at line 298 of file qgscptcityarchive.h.
Referenced by createChildren().