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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Utilities.MouseUtilities</h1> 23 <h1>eric6.Utilities.MouseUtilities</h1>
24
23 <p> 25 <p>
24 Module implementing utility functions related to Mouse stuff. 26 Module implementing utility functions related to Mouse stuff.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>__button2String</td></tr> 31 <tr><td>__button2String</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
32 <tr><td>None</td></tr> 36 <tr><td>None</td></tr>
33 </table> 37 </table>
34 <h3>Functions</h3> 38 <h3>Functions</h3>
39
35 <table> 40 <table>
41
36 <tr> 42 <tr>
37 <td><a href="#MouseButtonModifier2String">MouseButtonModifier2String</a></td> 43 <td><a href="#MouseButtonModifier2String">MouseButtonModifier2String</a></td>
38 <td>Function to convert a modifier and mouse button combination to a displayable string.</td> 44 <td>Function to convert a modifier and mouse button combination to a displayable string.</td>
39 </tr> 45 </tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="MouseButtonModifier2String" ID="MouseButtonModifier2String"></a> 49 <a NAME="MouseButtonModifier2String" ID="MouseButtonModifier2String"></a>
43 <h2>MouseButtonModifier2String</h2> 50 <h2>MouseButtonModifier2String</h2>
44 <b>MouseButtonModifier2String</b>(<i>modifiers, button</i>) 51 <b>MouseButtonModifier2String</b>(<i>modifiers, button</i>)
52
45 <p> 53 <p>
46 Function to convert a modifier and mouse button combination to a 54 Function to convert a modifier and mouse button combination to a
47 displayable string. 55 displayable string.
48 </p><dl> 56 </p>
57 <dl>
58
49 <dt><i>modifiers</i> (Qt.KeyboardModifiers)</dt> 59 <dt><i>modifiers</i> (Qt.KeyboardModifiers)</dt>
50 <dd> 60 <dd>
51 keyboard modifiers of the handler 61 keyboard modifiers of the handler
52 </dd><dt><i>button</i> (Qt.MouseButton)</dt> 62 </dd>
63 <dt><i>button</i> (Qt.MouseButton)</dt>
53 <dd> 64 <dd>
54 mouse button of the handler 65 mouse button of the handler
55 </dd> 66 </dd>
56 </dl><dl> 67 </dl>
68 <dl>
57 <dt>Returns:</dt> 69 <dt>Returns:</dt>
58 <dd> 70 <dd>
59 display string of the modifier and mouse button combination 71 display string of the modifier and mouse button combination
60 </dd> 72 </dd>
61 </dl><dl> 73 </dl>
74 <dl>
62 <dt>Return Type:</dt> 75 <dt>Return Type:</dt>
63 <dd> 76 <dd>
64 str 77 str
65 </dd> 78 </dd>
66 </dl> 79 </dl>

eric ide

mercurial