src/eric7/Documentation/Source/eric7.Utilities.MouseUtilities.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10478
de9106c55c3d
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Utilities.MouseUtilities</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Utilities.MouseUtilities</h1>
10
11 <p>
12 Module implementing utility functions related to Mouse stuff.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>__button2String</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22 <tr><td>None</td></tr>
23 </table>
24 <h3>Functions</h3>
25
26 <table>
27
28 <tr>
29 <td><a href="#MouseButtonModifier2String">MouseButtonModifier2String</a></td>
30 <td>Function to convert a modifier and mouse button combination to a displayable string.</td>
31 </tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="MouseButtonModifier2String" ID="MouseButtonModifier2String"></a>
36 <h2>MouseButtonModifier2String</h2>
37 <b>MouseButtonModifier2String</b>(<i>modifiers, button</i>)
38
39 <p>
40 Function to convert a modifier and mouse button combination to a
41 displayable string.
42 </p>
43 <dl>
44
45 <dt><i>modifiers</i> (Qt.KeyboardModifiers)</dt>
46 <dd>
47 keyboard modifiers of the handler
48 </dd>
49 <dt><i>button</i> (Qt.MouseButton)</dt>
50 <dd>
51 mouse button of the handler
52 </dd>
53 </dl>
54 <dl>
55 <dt>Return:</dt>
56 <dd>
57 display string of the modifier and mouse button combination
58 </dd>
59 </dl>
60 <dl>
61 <dt>Return Type:</dt>
62 <dd>
63 str
64 </dd>
65 </dl>
66 <div align="right"><a href="#top">Up</a></div>
67 <hr />
68 </body></html>

eric ide

mercurial