Chatterino
|
#include <Line.hpp>
Public Member Functions | |
Line (bool vertical) | |
virtual void | paintEvent (QPaintEvent *) |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
pajlada::Signals::Signal< float > | scaleChanged |
![]() | |
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 () |
![]() | |
Theme * | theme |
std::vector< QShortcut * > | shortcuts_ |
pajlada::Signals::SignalHolder | signalHolder_ |
|
inline |
|
inlinevirtual |