Enumeration

AtspiCollectionMatchType

since: 2.0

Declaration

enum Atspi.CollectionMatchType

Description [src]

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

Available since: 2.0

Members

ATSPI_Collection_MATCH_INVALID

Indicates an error condition or uninitialized value.

  • Value: 0
  • Nickname: invalid
  • Available since: 2.0
ATSPI_Collection_MATCH_ALL

TRUE if all of the criteria are met.

  • Value: 1
  • Nickname: all
  • Available since: 2.0
ATSPI_Collection_MATCH_ANY

TRUE if any of the criteria are met.

  • Value: 2
  • Nickname: any
  • Available since: 2.0
ATSPI_Collection_MATCH_NONE

TRUE if none of the criteria are met.

  • Value: 3
  • Nickname: none
  • Available since: 2.0
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.

  • Value: 4
  • Nickname: empty
  • Available since: 2.0
ATSPI_Collection_MATCH_LAST_DEFINED

Used only to determine the end of the enumeration.

  • Value: 5
  • Nickname: last-defined
  • Available since: 2.0