Table of Contents

Class Model.ItemFlags

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

Provides built-in flag values that describe item capabilities.

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

Fields

ItemIsAutoTristate

public const int ItemIsAutoTristate = 64

Field Value

int

ItemIsDragEnabled

public const int ItemIsDragEnabled = 4

Field Value

int

ItemIsDropEnabled

public const int ItemIsDropEnabled = 8

Field Value

int

ItemIsEditable

public const int ItemIsEditable = 2

Field Value

int

ItemIsEnabled

public const int ItemIsEnabled = 32

Field Value

int

ItemIsSelectable

public const int ItemIsSelectable = 1

Field Value

int

ItemIsUserCheckable

public const int ItemIsUserCheckable = 16

Field Value

int

ItemIsUserTristate

public const int ItemIsUserTristate = 256

Field Value

int

ItemNeverHasChildren

public const int ItemNeverHasChildren = 128

Field Value

int

NoItemFlags

public const int NoItemFlags = 0

Field Value

int