Chatterino
|
#include <SplitOverlay.hpp>
Public Member Functions | |
SplitOverlay (Split *parent=nullptr) | |
![]() | |
BaseWidget (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) | |
virtual float | scale () const |
boost::optional< float > | overrideScale () const |
void | setOverrideScale (boost::optional< float >) |
QSize | scaleIndependantSize () const |
int | scaleIndependantWidth () const |
int | scaleIndependantHeight () const |
void | setScaleIndependantSize (int width, int height) |
void | setScaleIndependantSize (QSize) |
void | setScaleIndependantWidth (int value) |
void | setScaleIndependantHeight (int value) |
float | qtFontScale () const |
Protected Member Functions | |
void | paintEvent (QPaintEvent *event) override |
void | resizeEvent (QResizeEvent *event) override |
void | mouseMoveEvent (QMouseEvent *event) override |
![]() | |
virtual void | childEvent (QChildEvent *) override |
virtual void | showEvent (QShowEvent *) override |
virtual void | scaleChangedEvent (float newScale) |
virtual void | themeChangedEvent () |
virtual void | addShortcuts () |
void | setScale (float value) |
void | clearShortcuts () |
Friends | |
class | ButtonEventFilter |
Additional Inherited Members | |
![]() | |
pajlada::Signals::Signal< float > | scaleChanged |
![]() | |
Theme * | theme |
std::vector< QShortcut * > | shortcuts_ |
pajlada::Signals::SignalHolder | signalHolder_ |
|
explicit |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
friend |