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 label item delegate. More...
#include <ttkitemdelegate.h>
Public Member Functions | |
TTKLabelItemDelegate (QObject *parent=nullptr) | |
~TTKLabelItemDelegate () | |
void | setAlignment (Qt::Alignment alignment) const |
virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const overridefinal |
![]() | |
TTKAbstractItemDelegate (QObject *parent=nullptr) | |
void | setModuleMode (TTKUInt8 mode) |
void | setStyleSheet (const QString &style) const |
virtual QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &) const overridefinal |
Private Attributes | |
QLabel * | m_label |
Additional Inherited Members | |
![]() | |
enum | Module { Null = 0x0, DisplayMode = 0x1, ElideMode = 0x2, TreeMode = 0x4 } |
![]() | |
TTKUInt8 | m_mode |
QWidget * | m_container |
The class of the label item delegate.
Definition at line 150 of file ttkitemdelegate.h.
|
explicit |
Object constructor.
Definition at line 129 of file ttkitemdelegate.cpp.
References TTKAbstractItemDelegate::m_container, and m_label.
TTKLabelItemDelegate::~TTKLabelItemDelegate | ( | ) |
|
finaloverridevirtual |
Override paint.
Reimplemented from TTKAbstractItemDelegate.
Definition at line 147 of file ttkitemdelegate.cpp.
References TTKAbstractItemDelegate::ElideMode, m_label, TTKAbstractItemDelegate::m_mode, TTKAbstractItemDelegate::paint(), TTKAbstractItemDelegate::TreeMode, and TTK_DISPLAY_ROLE.
void TTKLabelItemDelegate::setAlignment | ( | Qt::Alignment | alignment | ) | const |
Set text alignment.
Definition at line 142 of file ttkitemdelegate.cpp.
References m_label.
Referenced by MusicPluginWidget::MusicPluginWidget(), and MusicTTKFMRadioPlayWidget::MusicTTKFMRadioPlayWidget().
|
private |
Definition at line 175 of file ttkitemdelegate.h.
Referenced by paint(), setAlignment(), TTKLabelItemDelegate(), and ~TTKLabelItemDelegate().