|
QGIS API Documentation
master-6227475
|
base class for all items in the model More...
#include <qgscptcityarchive.h>
Inheritance diagram for QgsCptCityDataItem:
Collaboration diagram for QgsCptCityDataItem:Public Types | |
| enum | Type { ColorRamp, Collection, Directory, Selection, AllRamps } |
Public Slots | |
| void | emitBeginInsertItems (QgsCptCityDataItem *parent, int first, int last) |
| void | emitBeginRemoveItems (QgsCptCityDataItem *parent, int first, int last) |
| void | emitEndInsertItems () |
| void | emitEndRemoveItems () |
Signals | |
| void | beginInsertItems (QgsCptCityDataItem *parent, int first, int last) |
| void | beginRemoveItems (QgsCptCityDataItem *parent, int first, int last) |
| void | endInsertItems () |
| void | endRemoveItems () |
Public Member Functions | |
| QgsCptCityDataItem (QgsCptCityDataItem::Type type, QgsCptCityDataItem *parent, QString name, QString path) | |
| virtual | ~QgsCptCityDataItem () |
| 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 (const 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 (QIcon icon) |
| void | setParent (QgsCptCityDataItem *parent) |
| void | setToolTip (QString msg) |
| QString | shortInfo () const |
| QString | toolTip () const |
| Type | type () const |
Static Public Member Functions | |
| static int | findItem (QVector< QgsCptCityDataItem * > items, QgsCptCityDataItem *item) |
Protected Attributes | |
| QVector< QgsCptCityDataItem * > | mChildren |
| QIcon | mIcon |
| QString | mInfo |
| QString | mName |
| QgsCptCityDataItem * | mParent |
| QString | mPath |
| bool | mPopulated |
| QString | mShortInfo |
| QString | mToolTip |
| Type | mType |
| bool | mValid |
base class for all items in the model
Definition at line 84 of file qgscptcityarchive.h.
Definition at line 88 of file qgscptcityarchive.h.
| QgsCptCityDataItem::QgsCptCityDataItem | ( | QgsCptCityDataItem::Type | type, |
| QgsCptCityDataItem * | parent, | ||
| QString | name, | ||
| QString | path | ||
| ) |
Definition at line 496 of file qgscptcityarchive.cpp.
| QgsCptCityDataItem::~QgsCptCityDataItem | ( | ) | [virtual] |
Definition at line 504 of file qgscptcityarchive.cpp.
| virtual bool QgsCptCityDataItem::acceptDrop | ( | ) | [inline, virtual] |
Definition at line 137 of file qgscptcityarchive.h.
| virtual QList<QAction*> QgsCptCityDataItem::actions | ( | ) | [inline, virtual] |
Definition at line 134 of file qgscptcityarchive.h.
| void QgsCptCityDataItem::addChildItem | ( | QgsCptCityDataItem * | child, |
| bool | refresh = false |
||
| ) | [virtual] |
Definition at line 579 of file qgscptcityarchive.cpp.
References beginInsertItems(), beginRemoveItems(), ColorRamp, emitBeginInsertItems(), emitBeginRemoveItems(), emitEndInsertItems(), emitEndRemoveItems(), endInsertItems(), endRemoveItems(), mChildren, mName, mType, QgsDebugMsg, and type().
Referenced by populate(), and refresh().
| void QgsCptCityDataItem::beginInsertItems | ( | QgsCptCityDataItem * | parent, |
| int | first, | ||
| int | last | ||
| ) | [signal] |
Referenced by addChildItem(), emitBeginInsertItems(), and removeChildItem().
| void QgsCptCityDataItem::beginRemoveItems | ( | QgsCptCityDataItem * | parent, |
| int | first, | ||
| int | last | ||
| ) | [signal] |
Referenced by addChildItem(), deleteChildItem(), emitBeginRemoveItems(), and removeChildItem().
| QVector<QgsCptCityDataItem*> QgsCptCityDataItem::children | ( | ) | const [inline] |
Definition at line 152 of file qgscptcityarchive.h.
Referenced by QgsCptCityCollectionItem::childrenRamps(), createChildren(), QgsCptCityDirectoryItem::createChildren(), QgsCptCitySelectionItem::createChildren(), QgsCptCityAllRampsItem::createChildren(), QgsCptCityBrowserModel::findItem(), QgsCptCityBrowserModel::index(), and populate().
| QVector< QgsCptCityDataItem * > QgsCptCityDataItem::createChildren | ( | ) | [virtual] |
Reimplemented in QgsCptCityAllRampsItem, QgsCptCitySelectionItem, and QgsCptCityDirectoryItem.
Definition at line 526 of file qgscptcityarchive.cpp.
References children().
Referenced by populate(), and refresh().
| void QgsCptCityDataItem::deleteChildItem | ( | QgsCptCityDataItem * | child | ) | [virtual] |
Definition at line 620 of file qgscptcityarchive.cpp.
References beginRemoveItems(), endRemoveItems(), and mChildren.
Referenced by refresh().
| void QgsCptCityDataItem::emitBeginInsertItems | ( | QgsCptCityDataItem * | parent, |
| int | first, | ||
| int | last | ||
| ) | [slot] |
Definition at line 509 of file qgscptcityarchive.cpp.
References beginInsertItems().
Referenced by addChildItem(), and removeChildItem().
| void QgsCptCityDataItem::emitBeginRemoveItems | ( | QgsCptCityDataItem * | parent, |
| int | first, | ||
| int | last | ||
| ) | [slot] |
Definition at line 517 of file qgscptcityarchive.cpp.
References beginRemoveItems().
Referenced by addChildItem(), and removeChildItem().
| void QgsCptCityDataItem::emitEndInsertItems | ( | ) | [slot] |
Definition at line 513 of file qgscptcityarchive.cpp.
References endInsertItems().
Referenced by addChildItem(), and removeChildItem().
| void QgsCptCityDataItem::emitEndRemoveItems | ( | ) | [slot] |
Definition at line 521 of file qgscptcityarchive.cpp.
References endRemoveItems().
Referenced by addChildItem(), and removeChildItem().
| void QgsCptCityDataItem::endInsertItems | ( | ) | [signal] |
Referenced by addChildItem(), emitEndInsertItems(), and removeChildItem().
| void QgsCptCityDataItem::endRemoveItems | ( | ) | [signal] |
Referenced by addChildItem(), deleteChildItem(), emitEndRemoveItems(), and removeChildItem().
| bool QgsCptCityDataItem::equal | ( | const QgsCptCityDataItem * | other | ) | [virtual] |
Reimplemented in QgsCptCitySelectionItem, QgsCptCityDirectoryItem, and QgsCptCityColorRampItem.
Definition at line 698 of file qgscptcityarchive.cpp.
Referenced by findItem().
| int QgsCptCityDataItem::findItem | ( | QVector< QgsCptCityDataItem * > | items, |
| QgsCptCityDataItem * | item | ||
| ) | [static] |
| virtual bool QgsCptCityDataItem::handleDrop | ( | const QMimeData * | , |
| Qt::DropAction | |||
| ) | [inline, virtual] |
Definition at line 140 of file qgscptcityarchive.h.
| bool QgsCptCityDataItem::hasChildren | ( | ) |
Definition at line 574 of file qgscptcityarchive.cpp.
References mChildren, and mPopulated.
Referenced by QgsCptCityBrowserModel::hasChildren().
| virtual QIcon QgsCptCityDataItem::icon | ( | ) | [inline, virtual] |
Reimplemented in QgsCptCityColorRampItem.
Definition at line 153 of file qgscptcityarchive.h.
Referenced by QgsCptCityBrowserModel::data().
| virtual QIcon QgsCptCityDataItem::icon | ( | const QSize & | size | ) | [inline, virtual] |
Reimplemented in QgsCptCityColorRampItem.
Definition at line 154 of file qgscptcityarchive.h.
References icon().
Referenced by icon().
| QString QgsCptCityDataItem::info | ( | ) | const [inline] |
Definition at line 157 of file qgscptcityarchive.h.
Referenced by QgsCptCityBrowserModel::data(), QgsCptCityColorRampV2Dialog::updateListWidget(), and QgsCptCityColorRampV2Dialog::updateTreeView().
| bool QgsCptCityDataItem::isPopulated | ( | ) | [inline] |
Definition at line 116 of file qgscptcityarchive.h.
Referenced by QgsCptCityBrowserModel::canFetchMore().
| bool QgsCptCityDataItem::isValid | ( | ) | [inline] |
Definition at line 165 of file qgscptcityarchive.h.
Referenced by QgsCptCityCollectionItem::childrenRamps(), QgsCptCityDirectoryItem::createChildren(), QgsCptCitySelectionItem::createChildren(), QgsCptCityDirectoryItem::dataItem(), and QgsCptCityArchive::QgsCptCityArchive().
| int QgsCptCityDataItem::leafCount | ( | ) | const [virtual] |
Reimplemented in QgsCptCityColorRampItem.
Definition at line 559 of file qgscptcityarchive.cpp.
References leafCount(), mChildren, and mPopulated.
Referenced by leafCount(), and QgsCptCityColorRampV2Dialog::updateTreeView().
| QString QgsCptCityDataItem::name | ( | ) | const [inline] |
Definition at line 155 of file qgscptcityarchive.h.
Referenced by QgsCptCityBrowserModel::data(), QgsCptCityColorRampV2Dialog::on_mListWidget_itemClicked(), and QgsCptCityColorRampV2Dialog::on_mTreeView_clicked().
| virtual QWidget* QgsCptCityDataItem::paramWidget | ( | ) | [inline, virtual] |
Definition at line 131 of file qgscptcityarchive.h.
| QgsCptCityDataItem* QgsCptCityDataItem::parent | ( | ) | const [inline] |
Definition at line 150 of file qgscptcityarchive.h.
Referenced by QgsCptCityBrowserModel::parent().
| QString QgsCptCityDataItem::path | ( | ) | const [inline] |
Definition at line 156 of file qgscptcityarchive.h.
Referenced by QgsCptCityBrowserModel::beginInsertItems(), QgsCptCityBrowserModel::beginRemoveItems(), QgsCptCityCollectionItem::childrenRamps(), QgsCptCityBrowserModel::data(), equal(), QgsCptCityDirectoryItem::equal(), QgsCptCitySelectionItem::equal(), QgsCptCityBrowserModel::fetchMore(), QgsCptCityBrowserModel::findPath(), QgsCptCityColorRampItem::init(), QgsCptCityColorRampV2Dialog::on_mListWidget_itemClicked(), QgsCptCityColorRampV2Dialog::on_pbtnLicenseDetails_pressed(), QgsCptCityBrowserModel::refresh(), QgsCptCityColorRampV2Dialog::updateListWidget(), QgsCptCityColorRampV2Dialog::updateRamp(), and QgsCptCityColorRampV2Dialog::updateTreeView().
| void QgsCptCityDataItem::populate | ( | ) | [virtual] |
Definition at line 532 of file qgscptcityarchive.cpp.
References addChildItem(), children(), createChildren(), mPath, mPopulated, and QgsDebugMsg.
Referenced by QgsCptCityBrowserModel::canFetchMore(), QgsCptCityCollectionItem::childrenRamps(), and QgsCptCityBrowserModel::fetchMore().
| void QgsCptCityDataItem::refresh | ( | ) | [virtual] |
Definition at line 662 of file qgscptcityarchive.cpp.
References addChildItem(), createChildren(), deleteChildItem(), findItem(), mChildren, mPath, and QgsDebugMsg.
Referenced by QgsCptCityBrowserModel::refresh().
| QgsCptCityDataItem * QgsCptCityDataItem::removeChildItem | ( | QgsCptCityDataItem * | child | ) | [virtual] |
Definition at line 631 of file qgscptcityarchive.cpp.
References beginInsertItems(), beginRemoveItems(), emitBeginInsertItems(), emitBeginRemoveItems(), emitEndInsertItems(), emitEndRemoveItems(), endInsertItems(), endRemoveItems(), mChildren, and setParent().
| int QgsCptCityDataItem::rowCount | ( | ) |
Definition at line 552 of file qgscptcityarchive.cpp.
References mChildren.
Referenced by QgsCptCityBrowserModel::rowCount().
| void QgsCptCityDataItem::setIcon | ( | QIcon | icon | ) | [inline] |
Definition at line 160 of file qgscptcityarchive.h.
References icon().
| void QgsCptCityDataItem::setParent | ( | QgsCptCityDataItem * | parent | ) | [inline] |
Definition at line 151 of file qgscptcityarchive.h.
Referenced by removeChildItem().
| void QgsCptCityDataItem::setToolTip | ( | QString | msg | ) | [inline] |
Definition at line 162 of file qgscptcityarchive.h.
| QString QgsCptCityDataItem::shortInfo | ( | ) | const [inline] |
Definition at line 158 of file qgscptcityarchive.h.
Referenced by QgsCptCityColorRampV2Dialog::updateListWidget().
| QString QgsCptCityDataItem::toolTip | ( | ) | const [inline] |
Definition at line 163 of file qgscptcityarchive.h.
Referenced by QgsCptCityBrowserModel::data().
| Type QgsCptCityDataItem::type | ( | ) | const [inline] |
Definition at line 149 of file qgscptcityarchive.h.
Referenced by addChildItem(), QgsCptCityBrowserModel::canFetchMore(), QgsCptCityBrowserModel::data(), QgsCptCityColorRampItem::equal(), QgsCptCityDirectoryItem::equal(), QgsCptCitySelectionItem::equal(), TreeFilterProxyModel::filterAcceptsRow(), QgsCptCityBrowserModel::findPath(), QgsCptCityColorRampV2Dialog::on_mListWidget_itemClicked(), QgsCptCityColorRampV2Dialog::on_pbtnLicenseDetails_pressed(), and QgsCptCityColorRampV2Dialog::updateTreeView().
QVector<QgsCptCityDataItem*> QgsCptCityDataItem::mChildren [protected] |
Definition at line 171 of file qgscptcityarchive.h.
Referenced by addChildItem(), QgsCptCityCollectionItem::childrenRamps(), deleteChildItem(), hasChildren(), leafCount(), refresh(), removeChildItem(), rowCount(), and QgsCptCityCollectionItem::~QgsCptCityCollectionItem().
QIcon QgsCptCityDataItem::mIcon [protected] |
Definition at line 178 of file qgscptcityarchive.h.
QString QgsCptCityDataItem::mInfo [protected] |
Definition at line 175 of file qgscptcityarchive.h.
Referenced by QgsCptCityColorRampItem::icon(), QgsCptCityColorRampItem::init(), QgsCptCitySelectionItem::parseXML(), and QgsCptCityDirectoryItem::QgsCptCityDirectoryItem().
QString QgsCptCityDataItem::mName [protected] |
Definition at line 173 of file qgscptcityarchive.h.
Referenced by addChildItem(), QgsCptCityDirectoryItem::createChildren(), QgsCptCitySelectionItem::createChildren(), QgsCptCityColorRampItem::equal(), QgsCptCityColorRampItem::init(), and QgsCptCitySelectionItem::parseXML().
QgsCptCityDataItem* QgsCptCityDataItem::mParent [protected] |
Definition at line 170 of file qgscptcityarchive.h.
QString QgsCptCityDataItem::mPath [protected] |
Definition at line 174 of file qgscptcityarchive.h.
Referenced by QgsCptCityDirectoryItem::createChildren(), QgsCptCitySelectionItem::createChildren(), QgsCptCityDirectoryItem::dirEntries(), equal(), QgsCptCityColorRampItem::equal(), QgsCptCitySelectionItem::parseXML(), populate(), QgsCptCityDirectoryItem::QgsCptCityDirectoryItem(), QgsCptCityDirectoryItem::rampsMap(), and refresh().
bool QgsCptCityDataItem::mPopulated [protected] |
Definition at line 172 of file qgscptcityarchive.h.
Referenced by hasChildren(), leafCount(), populate(), and QgsCptCityColorRampItem::QgsCptCityColorRampItem().
QString QgsCptCityDataItem::mShortInfo [protected] |
Definition at line 176 of file qgscptcityarchive.h.
Referenced by QgsCptCityColorRampItem::init().
QString QgsCptCityDataItem::mToolTip [protected] |
Definition at line 177 of file qgscptcityarchive.h.
Type QgsCptCityDataItem::mType [protected] |
Definition at line 169 of file qgscptcityarchive.h.
Referenced by addChildItem(), QgsCptCityAllRampsItem::QgsCptCityAllRampsItem(), QgsCptCityDirectoryItem::QgsCptCityDirectoryItem(), and QgsCptCitySelectionItem::QgsCptCitySelectionItem().
bool QgsCptCityDataItem::mValid [protected] |
Definition at line 179 of file qgscptcityarchive.h.
Referenced by QgsCptCityDirectoryItem::createChildren(), QgsCptCitySelectionItem::createChildren(), QgsCptCityAllRampsItem::createChildren(), QgsCptCityColorRampItem::icon(), QgsCptCityColorRampItem::init(), QgsCptCityAllRampsItem::QgsCptCityAllRampsItem(), QgsCptCityDirectoryItem::QgsCptCityDirectoryItem(), and QgsCptCitySelectionItem::QgsCptCitySelectionItem().