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
QgsSvgSelectorListModel Class Reference

#include <qgssvgselectorwidget.h>

Public Member Functions

 QgsSvgSelectorListModel (QObject *parent)
 QgsSvgSelectorListModel (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 38 of file qgssvgselectorwidget.h.

Constructor & Destructor Documentation

QgsSvgSelectorListModel::QgsSvgSelectorListModel ( QObject *  parent)

Definition at line 38 of file qgssvgselectorwidget.cpp.

QgsSvgSelectorListModel::QgsSvgSelectorListModel ( QObject *  parent,
QString  path 
)

Definition at line 45 of file qgssvgselectorwidget.cpp.

Member Function Documentation

QVariant QgsSvgSelectorListModel::data ( const QModelIndex &  index,
int  role = Qt::DisplayRole 
) const
override

Definition at line 57 of file qgssvgselectorwidget.cpp.

int QgsSvgSelectorListModel::rowCount ( const QModelIndex &  parent = QModelIndex()) const
override

Definition at line 51 of file qgssvgselectorwidget.cpp.

Member Data Documentation

QStringList QgsSvgSelectorListModel::mSvgFiles
protected

Definition at line 51 of file qgssvgselectorwidget.h.


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