Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

qtrec.cpp File Reference

#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
Waveformwaveform
DevicesoundDevice


Variable Documentation

struct adpcm_state decoder_state
 

Definition at line 69 of file qtrec.cpp.

int deviceBitRates[] = { 8, 16, -1 } [static]
 

Definition at line 63 of file qtrec.cpp.

Referenced by QtRec::init().

int deviceSampleRates[6] = { 11025, 16000, 22050, 32000, 44100, -1 } [static]
 

Definition at line 62 of file qtrec.cpp.

Referenced by QtRec::init().

struct adpcm_state encoder_state
 

Definition at line 68 of file qtrec.cpp.

fileParameters filePara
 

Definition at line 89 of file qtrec.cpp.

bool monitoring
 

Definition at line 91 of file qtrec.cpp.

Referenced by QtRec::endPlaying(), QtRec::endRecording(), QtRec::openPlayFile(), QtRec::rec(), and QtRec::setupAudio().

bool playing
 

Definition at line 91 of file qtrec.cpp.

Referenced by QtRec::doPlay(), QtRec::endPlaying(), QtRec::QtRec(), and QtRec::timerEvent().

bool recording
 

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().

int sd
 

Definition at line 95 of file qtrec.cpp.

Referenced by ServerApplication::shutdown(), Win32MakefileGenerator::writeSubDirs(), and UnixMakefileGenerator::writeSubdirs().

Device* soundDevice
 

Definition at line 98 of file qtrec.cpp.

bool stopped
 

Definition at line 92 of file qtrec.cpp.

Referenced by QtRec::changeTimeSlider(), PlaylistView::checkLib(), PMainWindow::checkLib(), QtRec::cleanUp(), QtRec::doPlay(), QtRec::doPlayBtn(), QtRec::endPlaying(), QtRec::endRecording(), QtRec::errorStop(), QtRec::FastforwardPressed(), QtRec::FastforwardReleased(), QtRec::init(), XineControl::init(), QtRec::keyReleaseEvent(), ProcessInvoker::notifyFinish(), VideoWidget::playFile(), QtRec::playIt(), QtRec::quickRec(), QtRec::rec(), register_qpe_sound_finished(), QtRec::rewindPressed(), QtRec::rewindReleased(), QtRec::setupAudio(), QtRec::start(), NetworkServer::stop(), QtRec::timerEvent(), QtRec::timeSliderPressed(), and QtRec::timeSliderReleased().

QLabel* timeLabel
 

Definition at line 93 of file qtrec.cpp.

QSlider* timeSlider
 

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().

Waveform* waveform
 

Definition at line 97 of file qtrec.cpp.


Generated on Sat Nov 5 17:01:01 2005 for OPIE by  doxygen 1.4.2