summaryrefslogtreecommitdiff
path: root/core/applets/vmemo/vmemo.h
authorjeremy <jeremy>2002-02-15 21:10:04 (UTC)
committer jeremy <jeremy>2002-02-15 21:10:04 (UTC)
commitb15950bcf97b5590d37373ec2beedab80e40ded6 (patch) (unidiff)
tree85f44cdb278d0b0825868892db8d3bc2d2a5fba5 /core/applets/vmemo/vmemo.h
parent756a71b71837bd6771bec8fc510e072a5f4233f8 (diff)
downloadopie-b15950bcf97b5590d37373ec2beedab80e40ded6.zip
opie-b15950bcf97b5590d37373ec2beedab80e40ded6.tar.gz
opie-b15950bcf97b5590d37373ec2beedab80e40ded6.tar.bz2
Added support for the rec button on iPAQ's. This addition will only work if
you have opie-taskbar-1.5.0_beta7.1 ...
Diffstat (limited to 'core/applets/vmemo/vmemo.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/vmemo/vmemo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/applets/vmemo/vmemo.h b/core/applets/vmemo/vmemo.h
index 824309e..d96cd94 100644
--- a/core/applets/vmemo/vmemo.h
+++ b/core/applets/vmemo/vmemo.h
@@ -27,25 +27,24 @@ class VMemo : public QWidget
27{ 27{
28 Q_OBJECT 28 Q_OBJECT
29public: 29public:
30 VMemo( QWidget *parent, const char *name = NULL); 30 VMemo( QWidget *parent, const char *name = NULL);
31 ~VMemo(); 31 ~VMemo();
32 QFile track; 32 QFile track;
33 33
34public slots: 34public slots:
35 void record(); 35 void record();
36 void mousePressEvent( QMouseEvent * ); 36 void mousePressEvent( QMouseEvent * );
37 void mouseReleaseEvent( QMouseEvent * ); 37 void mouseReleaseEvent( QMouseEvent * );
38 void receive( const QCString &msg, const QByteArray &data ); 38 void receive( const QCString &msg, const QByteArray &data );
39 void sayHi();
40 39
41private: 40private:
42 void paintEvent( QPaintEvent* ); 41 void paintEvent( QPaintEvent* );
43 42
44 int openDSP(); 43 int openDSP();
45 int openWAV(const char *filename); 44 int openWAV(const char *filename);
46 45
47 QPixmap vmemoPixmap; 46 QPixmap vmemoPixmap;
48 QCopChannel *myChannel; 47 QCopChannel *myChannel;
49 bool systemZaurus; 48 bool systemZaurus;
50 int dsp, wav, rate, speed, channels, format, resolution; 49 int dsp, wav, rate, speed, channels, format, resolution;
51 bool recording; 50 bool recording;