Qt.QListBox Class

public class QListBox: QScrollView, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QScrollView
            QListBox

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QListBox Constructors

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

QListBox Methods

QListBox.AutoBottomScrollBar Method
QListBox.AutoScroll Method
QListBox.AutoScrollBar Method
QListBox.AutoUpdate Method
QListBox.BottomScrollBar Method
QListBox.CellHeight(int) Method
QListBox.CellHeight() Method
QListBox.CellWidth() Method
QListBox.CellWidth(int) Method
QListBox.CenterCurrentItem Method
QListBox.ChangeItem(Qt.QListBoxItem, int) Method
QListBox.ChangeItem(System.String, int) Method
QListBox.ChangeItem(Qt.QPixmap, int) Method
QListBox.ChangeItem(Qt.QPixmap, System.String, int) Method
QListBox.Clear Method
QListBox.ClearInputString Method
QListBox.ClearSelection Method
QListBox.ColumnMode Method
QListBox.Count Method
QListBox.CurrentItem Method
QListBox.CurrentText Method
QListBox.DoLayout Method
QListBox.DragSelect Method
QListBox.EnsureCurrentVisible Method
QListBox.EventFilter Method
QListBox.Finalize Method
QListBox.FindItem(System.String, Qt.StringComparisonMode) Method
QListBox.FindItem(int) Method
QListBox.FindItem(System.String) Method
QListBox.FirstItem Method
QListBox.InSort(Qt.QListBoxItem) Method
QListBox.InSort(System.String) Method
QListBox.Index Method
QListBox.InsertItem(Qt.QListBoxItem, int) Method
QListBox.InsertItem(Qt.QListBoxItem, Qt.QListBoxItem) Method
QListBox.InsertItem(System.String, int) Method
QListBox.InsertItem(Qt.QPixmap, int) Method
QListBox.InsertItem(Qt.QPixmap, System.String, int) Method
QListBox.InsertItem(Qt.QListBoxItem) Method
QListBox.InsertItem(System.String) Method
QListBox.InsertItem(Qt.QPixmap) Method
QListBox.InsertItem(Qt.QPixmap, System.String) Method
QListBox.InsertStrList(Qt.QStrList, int) Method
QListBox.InsertStrList(System.String[], int, int) Method
QListBox.InsertStrList(Qt.QStrList) Method
QListBox.InsertStrList(System.String[]) Method
QListBox.InsertStrList(System.String[], int) Method
QListBox.InsertStringList(Qt.QStringList, int) Method
QListBox.InsertStringList(Qt.QStringList) Method
QListBox.InvertSelection Method
QListBox.IsMultiSelection Method
QListBox.IsRubberSelecting Method
QListBox.IsSelected(int) Method
QListBox.IsSelected(Qt.QListBoxItem) Method
QListBox.Item Method
QListBox.ItemAt Method
QListBox.ItemHeight(int) Method
QListBox.ItemHeight() Method
QListBox.ItemRect Method
QListBox.ItemVisible(int) Method
QListBox.ItemVisible(Qt.QListBoxItem) Method
QListBox.ItemYPos Method
QListBox.MaxItemWidth Method
QListBox.MinimumSizeHint Method
QListBox.NumCols Method
QListBox.NumColumns Method
QListBox.NumItemsVisible Method
QListBox.NumRows Method
QListBox.PaintCell Method
QListBox.Pixmap Method
QListBox.RemoveItem Method
QListBox.RowMode Method
QListBox.ScrollBar Method
QListBox.SelectAll Method
QListBox.SetAutoBottomScrollBar Method
QListBox.SetAutoScroll Method
QListBox.SetAutoScrollBar Method
QListBox.SetAutoUpdate Method
QListBox.SetBottomItem Method
QListBox.SetBottomScrollBar Method
QListBox.SetColumnMode(LayoutMode) Method
QListBox.SetColumnMode(int) Method
QListBox.SetCurrentItem(int) Method
QListBox.SetCurrentItem(Qt.QListBoxItem) Method
QListBox.SetDragSelect Method
QListBox.SetFixedVisibleLines Method
QListBox.SetFont Method
QListBox.SetMultiSelection Method
QListBox.SetRowMode(LayoutMode) Method
QListBox.SetRowMode(int) Method
QListBox.SetScrollBar Method
QListBox.SetSelected(Qt.QListBoxItem, bool) Method
QListBox.SetSelected(int, bool) Method
QListBox.SetSelectionMode Method
QListBox.SetSmoothScrolling Method
QListBox.SetTopItem Method
QListBox.SetVariableHeight Method
QListBox.SetVariableWidth Method
QListBox.SizeHint Method
QListBox.SmoothScrolling Method
QListBox.Sort(bool) Method
QListBox.Sort() Method
QListBox.TakeItem Method
QListBox.Text Method
QListBox.TheSelectionMode Method
QListBox.ToggleCurrentItem Method
QListBox.TopItem Method
QListBox.TotalHeight Method
QListBox.TotalWidth Method
QListBox.TriggerUpdate Method
QListBox.UpdateCellWidth Method
QListBox.UpdateItem(int) Method
QListBox.UpdateItem(Qt.QListBoxItem) Method
QListBox.VariableHeight Method
QListBox.VariableWidth Method
QListBox.WindowActivationChange Method


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

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

See Also

Qt.QListBox Class, Qt Namespace

QListBox() Constructor

public void QListBox();

See Also

Qt.QListBox Class, Qt Namespace

QListBox(Qt.QWidget) Constructor

public void QListBox(Qt.QWidget parent);

See Also

Qt.QListBox Class, Qt Namespace

QListBox(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QListBox Class, Qt Namespace

QListBox(void *) Constructor

public void QListBox(void * ptr);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.AutoBottomScrollBar Method

public bool AutoBottomScrollBar();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.AutoScroll Method

public bool AutoScroll();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.AutoScrollBar Method

public bool AutoScrollBar();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.AutoUpdate Method

public bool AutoUpdate();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.BottomScrollBar Method

public bool BottomScrollBar();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.CellHeight(int) Method

public int CellHeight(int i);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.CellHeight() Method

public int CellHeight();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.CellWidth() Method

public int CellWidth();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.CellWidth(int) Method

public int CellWidth(int i);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.CenterCurrentItem Method

public void CenterCurrentItem();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ChangeItem(Qt.QListBoxItem, int) Method

public void ChangeItem(Qt.QListBoxItem arg1, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ChangeItem(System.String, int) Method

public void ChangeItem(System.String text, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ChangeItem(Qt.QPixmap, int) Method

public void ChangeItem(Qt.QPixmap pixmap, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ChangeItem(Qt.QPixmap, System.String, int) Method

public void ChangeItem(Qt.QPixmap pixmap, System.String text, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.Clear Method

public void Clear();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ClearInputString Method

protected void ClearInputString();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ClearSelection Method

public void ClearSelection();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ColumnMode Method

public LayoutMode ColumnMode();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.Count Method

public uint Count();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.CurrentItem Method

public int CurrentItem();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.CurrentText Method

public System.String CurrentText();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.DoLayout Method

protected void DoLayout();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.DragSelect Method

public bool DragSelect();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.EnsureCurrentVisible Method

public void EnsureCurrentVisible();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.EventFilter Method

protected bool EventFilter(Qt.QObject o, Qt.QEvent e);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.Finalize Method

protected override void Finalize();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.FindItem(System.String, Qt.StringComparisonMode) Method

public Qt.QListBoxItem FindItem(System.String text, Qt.StringComparisonMode compare);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.FindItem(int) Method

protected int FindItem(int yPos);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.FindItem(System.String) Method

public Qt.QListBoxItem FindItem(System.String text);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.FirstItem Method

public Qt.QListBoxItem FirstItem();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InSort(Qt.QListBoxItem) Method

public int InSort(Qt.QListBoxItem arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InSort(System.String) Method

public int InSort(System.String text);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.Index Method

public int Index(Qt.QListBoxItem arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertItem(Qt.QListBoxItem, int) Method

public void InsertItem(Qt.QListBoxItem arg1, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertItem(Qt.QListBoxItem, Qt.QListBoxItem) Method

public void InsertItem(Qt.QListBoxItem arg1, Qt.QListBoxItem after);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertItem(System.String, int) Method

public void InsertItem(System.String text, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertItem(Qt.QPixmap, int) Method

public void InsertItem(Qt.QPixmap pixmap, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertItem(Qt.QPixmap, System.String, int) Method

public void InsertItem(Qt.QPixmap pixmap, System.String text, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertItem(Qt.QListBoxItem) Method

public void InsertItem(Qt.QListBoxItem arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertItem(System.String) Method

public void InsertItem(System.String text);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertItem(Qt.QPixmap) Method

public void InsertItem(Qt.QPixmap pixmap);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertItem(Qt.QPixmap, System.String) Method

public void InsertItem(Qt.QPixmap pixmap, System.String text);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertStrList(Qt.QStrList, int) Method

public void InsertStrList(Qt.QStrList arg1, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertStrList(System.String[], int, int) Method

public void InsertStrList(System.String[] arg1, int numStrings, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertStrList(Qt.QStrList) Method

public void InsertStrList(Qt.QStrList arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertStrList(System.String[]) Method

public void InsertStrList(System.String[] arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertStrList(System.String[], int) Method

public void InsertStrList(System.String[] arg1, int numStrings);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertStringList(Qt.QStringList, int) Method

public void InsertStringList(Qt.QStringList arg1, int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InsertStringList(Qt.QStringList) Method

public void InsertStringList(Qt.QStringList arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.InvertSelection Method

public void InvertSelection();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.IsMultiSelection Method

public bool IsMultiSelection();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.IsRubberSelecting Method

protected bool IsRubberSelecting();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.IsSelected(int) Method

public bool IsSelected(int arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.IsSelected(Qt.QListBoxItem) Method

public bool IsSelected(Qt.QListBoxItem arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.Item Method

public Qt.QListBoxItem Item(int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ItemAt Method

public Qt.QListBoxItem ItemAt(Qt.QPoint arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ItemHeight(int) Method

public int ItemHeight(int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ItemHeight() Method

public int ItemHeight();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ItemRect Method

public Qt.QRect ItemRect(Qt.QListBoxItem item);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ItemVisible(int) Method

public bool ItemVisible(int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ItemVisible(Qt.QListBoxItem) Method

public bool ItemVisible(Qt.QListBoxItem arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ItemYPos Method

protected bool ItemYPos(int index, int[] yPos);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.MaxItemWidth Method

public long MaxItemWidth();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.MinimumSizeHint Method

public Qt.QSize MinimumSizeHint();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.NumCols Method

public int NumCols();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.NumColumns Method

public int NumColumns();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.NumItemsVisible Method

public int NumItemsVisible();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.NumRows Method

public int NumRows();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.PaintCell Method

protected void PaintCell(Qt.QPainter arg1, int row, int col);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.Pixmap Method

public Qt.QPixmap Pixmap(int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.RemoveItem Method

public void RemoveItem(int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.RowMode Method

public LayoutMode RowMode();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ScrollBar Method

public bool ScrollBar();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SelectAll Method

public void SelectAll(bool select);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetAutoBottomScrollBar Method

public void SetAutoBottomScrollBar(bool enable);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetAutoScroll Method

public void SetAutoScroll(bool arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetAutoScrollBar Method

public void SetAutoScrollBar(bool enable);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetAutoUpdate Method

public void SetAutoUpdate(bool arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetBottomItem Method

public void SetBottomItem(int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetBottomScrollBar Method

public void SetBottomScrollBar(bool enable);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetColumnMode(LayoutMode) Method

public void SetColumnMode(LayoutMode arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetColumnMode(int) Method

public void SetColumnMode(int arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetCurrentItem(int) Method

public void SetCurrentItem(int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetCurrentItem(Qt.QListBoxItem) Method

public void SetCurrentItem(Qt.QListBoxItem arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetDragSelect Method

public void SetDragSelect(bool arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetFixedVisibleLines Method

public void SetFixedVisibleLines(int lines);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetFont Method

public void SetFont(Qt.QFont arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetMultiSelection Method

public void SetMultiSelection(bool multi);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetRowMode(LayoutMode) Method

public void SetRowMode(LayoutMode arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetRowMode(int) Method

public void SetRowMode(int arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetScrollBar Method

public void SetScrollBar(bool enable);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetSelected(Qt.QListBoxItem, bool) Method

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

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetSelected(int, bool) Method

public void SetSelected(int arg1, bool arg2);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetSelectionMode Method

public void SetSelectionMode(SelectionMode arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetSmoothScrolling Method

public void SetSmoothScrolling(bool arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetTopItem Method

public void SetTopItem(int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetVariableHeight Method

public void SetVariableHeight(bool arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SetVariableWidth Method

public void SetVariableWidth(bool arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.SmoothScrolling Method

public bool SmoothScrolling();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.Sort(bool) Method

public void Sort(bool ascending);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.Sort() Method

public void Sort();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.TakeItem Method

public void TakeItem(Qt.QListBoxItem arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.Text Method

public System.String Text(int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.TheSelectionMode Method

public SelectionMode TheSelectionMode();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.ToggleCurrentItem Method

protected void ToggleCurrentItem();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.TopItem Method

public int TopItem();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.TotalHeight Method

protected int TotalHeight();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.TotalWidth Method

protected int TotalWidth();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.TriggerUpdate Method

public void TriggerUpdate(bool doLayout);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.UpdateCellWidth Method

protected void UpdateCellWidth();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.UpdateItem(int) Method

protected void UpdateItem(int index);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.UpdateItem(Qt.QListBoxItem) Method

protected void UpdateItem(Qt.QListBoxItem arg1);

See Also

Qt.QListBox Class, Qt Namespace

QListBox.VariableHeight Method

public bool VariableHeight();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.VariableWidth Method

public bool VariableWidth();

See Also

Qt.QListBox Class, Qt Namespace

QListBox.WindowActivationChange Method

protected void WindowActivationChange(bool arg1);

See Also

Qt.QListBox Class, Qt Namespace