Mixxx

RecordingManager Class Reference

#include <recordingmanager.h>

Collaboration diagram for RecordingManager:

List of all members.

Public Slots

void slotIsRecording (bool)
void slotBytesRecorded (int)

Signals

void bytesRecorded (long)
void isRecording (bool)

Public Member Functions

 RecordingManager (ConfigObject< ConfigValue > *pConfig)
virtual ~RecordingManager ()
void startRecording (bool generateFileName=true)
void stopRecording ()
bool isRecordingActive ()
QString & getRecordingDir ()
QString & getRecordingFile ()
QString & getRecordingLocation ()

Detailed Description

Definition at line 29 of file recordingmanager.h.


Constructor & Destructor Documentation

RecordingManager::RecordingManager ( ConfigObject< ConfigValue > *  pConfig)

Definition at line 12 of file recordingmanager.cpp.

Here is the call graph for this function:

RecordingManager::~RecordingManager ( ) [virtual]

Definition at line 62 of file recordingmanager.cpp.


Member Function Documentation

void RecordingManager::bytesRecorded ( long  ) [signal]

Here is the caller graph for this function:

QString & RecordingManager::getRecordingDir ( )

Definition at line 132 of file recordingmanager.cpp.

Here is the caller graph for this function:

QString & RecordingManager::getRecordingFile ( )

Definition at line 166 of file recordingmanager.cpp.

Here is the caller graph for this function:

QString & RecordingManager::getRecordingLocation ( )

Definition at line 170 of file recordingmanager.cpp.

Here is the caller graph for this function:

void RecordingManager::isRecording ( bool  ) [signal]

Here is the caller graph for this function:

bool RecordingManager::isRecordingActive ( )

Definition at line 161 of file recordingmanager.cpp.

Here is the caller graph for this function:

void RecordingManager::slotBytesRecorded ( int  bytes) [slot]

Definition at line 137 of file recordingmanager.cpp.

Here is the call graph for this function:

void RecordingManager::slotIsRecording ( bool  isRecordingActive) [slot]

Definition at line 152 of file recordingmanager.cpp.

Here is the call graph for this function:

void RecordingManager::startRecording ( bool  generateFileName = true)

Definition at line 89 of file recordingmanager.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void RecordingManager::stopRecording ( )

Definition at line 123 of file recordingmanager.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines