#include <Scrollbar.hpp>
◆ Scrollbar()
chatterino::Scrollbar::Scrollbar |
( |
ChannelView * |
parent = nullptr | ) |
|
◆ addHighlight()
◆ addHighlightsAtStart()
void chatterino::Scrollbar::addHighlightsAtStart |
( |
const std::vector< ScrollbarHighlight > & |
highlights_ | ) |
|
◆ clearHighlights()
void chatterino::Scrollbar::clearHighlights |
( |
| ) |
|
◆ getCurrentValue()
qreal chatterino::Scrollbar::getCurrentValue |
( |
| ) |
const |
◆ getCurrentValueAnimation()
const QPropertyAnimation & chatterino::Scrollbar::getCurrentValueAnimation |
( |
| ) |
const |
◆ getCurrentValueChanged()
pajlada::Signals::NoArgSignal & chatterino::Scrollbar::getCurrentValueChanged |
( |
| ) |
|
◆ getDesiredValue()
qreal chatterino::Scrollbar::getDesiredValue |
( |
| ) |
const |
◆ getDesiredValueChanged()
pajlada::Signals::NoArgSignal & chatterino::Scrollbar::getDesiredValueChanged |
( |
| ) |
|
◆ getLargeChange()
qreal chatterino::Scrollbar::getLargeChange |
( |
| ) |
const |
◆ getMaximum()
qreal chatterino::Scrollbar::getMaximum |
( |
| ) |
const |
◆ getMinimum()
qreal chatterino::Scrollbar::getMinimum |
( |
| ) |
const |
◆ getSmallChange()
qreal chatterino::Scrollbar::getSmallChange |
( |
| ) |
const |
◆ isAtBottom()
bool chatterino::Scrollbar::isAtBottom |
( |
| ) |
const |
◆ leaveEvent()
void chatterino::Scrollbar::leaveEvent |
( |
QEvent * |
| ) |
|
|
overrideprotected |
◆ mouseMoveEvent()
void chatterino::Scrollbar::mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
◆ mousePressEvent()
void chatterino::Scrollbar::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
◆ mouseReleaseEvent()
void chatterino::Scrollbar::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
◆ offset()
void chatterino::Scrollbar::offset |
( |
qreal |
value | ) |
|
◆ paintEvent()
void chatterino::Scrollbar::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
overrideprotected |
◆ pauseHighlights()
void chatterino::Scrollbar::pauseHighlights |
( |
| ) |
|
◆ printCurrentState()
void chatterino::Scrollbar::printCurrentState |
( |
const QString & |
prefix = QString() | ) |
const |
◆ replaceHighlight()
void chatterino::Scrollbar::replaceHighlight |
( |
size_t |
index, |
|
|
ScrollbarHighlight |
replacement |
|
) |
| |
◆ resizeEvent()
void chatterino::Scrollbar::resizeEvent |
( |
QResizeEvent * |
| ) |
|
|
overrideprotected |
◆ scrollToBottom()
void chatterino::Scrollbar::scrollToBottom |
( |
bool |
animate = false | ) |
|
◆ scrollToTop()
void chatterino::Scrollbar::scrollToTop |
( |
bool |
animate = false | ) |
|
◆ setCurrentValue()
void chatterino::Scrollbar::setCurrentValue |
( |
qreal |
value | ) |
|
◆ setDesiredValue()
void chatterino::Scrollbar::setDesiredValue |
( |
qreal |
value, |
|
|
bool |
animated = false |
|
) |
| |
◆ setLargeChange()
void chatterino::Scrollbar::setLargeChange |
( |
qreal |
value | ) |
|
◆ setMaximum()
void chatterino::Scrollbar::setMaximum |
( |
qreal |
value | ) |
|
◆ setMinimum()
void chatterino::Scrollbar::setMinimum |
( |
qreal |
value | ) |
|
◆ setSmallChange()
void chatterino::Scrollbar::setSmallChange |
( |
qreal |
value | ) |
|
◆ unpauseHighlights()
void chatterino::Scrollbar::unpauseHighlights |
( |
| ) |
|
◆ currentValue_
qreal chatterino::Scrollbar::currentValue_ = 0 |
|
readwrite |
◆ desiredValue_
qreal chatterino::Scrollbar::desiredValue_ = 0 |
|
readwrite |
The documentation for this class was generated from the following files: