#include "pixmaps.h"#include "qtrec.h"#include "waveform.h"#include "adpcm.h"#include <opie2/odebug.h>#include <opie2/oresource.h>#include <qpe/config.h>#include <qpe/qcopenvelope_qws.h>#include <qpe/qpeapplication.h>#include <qpe/storage.h>#include <qcheckbox.h>#include <qcombobox.h>#include <qdir.h>#include <qgroupbox.h>#include <qlabel.h>#include <qlayout.h>#include <qlistview.h>#include <qmessagebox.h>#include <qpopupmenu.h>#include <qpushbutton.h>#include <qslider.h>#include <qtabwidget.h>#include <qtimer.h>#include <errno.h>#include <fcntl.h>#include <math.h>#include <mntent.h>#include <stdio.h>#include <stdlib.h>#include <sys/ioctl.h>#include <sys/soundcard.h>#include <sys/stat.h>#include <sys/time.h>#include <sys/types.h>#include <sys/vfs.h>#include <unistd.h>#include <sys/wait.h>#include <sys/signal.h>#include <pthread.h>Include dependency graph for qtrec.cpp:

Go to the source code of this file.
Variables | |
| static int | deviceSampleRates [6] = { 11025, 16000, 22050, 32000, 44100, -1 } |
| static int | deviceBitRates [] = { 8, 16, -1 } |
| adpcm_state | encoder_state |
| adpcm_state | decoder_state |
| fileParameters | filePara |
| bool | monitoring |
| bool | recording |
| bool | playing |
| bool | stopped |
| QLabel * | timeLabel |
| QSlider * | timeSlider |
| int | sd |
| Waveform * | waveform |
| Device * | soundDevice |
|
|
|
|
|
Definition at line 63 of file qtrec.cpp. Referenced by QtRec::init(). |
|
|
Definition at line 62 of file qtrec.cpp. Referenced by QtRec::init(). |
|
|
|
|
|
|
|
|
Definition at line 91 of file qtrec.cpp. Referenced by QtRec::endPlaying(), QtRec::endRecording(), QtRec::openPlayFile(), QtRec::rec(), and QtRec::setupAudio(). |
|
|
Definition at line 91 of file qtrec.cpp. Referenced by QtRec::doPlay(), QtRec::endPlaying(), QtRec::QtRec(), and QtRec::timerEvent(). |
|
|
Definition at line 91 of file qtrec.cpp. Referenced by QtRec::doPlay(), QtRec::endPlaying(), QtRec::endRecording(), QtRec::keyReleaseEvent(), QtRec::setupAudio(), QtRec::stop(), and QtRec::timerEvent(). |
|
|
Definition at line 95 of file qtrec.cpp. Referenced by ServerApplication::shutdown(), Win32MakefileGenerator::writeSubDirs(), and UnixMakefileGenerator::writeSubdirs(). |
|
|
|
|
|
|
|
|
|
Definition at line 94 of file qtrec.cpp. Referenced by QtRec::endPlaying(), QtRec::endRecording(), QtRec::FastforwardReleased(), QtRec::forwardTimerTimeout(), QtRec::init(), QtRec::initConnections(), QtRec::openPlayFile(), QtRec::playIt(), QtRec::quickRec(), QtRec::rec(), QtRec::rewindReleased(), QtRec::rewindTimerTimeout(), QtRec::stop(), and QtRec::timeSliderReleased(). |
|
|
|
1.4.2