Mercurial > hg > svgui
comparison view/Pane.h @ 822:d974ed657176 tonioni
code to remove duration/sample rate from panes
author | matthiasm |
---|---|
date | Wed, 16 Jul 2014 14:35:00 +0100 |
parents | 40c6c9344ff6 |
children | 43256b925e15 |
comparison
equal
deleted
inserted
replaced
821:ec0906aef9bf | 822:d974ed657176 |
---|---|
60 virtual void toXml(QTextStream &stream, QString indent = "", | 60 virtual void toXml(QTextStream &stream, QString indent = "", |
61 QString extraAttributes = "") const; | 61 QString extraAttributes = "") const; |
62 | 62 |
63 static void registerShortcuts(KeyReference &kr); | 63 static void registerShortcuts(KeyReference &kr); |
64 | 64 |
65 enum PaneType { | |
66 Normal = 0, | |
67 TonyMain = 1, | |
68 TonySelection = 2 | |
69 }; | |
70 | |
65 signals: | 71 signals: |
66 void paneInteractedWith(); | 72 void paneInteractedWith(); |
67 void rightButtonMenuRequested(QPoint position); | 73 void rightButtonMenuRequested(QPoint position); |
68 void dropAccepted(QStringList uriList); | 74 void dropAccepted(QStringList uriList); |
69 void dropAccepted(QString text); | 75 void dropAccepted(QString text); |