Mercurial > hg > svgui
comparison widgets/ModelDataTableDialog.h @ 428:55cdd79606ba
* Support transforms that output regions with more than one bin (by
creating more than one region)
* When model displayed in the spreadsheet dialog is deleted, close
the dialog in preference to crashing
author | Chris Cannam |
---|---|
date | Thu, 09 Oct 2008 13:13:33 +0000 |
parents | 4075bf03faef |
children | 2e8194a30f40 |
comparison
equal
deleted
inserted
replaced
427:1304dbe4542e | 428:55cdd79606ba |
---|---|
53 void insertRow(); | 53 void insertRow(); |
54 void deleteRows(); | 54 void deleteRows(); |
55 void editRow(); | 55 void editRow(); |
56 void togglePlayTracking(); | 56 void togglePlayTracking(); |
57 | 57 |
58 void modelRemoved(); | |
59 | |
58 protected: | 60 protected: |
59 void makeCurrent(int row); | 61 void makeCurrent(int row); |
60 ModelDataTableModel *m_table; | 62 ModelDataTableModel *m_table; |
61 QToolBar *m_playToolbar; | 63 QToolBar *m_playToolbar; |
62 QTableView *m_tableView; | 64 QTableView *m_tableView; |