![]() |
Mixxx
|
#include <wlibrarytextbrowser.h>
Public Member Functions | |
WLibraryTextBrowser (QWidget *parent=NULL) | |
virtual | ~WLibraryTextBrowser () |
virtual void | setup (QDomNode node) |
virtual void | onSearchStarting () |
virtual void | onSearchCleared () |
virtual void | onSearch (const QString &text) |
virtual void | onShow () |
virtual void | loadSelectedTrack () |
virtual void | loadSelectedTrackToGroup (QString group) |
virtual void | moveSelection (int delta) |
Definition at line 11 of file wlibrarytextbrowser.h.
WLibraryTextBrowser::WLibraryTextBrowser | ( | QWidget * | parent = NULL | ) |
Definition at line 9 of file wlibrarytextbrowser.cpp.
WLibraryTextBrowser::~WLibraryTextBrowser | ( | ) | [virtual] |
Definition at line 14 of file wlibrarytextbrowser.cpp.
void WLibraryTextBrowser::loadSelectedTrack | ( | ) | [virtual] |
Implements LibraryView.
Definition at line 53 of file wlibrarytextbrowser.cpp.
void WLibraryTextBrowser::loadSelectedTrackToGroup | ( | QString | group | ) | [virtual] |
Implements LibraryView.
Definition at line 57 of file wlibrarytextbrowser.cpp.
void WLibraryTextBrowser::moveSelection | ( | int | delta | ) | [virtual] |
Implements LibraryView.
Definition at line 61 of file wlibrarytextbrowser.cpp.
void WLibraryTextBrowser::onSearch | ( | const QString & | text | ) | [virtual] |
Implements LibraryView.
Definition at line 37 of file wlibrarytextbrowser.cpp.
void WLibraryTextBrowser::onSearchCleared | ( | ) | [virtual] |
Implements LibraryView.
Definition at line 45 of file wlibrarytextbrowser.cpp.
void WLibraryTextBrowser::onSearchStarting | ( | ) | [virtual] |
Implements LibraryView.
Definition at line 41 of file wlibrarytextbrowser.cpp.
void WLibraryTextBrowser::onShow | ( | ) | [virtual] |
Implements LibraryView.
Definition at line 49 of file wlibrarytextbrowser.cpp.
void WLibraryTextBrowser::setup | ( | QDomNode | node | ) | [virtual] |
Implements LibraryView.
Definition at line 18 of file wlibrarytextbrowser.cpp.