Mercurial > hg > svgui
comparison view/Pane.h @ 718:e5f4385615ac tony_integration
Merge from tonioni branch
author | Chris Cannam |
---|---|
date | Tue, 28 Jan 2014 15:02:09 +0000 |
parents | 67b167bb60ab |
children | 711ae36a53a2 |
comparison
equal
deleted
inserted
replaced
704:b81f21f2c4c3 | 718:e5f4385615ac |
---|---|
65 signals: | 65 signals: |
66 void paneInteractedWith(); | 66 void paneInteractedWith(); |
67 void rightButtonMenuRequested(QPoint position); | 67 void rightButtonMenuRequested(QPoint position); |
68 void dropAccepted(QStringList uriList); | 68 void dropAccepted(QStringList uriList); |
69 void dropAccepted(QString text); | 69 void dropAccepted(QString text); |
70 void doubleClickSelectInvoked(size_t frame); | |
70 | 71 |
71 public slots: | 72 public slots: |
72 virtual void toolModeChanged(); | 73 virtual void toolModeChanged(); |
73 virtual void zoomWheelsEnabledChanged(); | 74 virtual void zoomWheelsEnabledChanged(); |
74 virtual void viewZoomLevelChanged(View *v, unsigned long z, bool locked); | 75 virtual void viewZoomLevelChanged(View *v, unsigned long z, bool locked); |