QGIS API Documentation
2.0.1-Dufour
|
A Collection: logical collection of subcollections and color ramps. More...
#include <qgscptcityarchive.h>
Public Member Functions | |
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 QVector < QgsCptCityDataItem * > | createChildren () |
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 | |
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) |
A Collection: logical collection of subcollections and color ramps.
Definition at line 229 of file qgscptcityarchive.h.
QgsCptCityCollectionItem::QgsCptCityCollectionItem | ( | QgsCptCityDataItem * | parent, |
QString | name, | ||
QString | path | ||
) |
Definition at line 835 of file qgscptcityarchive.cpp.
QgsCptCityCollectionItem::~QgsCptCityCollectionItem | ( | ) |
Definition at line 841 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::mChildren.
|
inline |
Definition at line 238 of file qgscptcityarchive.h.
QVector< QgsCptCityDataItem * > QgsCptCityCollectionItem::childrenRamps | ( | bool | recursive | ) |
Definition at line 851 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::children(), childrenRamps(), QgsCptCityColorRampItem::init(), QgsCptCityDataItem::isValid(), QgsCptCityDataItem::mChildren, QgsCptCityDataItem::path(), QgsCptCityDataItem::populate(), and QgsDebugMsg.
Referenced by childrenRamps(), and QgsCptCityAllRampsItem::createChildren().
|
inline |
Definition at line 237 of file qgscptcityarchive.h.
|
protected |
Definition at line 242 of file qgscptcityarchive.h.