The JumpToWidget class displays letters which can be clicked to jump to a particular position in your Library.
More...
#include <jumptowidget.h>
The JumpToWidget class displays letters which can be clicked to jump to a particular position in your Library.
- Author
- Matthieu Bachelier
- Copyright
- GNU General Public License v3
| JumpToWidget::JumpToWidget |
( |
QAbstractItemView * |
view | ) |
|
|
explicit |
| JumpToWidget::~JumpToWidget |
( |
| ) |
|
|
virtual |
| void JumpToWidget::aboutToScrollTo |
( |
const QString & |
letter | ) |
|
|
signal |
| QChar JumpToWidget::currentLetter |
( |
| ) |
const |
|
inline |
| bool JumpToWidget::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
overridevirtual |
| void JumpToWidget::highlightLetters |
( |
const QSet< QChar > & |
letters | ) |
|
|
inlineslot |
| void JumpToWidget::leaveEvent |
( |
QEvent * |
event | ) |
|
|
overrideprotectedvirtual |
| void JumpToWidget::mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotectedvirtual |
| void JumpToWidget::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
overrideprotectedvirtual |
| void JumpToWidget::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
overrideprotectedvirtual |
Reduce the font if this widget is too small.
| void JumpToWidget::setCurrentLetter |
( |
const QChar & |
currentLetter | ) |
|
|
inline |
| QSize JumpToWidget::sizeHint |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: