1#ifndef RECORDING_STATUS_H_
2#define RECORDING_STATUS_H_
34 PreviousRecording = 2,
37 TooManyRecordings = 5,
54 const QDateTime &recstartts);
57 static inline void InitializeCustomTypes();
59 Q_INVOKABLE
explicit RecStatus(QObject *parent =
nullptr) : QObject(parent) {}
67 qRegisterMetaType< RecStatus* >();
Q_INVOKABLE RecStatus(QObject *parent=nullptr)
static void InitializeCustomTypes()
QString toString(const QDateTime &raw_dt, uint format)
Returns formatted string representing the time.
QString toDescription(RecordingType rectype)
Converts "rectype" into a human readable description.
static bool Recording(const RecordingInfo *p)