Mercurial > hg > svgui
comparison widgets/Pane.h @ 89:803830f186ef
* Move matrix/fft file code to fileio (from base)
* Add right-button menu to panes
author | Chris Cannam |
---|---|
date | Fri, 05 May 2006 13:06:47 +0000 |
parents | 705f05ab42e3 |
children |
comparison
equal
deleted
inserted
replaced
88:6b864e6864cb | 89:803830f186ef |
---|---|
48 virtual QString toXmlString(QString indent = "", | 48 virtual QString toXmlString(QString indent = "", |
49 QString extraAttributes = "") const; | 49 QString extraAttributes = "") const; |
50 | 50 |
51 signals: | 51 signals: |
52 void paneInteractedWith(); | 52 void paneInteractedWith(); |
53 void rightButtonMenuRequested(QPoint position); | |
53 | 54 |
54 public slots: | 55 public slots: |
55 virtual void toolModeChanged(); | 56 virtual void toolModeChanged(); |
56 | 57 |
57 protected: | 58 protected: |