Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html

changeset 1444
552d2d74f5cf
parent 1229
a8207dc73672
child 1518
e6e21910210d
diff -r 9b9396fc54aa -r 552d2d74f5cf Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html
--- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html	Sun Nov 13 19:14:57 2011 +0100
+++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html	Sun Nov 13 19:56:47 2011 +0100
@@ -134,6 +134,9 @@
 <td><a href="#QsciScintillaCompat.editorCommand">editorCommand</a></td>
 <td>Public method to perform a simple editor command.</td>
 </tr><tr>
+<td><a href="#QsciScintillaCompat.event">event</a></td>
+<td>Public method to handle events.</td>
+</tr><tr>
 <td><a href="#QsciScintillaCompat.extendSelectionLeft">extendSelectionLeft</a></td>
 <td>Public method to extend the selection one character to the left.</td>
 </tr><tr>
@@ -552,6 +555,19 @@
 <dd>
 the scintilla command to be performed (integer)
 </dd>
+</dl><a NAME="QsciScintillaCompat.event" ID="QsciScintillaCompat.event"></a>
+<h4>QsciScintillaCompat.event</h4>
+<b>event</b>(<i>evt</i>)
+<p>
+        Public method to handle events.
+</p><p>
+        Note: We are not interested in the standard QsciScintilla event handling
+        because we do it our self.
+</p><dl>
+<dt><i>evt</i></dt>
+<dd>
+event object to handle (QEvent)
+</dd>
 </dl><a NAME="QsciScintillaCompat.extendSelectionLeft" ID="QsciScintillaCompat.extendSelectionLeft"></a>
 <h4>QsciScintillaCompat.extendSelectionLeft</h4>
 <b>extendSelectionLeft</b>(<i></i>)
@@ -644,7 +660,7 @@
 </p><dl>
 <dt><i>event</i></dt>
 <dd>
-the event object (QFocusEvent)
+event object (QFocusEvent)
 </dd>
 </dl><a NAME="QsciScintillaCompat.foldExpandedAt" ID="QsciScintillaCompat.foldExpandedAt"></a>
 <h4>QsciScintillaCompat.foldExpandedAt</h4>

eric ide

mercurial