Mercurial > hg > svgui
comparison widgets/ModelDataTableDialog.h @ 394:592d692b4f8b
* A bit more work on the data editor
author | Chris Cannam |
---|---|
date | Wed, 11 Jun 2008 12:54:18 +0000 |
parents | 6671eb37d6d6 |
children | 33c2f268c950 |
comparison
equal
deleted
inserted
replaced
393:6671eb37d6d6 | 394:592d692b4f8b |
---|---|
30 | 30 |
31 public: | 31 public: |
32 ModelDataTableDialog(Model *model, QWidget *parent = 0); | 32 ModelDataTableDialog(Model *model, QWidget *parent = 0); |
33 ~ModelDataTableDialog(); | 33 ~ModelDataTableDialog(); |
34 | 34 |
35 signals: | |
36 void scrollToFrame(unsigned long frame); | |
37 | |
35 public slots: | 38 public slots: |
36 void scrollToFrame(unsigned long frame); | 39 void scrollToFrameRequested(unsigned long frame); |
37 void executeCommand(Command *); | 40 void executeCommand(Command *); |
38 | 41 |
39 protected slots: | 42 protected slots: |
40 void viewClicked(const QModelIndex &); | 43 void viewClicked(const QModelIndex &); |
41 void viewPressed(const QModelIndex &); | 44 void viewPressed(const QModelIndex &); |