Exemplo n.º 1
0
void RDLog::setPurgeDate(const QDate &date) const
{
  SetRow("PURGE_DATE",date);
}
Exemplo n.º 2
0
void RDLibraryConf::setRipperLevel(int level) const
{
  SetRow("RIPPER_LEVEL",level);
}
Exemplo n.º 3
0
void RDLibraryConf::setEnableEditor(bool state) const
{
  SetRow("ENABLE_EDITOR",RDYesNo(state));
}
Exemplo n.º 4
0
void RDLibraryConf::setMaxLength(unsigned length) const
{
  SetRow("MAXLENGTH",length);
}
Exemplo n.º 5
0
void RDLibraryConf::setRipperDevice(QString dev) const
{
  SetRow("RIPPER_DEVICE",dev);
}
Exemplo n.º 6
0
void RDLibraryConf::setDefaultLayer(unsigned layer) const
{
  SetRow("DEFAULT_LAYER",layer);
}
Exemplo n.º 7
0
void RDLibraryConf::setDefaultRecordMode(RecordMode mode) const
{
  SetRow("DEFAULT_RECORD_MODE",(unsigned)mode);
}
Exemplo n.º 8
0
void RDLog::setScheduledTracks(unsigned tracks) const
{
  SetRow("SCHEDULED_TRACKS",tracks);
}
Exemplo n.º 9
0
void RDLog::setCompletedTracks(unsigned tracks) const
{
  SetRow("COMPLETED_TRACKS",tracks);
}
Exemplo n.º 10
0
void RDLog::setModifiedDatetime(const QDateTime &datetime) const
{
  SetRow("MODIFIED_DATETIME",datetime);
}
Exemplo n.º 11
0
void RDLog::setAutoRefresh(bool state) const
{
  SetRow("AUTO_REFRESH",RDYesNo(state));
}
Exemplo n.º 12
0
void RDLog::setLinkDatetime(const QDateTime &datetime) const
{
  SetRow("LINK_DATETIME",datetime);
}
Exemplo n.º 13
0
void RDLog::setOriginDatetime(const QDateTime &datetime) const
{
  SetRow("ORIGIN_DATETIME",datetime);
}
Exemplo n.º 14
0
void RDLog::setOriginUser(const QString &user) const
{
  SetRow("ORIGIN_USER",user);
}
Exemplo n.º 15
0
void RDLibraryConf::setDefaultFormat(unsigned format) const
{
  SetRow("DEFAULT_FORMAT",format);
}
Exemplo n.º 16
0
void RDLog::setNextId(int id) const
{
  SetRow("NEXT_ID",id);
}
Exemplo n.º 17
0
void RDLibraryConf::setDefaultChannels(unsigned chans) const
{
  SetRow("DEFAULT_CHANNELS",chans);
}
Exemplo n.º 18
0
void RDLog::setLogExists(bool state) const
{
  SetRow("LOG_EXISTS",RDYesNo(state));
}
Exemplo n.º 19
0
void RDLibraryConf::setDefaultBitrate(unsigned rate) const
{
  SetRow("DEFAULT_BITRATE",rate);
}
Exemplo n.º 20
0
void RDLog::setType(RDLog::Type type) const
{
  SetRow("TYPE",(int)type);
}
Exemplo n.º 21
0
void RDLibraryConf::setDefaultTrimState(bool state) const
{
  SetRow("DEFAULT_TRIM_STATE",state);
}
Exemplo n.º 22
0
void RDLibraryConf::setOutputCard(int output) const
{
  SetRow("OUTPUT_CARD",output);
}
Exemplo n.º 23
0
void RDLibraryConf::setTailPreroll(unsigned length) const
{
  SetRow("TAIL_PREROLL",length);
}
Exemplo n.º 24
0
void RDLibraryConf::setOutputPort(int output) const
{
  SetRow("OUTPUT_PORT",output);
}
Exemplo n.º 25
0
void RDLibraryConf::setParanoiaLevel(int level) const
{
  SetRow("PARANOIA_LEVEL",level);
}
Exemplo n.º 26
0
void RDLibraryConf::setVoxThreshold(int level) const
{
  SetRow("VOX_THRESHOLD",level);
}
Exemplo n.º 27
0
void RDLibraryConf::setCddbServer(QString server) const
{
  SetRow("CDDB_SERVER",server);
}
Exemplo n.º 28
0
void RDLibraryConf::setTrimThreshold(int level) const
{
  SetRow("TRIM_THRESHOLD",level);
}
Exemplo n.º 29
0
void RDLibraryConf::setSrcConverter(int conv) const
{
  SetRow("SRC_CONVERTER",conv);
}
Exemplo n.º 30
0
void RDLog::setEndDate(const QDate &date) const
{
  SetRow("END_DATE",date);
}