Mercurial > hg > svcore
comparison data/model/TabularModel.h @ 421:397fe91dc8e0
* Fix for data modification in data edit view... now why isn't the
command appearing on the undo menu?
author | Chris Cannam |
---|---|
date | Wed, 11 Jun 2008 17:00:04 +0000 |
parents | 50a956688baa |
children | 4caa28a0a8a2 |
comparison
equal
deleted
inserted
replaced
420:50a956688baa | 421:397fe91dc8e0 |
---|---|
44 virtual int getRowForFrame(long frame) const = 0; | 44 virtual int getRowForFrame(long frame) const = 0; |
45 | 45 |
46 virtual bool isColumnTimeValue(int col) const = 0; | 46 virtual bool isColumnTimeValue(int col) const = 0; |
47 | 47 |
48 virtual bool isEditable() const { return false; } | 48 virtual bool isEditable() const { return false; } |
49 virtual Command *setData(int row, int column, const QVariant &, int role) | 49 virtual Command *getSetDataCommand(int row, int column, const QVariant &, int role) const { return 0; } |
50 { return 0; } | |
51 }; | 50 }; |
52 | 51 |
53 #endif | 52 #endif |