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

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
diff -r d6062691d424 -r e0227a7c850e eric7/Documentation/Source/eric7.Utilities.MouseUtilities.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric7/Documentation/Source/eric7.Utilities.MouseUtilities.html	Mon May 24 11:19:57 2021 +0200
@@ -0,0 +1,82 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.Utilities.MouseUtilities</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>eric7.Utilities.MouseUtilities</h1>
+
+<p>
+Module implementing utility functions related to Mouse stuff.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>__button2String</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Functions</h3>
+
+<table>
+
+<tr>
+<td><a href="#MouseButtonModifier2String">MouseButtonModifier2String</a></td>
+<td>Function to convert a modifier and mouse button combination to a displayable string.</td>
+</tr>
+</table>
+<hr />
+<hr />
+<a NAME="MouseButtonModifier2String" ID="MouseButtonModifier2String"></a>
+<h2>MouseButtonModifier2String</h2>
+<b>MouseButtonModifier2String</b>(<i>modifiers, button</i>)
+
+<p>
+    Function to convert a modifier and mouse button combination to a
+    displayable string.
+</p>
+<dl>
+
+<dt><i>modifiers</i> (Qt.KeyboardModifiers)</dt>
+<dd>
+keyboard modifiers of the handler
+</dd>
+<dt><i>button</i> (Qt.MouseButton)</dt>
+<dd>
+mouse button of the handler
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+display string of the modifier and mouse button combination
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial