Mercurial > hg > svgui
diff view/Pane.h @ 282:4edaff85875d
* Add mouse actions to key and mouse reference dialog
* Use QDialogButtonBox in all dialogs, for proper button ordering across
platforms (requires Qt 4.2)
* Fix #1733610 program does not exit if preferences dialog visible on close
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2007 11:07:01 +0000 |
parents | 8acd30ed735c |
children | 3101c68a00c1 |
line wrap: on
line diff
--- a/view/Pane.h Wed Jul 04 17:22:12 2007 +0000 +++ b/view/Pane.h Thu Jul 05 11:07:01 2007 +0000 @@ -30,6 +30,7 @@ class Thumbwheel; class Panner; class NotifyingPushButton; +class KeyReference; class Pane : public View { @@ -60,6 +61,8 @@ virtual QString toXmlString(QString indent = "", QString extraAttributes = "") const; + static void registerShortcuts(KeyReference &kr); + signals: void paneInteractedWith(); void rightButtonMenuRequested(QPoint position);