#include </home/clem/local/src/opie/noncore/multimedia/opierec/qtrec.h>
Collaboration diagram for QtRec:

Signals | |
| void | stopRecording () |
| void | startRecording () |
| void | stopPlaying () |
| void | startPlaying () |
Public Member Functions | |
| QtRec (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~QtRec () | |
Static Public Member Functions | |
| static QString | appName () |
Public Attributes | |
| QSlider * | OutputSlider |
| QSlider * | InputSlider |
Protected Member Functions | |
| bool | doPlay () |
| <<<<<<<<<<<<<<<< PLAY >>>>>>>>>>>>>>>>>>> | |
| bool | openPlayFile () |
| bool | setUpFile () |
| bool | setupAudio (bool b) |
| void | fileBeamFinished (Ir *ir) |
| void | keyPressEvent (QKeyEvent *e) |
| void | keyReleaseEvent (QKeyEvent *e) |
| void | receive (const QCString &, const QByteArray &) |
| void | showListMenu (QListViewItem *) |
| void | quickRec () |
| void | playIt () |
| END quickRec(). | |
Protected Attributes | |
| WavFile * | wavFile |
| QButtonGroup * | ButtonGroup1 |
| QCheckBox * | outMuteCheckBox |
| QCheckBox * | inMuteCheckBox |
| QCheckBox * | compressionCheckBox |
| QCheckBox * | autoMuteCheckBox |
| QCheckBox * | stereoCheckBox |
| QComboBox * | sampleRateComboBox |
| QComboBox * | bitRateComboBox |
| QComboBox * | directoryComboBox |
| QComboBox * | sizeLimitCombo |
| QHBoxLayout * | Layout12 |
| QHBoxLayout * | Layout13 |
| QHBoxLayout * | Layout14 |
| QHBoxLayout * | Layout16 |
| QHBoxLayout * | Layout17 |
| QHBoxLayout * | Layout19 |
| QIconView * | IconView1 |
| QLabel * | NewSoundLabel |
| QLabel * | playLabel2 |
| QLabel * | TextLabel3 |
| QLabel * | TextLabel1 |
| QLabel * | TextLabel2 |
| QListView * | ListView1 |
| QPushButton * | Stop_PushButton |
| QPushButton * | Play_PushButton |
| QPushButton * | Rec_PushButton |
| QPushButton * | NewSoundButton |
| QPushButton * | deleteSoundButton |
| QPushButton * | toBeginningButton |
| QPushButton * | toEndButton |
| QString | recDir |
| QTabWidget * | TabWidget |
| QTimer * | t |
| QTimer * | rewindTimer |
| QTimer * | forwardTimer |
| QVBoxLayout * | Layout15 |
| QVBoxLayout * | Layout15b |
| QVBoxLayout * | Layout18 |
| QWidget * | tab |
| QWidget * | tab_2 |
| QWidget * | tab_3 |
| QWidget * | tab_4 |
| QWidget * | tab_5 |
| int | sliderPos |
| int | total |
| QGroupBox * | sampleGroup |
| QGroupBox * | bitGroup |
| QGroupBox * | dirGroup |
| QGroupBox * | sizeGroup |
Private Slots | |
| void | endPlaying () |
| void | endRecording () |
| void | FastforwardPressed () |
| void | FastforwardReleased () |
| void | changeDirCombo (int) |
| void | changeSizeLimitCombo (int) |
| void | changeTimeSlider (int) |
| void | changebitrateCombo (int) |
| void | changeStereoCheck (bool) |
| void | changedInVolume () |
| void | changedOutVolume () |
| void | changesamplerateCombo (int) |
| void | cleanUp () |
| void | compressionSelected (bool) |
| void | deleteSound () |
| void | doBeam () |
| void | doMenuPlay () |
| void | doMicMuting (bool) |
| void | doPlayBtn () |
| void | doRename () |
| void | doVolMuting (bool) |
| void | forwardTimerTimeout () |
| void | itClick (QListViewItem *item) |
| void | listPressed (int, QListViewItem *, const QPoint &, int) |
| void | newSound () |
| void | rewindPressed () |
| void | rewindReleased () |
| void | rewindTimerTimeout () |
| void | slotAutoMute (bool) |
| void | thisTab (QWidget *) |
| void | timeSliderPressed () |
| void | timeSliderReleased () |
| void | timerBreak () |
| void | initIconView () |
Private Member Functions | |
| bool | eventFilter (QObject *, QEvent *) |
| void | okRename () |
| void | cancelRename () |
| QString | getStorage (const QString &) |
| bool | rec () |
| int | getCurrentSizeLimit () |
| long | checkDiskSpace (const QString &) |
| void | doMute (bool) |
| void | errorStop () |
| void | fillDirectoryCombo () |
| void | getInVol () |
| void | getOutVol () |
| void | init () |
| void | initConfig () |
| void | initConnections () |
| void | selectItemByName (const QString &) |
| void | setRecordButton (bool) |
| void | start () |
| void | stop () |
| void | timerEvent (QTimerEvent *e) |
Private Attributes | |
| int | fd1 |
| int | secCount |
| QString | timeString |
| QLineEdit * | renameBox |
| QGroupBox * | GroupBox1 |
| QString | currentFile |
| QString | date |
| QString | currentFileName |
| QString | tmpFileName |
| QTimer * | t_timer |
| bool | needsStereoOut |
| bool | paused |
| bool | useTmpFile |
| bool | autoMute |
|
||||||||||||||||
|
Definition at line 412 of file qtrec.cpp. References autoMute, Device::closeDevice(), doMute(), getInVol(), getOutVol(), init(), initConfig(), initConnections(), initIconView(), playing, renameBox, Device::sd, Config::setGroup(), and wavFile. |
|
|
|
|
|
Definition at line 58 of file qtrec.h. References QString::fromLatin1(). |
|
|
Definition at line 1653 of file qtrec.cpp. References ListView1, and renameBox. Referenced by eventFilter(), listPressed(), and okRename(). |
|
|
Definition at line 1152 of file qtrec.cpp. References bits, fileParameters::resolution, Config::setGroup(), Config::write(), and Config::writeEntry(). Referenced by initConnections(). |
|
|
Definition at line 975 of file qtrec.cpp. References Device::changedInVolume(), and InputSlider. Referenced by initConnections(). |
|
|
Definition at line 1178 of file qtrec.cpp. References directoryComboBox, StorageInfo::fileSystems(), odebug, oendl, recDir, Config::setGroup(), Config::write(), and Config::writeEntry(). Referenced by initConnections(). |
|
|
Definition at line 971 of file qtrec.cpp. References Device::changedOutVolume(), and OutputSlider. Referenced by initConnections(). |
|
|
Definition at line 1165 of file qtrec.cpp. References odebug, oendl, fileParameters::sampleRate, sampleRateComboBox, Config::setGroup(), Config::write(), and Config::writeEntry(). Referenced by initConnections(). |
|
|
Definition at line 1200 of file qtrec.cpp. References getCurrentSizeLimit(), Config::setGroup(), Config::write(), and Config::writeEntry(). Referenced by initConnections(). |
|
|
Definition at line 2041 of file qtrec.cpp. References fileParameters::channels, Config::setGroup(), Config::write(), and Config::writeEntry(). Referenced by initConnections(). |
|
|
Definition at line 1792 of file qtrec.cpp. References QIODevice::isOpen(), ListView1, fileParameters::numberOfRecordedSeconds, odebug, oendl, paused, fileParameters::sampleRate, secCount, sliderPos, QString::sprintf(), stopped, timeString, WavFile::track, and wavFile. Referenced by initConnections(). |
|
|
Definition at line 1727 of file qtrec.cpp. References mult(). Referenced by rec(). |
|
|
Definition at line 450 of file qtrec.cpp. References autoMute, doMute(), endRecording(), ListView1, and stopped. Referenced by initConnections(). |
|
|
Definition at line 1709 of file qtrec.cpp. References bitRateComboBox, qWarning(), fileParameters::resolution, Config::setGroup(), Config::write(), and Config::writeEntry(). Referenced by initConnections(). |
|
|
Definition at line 1219 of file qtrec.cpp. References QFile::exists(), f, i, initIconView(), ListView1, message, NULL, QString::number(), Config::readEntry(), Config::readNumEntry(), QFile::remove(), Config::removeEntry(), Config::setGroup(), tr, Config::write(), and Config::writeEntry(). Referenced by initConnections(), keyReleaseEvent(), newSound(), and showListMenu(). |
|
|
Definition at line 1566 of file qtrec.cpp. References fileBeamFinished(), i, ListView1, NULL, QString::number(), qApp, Config::readEntry(), Config::readNumEntry(), Ir::send(), Config::setGroup(), and Ir::supported(). Referenced by showListMenu(). |
|
|
Definition at line 1590 of file qtrec.cpp. References currentFile, ListView1, and qApp. Referenced by showListMenu(). |
|
|
Definition at line 1700 of file qtrec.cpp. References Config::write(), and Config::writeEntry(). Referenced by doMute(), and initConnections(). |
|
|
Definition at line 1992 of file qtrec.cpp. References doMicMuting(), and doVolMuting(). Referenced by cleanUp(), endPlaying(), endRecording(), QtRec(), setupAudio(), and slotAutoMute(). |
|
|
<<<<<<<<<<<<<<<< PLAY >>>>>>>>>>>>>>>>>>>
Definition at line 1107 of file qtrec.cpp. References fileParameters::channels, NULL, fileParameters::numberOfRecordedSeconds, fileParameters::numberSamples, odebug, oendl, paused, playing, playIt(), recording, fileParameters::resolution, fileParameters::sampleRate, secCount, QString::sprintf(), stopped, timeString, toBeginningButton, toEndButton, and total. Referenced by FastforwardReleased(), rewindReleased(), start(), and timeSliderReleased(). |
|
|
Definition at line 829 of file qtrec.cpp. References currentFile, ListView1, start(), stop(), and stopped. Referenced by initConnections(), and keyReleaseEvent(). |
|
|
Definition at line 1595 of file qtrec.cpp. References ListView1, and renameBox. Referenced by showListMenu(). |
|
|
Definition at line 1692 of file qtrec.cpp. References Config::write(), and Config::writeEntry(). Referenced by doMute(), and initConnections(). |
|
|
Definition at line 1437 of file qtrec.cpp. References autoMute, Device::closeDevice(), doMute(), fileParameters::fd, monitoring, fileParameters::numberSamples, odebug, oendl, playing, recording, Waveform::reset(), fileParameters::sd, Device::sd, setRecordButton(), stopped, timeSlider, toBeginningButton, toEndButton, and total. Referenced by openPlayFile(), stop(), and timerBreak(). |
|
|
|
Definition at line 1986 of file qtrec.cpp. References WavFile::closeFile(), stopped, and wavFile. |
|
||||||||||||
|
Definition at line 1663 of file qtrec.cpp. References cancelRename(), KeyPress, and okRename(). |
|
|
Definition at line 1868 of file qtrec.cpp. References forwardTimer, QIODevice::isOpen(), ListView1, openPlayFile(), paused, setupAudio(), stopped, WavFile::track, and wavFile. Referenced by initConnections(), and keyPressEvent(). |
|
|
Definition at line 1897 of file qtrec.cpp. References doPlay(), fileParameters::fd, forwardTimer, QIODevice::isOpen(), fileParameters::numberOfRecordedSeconds, fileParameters::sampleRate, sliderPos, stopped, timeSlider, total, WavFile::track, and wavFile. Referenced by initConnections(), and keyReleaseEvent(). |
|
|
Definition at line 1560 of file qtrec.cpp. Referenced by doBeam(). |
|
|
Definition at line 1964 of file qtrec.cpp. References directoryComboBox, StorageInfo::fileSystems(), name, Config::readEntry(), and Config::setGroup(). |
|
|
Definition at line 1884 of file qtrec.cpp. References fileParameters::numberOfRecordedSeconds, fileParameters::numberSamples, fileParameters::sampleRate, QString::sprintf(), timeSlider, and timeString. Referenced by init(). |
|
|
Definition at line 1684 of file qtrec.cpp. References sizeLimitCombo. Referenced by changeSizeLimitCombo(), and rec(). |
|
|
Definition at line 965 of file qtrec.cpp. References Device::getInVolume(), InputSlider, and fileParameters::inVol. Referenced by QtRec(). |
|
|
Definition at line 959 of file qtrec.cpp. References Device::getOutVolume(), OutputSlider, and fileParameters::outVol. Referenced by QtRec(). |
|
|
Definition at line 1911 of file qtrec.cpp. References StorageInfo::fileSystems(), QString::find(), and name. Referenced by initIconView(). |
|
|
**********<<<<<<<<<<<<>>>>>>>>>>>>*************** **********<<<<<<<<<<<<>>>>>>>>>>>>*************** Definition at line 466 of file qtrec.cpp. References autoMuteCheckBox, bitGroup, bitRateComboBox, compressionCheckBox, deleteSoundButton, deviceBitRates, deviceSampleRates, directoryComboBox, dirGroup, fillDirectoryCombo(), forwardTimer, forwardTimerTimeout(), i, image3_data, image4_data, image6_data, inMuteCheckBox, InputSlider, Layout15, Layout15b, ListView1, Opie::Core::OResource::loadPixmap(), needsStereoOut, QString::number(), outMuteCheckBox, OutputSlider, Rec_PushButton, rewindTimer, rewindTimerTimeout(), QPEApplication::RightOnHold, s, sampleGroup, sampleRateComboBox, QString::setNum(), QPEApplication::setStylusOperation(), sizeGroup, sizeLimitCombo, Opie::Core::OResource::SmallIcon, stereoCheckBox, Stop_PushButton, stopped, t, tab, tab_3, tab_5, TextLabel2, TextLabel3, timerBreak(), timeSlider, toBeginningButton, toEndButton, and tr. Referenced by QtRec(). |
|
|
Definition at line 757 of file qtrec.cpp. References autoMuteCheckBox, bitRateComboBox, fileParameters::channels, compressionCheckBox, i, inMuteCheckBox, outMuteCheckBox, Config::readBoolEntry(), Config::readNumEntry(), fileParameters::resolution, fileParameters::sampleRate, sampleRateComboBox, Config::setGroup(), sizeLimitCombo, slotAutoMute(), stereoCheckBox, and ws(). Referenced by QtRec(). |
|
|
|
Definition at line 682 of file qtrec.cpp. References currentFileName, QFileInfo::exists(), getStorage(), i, image0_data, QFileInfo::lastModified(), ListView1, Config::readEntry(), Config::readNumEntry(), Config::setGroup(), and QString::sprintf(). Referenced by deleteSound(), endRecording(), okRename(), and QtRec(). |
|
|
Definition at line 1214 of file qtrec.cpp. References currentFile. Referenced by initConnections(). |
|
|
Definition at line 1259 of file qtrec.cpp. References FastforwardPressed(), Key_F10, Key_F11, Key_F12, Key_F13, Key_F9, odebug, oendl, and rewindPressed(). |
|
|
Definition at line 1314 of file qtrec.cpp. References deleteSound(), doPlayBtn(), FastforwardReleased(), Key_F10, Key_F11, Key_F12, Key_F13, Key_F9, newSound(), odebug, oendl, recording, rewindReleased(), stop(), and stopped. |
|
||||||||||||||||||||
|
Definition at line 1525 of file qtrec.cpp. References cancelRename(), currentFile, ListView1, NULL, renameBox, and showListMenu(). Referenced by initConnections(). |
|
|
Definition at line 1207 of file qtrec.cpp. References deleteSound(), endRecording(), and rec(). Referenced by initConnections(), and keyReleaseEvent(). |
|
|
Definition at line 1617 of file qtrec.cpp. References cancelRename(), i, initIconView(), ListView1, NULL, QString::number(), odebug, oendl, Config::readEntry(), Config::readNumEntry(), Config::removeEntry(), renameBox, Config::setGroup(), Config::write(), and Config::writeEntry(). Referenced by eventFilter(). |
|
|
|
END quickRec().
Definition at line 277 of file qtrec.cpp. References BUFSIZE, fileParameters::fd, fileParameters::format, Waveform::newSamples(), fileParameters::numberOfRecordedSeconds, fileParameters::numberSamples, oendl, owarn, qApp, fileParameters::resolution, fileParameters::sampleRate, fileParameters::sd, Device::sd, stopped, timeSlider, WAVE_FORMAT_DVI_ADPCM, and write(). Referenced by doPlay(). |
|
|
|
Definition at line 857 of file qtrec.cpp. References fileParameters::channels, checkDiskSpace(), currentFile, fileParameters::fileName, fileParameters::format, getCurrentSizeLimit(), QString::latin1(), monitoring, NULL, odebug, oendl, paused, quickRec(), fileParameters::resolution, fileParameters::sampleRate, fileParameters::samplesToRecord, secCount, fileParameters::SecondsToRecord, Config::setGroup(), setRecordButton(), setupAudio(), setUpFile(), QString::sprintf(), stop(), stopped, timeSlider, timeString, toBeginningButton, toEndButton, tr, WavFile::trackName(), warning(), WAVE_FORMAT_PCM, and wavFile. Referenced by newSound(). |
|
||||||||||||
|
|
|
|
Definition at line 1827 of file qtrec.cpp. References QIODevice::isOpen(), ListView1, openPlayFile(), paused, rewindTimer, setupAudio(), stopped, WavFile::track, and wavFile. Referenced by initConnections(), and keyPressEvent(). |
|
|
Definition at line 1855 of file qtrec.cpp. References doPlay(), fileParameters::fd, QIODevice::isOpen(), odebug, oendl, rewindTimer, sliderPos, stopped, timeSlider, total, WavFile::track, and wavFile. Referenced by initConnections(), and keyReleaseEvent(). |
|
|
Definition at line 1843 of file qtrec.cpp. References fileParameters::numberOfRecordedSeconds, fileParameters::numberSamples, odebug, oendl, fileParameters::sampleRate, QString::sprintf(), timeSlider, and timeString. Referenced by init(). |
|
|
Definition at line 2007 of file qtrec.cpp. References ListView1. Referenced by endRecording(). |
|
|
Definition at line 1941 of file qtrec.cpp. References image3_data, image4_data, Rec_PushButton, and Stop_PushButton. Referenced by endPlaying(), endRecording(), rec(), and stop(). |
|
|
Definition at line 980 of file qtrec.cpp. References autoMute, bitRateComboBox, Waveform::changeSettings(), fileParameters::channels, compressionCheckBox, doMute(), flags, fileParameters::format, FRAGSIZE, Device::getDeviceFragSize(), monitoring, QString::number(), odebug, oendl, owarn, recording, Device::reset(), fileParameters::resolution, fileParameters::sampleRate, fileParameters::sd, Device::sd, Device::setDeviceChannels(), Device::setDeviceFormat(), Device::setDeviceRate(), Device::setFragSize(), stopped, tr, VERSION, WAVE_FORMAT_DVI_ADPCM, and WAVE_FORMAT_PCM. Referenced by FastforwardPressed(), rec(), rewindPressed(), and start(). |
|
|
Definition at line 1090 of file qtrec.cpp. References fileParameters::channels, fileParameters::fd, fileParameters::format, fileParameters::resolution, fileParameters::sampleRate, wavFile, and WavFile::wavHandle(). Referenced by rec(). |
|
|
Definition at line 1544 of file qtrec.cpp. References deleteSound(), doBeam(), doMenuPlay(), doRename(), NULL, pos, qApp, Ir::supported(), and tr. Referenced by listPressed(). |
|
|
Definition at line 1997 of file qtrec.cpp. References autoMute, doMute(), inMuteCheckBox, outMuteCheckBox, Config::setGroup(), and Config::writeEntry(). Referenced by initConfig(), and initConnections(). |
|
|
Definition at line 842 of file qtrec.cpp. References doPlay(), image3_data, openPlayFile(), paused, secCount, setupAudio(), Stop_PushButton, and stopped. Referenced by doPlayBtn(). |
|
|
|
|
|
|
|
|
Definition at line 815 of file qtrec.cpp. References endPlaying(), endRecording(), recording, setRecordButton(), stopPlaying(), stopRecording(), and timeSlider. Referenced by doPlayBtn(), keyReleaseEvent(), rec(), and timerEvent(). |
|
|
Referenced by stop(). |
|
|
Referenced by stop(). |
|
|
Definition at line 938 of file qtrec.cpp. References fillDirectoryCombo(), NULL, and qApp. Referenced by initConnections(). |
|
|
Definition at line 1688 of file qtrec.cpp. References endPlaying(). Referenced by init(). |
|
|
Definition at line 1764 of file qtrec.cpp. References odebug, oendl, playing, recording, secCount, fileParameters::SecondsToRecord, QString::sprintf(), stop(), stopped, and timeString. |
|
|
Definition at line 1807 of file qtrec.cpp. References ListView1, odebug, oendl, paused, and stopped. Referenced by initConnections(). |
|
|
Definition at line 1814 of file qtrec.cpp. References doPlay(), fileParameters::fd, ListView1, fileParameters::numberOfRecordedSeconds, odebug, oendl, fileParameters::sampleRate, sliderPos, stopped, timeSlider, and total. Referenced by initConnections(). |
|
|
Definition at line 83 of file qtrec.h. Referenced by cleanUp(), endPlaying(), endRecording(), QtRec(), setupAudio(), and slotAutoMute(). |
|
|
Definition at line 152 of file qtrec.h. Referenced by init(), initConfig(), and initConnections(). |
|
|
Definition at line 175 of file qtrec.h. Referenced by init(). |
|
|
Definition at line 153 of file qtrec.h. Referenced by compressionSelected(), init(), initConfig(), initConnections(), and setupAudio(). |
|
|
|
|
|
Definition at line 152 of file qtrec.h. Referenced by init(), initConfig(), initConnections(), and setupAudio(). |
|
|
Definition at line 79 of file qtrec.h. Referenced by doMenuPlay(), doPlayBtn(), endRecording(), itClick(), listPressed(), openPlayFile(), and rec(). |
|
|
Definition at line 80 of file qtrec.h. Referenced by endRecording(), initIconView(), and openPlayFile(). |
|
|
|
|
|
Definition at line 164 of file qtrec.h. Referenced by init(), and initConnections(). |
|
|
Definition at line 153 of file qtrec.h. Referenced by changeDirCombo(), fillDirectoryCombo(), init(), and initConnections(). |
|
|
Definition at line 175 of file qtrec.h. Referenced by init(). |
|
|
|
|
|
Definition at line 167 of file qtrec.h. Referenced by FastforwardPressed(), FastforwardReleased(), and init(). |
|
|
|
|
|
|
|
|
Definition at line 152 of file qtrec.h. Referenced by init(), initConfig(), initConnections(), and slotAutoMute(). |
|
|
Definition at line 61 of file qtrec.h. Referenced by changedInVolume(), getInVol(), init(), and initConnections(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 168 of file qtrec.h. Referenced by init(). |
|
|
Definition at line 169 of file qtrec.h. Referenced by init(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 163 of file qtrec.h. Referenced by cancelRename(), changeTimeSlider(), cleanUp(), deleteSound(), doBeam(), doMenuPlay(), doPlayBtn(), doRename(), FastforwardPressed(), init(), initConnections(), initIconView(), listPressed(), okRename(), rewindPressed(), selectItemByName(), timeSliderPressed(), and timeSliderReleased(). |
|
|
Definition at line 82 of file qtrec.h. Referenced by init(). |
|
|
|
|
|
|
|
|
Definition at line 152 of file qtrec.h. Referenced by init(), initConfig(), initConnections(), and slotAutoMute(). |
|
|
Definition at line 61 of file qtrec.h. Referenced by changedOutVolume(), getOutVol(), init(), and initConnections(). |
|
|
Definition at line 82 of file qtrec.h. Referenced by changeTimeSlider(), doPlay(), FastforwardPressed(), rec(), rewindPressed(), start(), and timeSliderPressed(). |
|
|
|
|
|
|
|
|
Definition at line 164 of file qtrec.h. Referenced by init(), initConnections(), and setRecordButton(). |
|
|
Definition at line 165 of file qtrec.h. Referenced by changeDirCombo(). |
|
|
Definition at line 77 of file qtrec.h. Referenced by cancelRename(), doRename(), listPressed(), okRename(), and QtRec(). |
|
|
Definition at line 167 of file qtrec.h. Referenced by init(), rewindPressed(), and rewindReleased(). |
|
|
Definition at line 175 of file qtrec.h. Referenced by init(). |
|
|
Definition at line 153 of file qtrec.h. Referenced by changesamplerateCombo(), init(), initConfig(), and initConnections(). |
|
|
Definition at line 74 of file qtrec.h. Referenced by changeTimeSlider(), doPlay(), rec(), start(), and timerEvent(). |
|
|
Definition at line 175 of file qtrec.h. Referenced by init(). |
|
|
Definition at line 153 of file qtrec.h. Referenced by getCurrentSizeLimit(), init(), initConfig(), and initConnections(). |
|
|
Definition at line 172 of file qtrec.h. Referenced by changeTimeSlider(), FastforwardReleased(), rewindReleased(), and timeSliderReleased(). |
|
|
Definition at line 152 of file qtrec.h. Referenced by init(), initConfig(), and initConnections(). |
|
|
Definition at line 164 of file qtrec.h. Referenced by init(), initConnections(), setRecordButton(), and start(). |
|
|
Definition at line 167 of file qtrec.h. Referenced by init(). |
|
|
|
|
|
Definition at line 171 of file qtrec.h. Referenced by init(). |
|
|
|
|
|
Definition at line 171 of file qtrec.h. Referenced by init(). |
|
|
|
|
|
Definition at line 171 of file qtrec.h. Referenced by init(). |
|
|
|
|
|
|
|
|
Definition at line 162 of file qtrec.h. Referenced by init(). |
|
|
Definition at line 162 of file qtrec.h. Referenced by init(). |
|
|
Definition at line 75 of file qtrec.h. Referenced by changeTimeSlider(), doPlay(), forwardTimerTimeout(), rec(), rewindTimerTimeout(), and timerEvent(). |
|
|
|
|
|
Definition at line 164 of file qtrec.h. Referenced by doPlay(), endPlaying(), endRecording(), init(), initConnections(), and rec(). |
|
|
Definition at line 164 of file qtrec.h. Referenced by doPlay(), endPlaying(), endRecording(), init(), initConnections(), and rec(). |
|
|
Definition at line 172 of file qtrec.h. Referenced by doPlay(), endPlaying(), FastforwardReleased(), rewindReleased(), and timeSliderReleased(). |
|
|
|
|
|
Definition at line 150 of file qtrec.h. Referenced by changeTimeSlider(), endRecording(), errorStop(), FastforwardPressed(), FastforwardReleased(), openPlayFile(), QtRec(), rec(), rewindPressed(), rewindReleased(), and setUpFile(). |
1.4.2