Qt.QIconSet Class

public class QIconSet: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QIconSet

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QIconSet Constructors

QIconSet() Constructor
QIconSet(Qt.QPixmap, Size) Constructor
QIconSet(Qt.QPixmap, Qt.QPixmap) Constructor
QIconSet(Qt.QIconSet) Constructor
QIconSet(Qt.QPixmap) Constructor
QIconSet(void *) Constructor

QIconSet Methods

QIconSet.ClearGenerated Method
QIconSet.Detach Method
QIconSet.Finalize Method
QIconSet.IconSize Method
QIconSet.IsGenerated(Size, Mode, State) Method
QIconSet.IsGenerated(Size, Mode) Method
QIconSet.IsNull Method
QIconSet.Pixmap(Size, Mode, State) Method
QIconSet.Pixmap(Size, bool, State) Method
QIconSet.Pixmap() Method
QIconSet.Pixmap(Size, Mode) Method
QIconSet.Pixmap(Size, bool) Method
QIconSet.Reset Method
QIconSet.SetIconSize Method
QIconSet.SetPixmap(Qt.QPixmap, Size, Mode, State) Method
QIconSet.SetPixmap(System.String, Size, Mode, State) Method
QIconSet.SetPixmap(Qt.QPixmap, Size) Method
QIconSet.SetPixmap(Qt.QPixmap, Size, Mode) Method
QIconSet.SetPixmap(System.String, Size) Method
QIconSet.SetPixmap(System.String, Size, Mode) Method


QIconSet() Constructor

public void QIconSet();

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet(Qt.QPixmap, Size) Constructor

public void QIconSet(Qt.QPixmap arg1, Size arg2);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet(Qt.QPixmap, Qt.QPixmap) Constructor

public void QIconSet(Qt.QPixmap smallPix, Qt.QPixmap largePix);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet(Qt.QIconSet) Constructor

public void QIconSet(Qt.QIconSet arg1);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet(Qt.QPixmap) Constructor

public void QIconSet(Qt.QPixmap arg1);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet(void *) Constructor

public void QIconSet(void * ptr);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.ClearGenerated Method

public void ClearGenerated();

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.Detach Method

public void Detach();

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.Finalize Method

protected override void Finalize();

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.IconSize Method

public static Qt.QSize IconSize(Size arg1);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.IsGenerated(Size, Mode, State) Method

public bool IsGenerated(Size arg1, Mode arg2, State arg3);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.IsGenerated(Size, Mode) Method

public bool IsGenerated(Size arg1, Mode arg2);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.IsNull Method

public bool IsNull();

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.Pixmap(Size, Mode, State) Method

public Qt.QPixmap Pixmap(Size arg1, Mode arg2, State arg3);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.Pixmap(Size, bool, State) Method

public Qt.QPixmap Pixmap(Size s, bool enabled, State arg1);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.Pixmap() Method

public Qt.QPixmap Pixmap();

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.Pixmap(Size, Mode) Method

public Qt.QPixmap Pixmap(Size arg1, Mode arg2);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.Pixmap(Size, bool) Method

public Qt.QPixmap Pixmap(Size s, bool enabled);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.Reset Method

public void Reset(Qt.QPixmap arg1, Size arg2);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.SetIconSize Method

public static void SetIconSize(Size arg1, Qt.QSize arg2);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.SetPixmap(Qt.QPixmap, Size, Mode, State) Method

public void SetPixmap(Qt.QPixmap arg1, Size arg2, Mode arg3, State arg4);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.SetPixmap(System.String, Size, Mode, State) Method

public void SetPixmap(System.String arg1, Size arg2, Mode arg3, State arg4);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.SetPixmap(Qt.QPixmap, Size) Method

public void SetPixmap(Qt.QPixmap arg1, Size arg2);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.SetPixmap(Qt.QPixmap, Size, Mode) Method

public void SetPixmap(Qt.QPixmap arg1, Size arg2, Mode arg3);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.SetPixmap(System.String, Size) Method

public void SetPixmap(System.String arg1, Size arg2);

See Also

Qt.QIconSet Class, Qt Namespace

QIconSet.SetPixmap(System.String, Size, Mode) Method

public void SetPixmap(System.String arg1, Size arg2, Mode arg3);

See Also

Qt.QIconSet Class, Qt Namespace