|
QGIS API Documentation
master-3f58142
|
A selection: contains subdirectories and color ramps. More...
#include <qgscptcityarchive.h>
Inheritance diagram for QgsCptCitySelectionItem:
Collaboration diagram for QgsCptCitySelectionItem:Public Member Functions | |
| QgsCptCitySelectionItem (QgsCptCityDataItem *parent, QString name, QString path) | |
| ~QgsCptCitySelectionItem () | |
| QVector< QgsCptCityDataItem * > | createChildren () |
| virtual bool | equal (const QgsCptCityDataItem *other) |
| QStringList | selectionsList () const |
Protected Member Functions | |
| void | parseXML () |
Protected Attributes | |
| QStringList | mSelectionsList |
A selection: contains subdirectories and color ramps.
Definition at line 268 of file qgscptcityarchive.h.
| QgsCptCitySelectionItem::QgsCptCitySelectionItem | ( | QgsCptCityDataItem * | parent, |
| QString | name, | ||
| QString | path | ||
| ) |
Definition at line 1178 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::mType, QgsCptCityDataItem::mValid, parseXML(), and QgsCptCityDataItem::Selection.
Definition at line 1188 of file qgscptcityarchive.cpp.
| QVector< QgsCptCityDataItem * > QgsCptCitySelectionItem::createChildren | ( | ) | [virtual] |
Reimplemented from QgsCptCityDataItem.
Definition at line 1192 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::children(), QgsCptCityDirectoryItem::dataItem(), QgsCptCityDataItem::isValid(), QgsCptCityDataItem::mName, QgsCptCityDataItem::mPath, mSelectionsList, QgsCptCityDataItem::mValid, and QgsDebugMsg.
| bool QgsCptCitySelectionItem::equal | ( | const QgsCptCityDataItem * | other | ) | [virtual] |
Reimplemented from QgsCptCityDataItem.
Definition at line 1298 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::path(), and QgsCptCityDataItem::type().
| void QgsCptCitySelectionItem::parseXML | ( | ) | [protected] |
Definition at line 1235 of file qgscptcityarchive.cpp.
References QgsCptCityArchive::defaultBaseDir(), QgsCptCityDataItem::mInfo, QgsCptCityDataItem::mName, QgsCptCityDataItem::mPath, mSelectionsList, and QgsDebugMsg.
Referenced by QgsCptCitySelectionItem().
| QStringList QgsCptCitySelectionItem::selectionsList | ( | ) | const [inline] |
Definition at line 279 of file qgscptcityarchive.h.
Referenced by QgsCptCityBrowserModel::findPath().
QStringList QgsCptCitySelectionItem::mSelectionsList [protected] |
Definition at line 283 of file qgscptcityarchive.h.
Referenced by createChildren(), and parseXML().