#include <proxystyle.h>
|
| ProxyStyle () |
|
int | styleHint (StyleHint hint, const QStyleOption *option=nullptr, const QWidget *widget=nullptr, QStyleHintReturn *returnData=nullptr) const override |
|
int | pixelMetric (PixelMetric metric, const QStyleOption *option, const QWidget *widget) const override |
|
void | drawPrimitive (PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget=nullptr) const override |
|
QString | name () const |
|
Definition at line 25 of file proxystyle.h.
◆ ProxyStyle()
ProxyStyle::ProxyStyle |
( |
| ) |
|
|
explicit |
◆ drawPrimitive()
void ProxyStyle::drawPrimitive |
( |
PrimitiveElement |
element, |
|
|
const QStyleOption * |
option, |
|
|
QPainter * |
painter, |
|
|
const QWidget * |
widget = nullptr |
|
) |
| const |
|
override |
◆ name()
QString ProxyStyle::name |
( |
| ) |
const |
◆ pixelMetric()
int ProxyStyle::pixelMetric |
( |
PixelMetric |
metric, |
|
|
const QStyleOption * |
option, |
|
|
const QWidget * |
widget |
|
) |
| const |
|
override |
◆ styleHint()
int ProxyStyle::styleHint |
( |
StyleHint |
hint, |
|
|
const QStyleOption * |
option = nullptr , |
|
|
const QWidget * |
widget = nullptr , |
|
|
QStyleHintReturn * |
returnData = nullptr |
|
) |
| const |
|
override |
The documentation for this class was generated from the following files: