public class QListBox: QScrollView, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QScrollView
QListBoxThis type implements System.IDisposable.
Qt Namespace
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
public void QListBox(Qt.QWidget parent, System.String name, Qt.WidgetFlags f);
Qt.QListBox Class, Qt Namespace
public void QListBox();
Qt.QListBox Class, Qt Namespace
public void QListBox(Qt.QWidget parent);
Qt.QListBox Class, Qt Namespace
public void QListBox(Qt.QWidget parent, System.String name);
Qt.QListBox Class, Qt Namespace
public void QListBox(void * ptr);
Qt.QListBox Class, Qt Namespace
public bool AutoBottomScrollBar();
Qt.QListBox Class, Qt Namespace
public bool AutoScroll();
Qt.QListBox Class, Qt Namespace
public bool AutoScrollBar();
Qt.QListBox Class, Qt Namespace
public bool AutoUpdate();
Qt.QListBox Class, Qt Namespace
public bool BottomScrollBar();
Qt.QListBox Class, Qt Namespace
public int CellHeight(int i);
Qt.QListBox Class, Qt Namespace
public int CellHeight();
Qt.QListBox Class, Qt Namespace
public int CellWidth();
Qt.QListBox Class, Qt Namespace
public int CellWidth(int i);
Qt.QListBox Class, Qt Namespace
public void CenterCurrentItem();
Qt.QListBox Class, Qt Namespace
public void ChangeItem(Qt.QListBoxItem arg1, int index);
Qt.QListBox Class, Qt Namespace
public void ChangeItem(System.String text, int index);
Qt.QListBox Class, Qt Namespace
public void ChangeItem(Qt.QPixmap pixmap, int index);
Qt.QListBox Class, Qt Namespace
public void ChangeItem(Qt.QPixmap pixmap, System.String text, int index);
Qt.QListBox Class, Qt Namespace
public void Clear();
Qt.QListBox Class, Qt Namespace
protected void ClearInputString();
Qt.QListBox Class, Qt Namespace
public void ClearSelection();
Qt.QListBox Class, Qt Namespace
public LayoutMode ColumnMode();
Qt.QListBox Class, Qt Namespace
public uint Count();
Qt.QListBox Class, Qt Namespace
public int CurrentItem();
Qt.QListBox Class, Qt Namespace
public System.String CurrentText();
Qt.QListBox Class, Qt Namespace
protected void DoLayout();
Qt.QListBox Class, Qt Namespace
public bool DragSelect();
Qt.QListBox Class, Qt Namespace
public void EnsureCurrentVisible();
Qt.QListBox Class, Qt Namespace
protected bool EventFilter(Qt.QObject o, Qt.QEvent e);
Qt.QListBox Class, Qt Namespace
protected override void Finalize();
Qt.QListBox Class, Qt Namespace
public Qt.QListBoxItem FindItem(System.String text, Qt.StringComparisonMode compare);
Qt.QListBox Class, Qt Namespace
protected int FindItem(int yPos);
Qt.QListBox Class, Qt Namespace
public Qt.QListBoxItem FindItem(System.String text);
Qt.QListBox Class, Qt Namespace
public Qt.QListBoxItem FirstItem();
Qt.QListBox Class, Qt Namespace
public int InSort(Qt.QListBoxItem arg1);
Qt.QListBox Class, Qt Namespace
public int InSort(System.String text);
Qt.QListBox Class, Qt Namespace
public int Index(Qt.QListBoxItem arg1);
Qt.QListBox Class, Qt Namespace
public void InsertItem(Qt.QListBoxItem arg1, int index);
Qt.QListBox Class, Qt Namespace
public void InsertItem(Qt.QListBoxItem arg1, Qt.QListBoxItem after);
Qt.QListBox Class, Qt Namespace
public void InsertItem(System.String text, int index);
Qt.QListBox Class, Qt Namespace
public void InsertItem(Qt.QPixmap pixmap, int index);
Qt.QListBox Class, Qt Namespace
public void InsertItem(Qt.QPixmap pixmap, System.String text, int index);
Qt.QListBox Class, Qt Namespace
public void InsertItem(Qt.QListBoxItem arg1);
Qt.QListBox Class, Qt Namespace
public void InsertItem(System.String text);
Qt.QListBox Class, Qt Namespace
public void InsertItem(Qt.QPixmap pixmap);
Qt.QListBox Class, Qt Namespace
public void InsertItem(Qt.QPixmap pixmap, System.String text);
Qt.QListBox Class, Qt Namespace
public void InsertStrList(Qt.QStrList arg1, int index);
Qt.QListBox Class, Qt Namespace
public void InsertStrList(System.String[] arg1, int numStrings, int index);
Qt.QListBox Class, Qt Namespace
public void InsertStrList(Qt.QStrList arg1);
Qt.QListBox Class, Qt Namespace
public void InsertStrList(System.String[] arg1);
Qt.QListBox Class, Qt Namespace
public void InsertStrList(System.String[] arg1, int numStrings);
Qt.QListBox Class, Qt Namespace
public void InsertStringList(Qt.QStringList arg1, int index);
Qt.QListBox Class, Qt Namespace
public void InsertStringList(Qt.QStringList arg1);
Qt.QListBox Class, Qt Namespace
public void InvertSelection();
Qt.QListBox Class, Qt Namespace
public bool IsMultiSelection();
Qt.QListBox Class, Qt Namespace
protected bool IsRubberSelecting();
Qt.QListBox Class, Qt Namespace
public bool IsSelected(int arg1);
Qt.QListBox Class, Qt Namespace
public bool IsSelected(Qt.QListBoxItem arg1);
Qt.QListBox Class, Qt Namespace
public Qt.QListBoxItem Item(int index);
Qt.QListBox Class, Qt Namespace
public Qt.QListBoxItem ItemAt(Qt.QPoint arg1);
Qt.QListBox Class, Qt Namespace
public int ItemHeight(int index);
Qt.QListBox Class, Qt Namespace
public int ItemHeight();
Qt.QListBox Class, Qt Namespace
public Qt.QRect ItemRect(Qt.QListBoxItem item);
Qt.QListBox Class, Qt Namespace
public bool ItemVisible(int index);
Qt.QListBox Class, Qt Namespace
public bool ItemVisible(Qt.QListBoxItem arg1);
Qt.QListBox Class, Qt Namespace
protected bool ItemYPos(int index, int[] yPos);
Qt.QListBox Class, Qt Namespace
public long MaxItemWidth();
Qt.QListBox Class, Qt Namespace
public Qt.QSize MinimumSizeHint();
Qt.QListBox Class, Qt Namespace
public int NumCols();
Qt.QListBox Class, Qt Namespace
public int NumColumns();
Qt.QListBox Class, Qt Namespace
public int NumItemsVisible();
Qt.QListBox Class, Qt Namespace
public int NumRows();
Qt.QListBox Class, Qt Namespace
protected void PaintCell(Qt.QPainter arg1, int row, int col);
Qt.QListBox Class, Qt Namespace
public Qt.QPixmap Pixmap(int index);
Qt.QListBox Class, Qt Namespace
public void RemoveItem(int index);
Qt.QListBox Class, Qt Namespace
public LayoutMode RowMode();
Qt.QListBox Class, Qt Namespace
public bool ScrollBar();
Qt.QListBox Class, Qt Namespace
public void SelectAll(bool select);
Qt.QListBox Class, Qt Namespace
public void SetAutoBottomScrollBar(bool enable);
Qt.QListBox Class, Qt Namespace
public void SetAutoScroll(bool arg1);
Qt.QListBox Class, Qt Namespace
public void SetAutoScrollBar(bool enable);
Qt.QListBox Class, Qt Namespace
public void SetAutoUpdate(bool arg1);
Qt.QListBox Class, Qt Namespace
public void SetBottomItem(int index);
Qt.QListBox Class, Qt Namespace
public void SetBottomScrollBar(bool enable);
Qt.QListBox Class, Qt Namespace
public void SetColumnMode(LayoutMode arg1);
Qt.QListBox Class, Qt Namespace
public void SetColumnMode(int arg1);
Qt.QListBox Class, Qt Namespace
public void SetCurrentItem(int index);
Qt.QListBox Class, Qt Namespace
public void SetCurrentItem(Qt.QListBoxItem arg1);
Qt.QListBox Class, Qt Namespace
public void SetDragSelect(bool arg1);
Qt.QListBox Class, Qt Namespace
public void SetFixedVisibleLines(int lines);
Qt.QListBox Class, Qt Namespace
public void SetFont(Qt.QFont arg1);
Qt.QListBox Class, Qt Namespace
public void SetMultiSelection(bool multi);
Qt.QListBox Class, Qt Namespace
public void SetRowMode(LayoutMode arg1);
Qt.QListBox Class, Qt Namespace
public void SetRowMode(int arg1);
Qt.QListBox Class, Qt Namespace
public void SetScrollBar(bool enable);
Qt.QListBox Class, Qt Namespace
public void SetSelected(Qt.QListBoxItem arg1, bool arg2);
Qt.QListBox Class, Qt Namespace
public void SetSelected(int arg1, bool arg2);
Qt.QListBox Class, Qt Namespace
public void SetSelectionMode(SelectionMode arg1);
Qt.QListBox Class, Qt Namespace
public void SetSmoothScrolling(bool arg1);
Qt.QListBox Class, Qt Namespace
public void SetTopItem(int index);
Qt.QListBox Class, Qt Namespace
public void SetVariableHeight(bool arg1);
Qt.QListBox Class, Qt Namespace
public void SetVariableWidth(bool arg1);
Qt.QListBox Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QListBox Class, Qt Namespace
public bool SmoothScrolling();
Qt.QListBox Class, Qt Namespace
public void Sort(bool ascending);
Qt.QListBox Class, Qt Namespace
public void Sort();
Qt.QListBox Class, Qt Namespace
public void TakeItem(Qt.QListBoxItem arg1);
Qt.QListBox Class, Qt Namespace
public System.String Text(int index);
Qt.QListBox Class, Qt Namespace
public SelectionMode TheSelectionMode();
Qt.QListBox Class, Qt Namespace
protected void ToggleCurrentItem();
Qt.QListBox Class, Qt Namespace
public int TopItem();
Qt.QListBox Class, Qt Namespace
protected int TotalHeight();
Qt.QListBox Class, Qt Namespace
protected int TotalWidth();
Qt.QListBox Class, Qt Namespace
public void TriggerUpdate(bool doLayout);
Qt.QListBox Class, Qt Namespace
protected void UpdateCellWidth();
Qt.QListBox Class, Qt Namespace
protected void UpdateItem(int index);
Qt.QListBox Class, Qt Namespace
protected void UpdateItem(Qt.QListBoxItem arg1);
Qt.QListBox Class, Qt Namespace
public bool VariableHeight();
Qt.QListBox Class, Qt Namespace
public bool VariableWidth();
Qt.QListBox Class, Qt Namespace
protected void WindowActivationChange(bool arg1);
Qt.QListBox Class, Qt Namespace