Atspi.MatchRule

g Atspi.MatchRule Atspi.MatchRule GObject.Object GObject.Object GObject.Object->Atspi.MatchRule

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (states, statematchtype, attributes, attributematchtype, roles, rolematchtype, interfaces, interfacematchtype, invert)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

attributematchtype

Atspi.CollectionMatchType

r

attributes

{object: object}

r

interfacematchtype

Atspi.CollectionMatchType

r

interfaces

[object]

r

invert

bool

r

parent

GObject.Object

r

rolematchtype

Atspi.CollectionMatchType

r

roles

[int]

r

statematchtype

Atspi.CollectionMatchType

r

states

Atspi.StateSet

r

Class Details

class Atspi.MatchRule(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Atspi.MatchRuleClass

An interface that allows the definition of match rules for accessible objects.

classmethod new(states, statematchtype, attributes, attributematchtype, roles, rolematchtype, interfaces, interfacematchtype, invert)
Parameters:
Returns:

A new Atspi.MatchRule.

Return type:

Atspi.MatchRule

Creates a new Atspi.MatchRule with specified states, attributes, interfaces, and roles.