public class QHeader: QWidget, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QHeaderThis type implements System.IDisposable.
Qt Namespace
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
public void QHeader(Qt.QWidget parent, System.String name);
Qt.QHeader Class, Qt Namespace
public void QHeader(int arg1, Qt.QWidget parent, System.String name);
Qt.QHeader Class, Qt Namespace
public void QHeader();
Qt.QHeader Class, Qt Namespace
public void QHeader(Qt.QWidget parent);
Qt.QHeader Class, Qt Namespace
public void QHeader(int arg1);
Qt.QHeader Class, Qt Namespace
public void QHeader(int arg1, Qt.QWidget parent);
Qt.QHeader Class, Qt Namespace
public void QHeader(void * ptr);
Qt.QHeader Class, Qt Namespace
public int AddLabel(System.String arg1, int size);
Qt.QHeader Class, Qt Namespace
public int AddLabel(Qt.QIconSet arg1, System.String arg2, int size);
Qt.QHeader Class, Qt Namespace
public int AddLabel(System.String arg1);
Qt.QHeader Class, Qt Namespace
public int AddLabel(Qt.QIconSet arg1, System.String arg2);
Qt.QHeader Class, Qt Namespace
public void AdjustHeaderSize();
Qt.QHeader Class, Qt Namespace
public int CellAt(int pos);
Qt.QHeader Class, Qt Namespace
public int CellPos(int arg1);
Qt.QHeader Class, Qt Namespace
public int CellSize(int i);
Qt.QHeader Class, Qt Namespace
public int Count();
Qt.QHeader Class, Qt Namespace
protected override void Finalize();
Qt.QHeader Class, Qt Namespace
public int HeaderWidth();
Qt.QHeader Class, Qt Namespace
public Qt.QIconSet IconSet(int section);
Qt.QHeader Class, Qt Namespace
public bool IsClickEnabled(int section);
Qt.QHeader Class, Qt Namespace
public bool IsClickEnabled();
Qt.QHeader Class, Qt Namespace
public bool IsMovingEnabled();
Qt.QHeader Class, Qt Namespace
public bool IsResizeEnabled(int section);
Qt.QHeader Class, Qt Namespace
public bool IsResizeEnabled();
Qt.QHeader Class, Qt Namespace
public bool IsStretchEnabled();
Qt.QHeader Class, Qt Namespace
public bool IsStretchEnabled(int section);
Qt.QHeader Class, Qt Namespace
public System.String Label(int section);
Qt.QHeader Class, Qt Namespace
public int MapToActual(int arg1);
Qt.QHeader Class, Qt Namespace
public int MapToIndex(int section);
Qt.QHeader Class, Qt Namespace
public int MapToLogical(int arg1);
Qt.QHeader Class, Qt Namespace
public int MapToSection(int index);
Qt.QHeader Class, Qt Namespace
public void MoveCell(int arg1, int arg2);
Qt.QHeader Class, Qt Namespace
public void MoveSection(int section, int toIndex);
Qt.QHeader Class, Qt Namespace
public int Offset();
Qt.QHeader Class, Qt Namespace
public Qt.Orientation Orientation();
Qt.QHeader Class, Qt Namespace
protected void PaintSection(Qt.QPainter p, int index, Qt.QRect fr);
Qt.QHeader Class, Qt Namespace
protected void PaintSectionLabel(Qt.QPainter p, int index, Qt.QRect fr);
Qt.QHeader Class, Qt Namespace
public void RemoveLabel(int section);
Qt.QHeader Class, Qt Namespace
public void ResizeSection(int section, int s);
Qt.QHeader Class, Qt Namespace
protected Qt.QRect SRect(int index);
Qt.QHeader Class, Qt Namespace
public int SectionAt(int pos);
Qt.QHeader Class, Qt Namespace
public int SectionPos(int section);
Qt.QHeader Class, Qt Namespace
public Qt.QRect SectionRect(int section);
Qt.QHeader Class, Qt Namespace
public int SectionSize(int section);
Qt.QHeader Class, Qt Namespace
public void SetCellSize(int arg1, int arg2);
Qt.QHeader Class, Qt Namespace
public void SetClickEnabled(bool arg1, int section);
Qt.QHeader Class, Qt Namespace
public void SetClickEnabled(bool arg1);
Qt.QHeader Class, Qt Namespace
public void SetLabel(int arg1, System.String arg2, int size);
Qt.QHeader Class, Qt Namespace
public void SetLabel(int arg1, Qt.QIconSet arg2, System.String arg3, int size);
Qt.QHeader Class, Qt Namespace
public void SetLabel(int arg1, System.String arg2);
Qt.QHeader Class, Qt Namespace
public void SetLabel(int arg1, Qt.QIconSet arg2, System.String arg3);
Qt.QHeader Class, Qt Namespace
public void SetMovingEnabled(bool arg1);
Qt.QHeader Class, Qt Namespace
public void SetOffset(int pos);
Qt.QHeader Class, Qt Namespace
public void SetOrientation(Qt.Orientation arg1);
Qt.QHeader Class, Qt Namespace
public void SetResizeEnabled(bool arg1, int section);
Qt.QHeader Class, Qt Namespace
public void SetResizeEnabled(bool arg1);
Qt.QHeader Class, Qt Namespace
public void SetSortIndicator(int section, bool increasing);
Qt.QHeader Class, Qt Namespace
public void SetSortIndicator(int section);
Qt.QHeader Class, Qt Namespace
public void SetStretchEnabled(bool b, int section);
Qt.QHeader Class, Qt Namespace
public void SetStretchEnabled(bool b);
Qt.QHeader Class, Qt Namespace
public void SetTracking(bool enable);
Qt.QHeader Class, Qt Namespace
public void SetUpdatesEnabled(bool enable);
Qt.QHeader Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QHeader Class, Qt Namespace
public bool Tracking();
Qt.QHeader Class, Qt Namespace