QGIS API Documentation
2.0.1-Dufour
|
An "All ramps item", which contains all items in a flat hierarchy. More...
#include <qgscptcityarchive.h>
Public Member Functions | |
QgsCptCityAllRampsItem (QgsCptCityDataItem *parent, QString name, QVector< QgsCptCityDataItem * > items) | |
~QgsCptCityAllRampsItem () | |
QVector< QgsCptCityDataItem * > | createChildren () |
Public Member Functions inherited from QgsCptCityCollectionItem | |
QgsCptCityCollectionItem (QgsCptCityDataItem *parent, QString name, QString path) | |
~QgsCptCityCollectionItem () | |
void | setPopulated () |
void | addChild (QgsCptCityDataItem *item) |
QVector< QgsCptCityDataItem * > | childrenRamps (bool recursive) |
Public Member Functions inherited from QgsCptCityDataItem | |
QgsCptCityDataItem (QgsCptCityDataItem::Type type, QgsCptCityDataItem *parent, QString name, QString path) | |
virtual | ~QgsCptCityDataItem () |
bool | hasChildren () |
int | rowCount () |
virtual int | leafCount () const |
virtual void | refresh () |
virtual void | populate () |
bool | isPopulated () |
virtual void | addChildItem (QgsCptCityDataItem *child, bool refresh=false) |
virtual void | deleteChildItem (QgsCptCityDataItem *child) |
virtual QgsCptCityDataItem * | removeChildItem (QgsCptCityDataItem *child) |
virtual bool | equal (const QgsCptCityDataItem *other) |
virtual QWidget * | paramWidget () |
virtual QList< QAction * > | actions () |
virtual bool | acceptDrop () |
virtual bool | handleDrop (const QMimeData *, Qt::DropAction) |
Type | type () const |
QgsCptCityDataItem * | parent () const |
void | setParent (QgsCptCityDataItem *parent) |
QVector< QgsCptCityDataItem * > | children () const |
virtual QIcon | icon () |
virtual QIcon | icon (const QSize &size) |
QString | name () const |
QString | path () const |
QString | info () const |
QString | shortInfo () const |
void | setIcon (QIcon icon) |
void | setToolTip (QString msg) |
QString | toolTip () const |
bool | isValid () |
Protected Attributes | |
QVector< QgsCptCityDataItem * > | mItems |
Protected Attributes inherited from QgsCptCityCollectionItem | |
bool | mPopulatedRamps |
Protected Attributes inherited from QgsCptCityDataItem | |
Type | mType |
QgsCptCityDataItem * | mParent |
QVector< QgsCptCityDataItem * > | mChildren |
bool | mPopulated |
QString | mName |
QString | mPath |
QString | mInfo |
QString | mShortInfo |
QString | mToolTip |
QIcon | mIcon |
bool | mValid |
Additional Inherited Members | |
Public Types inherited from QgsCptCityDataItem | |
enum | Type { ColorRamp, Collection, Directory, Selection, AllRamps } |
Public Slots inherited from QgsCptCityDataItem | |
void | emitBeginInsertItems (QgsCptCityDataItem *parent, int first, int last) |
void | emitEndInsertItems () |
void | emitBeginRemoveItems (QgsCptCityDataItem *parent, int first, int last) |
void | emitEndRemoveItems () |
Signals inherited from QgsCptCityDataItem | |
void | beginInsertItems (QgsCptCityDataItem *parent, int first, int last) |
void | endInsertItems () |
void | beginRemoveItems (QgsCptCityDataItem *parent, int first, int last) |
void | endRemoveItems () |
Static Public Member Functions inherited from QgsCptCityDataItem | |
static int | findItem (QVector< QgsCptCityDataItem * > items, QgsCptCityDataItem *item) |
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.
QgsCptCityAllRampsItem::~QgsCptCityAllRampsItem | ( | ) |
Definition at line 1318 of file qgscptcityarchive.cpp.
|
virtual |
Reimplemented from QgsCptCityDataItem.
Definition at line 1322 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::children(), QgsCptCityCollectionItem::childrenRamps(), mItems, and QgsCptCityDataItem::mValid.
|
protected |
Definition at line 298 of file qgscptcityarchive.h.
Referenced by createChildren().