Modification interface for MovableRowModel.
More...
#include <movablerowmodel.h>
List of all members.
Public Member Functions |
bool | addColumn (int column) |
virtual bool | addColumns (int column, int count)=0 |
virtual void | beginAddRowsBatch (int row, int count)=0 |
virtual void | endAddRowsBatch ()=0 |
bool | addRow (int row) |
virtual bool | addRows (int row, int count)=0 |
virtual bool | addRowWithData (int row, const QAbstractItemModel &sourceModel, int sourceRow)=0 |
virtual bool | addRowWithData (int row, const QVariantList &data)=0 |
bool | deleteRow (int row) |
virtual bool | deleteRows (int row, int count)=0 |
virtual bool | moveRow (int row, int where)=0 |
virtual bool | setValue (const QModelIndex &index, const QVariant &value)=0 |
Detailed Description
Modification interface for MovableRowModel.