QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
QgsSvgListModel Class Reference

Public Member Functions

 QgsSvgListModel (QObject *parent)
 QgsSvgListModel (QObject *parent, QString path)
QVariant data (const QModelIndex &index, int role=Qt::DisplayRole) const override
int rowCount (const QModelIndex &parent=QModelIndex()) const override

Protected Attributes

QStringList mSvgFiles

Detailed Description

Definition at line 1527 of file qgssymbollayerv2widget.cpp.

Constructor & Destructor Documentation

QgsSvgListModel::QgsSvgListModel ( QObject *  parent)
inline

Definition at line 1530 of file qgssymbollayerv2widget.cpp.

QgsSvgListModel::QgsSvgListModel ( QObject *  parent,
QString  path 
)
inline

Definition at line 1536 of file qgssymbollayerv2widget.cpp.

Member Function Documentation

QVariant QgsSvgListModel::data ( const QModelIndex &  index,
int  role = Qt::DisplayRole 
) const
inlineoverride

Definition at line 1547 of file qgssymbollayerv2widget.cpp.

int QgsSvgListModel::rowCount ( const QModelIndex &  parent = QModelIndex()) const
inlineoverride

Definition at line 1541 of file qgssymbollayerv2widget.cpp.

Member Data Documentation

QStringList QgsSvgListModel::mSvgFiles
protected

Definition at line 1579 of file qgssymbollayerv2widget.cpp.


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