eric6/Documentation/Source/eric6.Utilities.MouseUtilities.html

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Utilities.MouseUtilities</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Utilities.MouseUtilities</h1>
23 <p>
24 Module implementing utility functions related to Mouse stuff.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>__button2String</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <h3>Functions</h3>
35 <table>
36 <tr>
37 <td><a href="#MouseButtonModifier2String">MouseButtonModifier2String</a></td>
38 <td>Function to convert a modifier and mouse button combination to a displayable string.</td>
39 </tr>
40 </table>
41 <hr /><hr />
42 <a NAME="MouseButtonModifier2String" ID="MouseButtonModifier2String"></a>
43 <h2>MouseButtonModifier2String</h2>
44 <b>MouseButtonModifier2String</b>(<i>modifiers, button</i>)
45 <p>
46 Function to convert a modifier and mouse button combination to a
47 displayable string.
48 </p><dl>
49 <dt><i>modifiers</i> (Qt.KeyboardModifiers)</dt>
50 <dd>
51 keyboard modifiers of the handler
52 </dd><dt><i>button</i> (Qt.MouseButton)</dt>
53 <dd>
54 mouse button of the handler
55 </dd>
56 </dl><dl>
57 <dt>Returns:</dt>
58 <dd>
59 display string of the modifier and mouse button combination
60 </dd>
61 </dl><dl>
62 <dt>Return Type:</dt>
63 <dd>
64 str
65 </dd>
66 </dl>
67 <div align="right"><a href="#top">Up</a></div>
68 <hr />
69 </body></html>

eric ide

mercurial