QGIS API Documentation
2.0.1-Dufour
|
A selection: contains subdirectories and color ramps. More...
#include <qgscptcityarchive.h>
Public Member Functions | |
QgsCptCitySelectionItem (QgsCptCityDataItem *parent, QString name, QString path) | |
~QgsCptCitySelectionItem () | |
QVector< QgsCptCityDataItem * > | createChildren () |
virtual bool | equal (const QgsCptCityDataItem *other) |
QStringList | selectionsList () const |
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 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 Member Functions | |
void | parseXML () |
Protected Attributes | |
QStringList | mSelectionsList |
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) |
A selection: contains subdirectories and color ramps.
Definition at line 268 of file qgscptcityarchive.h.
QgsCptCitySelectionItem::QgsCptCitySelectionItem | ( | QgsCptCityDataItem * | parent, |
QString | name, | ||
QString | path | ||
) |
Definition at line 1178 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::mType, QgsCptCityDataItem::mValid, parseXML(), and QgsCptCityDataItem::Selection.
QgsCptCitySelectionItem::~QgsCptCitySelectionItem | ( | ) |
Definition at line 1188 of file qgscptcityarchive.cpp.
|
virtual |
Reimplemented from QgsCptCityDataItem.
Definition at line 1192 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::children(), QgsCptCityDirectoryItem::dataItem(), QgsCptCityDataItem::isValid(), QgsCptCityDataItem::mName, QgsCptCityDataItem::mPath, mSelectionsList, QgsCptCityDataItem::mValid, and QgsDebugMsg.
|
virtual |
Reimplemented from QgsCptCityDataItem.
Definition at line 1298 of file qgscptcityarchive.cpp.
References QgsCptCityDataItem::path(), and QgsCptCityDataItem::type().
|
protected |
Definition at line 1235 of file qgscptcityarchive.cpp.
References QgsCptCityArchive::defaultBaseDir(), QgsCptCityDataItem::mInfo, QgsCptCityDataItem::mName, QgsCptCityDataItem::mPath, mSelectionsList, and QgsDebugMsg.
Referenced by QgsCptCitySelectionItem().
|
inline |
Definition at line 279 of file qgscptcityarchive.h.
Referenced by QgsCptCityBrowserModel::findPath().
|
protected |
Definition at line 283 of file qgscptcityarchive.h.
Referenced by createChildren(), and parseXML().