All pastes #1832800 Raw Edit

ViewModel3 Source

public cpp v1 · immutable
#1832800 ·published 2010-03-11 00:36 UTC
rendered paste body
OccupyPermitVM::OccupyPermitVM(QObject *parent) :    ViewModel3(parent){}OccupyPermitVM::~OccupyPermitVM(){	}int OccupyPermitVM::rowCount(const QModelIndex &parent = QModelIndex()) const{	}int OccupyPermitVM::columnCount(const QModelIndex &parent = QModelIndex()) const{	}bool OccupyPermitVM::isNewEntity(const QModelIndex &index) const{	}Qt::ItemFlags OccupyPermitVM::flags(const QModelIndex &index) const{	}bool OccupyPermitVM::loadFromEntity(int row, int column, CacheValue& value) const{	}bool OccupyPermitVM::saveToEntity(int row, const CacheRow &rowData){	}