![]() |
Miam-Player
0.8.0
A nice music player
|
The CustomizeThemeTagLineEdit class. More...
#include <customizethemetaglineedit.h>
Signals | |
| void | taglistHasChanged (const QStringList &tagslist) |
Signals inherited from SearchBar | |
| void | aboutToStartSearch (const QString &text) |
Public Member Functions | |
| CustomizeThemeTagLineEdit (QWidget *parent=nullptr) | |
| virtual bool | eventFilter (QObject *obj, QEvent *event) override |
Public Member Functions inherited from TagLineEdit | |
| TagLineEdit (QWidget *parent=nullptr) | |
| void | addTag (const QString &tag, int column=-1) |
| void | backspace () |
| QList< TagButton * > | tags () const |
Public Member Functions inherited from LineEdit | |
| LineEdit (QWidget *parent=nullptr) | |
| virtual | ~LineEdit () |
Public Member Functions inherited from SearchBar | |
| SearchBar (QWidget *parent=nullptr) | |
| virtual | ~SearchBar () |
Protected Slots | |
| virtual void | closeTagButton (TagButton *t) override |
Additional Inherited Members | |
Public Slots inherited from TagLineEdit | |
| void | clearTextAndTags (const QString &txt) |
Protected Member Functions inherited from TagLineEdit | |
| virtual void | closeTagButton (TagButton *t) |
| virtual void | keyPressEvent (QKeyEvent *event) |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | paintEvent (QPaintEvent *) |
| QStringList | toStringList () const |
Protected Member Functions inherited from LineEdit | |
| virtual void | drawCursor (QStylePainter *painter, const QRect &rText) |
| virtual void | focusInEvent (QFocusEvent *e) override |
| virtual void | focusOutEvent (QFocusEvent *e) override |
Protected Attributes inherited from TagLineEdit | |
| QList< TagButton * > | _tags |
The CustomizeThemeTagLineEdit class.
|
explicit |
|
overrideprotectedvirtualslot |
|
overridevirtual |
Reimplemented from TagLineEdit.
|
signal |