|
QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
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 | emitBeginRemoveItems (QgsCptCityDataItem *parent, int first, int last) |
| void | emitEndInsertItems () |
| void | emitEndRemoveItems () |
Signals | |
| void | beginInsertItems (QgsCptCityDataItem *parent, int first, int last) |
| void | beginRemoveItems (QgsCptCityDataItem *parent, int first, int last) |
| void | endInsertItems () |
| void | endRemoveItems () |
Public Member Functions | |
| QgsCptCityDataItem (QgsCptCityDataItem::Type type, QgsCptCityDataItem *parent, const QString &name, const QString &path) | |
| virtual | ~QgsCptCityDataItem () |
| virtual bool | acceptDrop () |
| virtual QList< QAction * > | actions () |
| virtual void | addChildItem (QgsCptCityDataItem *child, bool refresh=false) |
| QVector< QgsCptCityDataItem * > | children () const |
| virtual QVector< QgsCptCityDataItem * > | createChildren () |
| virtual void | deleteChildItem (QgsCptCityDataItem *child) |
| virtual bool | equal (const QgsCptCityDataItem *other) |
| virtual bool | handleDrop (const QMimeData *, Qt::DropAction) |
| bool | hasChildren () |
| virtual QIcon | icon () |
| virtual QIcon | icon (QSize size) |
| QString | info () const |
| bool | isPopulated () |
| bool | isValid () |
| virtual int | leafCount () const |
| QString | name () const |
| virtual QWidget * | paramWidget () |
| QgsCptCityDataItem * | parent () const |
| QString | path () const |
| virtual void | populate () |
| virtual void | refresh () |
| virtual QgsCptCityDataItem * | removeChildItem (QgsCptCityDataItem *child) |
| 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 |
Public Member Functions inherited from QObject | |
| QObject (QObject *parent) | |
| QObject (QObject *parent, const char *name) | |
| virtual | ~QObject () |
| bool | blockSignals (bool block) |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| const QObjectList & | children () const |
| const char * | className () const |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| void | deleteLater () |
| void | destroyed (QObject *obj) |
| bool | disconnect (const QObject *receiver, const char *method) |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
| void | dumpObjectInfo () |
| void | dumpObjectTree () |
| QList< QByteArray > | dynamicPropertyNames () const |
| virtual bool | event (QEvent *e) |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| T | findChild (const QString &name) const |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| QList< T > | findChildren (const QString &name) const |
| bool | inherits (const char *className) const |
| void | insertChild (QObject *object) |
| void | installEventFilter (QObject *filterObj) |
| bool | isA (const char *className) const |
| bool | isWidgetType () const |
| void | killTimer (int id) |
| virtual const QMetaObject * | metaObject () const |
| void | moveToThread (QThread *targetThread) |
| const char * | name () const |
| const char * | name (const char *defaultName) const |
| QString | objectName () const |
| QObject * | parent () const |
| QVariant | property (const char *name) const |
| void | removeChild (QObject *object) |
| void | removeEventFilter (QObject *obj) |
| void | setName (const char *name) |
| void | setObjectName (const QString &name) |
| void | setParent (QObject *parent) |
| bool | setProperty (const char *name, const QVariant &value) |
| bool | signalsBlocked () const |
| int | startTimer (int interval) |
| QThread * | thread () const |
Static Public Member Functions | |
| static int | findItem (QVector< QgsCptCityDataItem *> items, QgsCptCityDataItem *item) |
Static Public Member Functions inherited from QObject | |
| bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
| QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Attributes | |
| QVector< QgsCptCityDataItem * > | mChildren |
| QIcon | mIcon |
| QString | mInfo |
| QString | mName |
| QgsCptCityDataItem * | mParent |
| QString | mPath |
| bool | mPopulated |
| QString | mShortInfo |
| QString | mToolTip |
| Type | mType |
| bool | mValid |
Additional Inherited Members | |
Protected Member Functions inherited from QObject | |
| bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
| virtual void | childEvent (QChildEvent *event) |
| virtual void | connectNotify (const char *signal) |
| virtual void | customEvent (QEvent *event) |
| virtual void | disconnectNotify (const char *signal) |
| int | receivers (const char *signal) const |
| QObject * | sender () const |
| int | senderSignalIndex () const |
| virtual void | timerEvent (QTimerEvent *event) |
Static Protected Member Functions inherited from QObject | |
| QByteArray | normalizeSignalSlot (const char *signalSlot) |
Properties inherited from QObject | |
| objectName | |
Base class for all items in the model.
Definition at line 94 of file qgscptcityarchive.h.
| Enumerator | |
|---|---|
| ColorRamp | |
| Collection | |
| Directory | |
| Selection | |
| AllRamps | |
Definition at line 98 of file qgscptcityarchive.h.
| QgsCptCityDataItem::QgsCptCityDataItem | ( | QgsCptCityDataItem::Type | type, |
| QgsCptCityDataItem * | parent, | ||
| const QString & | name, | ||
| const QString & | path | ||
| ) |
Definition at line 495 of file qgscptcityarchive.cpp.
|
virtual |
Definition at line 504 of file qgscptcityarchive.cpp.
|
inlinevirtual |
Definition at line 147 of file qgscptcityarchive.h.
Definition at line 144 of file qgscptcityarchive.h.
|
virtual |
Definition at line 579 of file qgscptcityarchive.cpp.
|
signal |
|
signal |
|
inline |
Definition at line 162 of file qgscptcityarchive.h.
|
virtual |
Reimplemented in QgsCptCityAllRampsItem, QgsCptCitySelectionItem, and QgsCptCityDirectoryItem.
Definition at line 526 of file qgscptcityarchive.cpp.
|
virtual |
Definition at line 620 of file qgscptcityarchive.cpp.
|
slot |
Definition at line 509 of file qgscptcityarchive.cpp.
|
slot |
Definition at line 517 of file qgscptcityarchive.cpp.
|
slot |
Definition at line 513 of file qgscptcityarchive.cpp.
|
slot |
Definition at line 521 of file qgscptcityarchive.cpp.
|
signal |
|
signal |
|
virtual |
Reimplemented in QgsCptCitySelectionItem, QgsCptCityDirectoryItem, and QgsCptCityColorRampItem.
Definition at line 698 of file qgscptcityarchive.cpp.
|
static |
Definition at line 651 of file qgscptcityarchive.cpp.
|
inlinevirtual |
Definition at line 150 of file qgscptcityarchive.h.
| bool QgsCptCityDataItem::hasChildren | ( | ) |
Definition at line 574 of file qgscptcityarchive.cpp.
|
inlinevirtual |
Reimplemented in QgsCptCityColorRampItem.
Definition at line 163 of file qgscptcityarchive.h.
Reimplemented in QgsCptCityColorRampItem.
Definition at line 164 of file qgscptcityarchive.h.
|
inline |
Definition at line 167 of file qgscptcityarchive.h.
|
inline |
Definition at line 126 of file qgscptcityarchive.h.
|
inline |
Definition at line 175 of file qgscptcityarchive.h.
|
virtual |
Reimplemented in QgsCptCityColorRampItem.
Definition at line 559 of file qgscptcityarchive.cpp.
|
inline |
Definition at line 165 of file qgscptcityarchive.h.
|
inlinevirtual |
Definition at line 141 of file qgscptcityarchive.h.
|
inline |
Definition at line 160 of file qgscptcityarchive.h.
|
inline |
Definition at line 166 of file qgscptcityarchive.h.
|
virtual |
Definition at line 532 of file qgscptcityarchive.cpp.
|
virtual |
Definition at line 662 of file qgscptcityarchive.cpp.
|
virtual |
Definition at line 631 of file qgscptcityarchive.cpp.
| int QgsCptCityDataItem::rowCount | ( | ) |
Definition at line 552 of file qgscptcityarchive.cpp.
|
inline |
Definition at line 170 of file qgscptcityarchive.h.
|
inline |
Definition at line 161 of file qgscptcityarchive.h.
|
inline |
Definition at line 172 of file qgscptcityarchive.h.
|
inline |
Definition at line 168 of file qgscptcityarchive.h.
|
inline |
Definition at line 173 of file qgscptcityarchive.h.
|
inline |
Definition at line 159 of file qgscptcityarchive.h.
|
protected |
Definition at line 181 of file qgscptcityarchive.h.
|
protected |
Definition at line 188 of file qgscptcityarchive.h.
|
protected |
Definition at line 185 of file qgscptcityarchive.h.
|
protected |
Definition at line 183 of file qgscptcityarchive.h.
|
protected |
Definition at line 180 of file qgscptcityarchive.h.
|
protected |
Definition at line 184 of file qgscptcityarchive.h.
|
protected |
Definition at line 182 of file qgscptcityarchive.h.
|
protected |
Definition at line 186 of file qgscptcityarchive.h.
|
protected |
Definition at line 187 of file qgscptcityarchive.h.
|
protected |
Definition at line 179 of file qgscptcityarchive.h.
|
protected |
Definition at line 189 of file qgscptcityarchive.h.
1.8.13