comparison data/model/ModelDataTableModel.h @ 419:64e7bbb255d3

* A bit more work on the data editor
author Chris Cannam
date Wed, 11 Jun 2008 12:54:18 +0000
parents a00902d5f0ab
children 50a956688baa
comparison
equal deleted inserted replaced
418:d35d4e79c95b 419:64e7bbb255d3
46 46
47 int rowCount(const QModelIndex &parent = QModelIndex()) const; 47 int rowCount(const QModelIndex &parent = QModelIndex()) const;
48 int columnCount(const QModelIndex &parent = QModelIndex()) const; 48 int columnCount(const QModelIndex &parent = QModelIndex()) const;
49 49
50 QModelIndex getModelIndexForFrame(size_t frame) const; 50 QModelIndex getModelIndexForFrame(size_t frame) const;
51 size_t getFrameForModelIndex(const QModelIndex &) const;
51 52
52 static bool canHandleModelType(Model *); 53 static bool canHandleModelType(Model *);
53 54
54 signals: 55 signals:
55 void frameSelected(size_t); 56 void frameSelected(size_t);