QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | Protected Attributes | List of all members
QgsCptCityColorRampItem Class Reference

Item that represents a layer that can be opened with one of the providers. More...

#include <qgscptcityarchive.h>

Inheritance diagram for QgsCptCityColorRampItem:
Inheritance graph
[legend]

Public Member Functions

 QgsCptCityColorRampItem (QgsCptCityDataItem *parent, const QString &name, const QString &path, const QString &variantName=QString(), bool initialize=false)
 
 QgsCptCityColorRampItem (QgsCptCityDataItem *parent, const QString &name, const QString &path, const QStringList &variantList, bool initialize=false)
 
 ~QgsCptCityColorRampItem ()
 
virtual bool equal (const QgsCptCityDataItem *other) override
 
QIcon icon () override
 
QIcon icon (QSize size) override
 
void init ()
 
virtual int leafCount () const override
 
const QgsCptCityColorRampV2 & ramp () const
 
- Public Member Functions inherited from QgsCptCityDataItem
 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 handleDrop (const QMimeData *, Qt::DropAction)
 
bool hasChildren ()
 
QString info () const
 
bool isPopulated ()
 
bool isValid ()
 
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 &regExp) 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
 

Protected Attributes

QList< QIcon > mIcons
 
bool mInitialised
 
QgsCptCityColorRampV2 mRamp
 
- Protected Attributes inherited from QgsCptCityDataItem
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

- 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 emitBeginRemoveItems (QgsCptCityDataItem *parent, int first, int last)
 
void emitEndInsertItems ()
 
void emitEndRemoveItems ()
 
- Signals inherited from QgsCptCityDataItem
void beginInsertItems (QgsCptCityDataItem *parent, int first, int last)
 
void beginRemoveItems (QgsCptCityDataItem *parent, int first, int last)
 
void endInsertItems ()
 
void endRemoveItems ()
 
- Static Public Member Functions inherited from QgsCptCityDataItem
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 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
 

Detailed Description

Item that represents a layer that can be opened with one of the providers.

Definition at line 207 of file qgscptcityarchive.h.

Constructor & Destructor Documentation

◆ QgsCptCityColorRampItem() [1/2]

QgsCptCityColorRampItem::QgsCptCityColorRampItem ( QgsCptCityDataItem *  parent,
const QString &  name,
const QString &  path,
const QString &  variantName = QString(),
bool  initialize = false 
)

Definition at line 710 of file qgscptcityarchive.cpp.

◆ QgsCptCityColorRampItem() [2/2]

QgsCptCityColorRampItem::QgsCptCityColorRampItem ( QgsCptCityDataItem *  parent,
const QString &  name,
const QString &  path,
const QStringList &  variantList,
bool  initialize = false 
)

Definition at line 722 of file qgscptcityarchive.cpp.

◆ ~QgsCptCityColorRampItem()

QgsCptCityColorRampItem::~QgsCptCityColorRampItem ( )
inline

Definition at line 219 of file qgscptcityarchive.h.

Member Function Documentation

◆ equal()

bool QgsCptCityColorRampItem::equal ( const QgsCptCityDataItem *  other)
overridevirtual

Reimplemented from QgsCptCityDataItem.

Definition at line 790 of file qgscptcityarchive.cpp.

◆ icon() [1/2]

QIcon QgsCptCityColorRampItem::icon ( )
overridevirtual

Reimplemented from QgsCptCityDataItem.

Definition at line 805 of file qgscptcityarchive.cpp.

◆ icon() [2/2]

QIcon QgsCptCityColorRampItem::icon ( QSize  size)
overridevirtual

Reimplemented from QgsCptCityDataItem.

Definition at line 810 of file qgscptcityarchive.cpp.

◆ init()

void QgsCptCityColorRampItem::init ( )

Definition at line 735 of file qgscptcityarchive.cpp.

◆ leafCount()

virtual int QgsCptCityColorRampItem::leafCount ( ) const
inlineoverridevirtual

Reimplemented from QgsCptCityDataItem.

Definition at line 224 of file qgscptcityarchive.h.

◆ ramp()

const QgsCptCityColorRampV2& QgsCptCityColorRampItem::ramp ( ) const
inline

Definition at line 227 of file qgscptcityarchive.h.

Member Data Documentation

◆ mIcons

QList< QIcon > QgsCptCityColorRampItem::mIcons
protected

Definition at line 236 of file qgscptcityarchive.h.

◆ mInitialised

bool QgsCptCityColorRampItem::mInitialised
protected

Definition at line 234 of file qgscptcityarchive.h.

◆ mRamp

QgsCptCityColorRampV2 QgsCptCityColorRampItem::mRamp
protected

Definition at line 235 of file qgscptcityarchive.h.


The documentation for this class was generated from the following files: