QGIS API Documentation
2.6.0-Brighton
|
base class for all items in the model More...
#include <qgscptcityarchive.h>
Public Types | |
enum | Type { ColorRamp, Collection, Directory, Selection, AllRamps } |
Public Slots | |
void | emitBeginInsertItems (QgsCptCityDataItem *parent, int first, int last) |
void | emitEndInsertItems () |
void | emitBeginRemoveItems (QgsCptCityDataItem *parent, int first, int last) |
void | emitEndRemoveItems () |
Signals | |
void | beginInsertItems (QgsCptCityDataItem *parent, int first, int last) |
void | endInsertItems () |
void | beginRemoveItems (QgsCptCityDataItem *parent, int first, int last) |
void | endRemoveItems () |
Public Member Functions | |
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 () |
Static Public Member Functions | |
static int | findItem (QVector< QgsCptCityDataItem * > items, QgsCptCityDataItem *item) |
Protected Attributes | |
Type | mType |
QgsCptCityDataItem * | mParent |
QVector< QgsCptCityDataItem * > | mChildren |
bool | mPopulated |
QString | mName |
QString | mPath |
QString | mInfo |
QString | mShortInfo |
QString | mToolTip |
QIcon | mIcon |
bool | mValid |
base class for all items in the model
QgsCptCityDataItem::QgsCptCityDataItem | ( | QgsCptCityDataItem::Type | type, |
QgsCptCityDataItem * | parent, | ||
QString | name, | ||
QString | path | ||
) |
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
|
signal |
|
signal |
|
inline |
|
virtual |
Reimplemented in QgsCptCityAllRampsItem, QgsCptCitySelectionItem, and QgsCptCityDirectoryItem.
|
virtual |
|
slot |
|
slot |
|
slot |
|
slot |
|
signal |
|
signal |
|
virtual |
Reimplemented in QgsCptCitySelectionItem, QgsCptCityDirectoryItem, and QgsCptCityColorRampItem.
|
static |
|
inlinevirtual |
bool QgsCptCityDataItem::hasChildren | ( | ) |
|
inlinevirtual |
Reimplemented in QgsCptCityColorRampItem.
|
inlinevirtual |
Reimplemented in QgsCptCityColorRampItem.
|
inline |
|
inline |
|
inline |
|
virtual |
Reimplemented in QgsCptCityColorRampItem.
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
virtual |
|
virtual |
|
virtual |
int QgsCptCityDataItem::rowCount | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |