Falkon Develop
Cross-platform Qt-based web browser
ProxyStyle Class Reference

#include <proxystyle.h>

Inheritance diagram for ProxyStyle:

Public Member Functions

 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
 

Detailed Description

Definition at line 25 of file proxystyle.h.

Constructor & Destructor Documentation

◆ ProxyStyle()

ProxyStyle::ProxyStyle ( )
explicit

Definition at line 24 of file proxystyle.cpp.

Member Function Documentation

◆ drawPrimitive()

void ProxyStyle::drawPrimitive ( PrimitiveElement  element,
const QStyleOption *  option,
QPainter *  painter,
const QWidget *  widget = nullptr 
) const
override

Definition at line 66 of file proxystyle.cpp.

◆ name()

QString ProxyStyle::name ( ) const

Definition at line 80 of file proxystyle.cpp.

◆ pixelMetric()

int ProxyStyle::pixelMetric ( PixelMetric  metric,
const QStyleOption *  option,
const QWidget *  widget 
) const
override

Definition at line 52 of file proxystyle.cpp.

◆ styleHint()

int ProxyStyle::styleHint ( StyleHint  hint,
const QStyleOption *  option = nullptr,
const QWidget *  widget = nullptr,
QStyleHintReturn *  returnData = nullptr 
) const
override

Definition at line 30 of file proxystyle.cpp.


The documentation for this class was generated from the following files: