VideoVis
0.9
Generates a volume visualisation of a video
|
#include <arthurstyle.h>
Public Member Functions | |
ArthurStyle () | |
void | drawHoverRect (QPainter *painter, const QRect &rect) const |
void | drawPrimitive (PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget=0) const |
void | drawControl (ControlElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const |
void | drawComplexControl (ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget) const |
QSize | sizeFromContents (ContentsType type, const QStyleOption *option, const QSize &size, const QWidget *widget) const |
QRect | subElementRect (SubElement element, const QStyleOption *option, const QWidget *widget) const |
QRect | subControlRect (ComplexControl cc, const QStyleOptionComplex *opt, SubControl sc, const QWidget *widget) const |
int | pixelMetric (PixelMetric metric, const QStyleOption *option, const QWidget *widget) const |
void | polish (QPalette &palette) |
void | polish (QWidget *widget) |
void | unpolish (QWidget *widget) |
Definition at line 49 of file arthurstyle.h.
ArthurStyle::ArthurStyle | ( | ) |
Definition at line 68 of file arthurstyle.cpp.
void ArthurStyle::drawComplexControl | ( | ComplexControl | control, |
const QStyleOptionComplex * | option, | ||
QPainter * | painter, | ||
const QWidget * | widget | ||
) | const |
Definition at line 245 of file arthurstyle.cpp.
void ArthurStyle::drawControl | ( | ControlElement | element, |
const QStyleOption * | option, | ||
QPainter * | painter, | ||
const QWidget * | widget | ||
) | const |
Definition at line 314 of file arthurstyle.cpp.
void ArthurStyle::drawHoverRect | ( | QPainter * | painter, |
const QRect & | rect | ||
) | const |
Definition at line 75 of file arthurstyle.cpp.
void ArthurStyle::drawPrimitive | ( | PrimitiveElement | element, |
const QStyleOption * | option, | ||
QPainter * | painter, | ||
const QWidget * | widget = 0 |
||
) | const |
Definition at line 91 of file arthurstyle.cpp.
int ArthurStyle::pixelMetric | ( | PixelMetric | metric, |
const QStyleOption * | option, | ||
const QWidget * | widget | ||
) | const |
Definition at line 425 of file arthurstyle.cpp.
void ArthurStyle::polish | ( | QPalette & | palette) |
Definition at line 466 of file arthurstyle.cpp.
void ArthurStyle::polish | ( | QWidget * | widget) |
Definition at line 432 of file arthurstyle.cpp.
QSize ArthurStyle::sizeFromContents | ( | ContentsType | type, |
const QStyleOption * | option, | ||
const QSize & | size, | ||
const QWidget * | widget | ||
) | const |
Definition at line 399 of file arthurstyle.cpp.
QRect ArthurStyle::subControlRect | ( | ComplexControl | cc, |
const QStyleOptionComplex * | opt, | ||
SubControl | sc, | ||
const QWidget * | widget | ||
) | const |
Definition at line 352 of file arthurstyle.cpp.
QRect ArthurStyle::subElementRect | ( | SubElement | element, |
const QStyleOption * | option, | ||
const QWidget * | widget | ||
) | const |
Definition at line 471 of file arthurstyle.cpp.
void ArthurStyle::unpolish | ( | QWidget * | widget) |
Definition at line 457 of file arthurstyle.cpp.