Qt.QInterlaceStyle Class

public class QInterlaceStyle: QMotifStyle, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QStyle
        QCommonStyle
          QMotifStyle
            QInterlaceStyle

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QInterlaceStyle Constructors

QInterlaceStyle() Constructor
QInterlaceStyle(void *) Constructor

QInterlaceStyle Methods

QInterlaceStyle.ButtonDefaultIndicatorWidth Method
QInterlaceStyle.ComboButtonRect Method
QInterlaceStyle.DefaultFrameWidth Method
QInterlaceStyle.DrawBevelButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool, Qt.QBrush) Method
QInterlaceStyle.DrawBevelButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup) Method
QInterlaceStyle.DrawBevelButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool) Method
QInterlaceStyle.DrawButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool, Qt.QBrush) Method
QInterlaceStyle.DrawButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup) Method
QInterlaceStyle.DrawButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool) Method
QInterlaceStyle.DrawButtonMask Method
QInterlaceStyle.DrawComboButton Method
QInterlaceStyle.DrawExclusiveIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool, bool, bool) Method
QInterlaceStyle.DrawExclusiveIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool) Method
QInterlaceStyle.DrawExclusiveIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool, bool) Method
QInterlaceStyle.DrawExclusiveIndicatorMask Method
QInterlaceStyle.DrawFocusRect(Qt.QPainter, Qt.QRect, Qt.QColorGroup, Qt.QColor, bool) Method
QInterlaceStyle.DrawFocusRect(Qt.QPainter, Qt.QRect, Qt.QColorGroup) Method
QInterlaceStyle.DrawFocusRect(Qt.QPainter, Qt.QRect, Qt.QColorGroup, Qt.QColor) Method
QInterlaceStyle.DrawIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, int, bool, bool) Method
QInterlaceStyle.DrawIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, int) Method
QInterlaceStyle.DrawIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, int, bool) Method
QInterlaceStyle.DrawIndicatorMask Method
QInterlaceStyle.DrawPanel Method
QInterlaceStyle.DrawPushButton Method
QInterlaceStyle.DrawPushButtonLabel Method
QInterlaceStyle.DrawScrollBarControls Method
QInterlaceStyle.DrawSlider Method
QInterlaceStyle.DrawSliderGroove Method
QInterlaceStyle.DrawSplitter Method
QInterlaceStyle.ExclusiveIndicatorSize Method
QInterlaceStyle.Finalize Method
QInterlaceStyle.IndicatorSize Method
QInterlaceStyle.Polish(Qt.QApplication) Method
QInterlaceStyle.Polish(Qt.QWidget) Method
QInterlaceStyle.PushButtonContentsRect Method
QInterlaceStyle.ScrollBarExtent Method
QInterlaceStyle.ScrollBarMetrics Method
QInterlaceStyle.SetSliderThickness Method
QInterlaceStyle.SplitterWidth Method
QInterlaceStyle.UnPolish(Qt.QApplication) Method
QInterlaceStyle.UnPolish(Qt.QWidget) Method


QInterlaceStyle() Constructor

public void QInterlaceStyle();

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle(void *) Constructor

public void QInterlaceStyle(void * ptr);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.ButtonDefaultIndicatorWidth Method

public int ButtonDefaultIndicatorWidth();

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.ComboButtonRect Method

public Qt.QRect ComboButtonRect(int x, int y, int w, int h);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DefaultFrameWidth Method

public int DefaultFrameWidth();

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawBevelButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool, Qt.QBrush) Method

public void DrawBevelButton(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, bool sunken, Qt.QBrush fill);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawBevelButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup) Method

public void DrawBevelButton(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawBevelButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool) Method

public void DrawBevelButton(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, bool sunken);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool, Qt.QBrush) Method

public void DrawButton(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, bool sunken, Qt.QBrush fill);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup) Method

public void DrawButton(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawButton(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool) Method

public void DrawButton(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, bool sunken);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawButtonMask Method

public void DrawButtonMask(Qt.QPainter p, int x, int y, int w, int h);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawComboButton Method

public void DrawComboButton(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, bool sunken, bool editable, bool enabled, Qt.QBrush fb);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawExclusiveIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool, bool, bool) Method

public void DrawExclusiveIndicator(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, bool on, bool down, bool enabled);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawExclusiveIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool) Method

public void DrawExclusiveIndicator(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, bool on);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawExclusiveIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, bool, bool) Method

public void DrawExclusiveIndicator(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, bool on, bool down);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawExclusiveIndicatorMask Method

public void DrawExclusiveIndicatorMask(Qt.QPainter p, int x, int y, int w, int h, bool arg1);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawFocusRect(Qt.QPainter, Qt.QRect, Qt.QColorGroup, Qt.QColor, bool) Method

public void DrawFocusRect(Qt.QPainter arg1, Qt.QRect arg2, Qt.QColorGroup arg3, Qt.QColor bg, bool arg4);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawFocusRect(Qt.QPainter, Qt.QRect, Qt.QColorGroup) Method

public void DrawFocusRect(Qt.QPainter arg1, Qt.QRect arg2, Qt.QColorGroup arg3);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawFocusRect(Qt.QPainter, Qt.QRect, Qt.QColorGroup, Qt.QColor) Method

public void DrawFocusRect(Qt.QPainter arg1, Qt.QRect arg2, Qt.QColorGroup arg3, Qt.QColor bg);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, int, bool, bool) Method

public void DrawIndicator(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, int state, bool down, bool enabled);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, int) Method

public void DrawIndicator(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, int state);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawIndicator(Qt.QPainter, int, int, int, int, Qt.QColorGroup, int, bool) Method

public void DrawIndicator(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, int state, bool down);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawIndicatorMask Method

public void DrawIndicatorMask(Qt.QPainter p, int x, int y, int w, int h, int arg1);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawPanel Method

public void DrawPanel(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup arg1, bool sunken, int lineWidth, Qt.QBrush fill);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawPushButton Method

public void DrawPushButton(Qt.QPushButton btn, Qt.QPainter p);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawPushButtonLabel Method

public void DrawPushButtonLabel(Qt.QPushButton btn, Qt.QPainter p);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawScrollBarControls Method

public void DrawScrollBarControls(Qt.QPainter p, Qt.QScrollBar sb, int sliderStart, uint controls, uint activeControl);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawSlider Method

public void DrawSlider(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, Qt.Orientation arg1, bool tickAbove, bool tickBelow);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawSliderGroove Method

public void DrawSliderGroove(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, short c, Qt.Orientation arg1);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.DrawSplitter Method

public void DrawSplitter(Qt.QPainter p, int x, int y, int w, int h, Qt.QColorGroup g, Qt.Orientation orient);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.ExclusiveIndicatorSize Method

public Qt.QSize ExclusiveIndicatorSize();

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.Finalize Method

protected override void Finalize();

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.IndicatorSize Method

public Qt.QSize IndicatorSize();

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.Polish(Qt.QApplication) Method

public void Polish(Qt.QApplication arg1);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.Polish(Qt.QWidget) Method

public void Polish(Qt.QWidget arg1);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.PushButtonContentsRect Method

public Qt.QRect PushButtonContentsRect(Qt.QPushButton btn);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.ScrollBarExtent Method

public Qt.QSize ScrollBarExtent();

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.ScrollBarMetrics Method

public void ScrollBarMetrics(Qt.QScrollBar sb, int sliderMin, int sliderMax, int sliderLength, int buttonDim);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.SetSliderThickness Method

public int SetSliderThickness();

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.SplitterWidth Method

public int SplitterWidth();

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.UnPolish(Qt.QApplication) Method

public void UnPolish(Qt.QApplication arg1);

See Also

Qt.QInterlaceStyle Class, Qt Namespace

QInterlaceStyle.UnPolish(Qt.QWidget) Method

public void UnPolish(Qt.QWidget arg1);

See Also

Qt.QInterlaceStyle Class, Qt Namespace