Qt.QMotifStyle Class

public class QMotifStyle: QCommonStyle, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QStyle
        QCommonStyle
          QMotifStyle

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QMotifStyle Constructors

QMotifStyle(bool) Constructor
QMotifStyle() Constructor
QMotifStyle(void *) Constructor

QMotifStyle Methods

QMotifStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl, SubControl, Qt.QStyleOption) Method
QMotifStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup) Method
QMotifStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags) Method
QMotifStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl) Method
QMotifStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl, SubControl) Method
QMotifStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, Qt.QStyleOption) Method
QMotifStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup) Method
QMotifStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags) Method
QMotifStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup, StyleFlags, Qt.QStyleOption) Method
QMotifStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup) Method
QMotifStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup, StyleFlags) Method
QMotifStyle.Finalize Method
QMotifStyle.PixelMetric(PixelMetric, Qt.QWidget) Method
QMotifStyle.PixelMetric(PixelMetric) Method
QMotifStyle.Polish(Qt.QPalette) Method
QMotifStyle.Polish(Qt.QWidget) Method
QMotifStyle.Polish(Qt.QApplication) Method
QMotifStyle.PolishPopupMenu Method
QMotifStyle.QuerySubControlMetrics(ComplexControl, Qt.QWidget, SubControl, Qt.QStyleOption) Method
QMotifStyle.QuerySubControlMetrics(ComplexControl, Qt.QWidget, SubControl) Method
QMotifStyle.SetUseHighlightColors Method
QMotifStyle.SizeFromContents(ContentsType, Qt.QWidget, Qt.QSize, Qt.QStyleOption) Method
QMotifStyle.SizeFromContents(ContentsType, Qt.QWidget, Qt.QSize) Method
QMotifStyle.StyleHint(StyleHint, Qt.QWidget, Qt.QStyleOption, void *) Method
QMotifStyle.StyleHint(StyleHint, Qt.QWidget) Method
QMotifStyle.StyleHint(StyleHint, Qt.QWidget, Qt.QStyleOption) Method
QMotifStyle.StylePixmap(StylePixmap, Qt.QWidget, Qt.QStyleOption) Method
QMotifStyle.StylePixmap(StylePixmap) Method
QMotifStyle.StylePixmap(StylePixmap, Qt.QWidget) Method
QMotifStyle.SubRect Method
QMotifStyle.UseHighlightColors Method


QMotifStyle(bool) Constructor

public void QMotifStyle(bool useHighlightCols);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle() Constructor

public void QMotifStyle();

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle(void *) Constructor

public void QMotifStyle(void * ptr);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

QMotifStyle.Finalize Method

protected override void Finalize();

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.PixelMetric(PixelMetric, Qt.QWidget) Method

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

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.PixelMetric(PixelMetric) Method

public int PixelMetric(PixelMetric metric);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.Polish(Qt.QPalette) Method

public void Polish(Qt.QPalette arg1);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.Polish(Qt.QWidget) Method

public void Polish(Qt.QWidget arg1);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.Polish(Qt.QApplication) Method

public void Polish(Qt.QApplication arg1);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.PolishPopupMenu Method

public void PolishPopupMenu(Qt.QPopupMenu arg1);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.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.QMotifStyle Class, Qt Namespace

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

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

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.SetUseHighlightColors Method

public void SetUseHighlightColors(bool arg1);

See Also

Qt.QMotifStyle Class, Qt Namespace

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

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

See Also

Qt.QMotifStyle Class, Qt Namespace

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

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

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.StyleHint(StyleHint, Qt.QWidget, Qt.QStyleOption, void *) Method

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

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.StyleHint(StyleHint, Qt.QWidget) Method

public int StyleHint(StyleHint sh, Qt.QWidget arg1);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.StyleHint(StyleHint, Qt.QWidget, Qt.QStyleOption) Method

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

See Also

Qt.QMotifStyle Class, Qt Namespace

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

public Qt.QPixmap StylePixmap(StylePixmap arg1, Qt.QWidget arg2, Qt.QStyleOption arg3);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.StylePixmap(StylePixmap) Method

public Qt.QPixmap StylePixmap(StylePixmap arg1);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.StylePixmap(StylePixmap, Qt.QWidget) Method

public Qt.QPixmap StylePixmap(StylePixmap arg1, Qt.QWidget arg2);

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.SubRect Method

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

See Also

Qt.QMotifStyle Class, Qt Namespace

QMotifStyle.UseHighlightColors Method

public bool UseHighlightColors();

See Also

Qt.QMotifStyle Class, Qt Namespace