Qyoto.QAbstractItemModel.Match C# (CSharp) Method

Match() private method

private Match ( Qyoto.QModelIndex start, int role, Qyoto.QVariant value, int hits, uint flags ) : List
start Qyoto.QModelIndex
role int
value Qyoto.QVariant
hits int
flags uint
return List
        public virtual List<QModelIndex> Match(QModelIndex start, int role, QVariant value, int hits, uint flags)
        {
            return (List<QModelIndex>) interceptor.Invoke("match#$#$$", "match(const QModelIndex&, int, const QVariant&, int, Qt::MatchFlags) const", typeof(List<QModelIndex>), typeof(QModelIndex), start, typeof(int), role, typeof(QVariant), value, typeof(int), hits, typeof(uint), flags);
        }

Same methods

QAbstractItemModel::Match ( Qyoto.QModelIndex start, int role, Qyoto.QVariant value ) : List
QAbstractItemModel::Match ( Qyoto.QModelIndex start, int role, Qyoto.QVariant value, int hits ) : List