| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
An "All ramps item", which contains all items in a flat hierarchy. More...
#include <qgscptcityarchive.h>

Public Member Functions | |
| QgsCptCityAllRampsItem (QgsCptCityDataItem *parent, const QString &name, const QVector< QgsCptCityDataItem * > &items) | |
| QVector< QgsCptCityDataItem * > | createChildren () override | 
| Returns a vector of children items.   | |
  Public Member Functions inherited from QgsCptCityCollectionItem | |
| QgsCptCityCollectionItem (QgsCptCityDataItem *parent, const QString &name, const QString &path) | |
| ~QgsCptCityCollectionItem () override | |
| void | addChild (QgsCptCityDataItem *item) | 
| QVector< QgsCptCityDataItem * > | childrenRamps (bool recursive) | 
| void | setPopulated () | 
  Public Member Functions inherited from QgsCptCityDataItem | |
| QgsCptCityDataItem (QgsCptCityDataItem::Type type, QgsCptCityDataItem *parent, const QString &name, const QString &path) | |
| virtual Q_DECL_DEPRECATED bool | acceptDrop () | 
Returns true if the item accepts drag & dropped layers - e.g.   | |
| virtual void | addChildItem (QgsCptCityDataItem *child, bool refresh=false) | 
| Inserts a new child using alphabetical order based on mName, emits necessary signal to model before and after, sets parent and connects signals.   | |
| QVector< QgsCptCityDataItem * > | children () const | 
| virtual void | deleteChildItem (QgsCptCityDataItem *child) | 
| Removes and deletes a child item, signals to browser are emitted.   | |
| virtual bool | equal (const QgsCptCityDataItem *other) | 
Returns true if this item is equal to an other item.   | |
| virtual Q_DECL_DEPRECATED bool | handleDrop (const QMimeData *data, Qt::DropAction action) | 
| Tries to process the data dropped on this item.   | |
| bool | hasChildren () | 
| virtual QIcon | icon () | 
| virtual QIcon | icon (QSize size) | 
| QString | info () const | 
| bool | isPopulated () | 
Returns true if the item is already populated.   | |
| bool | isValid () | 
| virtual int | leafCount () const | 
| Returns the total count of "leaf" items (all children which are end nodes).   | |
| QString | name () const | 
| virtual Q_DECL_DEPRECATED QWidget * | paramWidget () | 
| QgsCptCityDataItem * | parent () const | 
| QString | path () const | 
| virtual void | populate () | 
| Populates children using children vector created by createChildren().   | |
| virtual void | refresh () | 
| virtual QgsCptCityDataItem * | removeChildItem (QgsCptCityDataItem *child) | 
| Removes a child item but doesn't delete it, signals to browser are emitted.   | |
| int | rowCount () | 
| void | setIcon (const QIcon &icon) | 
| void | setParent (QgsCptCityDataItem *parent) | 
| void | setToolTip (const QString &msg) | 
| QString | shortInfo () const | 
| QString | toolTip () const | 
| Type | type () const | 
Protected Attributes | |
| QVector< QgsCptCityDataItem * > | mItems | 
  Protected Attributes inherited from QgsCptCityCollectionItem | |
| bool | mPopulatedRamps | 
  Protected Attributes inherited from QgsCptCityDataItem | |
| QVector< QgsCptCityDataItem * > | mChildren | 
| QIcon | mIcon | 
| QString | mInfo | 
| QString | mName | 
| QgsCptCityDataItem * | mParent = nullptr | 
| QString | mPath | 
| bool | mPopulated | 
| QString | mShortInfo | 
| QString | mToolTip | 
| Type | mType | 
| bool | mValid | 
Additional Inherited Members | |
  Public Types inherited from QgsCptCityDataItem | |
| enum | Type {  ColorRamp , Collection , Directory , Selection , AllRamps }  | 
  Signals inherited from QgsCptCityDataItem | |
| void | beginInsertItems (QgsCptCityDataItem *parent, int first, int last) | 
| Emitted before child items are added to this item.   | |
| void | beginRemoveItems (QgsCptCityDataItem *parent, int first, int last) | 
| Emitted before child items are removed from this data item.   | |
| void | endInsertItems () | 
| Emitted after child items have been added to this data item.   | |
| void | endRemoveItems () | 
| Emitted after child items have been removed from this data item.   | |
  Static Public Member Functions inherited from QgsCptCityDataItem | |
| static int | findItem (QVector< QgsCptCityDataItem * > items, QgsCptCityDataItem *item) | 
| Finds a child index in vector of items using '==' operator.   | |
An "All ramps item", which contains all items in a flat hierarchy.
Definition at line 380 of file qgscptcityarchive.h.
| QgsCptCityAllRampsItem::QgsCptCityAllRampsItem | ( | QgsCptCityDataItem * | parent, | 
| const QString & | name, | ||
| const QVector< QgsCptCityDataItem * > & | items | ||
| ) | 
Definition at line 1295 of file qgscptcityarchive.cpp.
      
  | 
  overridevirtual | 
Returns a vector of children items.
Reimplemented from QgsCptCityDataItem.
Definition at line 1305 of file qgscptcityarchive.cpp.
      
  | 
  protected | 
Definition at line 390 of file qgscptcityarchive.h.