21 #ifndef QMMPUISETTINGS_H 22 #define QMMPUISETTINGS_H 25 #include <QStringList> 26 #include "playlistheadermodel.h" 27 #include "metadataformatter.h" 248 QString m_group_format;
249 bool m_convertUnderscore, m_convertTwenty;
251 bool m_autosave_playlist;
254 bool m_groups_enabled;
256 bool m_no_pl_advance;
257 bool m_clear_prev_playlist;
259 bool m_resume_on_startup;
260 QStringList m_exclude_filters, m_restrict_filters;
262 bool m_use_default_pl;
263 QString m_default_pl_name;
265 bool m_use_clipboard;
269 MetaDataHelper *m_helper;
272 #endif // QMMPUISETTINGS_H bool clearPreviousPlayList() const
const QString groupFormat() const
bool isRepeatableList() const
void setUseClipboard(bool enabled)
bool isRepeatableTrack() const
void groupsChanged(bool state)
void setClearPreviousPlayList(bool enabled)
virtual ~QmmpUiSettings()
void setNoPlayListAdvance(bool enabled)
bool convertUnderscore() const
void noPlayListAdvanceChanged(bool enabled)
bool isGroupsEnabled() const
void setExcludeFilters(const QString &filters)
bool resumeOnStartup() const
void setConvertUnderscore(bool enabled)
void setRepeatableList(bool r)
void shuffleChanged(bool state)
QStringList restrictFilters() const
QmmpUiSettings(QObject *parent=0)
QString defaultPlayListName() const
QStringList excludeFilters() const
void setRepeatableTrack(bool enabled)
void repeatableListChanged(bool state)
bool convertTwenty() const
void setAutoSavePlayList(bool enabled)
bool autoSavePlayList() const
bool isNoPlayListAdvance() const
void setGroupFormat(const QString &groupFormat)
void setRestrictFilters(const QString &filters)
void setUseMetadata(bool enabled)
The QmmpUiSettings class provides access to global libqmmpui library settings.
Definition: qmmpuisettings.h:35
void setDefaultPlayList(const QString &name, bool enabled=true)
bool useClipboard() const
bool useDefaultPlayList() const
void setConvertTwenty(bool enabled)
static QmmpUiSettings * instance()
void setGroupsEnabled(bool enabled)
void repeatableTrackChanged(bool enabled)
void setResumeOnStartup(bool enabled)