public void SetItemDelegate(QAbstractItemDelegate arg1) { interceptor.Invoke("setItemDelegate#", "setItemDelegate(QAbstractItemDelegate*)", typeof(void), typeof(QAbstractItemDelegate), arg1); }
protected virtual void CloseEditor(QWidget editor, QAbstractItemDelegate.EndEditHint hint) { interceptor.Invoke("closeEditor#$", "closeEditor(QWidget*, QAbstractItemDelegate::EndEditHint)", typeof(void), typeof(QWidget), editor, typeof(QAbstractItemDelegate.EndEditHint), hint); }
public void SetItemDelegateForRow(int row, QAbstractItemDelegate arg2) { interceptor.Invoke("setItemDelegateForRow$#", "setItemDelegateForRow(int, QAbstractItemDelegate*)", typeof(void), typeof(int), row, typeof(QAbstractItemDelegate), arg2); }
public void SetItemDelegateForColumn(int column, QAbstractItemDelegate arg2) { interceptor.Invoke("setItemDelegateForColumn$#", "setItemDelegateForColumn(int, QAbstractItemDelegate*)", typeof(void), typeof(int), column, typeof(QAbstractItemDelegate), arg2); }