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