RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html

changeset 129
23ee57a96ea3
parent 119
a03f2be1997b
child 151
5260100b6700
diff -r 3911c0966e07 -r 23ee57a96ea3 RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html	Sun Jun 14 13:55:57 2015 +0200
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html	Sat Jun 27 11:15:48 2015 +0200
@@ -43,6 +43,9 @@
 <td><a href="#createCallTipsPage">createCallTipsPage</a></td>
 <td>Module function to create the calltips configuration page.</td>
 </tr><tr>
+<td><a href="#createMouseClickHandlerPage">createMouseClickHandlerPage</a></td>
+<td>Module function to create the mouse click handler configuration page.</td>
+</tr><tr>
 <td><a href="#getConfigData">getConfigData</a></td>
 <td>Module function returning data as required by the configuration dialog.</td>
 </tr><tr>
@@ -84,12 +87,18 @@
 <td><a href="#RefactoringRopePlugin.__connectEditor">__connectEditor</a></td>
 <td>Private method to connect an editor.</td>
 </tr><tr>
+<td><a href="#RefactoringRopePlugin.__connectMouseClickHandler">__connectMouseClickHandler</a></td>
+<td>Private method to connect the mouse click handler to an editor.</td>
+</tr><tr>
 <td><a href="#RefactoringRopePlugin.__determineLanguage">__determineLanguage</a></td>
 <td>Private method to determine the valid language strings.</td>
 </tr><tr>
 <td><a href="#RefactoringRopePlugin.__disconnectEditor">__disconnectEditor</a></td>
 <td>Private method to disconnect an editor.</td>
 </tr><tr>
+<td><a href="#RefactoringRopePlugin.__disconnectMouseClickHandler">__disconnectMouseClickHandler</a></td>
+<td>Private method to disconnect the mouse click handler from an editor.</td>
+</tr><tr>
 <td><a href="#RefactoringRopePlugin.__editorAboutToBeSaved">__editorAboutToBeSaved</a></td>
 <td>Private slot to get the old contents of the named file.</td>
 </tr><tr>
@@ -203,6 +212,16 @@
 <dd>
 reference to the editor (QScintilla.Editor)
 </dd>
+</dl><a NAME="RefactoringRopePlugin.__connectMouseClickHandler" ID="RefactoringRopePlugin.__connectMouseClickHandler"></a>
+<h4>RefactoringRopePlugin.__connectMouseClickHandler</h4>
+<b>__connectMouseClickHandler</b>(<i>editor</i>)
+<p>
+        Private method to connect the mouse click handler to an editor.
+</p><dl>
+<dt><i>editor</i></dt>
+<dd>
+reference to the editor (QScintilla.Editor)
+</dd>
 </dl><a NAME="RefactoringRopePlugin.__determineLanguage" ID="RefactoringRopePlugin.__determineLanguage"></a>
 <h4>RefactoringRopePlugin.__determineLanguage</h4>
 <b>__determineLanguage</b>(<i></i>)
@@ -223,6 +242,16 @@
 <dd>
 reference to the editor (QScintilla.Editor)
 </dd>
+</dl><a NAME="RefactoringRopePlugin.__disconnectMouseClickHandler" ID="RefactoringRopePlugin.__disconnectMouseClickHandler"></a>
+<h4>RefactoringRopePlugin.__disconnectMouseClickHandler</h4>
+<b>__disconnectMouseClickHandler</b>(<i>editor</i>)
+<p>
+        Private method to disconnect the mouse click handler from an editor.
+</p><dl>
+<dt><i>editor</i></dt>
+<dd>
+reference to the editor (QScintilla.Editor)
+</dd>
 </dl><a NAME="RefactoringRopePlugin.__editorAboutToBeSaved" ID="RefactoringRopePlugin.__editorAboutToBeSaved"></a>
 <h4>RefactoringRopePlugin.__editorAboutToBeSaved</h4>
 <b>__editorAboutToBeSaved</b>(<i>filename</i>)
@@ -470,6 +499,24 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="createMouseClickHandlerPage" ID="createMouseClickHandlerPage"></a>
+<h2>createMouseClickHandlerPage</h2>
+<b>createMouseClickHandlerPage</b>(<i>configDlg</i>)
+<p>
+    Module function to create the mouse click handler configuration page.
+</p><dl>
+<dt><i>configDlg</i></dt>
+<dd>
+reference to the configuration dialog
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the configuration page
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="getConfigData" ID="getConfigData"></a>
 <h2>getConfigData</h2>
 <b>getConfigData</b>(<i></i>)

eric ide

mercurial