Qt.QMotifPlusStyle Class

public class QMotifPlusStyle: QMotifStyle, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QStyle
        QCommonStyle
          QMotifStyle
            QMotifPlusStyle

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QMotifPlusStyle Constructors

QMotifPlusStyle(bool) Constructor
QMotifPlusStyle() Constructor
QMotifPlusStyle(void *) Constructor

QMotifPlusStyle Methods

QMotifPlusStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl, SubControl, Qt.QStyleOption) Method
QMotifPlusStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup) Method
QMotifPlusStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags) Method
QMotifPlusStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl) Method
QMotifPlusStyle.DrawComplexControl(ComplexControl, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, SubControl, SubControl) Method
QMotifPlusStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags, Qt.QStyleOption) Method
QMotifPlusStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup) Method
QMotifPlusStyle.DrawControl(ControlElement, Qt.QPainter, Qt.QWidget, Qt.QRect, Qt.QColorGroup, StyleFlags) Method
QMotifPlusStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup, StyleFlags, Qt.QStyleOption) Method
QMotifPlusStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup) Method
QMotifPlusStyle.DrawPrimitive(PrimitiveElement, Qt.QPainter, Qt.QRect, Qt.QColorGroup, StyleFlags) Method
QMotifPlusStyle.EventFilter Method
QMotifPlusStyle.Finalize Method
QMotifPlusStyle.PixelMetric(PixelMetric, Qt.QWidget) Method
QMotifPlusStyle.PixelMetric(PixelMetric) Method
QMotifPlusStyle.Polish(Qt.QPalette) Method
QMotifPlusStyle.Polish(Qt.QWidget) Method
QMotifPlusStyle.Polish(Qt.QApplication) Method
QMotifPlusStyle.QuerySubControlMetrics(ComplexControl, Qt.QWidget, SubControl, Qt.QStyleOption) Method
QMotifPlusStyle.QuerySubControlMetrics(ComplexControl, Qt.QWidget, SubControl) Method
QMotifPlusStyle.StyleHint(StyleHint, Qt.QWidget, Qt.QStyleOption, void *) Method
QMotifPlusStyle.StyleHint(StyleHint, Qt.QWidget) Method
QMotifPlusStyle.StyleHint(StyleHint, Qt.QWidget, Qt.QStyleOption) Method
QMotifPlusStyle.SubRect Method
QMotifPlusStyle.UnPolish(Qt.QWidget) Method
QMotifPlusStyle.UnPolish(Qt.QApplication) Method


QMotifPlusStyle(bool) Constructor

public void QMotifPlusStyle(bool hoveringHighlight);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle() Constructor

public void QMotifPlusStyle();

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle(void *) Constructor

public void QMotifPlusStyle(void * ptr);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.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 controls, SubControl active, Qt.QStyleOption arg1);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

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

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

QMotifPlusStyle.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 controls);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.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 controls, SubControl active);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

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

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

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

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

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

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

QMotifPlusStyle.EventFilter Method

protected bool EventFilter(Qt.QObject arg1, Qt.QEvent arg2);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.Finalize Method

protected override void Finalize();

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.PixelMetric(PixelMetric, Qt.QWidget) Method

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

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.PixelMetric(PixelMetric) Method

public int PixelMetric(PixelMetric metric);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.Polish(Qt.QPalette) Method

public void Polish(Qt.QPalette pal);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.Polish(Qt.QWidget) Method

public void Polish(Qt.QWidget widget);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.Polish(Qt.QApplication) Method

public void Polish(Qt.QApplication app);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

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

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

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

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

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

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

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

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

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.StyleHint(StyleHint, Qt.QWidget) Method

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

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

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

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

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.SubRect Method

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

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.UnPolish(Qt.QWidget) Method

public void UnPolish(Qt.QWidget widget);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace

QMotifPlusStyle.UnPolish(Qt.QApplication) Method

public void UnPolish(Qt.QApplication app);

See Also

Qt.QMotifPlusStyle Class, Qt Namespace