Base class for all items in the model.  
 More...
#include <qgscptcityarchive.h>
Base class for all items in the model. 
Definition at line 100 of file qgscptcityarchive.h.
◆ Type
| Enumerator | 
|---|
| ColorRamp |  | 
| Collection |  | 
| Directory |  | 
| Selection |  | 
| AllRamps |  | 
Definition at line 104 of file qgscptcityarchive.h.
 
 
◆ QgsCptCityDataItem()
◆ acceptDrop()
  
  | 
        
          | virtual bool QgsCptCityDataItem::acceptDrop | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ actions()
  
  | 
        
          | virtual QList<QAction *> QgsCptCityDataItem::actions | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ addChildItem()
  
  | 
        
          | void QgsCptCityDataItem::addChildItem | ( | QgsCptCityDataItem * | child, |  
          |  |  | bool | refresh = false |  
          |  | ) |  |  |  | virtual | 
 
 
◆ beginInsertItems
  
  | 
        
          | void QgsCptCityDataItem::beginInsertItems | ( | QgsCptCityDataItem * | parent, |  
          |  |  | int | first, |  
          |  |  | int | last |  
          |  | ) |  |  |  | signal | 
 
 
◆ beginRemoveItems
  
  | 
        
          | void QgsCptCityDataItem::beginRemoveItems | ( | QgsCptCityDataItem * | parent, |  
          |  |  | int | first, |  
          |  |  | int | last |  
          |  | ) |  |  |  | signal | 
 
 
◆ children()
◆ createChildren()
◆ deleteChildItem()
◆ endInsertItems
  
  | 
        
          | void QgsCptCityDataItem::endInsertItems | ( |  | ) |  |  | signal | 
 
 
◆ endRemoveItems
  
  | 
        
          | void QgsCptCityDataItem::endRemoveItems | ( |  | ) |  |  | signal | 
 
 
◆ equal()
◆ findItem()
◆ handleDrop()
  
  | 
        
          | virtual bool QgsCptCityDataItem::handleDrop | ( | const QMimeData * | , |  
          |  |  | Qt::DropAction |  |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
◆ hasChildren()
      
        
          | bool QgsCptCityDataItem::hasChildren | ( |  | ) |  | 
      
 
 
◆ icon() [1/2]
  
  | 
        
          | virtual QIcon QgsCptCityDataItem::icon | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ icon() [2/2]
  
  | 
        
          | virtual QIcon QgsCptCityDataItem::icon | ( | QSize | size | ) |  |  | inlinevirtual | 
 
 
◆ info()
  
  | 
        
          | QString QgsCptCityDataItem::info | ( |  | ) | const |  | inline | 
 
 
◆ isPopulated()
  
  | 
        
          | bool QgsCptCityDataItem::isPopulated | ( |  | ) |  |  | inline | 
 
 
◆ isValid()
  
  | 
        
          | bool QgsCptCityDataItem::isValid | ( |  | ) |  |  | inline | 
 
 
◆ leafCount()
  
  | 
        
          | int QgsCptCityDataItem::leafCount | ( |  | ) | const |  | virtual | 
 
 
◆ name()
  
  | 
        
          | QString QgsCptCityDataItem::name | ( |  | ) | const |  | inline | 
 
 
◆ paramWidget()
  
  | 
        
          | virtual QWidget* QgsCptCityDataItem::paramWidget | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ parent()
◆ path()
  
  | 
        
          | QString QgsCptCityDataItem::path | ( |  | ) | const |  | inline | 
 
 
◆ populate()
  
  | 
        
          | void QgsCptCityDataItem::populate | ( |  | ) |  |  | virtual | 
 
 
◆ refresh()
  
  | 
        
          | void QgsCptCityDataItem::refresh | ( |  | ) |  |  | virtual | 
 
 
◆ removeChildItem()
◆ rowCount()
      
        
          | int QgsCptCityDataItem::rowCount | ( |  | ) |  | 
      
 
 
◆ setIcon()
  
  | 
        
          | void QgsCptCityDataItem::setIcon | ( | const QIcon & | icon | ) |  |  | inline | 
 
 
◆ setParent()
◆ setToolTip()
  
  | 
        
          | void QgsCptCityDataItem::setToolTip | ( | const QString & | msg | ) |  |  | inline | 
 
 
◆ shortInfo()
  
  | 
        
          | QString QgsCptCityDataItem::shortInfo | ( |  | ) | const |  | inline | 
 
 
◆ toolTip()
  
  | 
        
          | QString QgsCptCityDataItem::toolTip | ( |  | ) | const |  | inline | 
 
 
◆ type()
  
  | 
        
          | Type QgsCptCityDataItem::type | ( |  | ) | const |  | inline | 
 
 
◆ mChildren
◆ mIcon
  
  | 
        
          | QIcon QgsCptCityDataItem::mIcon |  | protected | 
 
 
◆ mInfo
  
  | 
        
          | QString QgsCptCityDataItem::mInfo |  | protected | 
 
 
◆ mName
  
  | 
        
          | QString QgsCptCityDataItem::mName |  | protected | 
 
 
◆ mParent
◆ mPath
  
  | 
        
          | QString QgsCptCityDataItem::mPath |  | protected | 
 
 
◆ mPopulated
  
  | 
        
          | bool QgsCptCityDataItem::mPopulated |  | protected | 
 
 
◆ mShortInfo
  
  | 
        
          | QString QgsCptCityDataItem::mShortInfo |  | protected | 
 
 
◆ mToolTip
  
  | 
        
          | QString QgsCptCityDataItem::mToolTip |  | protected | 
 
 
◆ mType
  
  | 
        
          | Type QgsCptCityDataItem::mType |  | protected | 
 
 
◆ mValid
  
  | 
        
          | bool QgsCptCityDataItem::mValid |  | protected | 
 
 
The documentation for this class was generated from the following files: