Qt.QCommonStyle Class

public class QCommonStyle: QStyle, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QStyle
        QCommonStyle

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QCommonStyle Constructors

QCommonStyle() Constructor
QCommonStyle(void *) Constructor

QCommonStyle Methods

QCommonStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl, SubControl, Qt.QStyleOption) Method
QCommonStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup) Method
QCommonStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags) Method
QCommonStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl) Method
QCommonStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl, SubControl) Method
QCommonStyle.DrawComplexControlMask(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QStyleOption) Method
QCommonStyle.DrawComplexControlMask(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect) Method
QCommonStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, Qt.QStyleOption) Method
QCommonStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup) Method
QCommonStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags) Method
QCommonStyle.DrawControlMask(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QStyleOption) Method
QCommonStyle.DrawControlMask(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect) Method
QCommonStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup, StyleFlags, Qt.QStyleOption) Method
QCommonStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup) Method
QCommonStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup, StyleFlags) Method
QCommonStyle.Finalize Method
QCommonStyle.PixelMetric(PixelMetric, Qt.QWidget) Method
QCommonStyle.PixelMetric(PixelMetric) Method
QCommonStyle.QuerySubControl(ComplexControl, Qt.QWidget, Qt.QPoint, Qt.QStyleOption) Method
QCommonStyle.QuerySubControl(ComplexControl, Qt.QWidget, Qt.QPoint) Method
QCommonStyle.QuerySubControlMetrics(ComplexControl, Qt.QWidget, SubControl, Qt.QStyleOption) Method
QCommonStyle.QuerySubControlMetrics(ComplexControl, Qt.QWidget, SubControl) Method
QCommonStyle.SizeFromContents(ContentsType, Qt.QWidget, Qt.QSize, Qt.QStyleOption) Method
QCommonStyle.SizeFromContents(ContentsType, Qt.QWidget, Qt.QSize) Method
QCommonStyle.StyleHint Method
QCommonStyle.StylePixmap(StylePixmap, Qt.QWidget, Qt.QStyleOption) Method
QCommonStyle.StylePixmap(StylePixmap) Method
QCommonStyle.StylePixmap(StylePixmap, Qt.QWidget) Method
QCommonStyle.SubRect Method


QCommonStyle() Constructor

public void QCommonStyle();

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle(void *) Constructor

public void QCommonStyle(void * ptr);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl, SubControl, Qt.QStyleOption) Method

public void DrawComplexControl(ComplexControl control, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r, Qt.QColorGroup cg, StyleFlags how, SubControl sub, SubControl subActive, Qt.QStyleOption arg1);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup) Method

public void DrawComplexControl(ComplexControl control, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r, Qt.QColorGroup cg);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags) Method

public void DrawComplexControl(ComplexControl control, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r, Qt.QColorGroup cg, StyleFlags how);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl) Method

public void DrawComplexControl(ComplexControl control, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r, Qt.QColorGroup cg, StyleFlags how, SubControl sub);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl, SubControl) Method

public void DrawComplexControl(ComplexControl control, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r, Qt.QColorGroup cg, StyleFlags how, SubControl sub, SubControl subActive);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawComplexControlMask(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QStyleOption) Method

public void DrawComplexControlMask(ComplexControl control, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r, Qt.QStyleOption arg1);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawComplexControlMask(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect) Method

public void DrawComplexControlMask(ComplexControl control, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, Qt.QStyleOption) Method

public void DrawControl(ControlElement element, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r, Qt.QColorGroup cg, StyleFlags how, Qt.QStyleOption arg1);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup) Method

public void DrawControl(ControlElement element, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r, Qt.QColorGroup cg);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags) Method

public void DrawControl(ControlElement element, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r, Qt.QColorGroup cg, StyleFlags how);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawControlMask(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QStyleOption) Method

public void DrawControlMask(ControlElement element, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r, Qt.QStyleOption arg1);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawControlMask(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect) Method

public void DrawControlMask(ControlElement element, Qt.QPainter p, Qt.QWidget widget, Qt.QRect r);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup, StyleFlags, Qt.QStyleOption) Method

public void DrawPrimitive(PrimitiveElement pe, Qt.QPainter p, Qt.QRect r, Qt.QColorGroup cg, StyleFlags flags, Qt.QStyleOption arg1);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup) Method

public void DrawPrimitive(PrimitiveElement pe, Qt.QPainter p, Qt.QRect r, Qt.QColorGroup cg);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup, StyleFlags) Method

public void DrawPrimitive(PrimitiveElement pe, Qt.QPainter p, Qt.QRect r, Qt.QColorGroup cg, StyleFlags flags);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.Finalize Method

protected override void Finalize();

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.PixelMetric(PixelMetric, Qt.QWidget) Method

public int PixelMetric(PixelMetric m, Qt.QWidget widget);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.PixelMetric(PixelMetric) Method

public int PixelMetric(PixelMetric m);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.QuerySubControl(ComplexControl, Qt.QWidget, Qt.QPoint, Qt.QStyleOption) Method

public SubControl QuerySubControl(ComplexControl control, Qt.QWidget widget, Qt.QPoint pos, Qt.QStyleOption arg1);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.QuerySubControl(ComplexControl, Qt.QWidget, Qt.QPoint) Method

public SubControl QuerySubControl(ComplexControl control, Qt.QWidget widget, Qt.QPoint pos);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.QuerySubControlMetrics(ComplexControl, Qt.QWidget, SubControl, Qt.QStyleOption) Method

public Qt.QRect QuerySubControlMetrics(ComplexControl control, Qt.QWidget widget, SubControl sc, Qt.QStyleOption arg1);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.QuerySubControlMetrics(ComplexControl, Qt.QWidget, SubControl) Method

public Qt.QRect QuerySubControlMetrics(ComplexControl control, Qt.QWidget widget, SubControl sc);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.SizeFromContents(ContentsType, Qt.QWidget, Qt.QSize, Qt.QStyleOption) Method

public Qt.QSize SizeFromContents(ContentsType s, Qt.QWidget widget, Qt.QSize contentsSize, Qt.QStyleOption arg1);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.SizeFromContents(ContentsType, Qt.QWidget, Qt.QSize) Method

public Qt.QSize SizeFromContents(ContentsType s, Qt.QWidget widget, Qt.QSize contentsSize);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.StyleHint Method

public int StyleHint(StyleHint sh, Qt.QWidget arg1, Qt.QStyleOption arg2, void * arg3);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.StylePixmap(StylePixmap, Qt.QWidget, Qt.QStyleOption) Method

public Qt.QPixmap StylePixmap(StylePixmap sp, Qt.QWidget widget, Qt.QStyleOption arg1);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.StylePixmap(StylePixmap) Method

public Qt.QPixmap StylePixmap(StylePixmap sp);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.StylePixmap(StylePixmap, Qt.QWidget) Method

public Qt.QPixmap StylePixmap(StylePixmap sp, Qt.QWidget widget);

See Also

Qt.QCommonStyle Class, Qt Namespace

QCommonStyle.SubRect Method

public Qt.QRect SubRect(SubRect r, Qt.QWidget widget);

See Also

Qt.QCommonStyle Class, Qt Namespace