TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the search line edit widget. More...
#include <musicitemsearchedit.h>
Public Member Functions | |
MusicItemSearchEdit (QWidget *parent=nullptr) | |
~MusicItemSearchEdit () | |
MusicSearchEdit * | editor () const |
MusicSearchEdit * | operator() () const |
Private Member Functions | |
virtual void | paintEvent (QPaintEvent *event) overridefinal |
Private Attributes | |
MusicSearchEdit * | m_searchEdit |
The class of the search line edit widget.
Definition at line 27 of file musicitemsearchedit.h.
|
explicit |
Object constructor.
Definition at line 4 of file musicitemsearchedit.cpp.
References TTK::UI::BackgroundStyle01, and m_searchEdit.
MusicItemSearchEdit::~MusicItemSearchEdit | ( | ) |
|
inline |
Get the line eidtor.
Definition at line 44 of file musicitemsearchedit.h.
Referenced by MusicSongSearchDialog::clear(), MusicSongSearchDialog::MusicSongSearchDialog(), MusicAdvancedSearchedWidget::searchButtonClicked(), MusicSongSearchDialog::setVisible(), MusicSongSearchDialog::text(), and MusicAdvancedSearchedWidget::typeIndexChanged().
|
inline |
Definition at line 45 of file musicitemsearchedit.h.
|
finaloverrideprivatevirtual |
Override the widget event.
Definition at line 25 of file musicitemsearchedit.cpp.
|
private |
Definition at line 53 of file musicitemsearchedit.h.
Referenced by MusicItemSearchEdit(), and ~MusicItemSearchEdit().