#include <ScrollbarHighlight.hpp>
◆ Style
| Enumerator |
|---|
| None | |
| Default | |
| Line | |
◆ ScrollbarHighlight() [1/2]
| chatterino::ScrollbarHighlight::ScrollbarHighlight |
( |
| ) |
|
Constructs an invalid ScrollbarHighlight.
A highlight constructed this way will not show on the scrollbar. For these, use the static ScrollbarHighlight::newSubscription and ScrollbarHighlight::newHighlight methods.
◆ ScrollbarHighlight() [2/2]
| chatterino::ScrollbarHighlight::ScrollbarHighlight |
( |
const std::shared_ptr< QColor > |
color, |
|
|
Style |
style = Default, |
|
|
bool |
isRedeemedHighlight = false, |
|
|
bool |
isFirstMessageHighlight = false, |
|
|
bool |
isElevatedMessageHighlight = false |
|
) |
| |
◆ getColor()
| QColor chatterino::ScrollbarHighlight::getColor |
( |
| ) |
const |
◆ getStyle()
◆ isElevatedMessageHighlight()
| bool chatterino::ScrollbarHighlight::isElevatedMessageHighlight |
( |
| ) |
const |
◆ isFirstMessageHighlight()
| bool chatterino::ScrollbarHighlight::isFirstMessageHighlight |
( |
| ) |
const |
◆ isNull()
| bool chatterino::ScrollbarHighlight::isNull |
( |
| ) |
const |
◆ isRedeemedHighlight()
| bool chatterino::ScrollbarHighlight::isRedeemedHighlight |
( |
| ) |
const |
The documentation for this class was generated from the following files: