Qt.QListView Class

public class QListView: QScrollView, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QScrollView
            QListView

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QListView Constructors

QListView(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QListView() Constructor
QListView(Qt.QWidget) Constructor
QListView(Qt.QWidget, System.String) Constructor
QListView(void *) Constructor

QListView Methods

QListView.AddColumn(System.String, int) Method
QListView.AddColumn(Qt.QIconSet, System.String, int) Method
QListView.AddColumn(System.String) Method
QListView.AddColumn(Qt.QIconSet, System.String) Method
QListView.AllColumnsShowFocus Method
QListView.ChildCount Method
QListView.Clear Method
QListView.ClearSelection Method
QListView.ColumnAlignment Method
QListView.ColumnText Method
QListView.ColumnWidth Method
QListView.ColumnWidthMode Method
QListView.Columns Method
QListView.CurrentItem Method
QListView.DefaultRenameAction Method
QListView.DoAutoScroll Method
QListView.DragObject Method
QListView.DrawContentsOffset Method
QListView.EnsureItemVisible Method
QListView.EventFilter Method
QListView.Finalize Method
QListView.FindItem(System.String, int, Qt.StringComparisonMode) Method
QListView.FindItem(System.String, int) Method
QListView.FirstChild Method
QListView.Header Method
QListView.InsertItem Method
QListView.InvertSelection Method
QListView.IsMultiSelection Method
QListView.IsOpen Method
QListView.IsRenaming Method
QListView.IsSelected Method
QListView.ItemAt Method
QListView.ItemMargin Method
QListView.ItemPos Method
QListView.ItemRect Method
QListView.LastItem Method
QListView.MinimumSizeHint Method
QListView.PaintEmptyArea Method
QListView.RemoveColumn Method
QListView.RemoveItem Method
QListView.RepaintItem Method
QListView.RootIsDecorated Method
QListView.SelectAll Method
QListView.SelectedItem Method
QListView.SetAllColumnsShowFocus Method
QListView.SetColumnAlignment Method
QListView.SetColumnText(int, System.String) Method
QListView.SetColumnText(int, Qt.QIconSet, System.String) Method
QListView.SetColumnWidth Method
QListView.SetColumnWidthMode Method
QListView.SetContentsPos Method
QListView.SetCurrentItem Method
QListView.SetDefaultRenameAction Method
QListView.SetFont Method
QListView.SetItemMargin Method
QListView.SetMultiSelection Method
QListView.SetOpen Method
QListView.SetPalette Method
QListView.SetResizeMode Method
QListView.SetRootIsDecorated Method
QListView.SetSelected Method
QListView.SetSelectionMode Method
QListView.SetShowSortIndicator Method
QListView.SetShowToolTips Method
QListView.SetSorting(int, bool) Method
QListView.SetSorting(int) Method
QListView.SetTreeStepSize Method
QListView.Show Method
QListView.ShowSortIndicator Method
QListView.ShowToolTips Method
QListView.SizeHint Method
QListView.Sort Method
QListView.StartDrag Method
QListView.StyleChange Method
QListView.TakeItem Method
QListView.TheResizeMode Method
QListView.TheSelectionMode Method
QListView.TreeStepSize Method
QListView.TriggerUpdate Method
QListView.UpdateContents Method
QListView.WindowActivationChange Method


QListView(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor

public void QListView(Qt.QWidget parent, System.String name, Qt.WidgetFlags f);

See Also

Qt.QListView Class, Qt Namespace

QListView() Constructor

public void QListView();

See Also

Qt.QListView Class, Qt Namespace

QListView(Qt.QWidget) Constructor

public void QListView(Qt.QWidget parent);

See Also

Qt.QListView Class, Qt Namespace

QListView(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QListView Class, Qt Namespace

QListView(void *) Constructor

public void QListView(void * ptr);

See Also

Qt.QListView Class, Qt Namespace

QListView.AddColumn(System.String, int) Method

public int AddColumn(System.String label, int size);

See Also

Qt.QListView Class, Qt Namespace

QListView.AddColumn(Qt.QIconSet, System.String, int) Method

public int AddColumn(Qt.QIconSet iconset, System.String label, int size);

See Also

Qt.QListView Class, Qt Namespace

QListView.AddColumn(System.String) Method

public int AddColumn(System.String label);

See Also

Qt.QListView Class, Qt Namespace

QListView.AddColumn(Qt.QIconSet, System.String) Method

public int AddColumn(Qt.QIconSet iconset, System.String label);

See Also

Qt.QListView Class, Qt Namespace

QListView.AllColumnsShowFocus Method

public bool AllColumnsShowFocus();

See Also

Qt.QListView Class, Qt Namespace

QListView.ChildCount Method

public int ChildCount();

See Also

Qt.QListView Class, Qt Namespace

QListView.Clear Method

public void Clear();

See Also

Qt.QListView Class, Qt Namespace

QListView.ClearSelection Method

public void ClearSelection();

See Also

Qt.QListView Class, Qt Namespace

QListView.ColumnAlignment Method

public int ColumnAlignment(int arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.ColumnText Method

public System.String ColumnText(int column);

See Also

Qt.QListView Class, Qt Namespace

QListView.ColumnWidth Method

public int ColumnWidth(int column);

See Also

Qt.QListView Class, Qt Namespace

QListView.ColumnWidthMode Method

public WidthMode ColumnWidthMode(int column);

See Also

Qt.QListView Class, Qt Namespace

QListView.Columns Method

public int Columns();

See Also

Qt.QListView Class, Qt Namespace

QListView.CurrentItem Method

public Qt.QListViewItem CurrentItem();

See Also

Qt.QListView Class, Qt Namespace

QListView.DefaultRenameAction Method

public RenameAction DefaultRenameAction();

See Also

Qt.QListView Class, Qt Namespace

QListView.DoAutoScroll Method

protected void DoAutoScroll();

See Also

Qt.QListView Class, Qt Namespace

QListView.DragObject Method

protected Qt.QDragObject DragObject();

See Also

Qt.QListView Class, Qt Namespace

QListView.DrawContentsOffset Method

protected void DrawContentsOffset(Qt.QPainter arg1, int ox, int oy, int cx, int cy, int cw, int ch);

See Also

Qt.QListView Class, Qt Namespace

QListView.EnsureItemVisible Method

public void EnsureItemVisible(Qt.QListViewItem arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.EventFilter Method

public bool EventFilter(Qt.QObject o, Qt.QEvent arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.Finalize Method

protected override void Finalize();

See Also

Qt.QListView Class, Qt Namespace

QListView.FindItem(System.String, int, Qt.StringComparisonMode) Method

public Qt.QListViewItem FindItem(System.String text, int column, Qt.StringComparisonMode compare);

See Also

Qt.QListView Class, Qt Namespace

QListView.FindItem(System.String, int) Method

public Qt.QListViewItem FindItem(System.String text, int column);

See Also

Qt.QListView Class, Qt Namespace

QListView.FirstChild Method

public Qt.QListViewItem FirstChild();

See Also

Qt.QListView Class, Qt Namespace

QListView.Header Method

public Qt.QHeader Header();

See Also

Qt.QListView Class, Qt Namespace

QListView.InsertItem Method

public void InsertItem(Qt.QListViewItem arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.InvertSelection Method

public void InvertSelection();

See Also

Qt.QListView Class, Qt Namespace

QListView.IsMultiSelection Method

public bool IsMultiSelection();

See Also

Qt.QListView Class, Qt Namespace

QListView.IsOpen Method

public bool IsOpen(Qt.QListViewItem arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.IsRenaming Method

public bool IsRenaming();

See Also

Qt.QListView Class, Qt Namespace

QListView.IsSelected Method

public bool IsSelected(Qt.QListViewItem arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.ItemAt Method

public Qt.QListViewItem ItemAt(Qt.QPoint screenPos);

See Also

Qt.QListView Class, Qt Namespace

QListView.ItemMargin Method

public int ItemMargin();

See Also

Qt.QListView Class, Qt Namespace

QListView.ItemPos Method

public int ItemPos(Qt.QListViewItem arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.ItemRect Method

public Qt.QRect ItemRect(Qt.QListViewItem arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.LastItem Method

public Qt.QListViewItem LastItem();

See Also

Qt.QListView Class, Qt Namespace

QListView.MinimumSizeHint Method

public Qt.QSize MinimumSizeHint();

See Also

Qt.QListView Class, Qt Namespace

QListView.PaintEmptyArea Method

protected void PaintEmptyArea(Qt.QPainter arg1, Qt.QRect arg2);

See Also

Qt.QListView Class, Qt Namespace

QListView.RemoveColumn Method

public void RemoveColumn(int index);

See Also

Qt.QListView Class, Qt Namespace

QListView.RemoveItem Method

public void RemoveItem(Qt.QListViewItem item);

See Also

Qt.QListView Class, Qt Namespace

QListView.RepaintItem Method

public void RepaintItem(Qt.QListViewItem arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.RootIsDecorated Method

public bool RootIsDecorated();

See Also

Qt.QListView Class, Qt Namespace

QListView.SelectAll Method

public void SelectAll(bool select);

See Also

Qt.QListView Class, Qt Namespace

QListView.SelectedItem Method

public Qt.QListViewItem SelectedItem();

See Also

Qt.QListView Class, Qt Namespace

QListView.SetAllColumnsShowFocus Method

public void SetAllColumnsShowFocus(bool arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetColumnAlignment Method

public void SetColumnAlignment(int arg1, int arg2);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetColumnText(int, System.String) Method

public void SetColumnText(int column, System.String label);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetColumnText(int, Qt.QIconSet, System.String) Method

public void SetColumnText(int column, Qt.QIconSet iconset, System.String label);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetColumnWidth Method

public void SetColumnWidth(int column, int width);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetColumnWidthMode Method

public void SetColumnWidthMode(int column, WidthMode arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetContentsPos Method

public void SetContentsPos(int x, int y);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetCurrentItem Method

public void SetCurrentItem(Qt.QListViewItem arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetDefaultRenameAction Method

public void SetDefaultRenameAction(RenameAction a);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetFont Method

public void SetFont(Qt.QFont arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetItemMargin Method

public void SetItemMargin(int arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetMultiSelection Method

public void SetMultiSelection(bool enable);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetOpen Method

public void SetOpen(Qt.QListViewItem arg1, bool arg2);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetPalette Method

public void SetPalette(Qt.QPalette arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetResizeMode Method

public void SetResizeMode(ResizeMode m);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetRootIsDecorated Method

public void SetRootIsDecorated(bool arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetSelected Method

public void SetSelected(Qt.QListViewItem arg1, bool arg2);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetSelectionMode Method

public void SetSelectionMode(SelectionMode mode);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetShowSortIndicator Method

public void SetShowSortIndicator(bool show);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetShowToolTips Method

public void SetShowToolTips(bool b);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetSorting(int, bool) Method

public void SetSorting(int column, bool increasing);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetSorting(int) Method

public void SetSorting(int column);

See Also

Qt.QListView Class, Qt Namespace

QListView.SetTreeStepSize Method

public void SetTreeStepSize(int arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.Show Method

public void Show();

See Also

Qt.QListView Class, Qt Namespace

QListView.ShowSortIndicator Method

public bool ShowSortIndicator();

See Also

Qt.QListView Class, Qt Namespace

QListView.ShowToolTips Method

public bool ShowToolTips();

See Also

Qt.QListView Class, Qt Namespace

QListView.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QListView Class, Qt Namespace

QListView.Sort Method

public void Sort();

See Also

Qt.QListView Class, Qt Namespace

QListView.StartDrag Method

protected void StartDrag();

See Also

Qt.QListView Class, Qt Namespace

QListView.StyleChange Method

protected void StyleChange(Qt.QStyle arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.TakeItem Method

public void TakeItem(Qt.QListViewItem arg1);

See Also

Qt.QListView Class, Qt Namespace

QListView.TheResizeMode Method

public ResizeMode TheResizeMode();

See Also

Qt.QListView Class, Qt Namespace

QListView.TheSelectionMode Method

public SelectionMode TheSelectionMode();

See Also

Qt.QListView Class, Qt Namespace

QListView.TreeStepSize Method

public int TreeStepSize();

See Also

Qt.QListView Class, Qt Namespace

QListView.TriggerUpdate Method

public void TriggerUpdate();

See Also

Qt.QListView Class, Qt Namespace

QListView.UpdateContents Method

protected void UpdateContents();

See Also

Qt.QListView Class, Qt Namespace

QListView.WindowActivationChange Method

protected void WindowActivationChange(bool arg1);

See Also

Qt.QListView Class, Qt Namespace