1 #ifndef RECORDINGTYPES_H_ 2 #define RECORDINGTYPES_H_ enum RecSearchTypes RecSearchType
MPUBLIC RecordingType recTypeFromString(QString)
enum RecordingDupInTypes RecordingDupInType
MPUBLIC QString toDescription(RecordingType)
Converts "rectype" into a human readable description.
enum RecordingTypes RecordingType
MPUBLIC RecordingDupInType dupInFromString(QString)
MPUBLIC QString toString(RecordingType)
Converts "rectype" into a human readable string.
MPUBLIC int RecTypePrecedence(RecordingType rectype)
Converts a RecordingType to a simple integer so it's specificity can be compared to another.
MPUBLIC QChar toQChar(RecordingType)
Converts "rectype" into a human readable character.
MPUBLIC RecSearchType searchTypeFromString(QString)
MPUBLIC QString toRawString(RecordingType)
Converts "rectype" into an untranslated string.
MPUBLIC RecordingDupMethodType dupMethodFromString(QString)