Documentation/Source/eric5.QScintilla.MiniEditor.html

changeset 1228
7afaf2fca55b
parent 1199
d3d4790602f2
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
45 <hr /><hr /> 45 <hr /><hr />
46 <a NAME="MiniEditor" ID="MiniEditor"></a> 46 <a NAME="MiniEditor" ID="MiniEditor"></a>
47 <h2>MiniEditor</h2> 47 <h2>MiniEditor</h2>
48 <p> 48 <p>
49 Class implementing a minimalistic editor for simple editing tasks. 49 Class implementing a minimalistic editor for simple editing tasks.
50 </p><h4>Signals</h4> 50 </p><h3>Signals</h3>
51 <dl> 51 <dl>
52 <dt>editorSaved()</dt> 52 <dt>editorSaved()</dt>
53 <dd> 53 <dd>
54 emitted after the file has been saved 54 emitted after the file has been saved
55 </dd> 55 </dd>
58 QMainWindow 58 QMainWindow
59 <h3>Class Attributes</h3> 59 <h3>Class Attributes</h3>
60 <table> 60 <table>
61 <tr><td>None</td></tr> 61 <tr><td>None</td></tr>
62 </table> 62 </table>
63 <h3>Class Methods</h3>
64 <table>
65 <tr><td>None</td></tr>
66 </table>
63 <h3>Methods</h3> 67 <h3>Methods</h3>
64 <table> 68 <table>
65 <tr> 69 <tr>
66 <td><a href="#MiniEditor.__init__">MiniEditor</a></td>
67 <td>Constructor</td>
68 </tr><tr>
69 <td><a href="#MiniEditor.__about">__about</a></td> 70 <td><a href="#MiniEditor.__about">__about</a></td>
70 <td>Private slot to show a little About message.</td> 71 <td>Private slot to show a little About message.</td>
71 </tr><tr> 72 </tr><tr>
72 <td><a href="#MiniEditor.__aboutQt">__aboutQt</a></td> 73 <td><a href="#MiniEditor.__aboutQt">__aboutQt</a></td>
73 <td>Private slot to handle the About Qt dialog.</td> 74 <td>Private slot to handle the About Qt dialog.</td>
265 <td>Public method to set the text programatically.</td> 266 <td>Public method to set the text programatically.</td>
266 </tr><tr> 267 </tr><tr>
267 <td><a href="#MiniEditor.textForFind">textForFind</a></td> 268 <td><a href="#MiniEditor.textForFind">textForFind</a></td>
268 <td>Public method to determine the selection or the current word for the next find operation.</td> 269 <td>Public method to determine the selection or the current word for the next find operation.</td>
269 </tr> 270 </tr>
271 </table>
272 <h3>Static Methods</h3>
273 <table>
274 <tr><td>None</td></tr>
270 </table> 275 </table>
271 <a NAME="MiniEditor.__init__" ID="MiniEditor.__init__"></a> 276 <a NAME="MiniEditor.__init__" ID="MiniEditor.__init__"></a>
272 <h4>MiniEditor (Constructor)</h4> 277 <h4>MiniEditor (Constructor)</h4>
273 <b>MiniEditor</b>(<i>filename="", filetype="", parent=None, name=None</i>) 278 <b>MiniEditor</b>(<i>filename="", filetype="", parent=None, name=None</i>)
274 <p> 279 <p>
840 QsciScintillaCompat 845 QsciScintillaCompat
841 <h3>Class Attributes</h3> 846 <h3>Class Attributes</h3>
842 <table> 847 <table>
843 <tr><td>None</td></tr> 848 <tr><td>None</td></tr>
844 </table> 849 </table>
850 <h3>Class Methods</h3>
851 <table>
852 <tr><td>None</td></tr>
853 </table>
845 <h3>Methods</h3> 854 <h3>Methods</h3>
846 <table> 855 <table>
847 <tr> 856 <tr>
848 <td><a href="#MiniScintilla.__init__">MiniScintilla</a></td>
849 <td>Constructor</td>
850 </tr><tr>
851 <td><a href="#MiniScintilla.focusInEvent">focusInEvent</a></td> 857 <td><a href="#MiniScintilla.focusInEvent">focusInEvent</a></td>
852 <td>Protected method called when the editor receives focus.</td> 858 <td>Protected method called when the editor receives focus.</td>
853 </tr><tr> 859 </tr><tr>
854 <td><a href="#MiniScintilla.focusOutEvent">focusOutEvent</a></td> 860 <td><a href="#MiniScintilla.focusOutEvent">focusOutEvent</a></td>
855 <td>Public method called when the editor loses focus.</td> 861 <td>Public method called when the editor loses focus.</td>
856 </tr><tr> 862 </tr><tr>
857 <td><a href="#MiniScintilla.getFileName">getFileName</a></td> 863 <td><a href="#MiniScintilla.getFileName">getFileName</a></td>
858 <td>Public method to return the name of the file being displayed.</td> 864 <td>Public method to return the name of the file being displayed.</td>
859 </tr> 865 </tr>
866 </table>
867 <h3>Static Methods</h3>
868 <table>
869 <tr><td>None</td></tr>
860 </table> 870 </table>
861 <a NAME="MiniScintilla.__init__" ID="MiniScintilla.__init__"></a> 871 <a NAME="MiniScintilla.__init__" ID="MiniScintilla.__init__"></a>
862 <h4>MiniScintilla (Constructor)</h4> 872 <h4>MiniScintilla (Constructor)</h4>
863 <b>MiniScintilla</b>(<i>parent=None</i>) 873 <b>MiniScintilla</b>(<i>parent=None</i>)
864 <p> 874 <p>

eric ide

mercurial