QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Signals | Public Member Functions | List of all members
QgsGraduatedSymbolRendererV2Model Class Reference

#include <qgsgraduatedsymbolrendererv2widget.h>

Signals

void rowsMoved ()

Public Member Functions

 QgsGraduatedSymbolRendererV2Model (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 (QgsGraduatedSymbolRendererV2 *renderer)
QgsRendererRangeV2 rendererRange (const QModelIndex &index)
void addClass (QgsSymbolV2 *symbol)
void addClass (QgsRendererRangeV2 range)
void deleteRows (QList< int > rows)
void removeAllRows ()
void sort (int column, Qt::SortOrder order=Qt::AscendingOrder)
void updateSymbology ()
void updateLabels ()

Constructor & Destructor Documentation

QgsGraduatedSymbolRendererV2Model::QgsGraduatedSymbolRendererV2Model ( QObject *  parent = 0)

Member Function Documentation

void QgsGraduatedSymbolRendererV2Model::addClass ( QgsSymbolV2 symbol)
void QgsGraduatedSymbolRendererV2Model::addClass ( QgsRendererRangeV2  range)
int QgsGraduatedSymbolRendererV2Model::columnCount ( const QModelIndex &  index = QModelIndex()) const
QVariant QgsGraduatedSymbolRendererV2Model::data ( const QModelIndex &  index,
int  role 
) const
void QgsGraduatedSymbolRendererV2Model::deleteRows ( QList< int >  rows)
bool QgsGraduatedSymbolRendererV2Model::dropMimeData ( const QMimeData *  data,
Qt::DropAction  action,
int  row,
int  column,
const QModelIndex &  parent 
)
Qt::ItemFlags QgsGraduatedSymbolRendererV2Model::flags ( const QModelIndex &  index) const
QVariant QgsGraduatedSymbolRendererV2Model::headerData ( int  section,
Qt::Orientation  orientation,
int  role 
) const
QModelIndex QgsGraduatedSymbolRendererV2Model::index ( int  row,
int  column,
const QModelIndex &  parent = QModelIndex() 
) const
QMimeData * QgsGraduatedSymbolRendererV2Model::mimeData ( const QModelIndexList &  indexes) const
QStringList QgsGraduatedSymbolRendererV2Model::mimeTypes ( ) const
QModelIndex QgsGraduatedSymbolRendererV2Model::parent ( const QModelIndex &  index) const
void QgsGraduatedSymbolRendererV2Model::removeAllRows ( )
QgsRendererRangeV2 QgsGraduatedSymbolRendererV2Model::rendererRange ( const QModelIndex &  index)
int QgsGraduatedSymbolRendererV2Model::rowCount ( const QModelIndex &  parent = QModelIndex()) const
void QgsGraduatedSymbolRendererV2Model::rowsMoved ( )
signal
bool QgsGraduatedSymbolRendererV2Model::setData ( const QModelIndex &  index,
const QVariant &  value,
int  role 
)
void QgsGraduatedSymbolRendererV2Model::setRenderer ( QgsGraduatedSymbolRendererV2 renderer)
void QgsGraduatedSymbolRendererV2Model::sort ( int  column,
Qt::SortOrder  order = Qt::AscendingOrder 
)
Qt::DropActions QgsGraduatedSymbolRendererV2Model::supportedDropActions ( ) const
void QgsGraduatedSymbolRendererV2Model::updateLabels ( )
void QgsGraduatedSymbolRendererV2Model::updateSymbology ( )

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