Enumeration

AtspiCollectionMatchType

Declaration

enum Atspi.CollectionMatchType

Description [src]

Enumeration used by AtspiMatchRule to specify how to interpret AtspiAccessible objects.

Members

Name Description
ATSPI_Collection_MATCH_INVALID

Indicates an error condition or uninitialized value.

ATSPI_Collection_MATCH_ALL

TRUE if all of the criteria are met.

ATSPI_Collection_MATCH_ANY

TRUE if any of the criteria are met.

ATSPI_Collection_MATCH_NONE

TRUE if none of the criteria are met.

ATSPI_Collection_MATCH_EMPTY

Same as ATSPI_Collection_MATCH_ALL if the criteria is non-empty; for empty criteria this rule requires returned value to also have empty set.

ATSPI_Collection_MATCH_LAST_DEFINED

Used only to determine the end of the enumeration.