Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html

changeset 3393
080ace4829b4
parent 3238
fa28dab59a9e
child 3591
2f2a4a76dd22
--- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html	Mon Mar 17 19:01:14 2014 +0100
+++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html	Mon Mar 17 19:11:48 2014 +0100
@@ -79,6 +79,9 @@
 <td><a href="#QsciScintillaCompat.__doSearchTarget">__doSearchTarget</a></td>
 <td>Private method to perform the search in target.</td>
 </tr><tr>
+<td><a href="#QsciScintillaCompat.__modificationChanged">__modificationChanged</a></td>
+<td>Private slot to handle the modificationChanged signal.</td>
+</tr><tr>
 <td><a href="#QsciScintillaCompat.__setFoldMarker">__setFoldMarker</a></td>
 <td>Private method to define a fold marker.</td>
 </tr><tr>
@@ -247,6 +250,9 @@
 <td><a href="#QsciScintillaCompat.inputMethodQuery">inputMethodQuery</a></td>
 <td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td>
 </tr><tr>
+<td><a href="#QsciScintillaCompat.isModified">isModified</a></td>
+<td>Public method to return the modification status.</td>
+</tr><tr>
 <td><a href="#QsciScintillaCompat.lineAt">lineAt</a></td>
 <td>Public method to calculate the line at a position.</td>
 </tr><tr>
@@ -334,6 +340,9 @@
 <td><a href="#QsciScintillaCompat.setLexer">setLexer</a></td>
 <td>Public method to set the lexer.</td>
 </tr><tr>
+<td><a href="#QsciScintillaCompat.setModified">setModified</a></td>
+<td>Public slot to set the modification status.</td>
+</tr><tr>
 <td><a href="#QsciScintillaCompat.setRectangularSelection">setRectangularSelection</a></td>
 <td>Public method to set a rectangular selection.</td>
 </tr><tr>
@@ -410,6 +419,16 @@
 <dd>
 flag indicating a successful search (boolean)
 </dd>
+</dl><a NAME="QsciScintillaCompat.__modificationChanged" ID="QsciScintillaCompat.__modificationChanged"></a>
+<h4>QsciScintillaCompat.__modificationChanged</h4>
+<b>__modificationChanged</b>(<i>m</i>)
+<p>
+        Private slot to handle the modificationChanged signal.
+</p><dl>
+<dt><i>m</i></dt>
+<dd>
+modification status (boolean)
+</dd>
 </dl><a NAME="QsciScintillaCompat.__setFoldMarker" ID="QsciScintillaCompat.__setFoldMarker"></a>
 <h4>QsciScintillaCompat.__setFoldMarker</h4>
 <b>__setFoldMarker</b>(<i>marknr, mark=QsciScintilla.SC_MARK_EMPTY</i>)
@@ -1073,6 +1092,16 @@
 <dd>
 object containing the requested information
 </dd>
+</dl><a NAME="QsciScintillaCompat.isModified" ID="QsciScintillaCompat.isModified"></a>
+<h4>QsciScintillaCompat.isModified</h4>
+<b>isModified</b>(<i></i>)
+<p>
+        Public method to return the modification status.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating the modification status (boolean)
+</dd>
 </dl><a NAME="QsciScintillaCompat.lineAt" ID="QsciScintillaCompat.lineAt"></a>
 <h4>QsciScintillaCompat.lineAt</h4>
 <b>lineAt</b>(<i>pos</i>)
@@ -1422,6 +1451,16 @@
 <dd>
 the lexer to be set or None to reset it.
 </dd>
+</dl><a NAME="QsciScintillaCompat.setModified" ID="QsciScintillaCompat.setModified"></a>
+<h4>QsciScintillaCompat.setModified</h4>
+<b>setModified</b>(<i>m</i>)
+<p>
+        Public slot to set the modification status.
+</p><dl>
+<dt><i>m</i></dt>
+<dd>
+new modification status (boolean)
+</dd>
 </dl><a NAME="QsciScintillaCompat.setRectangularSelection" ID="QsciScintillaCompat.setRectangularSelection"></a>
 <h4>QsciScintillaCompat.setRectangularSelection</h4>
 <b>setRectangularSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>)

eric ide

mercurial