![]() |
Mixxx
|
#include <dlgprefplaylist.h>
Public Slots | |
void | slotUpdate () |
void | slotBrowseDir () |
void | slotApply () |
void | slotBrowseiPodMountPoint () |
void | slotDetectiPodMountPoint () |
void | slotExtraPlugins () |
Signals | |
void | apply () |
Public Member Functions | |
DlgPrefPlaylist (QWidget *parent, ConfigObject< ConfigValue > *_config) | |
~DlgPrefPlaylist () |
Definition at line 29 of file dlgprefplaylist.h.
DlgPrefPlaylist::DlgPrefPlaylist | ( | QWidget * | parent, |
ConfigObject< ConfigValue > * | _config | ||
) |
DlgPrefPlaylist::~DlgPrefPlaylist | ( | ) |
Definition at line 75 of file dlgprefplaylist.cpp.
void DlgPrefPlaylist::apply | ( | ) | [signal] |
void DlgPrefPlaylist::slotApply | ( | ) | [slot] |
Apply changes to widget
Definition at line 230 of file dlgprefplaylist.cpp.
void DlgPrefPlaylist::slotBrowseDir | ( | ) | [slot] |
Dialog to browse for music file directory
Definition at line 161 of file dlgprefplaylist.cpp.
void DlgPrefPlaylist::slotBrowseiPodMountPoint | ( | ) | [slot] |
Dialog to browse for iPod mount point
Definition at line 217 of file dlgprefplaylist.cpp.
void DlgPrefPlaylist::slotDetectiPodMountPoint | ( | ) | [slot] |
Attempt to guess the iPod's mount point
Definition at line 171 of file dlgprefplaylist.cpp.
void DlgPrefPlaylist::slotExtraPlugins | ( | ) | [slot] |
Starts up the PluginDownloader if the plugin isn't present Set the label and enabled state on the M4A button depending on whether the M4A plugin is installed. Display UI indication of plugin download progress. M4A plugin download is finished...
Definition at line 79 of file dlgprefplaylist.cpp.
void DlgPrefPlaylist::slotUpdate | ( | ) | [slot] |
Update widget
Definition at line 146 of file dlgprefplaylist.cpp.