Documentation/Source/eric5.QScintilla.Editor.html

changeset 1518
e6e21910210d
parent 1507
9225700cbff5
child 1755
976457c61226
--- a/Documentation/Source/eric5.QScintilla.Editor.html	Fri Dec 30 15:20:34 2011 +0100
+++ b/Documentation/Source/eric5.QScintilla.Editor.html	Fri Dec 30 18:33:18 2011 +0100
@@ -647,6 +647,9 @@
 <td><a href="#Editor.ensureVisibleTop">ensureVisibleTop</a></td>
 <td>Public slot to ensure, that the specified line is visible at the top of the editor.</td>
 </tr><tr>
+<td><a href="#Editor.event">event</a></td>
+<td>Protected method handling events.</td>
+</tr><tr>
 <td><a href="#Editor.exportFile">exportFile</a></td>
 <td>Public method to export the file.</td>
 </tr><tr>
@@ -662,6 +665,9 @@
 <td><a href="#Editor.focusOutEvent">focusOutEvent</a></td>
 <td>Public method called when the editor loses focus.</td>
 </tr><tr>
+<td><a href="#Editor.gestureEvent">gestureEvent</a></td>
+<td>Protected method handling gesture events.</td>
+</tr><tr>
 <td><a href="#Editor.getBookmarks">getBookmarks</a></td>
 <td>Public method to retrieve the bookmarks.</td>
 </tr><tr>
@@ -2360,6 +2366,21 @@
 <dd>
 line number to make visible
 </dd>
+</dl><a NAME="Editor.event" ID="Editor.event"></a>
+<h4>Editor.event</h4>
+<b>event</b>(<i>evt</i>)
+<p>
+        Protected method handling events.
+</p><dl>
+<dt><i>evt</i></dt>
+<dd>
+reference to the event (QEvent)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating, if the event was handled (boolean)
+</dd>
 </dl><a NAME="Editor.exportFile" ID="Editor.exportFile"></a>
 <h4>Editor.exportFile</h4>
 <b>exportFile</b>(<i>exporterFormat</i>)
@@ -2409,6 +2430,16 @@
 <dd>
 the event object (QFocusEvent)
 </dd>
+</dl><a NAME="Editor.gestureEvent" ID="Editor.gestureEvent"></a>
+<h4>Editor.gestureEvent</h4>
+<b>gestureEvent</b>(<i>evt</i>)
+<p>
+        Protected method handling gesture events.
+</p><dl>
+<dt><i>evt</i></dt>
+<dd>
+reference to the gesture event (QGestureEvent
+</dd>
 </dl><a NAME="Editor.getBookmarks" ID="Editor.getBookmarks"></a>
 <h4>Editor.getBookmarks</h4>
 <b>getBookmarks</b>(<i></i>)

eric ide

mercurial