#include <qgscategorizedsymbolrendererv2widget.h>
Public Member Functions |
| QgsCategorizedSymbolRendererV2Model (QObject *parent=0) |
Qt::ItemFlags | flags (const QModelIndex &index) const |
Qt::DropActions | supportedDropActions () const |
QVariant | data (const QModelIndex &index, int role) const |
bool | setData (const QModelIndex &index, const QVariant &value, int role) |
QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
int | columnCount (const QModelIndex &=QModelIndex()) const |
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
QModelIndex | parent (const QModelIndex &index) const |
QStringList | mimeTypes () const |
QMimeData * | mimeData (const QModelIndexList &indexes) const |
bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) |
void | setRenderer (QgsCategorizedSymbolRendererV2 *renderer) |
void | addCategory (const QgsRendererCategoryV2 &cat) |
QgsRendererCategoryV2 | category (const QModelIndex &index) |
void | deleteRows (QList< int > rows) |
void | removeAllRows () |
void | sort (int column, Qt::SortOrder order=Qt::AscendingOrder) |
void | updateSymbology () |
Constructor & Destructor Documentation
QgsCategorizedSymbolRendererV2Model::QgsCategorizedSymbolRendererV2Model |
( |
QObject * |
parent = 0 | ) |
|
Member Function Documentation
int QgsCategorizedSymbolRendererV2Model::columnCount |
( |
const QModelIndex & |
index = QModelIndex() | ) |
const |
QVariant QgsCategorizedSymbolRendererV2Model::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
void QgsCategorizedSymbolRendererV2Model::deleteRows |
( |
QList< int > |
rows | ) |
|
bool QgsCategorizedSymbolRendererV2Model::dropMimeData |
( |
const QMimeData * |
data, |
|
|
Qt::DropAction |
action, |
|
|
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| |
Qt::ItemFlags QgsCategorizedSymbolRendererV2Model::flags |
( |
const QModelIndex & |
index | ) |
const |
QVariant QgsCategorizedSymbolRendererV2Model::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
QModelIndex QgsCategorizedSymbolRendererV2Model::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
QMimeData * QgsCategorizedSymbolRendererV2Model::mimeData |
( |
const QModelIndexList & |
indexes | ) |
const |
QStringList QgsCategorizedSymbolRendererV2Model::mimeTypes |
( |
| ) |
const |
QModelIndex QgsCategorizedSymbolRendererV2Model::parent |
( |
const QModelIndex & |
index | ) |
const |
void QgsCategorizedSymbolRendererV2Model::removeAllRows |
( |
| ) |
|
int QgsCategorizedSymbolRendererV2Model::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
void QgsCategorizedSymbolRendererV2Model::rowsMoved |
( |
| ) |
|
|
signal |
bool QgsCategorizedSymbolRendererV2Model::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role |
|
) |
| |
void QgsCategorizedSymbolRendererV2Model::sort |
( |
int |
column, |
|
|
Qt::SortOrder |
order = Qt::AscendingOrder |
|
) |
| |
Qt::DropActions QgsCategorizedSymbolRendererV2Model::supportedDropActions |
( |
| ) |
const |
void QgsCategorizedSymbolRendererV2Model::updateSymbology |
( |
| ) |
|
The documentation for this class was generated from the following files: