Thu, 18 Oct 2018 18:53:23 +0200
Updated source docu.
<!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>