Skip to content

Commit 72e2ad2

Browse files
committed
PyQt window reference docs
1 parent 2c26d99 commit 72e2ad2

File tree

1 file changed

+44
-29
lines changed

1 file changed

+44
-29
lines changed
Lines changed: 44 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,44 @@
1-
2-
.. py:module:: demosys.context.pyqt
3-
.. py:currentmodule:: demosys.context.pyqt
4-
5-
demosys.context.pyqt.Window
6-
===========================
7-
8-
.. autodata:: Window
9-
:annotation:
10-
11-
.. autodata:: Keys
12-
:annotation:
13-
14-
Methods
15-
-------
16-
17-
.. automethod:: Window.__init__
18-
.. automethod:: Window.keyPressEvent
19-
.. automethod:: Window.keyReleaseEvent
20-
.. automethod:: Window.mouseMoveEvent
21-
.. automethod:: Window.resizeGL
22-
.. automethod:: Window.swap_buffers
23-
.. automethod:: Window.use
24-
.. automethod:: Window.should_close
25-
.. automethod:: Window.close
26-
.. automethod:: Window.terminate
27-
28-
Attributes
29-
----------
1+
2+
.. py:module:: demosys.context.pyqt
3+
.. py:currentmodule:: demosys.context.pyqt
4+
5+
demosys.context.pyqt.Window
6+
===========================
7+
8+
.. autodata:: Window
9+
:annotation:
10+
11+
.. autodata:: Keys
12+
:annotation:
13+
14+
Methods
15+
-------
16+
17+
.. automethod:: Window.__init__
18+
.. automethod:: Window.keyPressEvent
19+
.. automethod:: Window.keyReleaseEvent
20+
.. automethod:: Window.mouseMoveEvent
21+
.. automethod:: Window.swap_buffers
22+
.. automethod:: Window.use
23+
.. automethod:: Window.should_close
24+
.. automethod:: Window.close
25+
.. automethod:: Window.terminate
26+
.. automethod:: Window.resize
27+
28+
Other Inherited Methods
29+
-----------------------
30+
31+
.. automethod:: Window.draw
32+
.. automethod:: Window.clear
33+
.. automethod:: Window.clear_values
34+
.. automethod:: Window.keyboard_event
35+
.. automethod:: Window.cursor_event
36+
.. automethod:: Window.print_context_info
37+
.. automethod:: Window.set_default_viewport
38+
39+
Attributes
40+
----------
41+
42+
.. autoattribute:: Window.size
43+
.. autoattribute:: Window.buffer_size
44+
.. autoattribute:: Window.keys

0 commit comments

Comments
 (0)