Qt.QHeader Class

public class QHeader: QWidget, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QHeader

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QHeader Constructors

QHeader(Qt.QWidget, System.String) Constructor
QHeader(int, Qt.QWidget, System.String) Constructor
QHeader() Constructor
QHeader(Qt.QWidget) Constructor
QHeader(int) Constructor
QHeader(int, Qt.QWidget) Constructor
QHeader(void *) Constructor

QHeader Methods

QHeader.AddLabel(System.String, int) Method
QHeader.AddLabel(Qt.QIconSet, System.String, int) Method
QHeader.AddLabel(System.String) Method
QHeader.AddLabel(Qt.QIconSet, System.String) Method
QHeader.AdjustHeaderSize Method
QHeader.CellAt Method
QHeader.CellPos Method
QHeader.CellSize Method
QHeader.Count Method
QHeader.Finalize Method
QHeader.HeaderWidth Method
QHeader.IconSet Method
QHeader.IsClickEnabled(int) Method
QHeader.IsClickEnabled() Method
QHeader.IsMovingEnabled Method
QHeader.IsResizeEnabled(int) Method
QHeader.IsResizeEnabled() Method
QHeader.IsStretchEnabled() Method
QHeader.IsStretchEnabled(int) Method
QHeader.Label Method
QHeader.MapToActual Method
QHeader.MapToIndex Method
QHeader.MapToLogical Method
QHeader.MapToSection Method
QHeader.MoveCell Method
QHeader.MoveSection Method
QHeader.Offset Method
QHeader.Orientation Method
QHeader.PaintSection Method
QHeader.PaintSectionLabel Method
QHeader.RemoveLabel Method
QHeader.ResizeSection Method
QHeader.SRect Method
QHeader.SectionAt Method
QHeader.SectionPos Method
QHeader.SectionRect Method
QHeader.SectionSize Method
QHeader.SetCellSize Method
QHeader.SetClickEnabled(bool, int) Method
QHeader.SetClickEnabled(bool) Method
QHeader.SetLabel(int, System.String, int) Method
QHeader.SetLabel(int, Qt.QIconSet, System.String, int) Method
QHeader.SetLabel(int, System.String) Method
QHeader.SetLabel(int, Qt.QIconSet, System.String) Method
QHeader.SetMovingEnabled Method
QHeader.SetOffset Method
QHeader.SetOrientation Method
QHeader.SetResizeEnabled(bool, int) Method
QHeader.SetResizeEnabled(bool) Method
QHeader.SetSortIndicator(int, bool) Method
QHeader.SetSortIndicator(int) Method
QHeader.SetStretchEnabled(bool, int) Method
QHeader.SetStretchEnabled(bool) Method
QHeader.SetTracking Method
QHeader.SetUpdatesEnabled Method
QHeader.SizeHint Method
QHeader.Tracking Method


QHeader(Qt.QWidget, System.String) Constructor

public void QHeader(Qt.QWidget parent, System.String name);

See Also

Qt.QHeader Class, Qt Namespace

QHeader(int, Qt.QWidget, System.String) Constructor

public void QHeader(int arg1, Qt.QWidget parent, System.String name);

See Also

Qt.QHeader Class, Qt Namespace

QHeader() Constructor

public void QHeader();

See Also

Qt.QHeader Class, Qt Namespace

QHeader(Qt.QWidget) Constructor

public void QHeader(Qt.QWidget parent);

See Also

Qt.QHeader Class, Qt Namespace

QHeader(int) Constructor

public void QHeader(int arg1);

See Also

Qt.QHeader Class, Qt Namespace

QHeader(int, Qt.QWidget) Constructor

public void QHeader(int arg1, Qt.QWidget parent);

See Also

Qt.QHeader Class, Qt Namespace

QHeader(void *) Constructor

public void QHeader(void * ptr);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.AddLabel(System.String, int) Method

public int AddLabel(System.String arg1, int size);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.AddLabel(Qt.QIconSet, System.String, int) Method

public int AddLabel(Qt.QIconSet arg1, System.String arg2, int size);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.AddLabel(System.String) Method

public int AddLabel(System.String arg1);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.AddLabel(Qt.QIconSet, System.String) Method

public int AddLabel(Qt.QIconSet arg1, System.String arg2);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.AdjustHeaderSize Method

public void AdjustHeaderSize();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.CellAt Method

public int CellAt(int pos);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.CellPos Method

public int CellPos(int arg1);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.CellSize Method

public int CellSize(int i);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.Count Method

public int Count();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.Finalize Method

protected override void Finalize();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.HeaderWidth Method

public int HeaderWidth();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.IconSet Method

public Qt.QIconSet IconSet(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.IsClickEnabled(int) Method

public bool IsClickEnabled(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.IsClickEnabled() Method

public bool IsClickEnabled();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.IsMovingEnabled Method

public bool IsMovingEnabled();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.IsResizeEnabled(int) Method

public bool IsResizeEnabled(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.IsResizeEnabled() Method

public bool IsResizeEnabled();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.IsStretchEnabled() Method

public bool IsStretchEnabled();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.IsStretchEnabled(int) Method

public bool IsStretchEnabled(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.Label Method

public System.String Label(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.MapToActual Method

public int MapToActual(int arg1);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.MapToIndex Method

public int MapToIndex(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.MapToLogical Method

public int MapToLogical(int arg1);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.MapToSection Method

public int MapToSection(int index);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.MoveCell Method

public void MoveCell(int arg1, int arg2);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.MoveSection Method

public void MoveSection(int section, int toIndex);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.Offset Method

public int Offset();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.Orientation Method

public Qt.Orientation Orientation();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.PaintSection Method

protected void PaintSection(Qt.QPainter p, int index, Qt.QRect fr);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.PaintSectionLabel Method

protected void PaintSectionLabel(Qt.QPainter p, int index, Qt.QRect fr);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.RemoveLabel Method

public void RemoveLabel(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.ResizeSection Method

public void ResizeSection(int section, int s);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SRect Method

protected Qt.QRect SRect(int index);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SectionAt Method

public int SectionAt(int pos);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SectionPos Method

public int SectionPos(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SectionRect Method

public Qt.QRect SectionRect(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SectionSize Method

public int SectionSize(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetCellSize Method

public void SetCellSize(int arg1, int arg2);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetClickEnabled(bool, int) Method

public void SetClickEnabled(bool arg1, int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetClickEnabled(bool) Method

public void SetClickEnabled(bool arg1);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetLabel(int, System.String, int) Method

public void SetLabel(int arg1, System.String arg2, int size);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetLabel(int, Qt.QIconSet, System.String, int) Method

public void SetLabel(int arg1, Qt.QIconSet arg2, System.String arg3, int size);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetLabel(int, System.String) Method

public void SetLabel(int arg1, System.String arg2);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetLabel(int, Qt.QIconSet, System.String) Method

public void SetLabel(int arg1, Qt.QIconSet arg2, System.String arg3);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetMovingEnabled Method

public void SetMovingEnabled(bool arg1);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetOffset Method

public void SetOffset(int pos);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetOrientation Method

public void SetOrientation(Qt.Orientation arg1);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetResizeEnabled(bool, int) Method

public void SetResizeEnabled(bool arg1, int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetResizeEnabled(bool) Method

public void SetResizeEnabled(bool arg1);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetSortIndicator(int, bool) Method

public void SetSortIndicator(int section, bool increasing);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetSortIndicator(int) Method

public void SetSortIndicator(int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetStretchEnabled(bool, int) Method

public void SetStretchEnabled(bool b, int section);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetStretchEnabled(bool) Method

public void SetStretchEnabled(bool b);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetTracking Method

public void SetTracking(bool enable);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SetUpdatesEnabled Method

public void SetUpdatesEnabled(bool enable);

See Also

Qt.QHeader Class, Qt Namespace

QHeader.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QHeader Class, Qt Namespace

QHeader.Tracking Method

public bool Tracking();

See Also

Qt.QHeader Class, Qt Namespace