+
    <i"  c                   s   ^ RI Ht ^ RI5 ^ RI5 ^ RI5 . ROt ! R R]4      t]! ^ 4      t]! ^4      t	]! ^4      t
 ! R R]4      t]! ^4      t]! ^4      t]! ^ 4      t]! ^4      t]! ^4      t]! ^4      t]! ^4      t]! ^4      t]! ^4      t ! R	 R]4      t]! ^4      t]! ^4      t]! ^4      t]! ^4      t]! ^4      t]! ^4      t]! ^ 4      t ! R
 R]4      tR# )i    )Atspi)Z*	CoordTypeComponentLayer	Component
ScrollTypec                   s&    ] tR t^1t^ R^R^R/tRtR# )r   	XY_SCREEN	XY_WINDOW	XY_PARENT N__name__
__module____qualname____firstlineno__Z_enum_lookup__static_attributes__r       6/usr/lib/python3.14/site-packages/pyatspi/component.pyr   r   1   s    +++
r   c                   s>    ] tR t^>t^ R^R^R^R^R^R^R^R^R	/	tR
tR# )r   LAYER_INVALIDLAYER_BACKGROUNDLAYER_CANVASLAYER_WIDGET	LAYER_MDILAYER_POPUPLAYER_OVERLAYLAYER_WINDOWLAYER_LAST_DEFINEDr   Nr	   r   r   r   r   r   >   s8    /$..+-/.&

r   c                   s6    ] tR t^Wt^ R^R^R^R^R^R^R/tRtR	# )
r   SCROLL_TOP_LEFTSCROLL_BOTTOM_RIGHTSCROLL_TOP_EDGESCROLL_BOTTOM_EDGESCROLL_LEFT_EDGESCROLL_RIGHT_EDGESCROLL_ANYWHEREr   Nr	   r   r   r   r   r   W   s3    #'#&$%#
r   c                   sf   a  ] tR t^lt o RtR tR tR tR tR t	R t
R tR	 tR
 tR tR tRtV tR# )r   a#  
The Component interface is implemented by objects which occupy
on-screen space, e.g. objects which have onscreen visual representations.
The methods in Component allow clients to identify where the
objects lie in the onscreen coordinate system, their relative
size, stacking order, and position. It also provides a mechanism
whereby keyboard focus may be transferred to specific user interface
elements programmatically. This is a 2D API, coordinates of 3D
objects are projected into the 2-dimensional screen view for
purposes of this interface.
c                X    \         P                  P                  V P                  WV4      # )z`
@return True if the specified point lies within the Component's
bounding box, False otherwise.
)r    r   containsobjselfxy
coord_type   &&&&r   r"   ZComponent.containsy   s!    
 //!
KKr   c                r!   )zO
@return the Accessible child whose bounding box contains the
specified point.
)r    r   Zget_accessible_at_pointr#   r$   r)   r   getAccessibleAtPointZComponent.getAccessibleAtPoint   s!    
 >>txxzZZr   c                T    \         P                  P                  V P                  4      # )z
Obtain the alpha value of the component. An alpha value of 1.0
or greater indicates that the object is fully opaque, and an
alpha value of 0.0 indicates that the object is fully transparent.
Negative alpha values have no defined meaning at this time.
)r    r   Z	get_alphar#   r%      &r   getAlphaZComponent.getAlpha   s     00::r   c                h    \        \        P                  P                  V P                  V4      4      # )a/  
Obtain the Component's bounding box, in pixels, relative to the
specified coordinate system. 
The returned values are meaningful only if the Component has
both STATE_VISIBLE and STATE_SHOWING.
@param coord_type
@return a BoundingBox which entirely contains the object's onscreen
visual representation.
)ZgetBoundingBoxr    r   Zget_extentsr#   r%   r(      &&r   
getExtentsZComponent.getExtents   s$     &eoo&A&A$((J&WXXr   c                r+   )z:
@return the ComponentLayer in which this object resides.
)r    r   Z	get_layerr#   r,   r-   r   getLayerZComponent.getLayer   s     00::r   c                r+   )a=  
Obtain the relative stacking order (i.e. 'Z' order) of an object.
Larger values indicate that an object is on "top" of the stack,
therefore objects with smaller MDIZOrder may be obscured by objects
with a larger MDIZOrder, but not vice-versa. 
@return an integer indicating the object's place in the stacking
order.
)r    r   Zget_mdi_z_orderr#   r,   r-   r   getMDIZOrderZComponent.getMDIZOrder   s     66txx@@r   c                r/   )a  
Obtain the position of the current component in the coordinate
system specified by coord_type. 
The returned values are meaningful only if the Component has
both STATE_VISIBLE and STATE_SHOWING.
@param : coord_type
@param : x
an out parameter which will be back-filled with the returned
x coordinate. 
@param : y
an out parameter which will be back-filled with the returned
y coordinate.
)pointToListr    r   Zget_positionr#   r0   r1   r   getPositionZComponent.getPosition   s$     #5??#?#?*#UVVr   c                sf    \        \        P                  P                  V P                  4      4      # )a  
Obtain the size, in the coordinate system specified by coord_type,
of the rectangular area which fully contains the object's visual
representation, without accounting for viewport clipping. 
The returned values are meaningful only if the Component has
both STATE_VISIBLE and STATE_SHOWING.
@param : width
the object's horizontal extents in the specified coordinate system.
@param : height
the object's vertical extents in the specified coordinate system.
)r5   r    r   Zget_sizer#   r,   r-   r   getSizeZComponent.getSize   s"     #5??#;#;DHH#EFFr   c                r+   )z~
Request that the object obtain keyboard focus.
@return True if keyboard focus was successfully transferred to
the Component.
)r    r   Z
grab_focusr#   r,   r-   r   	grabFocusZComponent.grabFocus   s     11$((;;r   c                sV    \         P                  P                  V P                  V4      # z
Makes the object visible on the screen at a given position by
scrolling all necessary parents.
@return True if scrolling was successful.
)r    r   Z	scroll_tor#   )r%   Zscroll_typer1   r   scrollToZComponent.scrollTo   s     00;GGr   c                r!   r9   )r    r   Zscroll_to_pointr#   )r%   r(   r&   r'   r)   r   scrollToPointZComponent.scrollToPoint   s"     66txxPQRRr   r   N)r
   r   r   r   Z__doc__r"   r*   r.   r2   r3   r4   r6   r7   r8   r:   r;   r   Z__classdictcell__)Z__classdict__s   @r   r   r   l   sO     
		L	[	;
	Y	;		A	W 	G	<	H	S 	Sr   N)r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    )Zgi.repositoryr    Zpyatspi.atspienumZpyatspi.utilsZpyatspi.interfaceZ__all__Z	AtspiEnumr   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r   r   r   r   r   r   Z	interfacer   r   r   r   <module>r<      s        8
	 
 aL	aL	aL	
Y 
 "!$ a q!#A& 1	q!Qa a 	
 	
 Q-]  m a= qM Q-Q-uS	 uSr   