Mercurial > hg > svgui
comparison widgets/ModelDataTableDialog.h @ 908:4a578a360011 cxx11
More type fixes
author | Chris Cannam |
---|---|
date | Tue, 10 Mar 2015 13:22:10 +0000 |
parents | e4773943c9c1 |
children | 0ded54e94332 |
comparison
equal
deleted
inserted
replaced
907:28d05ae8741c | 908:4a578a360011 |
---|---|
15 | 15 |
16 #ifndef _MODEL_DATA_TABLE_DIALOG_H_ | 16 #ifndef _MODEL_DATA_TABLE_DIALOG_H_ |
17 #define _MODEL_DATA_TABLE_DIALOG_H_ | 17 #define _MODEL_DATA_TABLE_DIALOG_H_ |
18 | 18 |
19 #include <QMainWindow> | 19 #include <QMainWindow> |
20 | |
21 #include "base/BaseTypes.h" | |
20 | 22 |
21 class TabularModel; | 23 class TabularModel; |
22 class ModelDataTableModel; | 24 class ModelDataTableModel; |
23 class QTableView; | 25 class QTableView; |
24 class QModelIndex; | 26 class QModelIndex; |
36 ~ModelDataTableDialog(); | 38 ~ModelDataTableDialog(); |
37 | 39 |
38 QToolBar *getPlayToolbar() { return m_playToolbar; } | 40 QToolBar *getPlayToolbar() { return m_playToolbar; } |
39 | 41 |
40 signals: | 42 signals: |
41 void scrollToFrame(int frame); | 43 void scrollToFrame(sv_frame_t frame); |
42 | 44 |
43 public slots: | 45 public slots: |
44 void userScrolledToFrame(int frame); | 46 void userScrolledToFrame(sv_frame_t frame); |
45 void playbackScrolledToFrame(int frame); | 47 void playbackScrolledToFrame(sv_frame_t frame); |
46 void addCommand(Command *); | 48 void addCommand(Command *); |
47 | 49 |
48 protected slots: | 50 protected slots: |
49 void viewClicked(const QModelIndex &); | 51 void viewClicked(const QModelIndex &); |
50 void viewPressed(const QModelIndex &); | 52 void viewPressed(const QModelIndex &); |