-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0f283b5
Showing
203 changed files
with
90,551 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
<html> | ||
<head> | ||
<meta http-equiv="refresh" content="0; url='v0.2.0/'" /> | ||
</head> | ||
<body> | ||
<p>Redirecting to docs. Click <a href="v0.2.0/">this link</a> if redirect does not happen. | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 10beb19649f45f87052fb6dd87ab8c6c | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
The API | ||
======= | ||
|
||
Here we document all of the useful parts of the API. | ||
|
||
Finding windows | ||
--------------- | ||
|
||
See :doc:`finding_windows` for a guide. | ||
|
||
.. py:currentmodule:: systa.windows | ||
.. autodata:: current_windows | ||
|
||
.. autoclass:: CurrentWindows | ||
:members: | ||
:special-members: __contains__, __getitem__ | ||
|
||
.. autoclass:: WindowSearchPredicate | ||
:members: | ||
|
||
.. autodata:: WindowLookupType | ||
:annotation: | ||
|
||
.. autoclass:: regex_search | ||
|
||
.. autoclass:: classname_search | ||
|
||
Controlling windows | ||
------------------- | ||
|
||
.. autoclass:: Window | ||
:members: | ||
:special-members: __eq__ | ||
|
||
.. autoclass:: WindowRelativeMouseController | ||
|
||
Events | ||
------ | ||
|
||
The user's function will be called with one argument whose value is an instance of the | ||
``EventData`` :func:`~dataclasses.dataclass`. | ||
|
||
``listen_to`` decorators | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. py:currentmodule:: systa.events.decorators.listen_to | ||
.. automodule:: systa.events.decorators.listen_to | ||
:members: | ||
|
||
``filter_by`` decorators | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. automodule:: systa.events.decorators.filter_by | ||
:members: | ||
|
||
Event types | ||
^^^^^^^^^^^ | ||
|
||
.. autoclass:: systa.events.types.EventData | ||
:members: | ||
|
||
.. autoclass:: systa.events.types.CallbackReturn | ||
:members: | ||
|
||
.. autodata:: systa.events.types.EventType | ||
:annotation: | ||
|
||
Other types | ||
----------- | ||
|
||
.. py:currentmodule:: systa.types | ||
.. autoclass:: systa.types.Point | ||
:members: | ||
:special-members: __iter__ | ||
|
||
.. autoclass:: systa.types.Rect | ||
:members: | ||
:special-members: __iter__ | ||
|
||
Helpers | ||
------- | ||
|
||
.. automodule:: systa.backend.monitors | ||
:members: | ||
|
||
.. autofunction:: systa.utils.composed |
Oops, something went wrong.