TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Member Functions | Private Member Functions | Private Attributes | List of all members
MusicItemSearchEdit Class Reference

The class of the search line edit widget. More...

#include <musicitemsearchedit.h>

+ Inheritance diagram for MusicItemSearchEdit:

Public Member Functions

 MusicItemSearchEdit (QWidget *parent=nullptr)
 
 ~MusicItemSearchEdit ()
 
MusicSearchEditeditor () const
 
MusicSearchEditoperator() () const
 

Private Member Functions

virtual void paintEvent (QPaintEvent *event) overridefinal
 

Private Attributes

MusicSearchEditm_searchEdit
 

Detailed Description

The class of the search line edit widget.

Author
Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com

Definition at line 27 of file musicitemsearchedit.h.

Constructor & Destructor Documentation

MusicItemSearchEdit::MusicItemSearchEdit ( QWidget *  parent = nullptr)
explicit

Object constructor.

Definition at line 4 of file musicitemsearchedit.cpp.

References TTK::UI::BackgroundStyle01, and m_searchEdit.

MusicItemSearchEdit::~MusicItemSearchEdit ( )

Object destructor.

Definition at line 20 of file musicitemsearchedit.cpp.

References m_searchEdit.

Member Function Documentation

MusicSearchEdit* MusicItemSearchEdit::editor ( ) const
inline
MusicSearchEdit* MusicItemSearchEdit::operator() ( ) const
inline

Definition at line 45 of file musicitemsearchedit.h.

void MusicItemSearchEdit::paintEvent ( QPaintEvent *  event)
finaloverrideprivatevirtual

Override the widget event.

Definition at line 25 of file musicitemsearchedit.cpp.

Member Data Documentation

MusicSearchEdit* MusicItemSearchEdit::m_searchEdit
private

Definition at line 53 of file musicitemsearchedit.h.

Referenced by MusicItemSearchEdit(), and ~MusicItemSearchEdit().


The documentation for this class was generated from the following files: