/// <remarks> /// Sets the item selection model based on which the item related actions /// should operate. If none is set, all item actions will be disabled. /// </remarks> <short> Sets the item selection model based on which the item related actions should operate.</short> public void SetItemSelectionModel(QItemSelectionModel selectionModel) { interceptor.Invoke("setItemSelectionModel#", "setItemSelectionModel(QItemSelectionModel*)", typeof(void), typeof(QItemSelectionModel), selectionModel); }
public override void SetSelectionModel(QItemSelectionModel selectionModel) { interceptor.Invoke("setSelectionModel#", "setSelectionModel(QItemSelectionModel*)", typeof(void), typeof(QItemSelectionModel), selectionModel); }