Documentation/Source/eric6.Utilities.MouseUtilities.html

changeset 4290
5d4f4230a5ed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric6.Utilities.MouseUtilities.html	Wed Jun 24 19:52:13 2015 +0200
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.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>eric6.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>Returns:</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