Table of Contents

Class Model.MatchFlags

Namespace
Qt.Bridge.Models
Assembly
Qt.Bridge.CSharp.Api.dll

Provides matching behavior flags for subclasses.

protected static class Model.MatchFlags
Inheritance
Model.MatchFlags
Inherited Members

Fields

MatchCaseSensitive

public const int MatchCaseSensitive = 16

Field Value

int

MatchContains

public const int MatchContains = 1

Field Value

int

MatchEndsWith

public const int MatchEndsWith = 3

Field Value

int

MatchExactly

public const int MatchExactly = 0

Field Value

int

MatchFixedString

public const int MatchFixedString = 8

Field Value

int

MatchRecursive

public const int MatchRecursive = 64

Field Value

int

MatchRegularExpression

public const int MatchRegularExpression = 4

Field Value

int

MatchStartsWith

public const int MatchStartsWith = 2

Field Value

int

MatchWildcard

public const int MatchWildcard = 5

Field Value

int

MatchWrap

public const int MatchWrap = 32

Field Value

int