Documentation/Source/eric5.UI.SymbolsWidget.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
52 QAbstractTableModel 52 QAbstractTableModel
53 <h3>Class Attributes</h3> 53 <h3>Class Attributes</h3>
54 <table> 54 <table>
55 <tr><td>None</td></tr> 55 <tr><td>None</td></tr>
56 </table> 56 </table>
57 <h3>Class Methods</h3>
58 <table>
59 <tr><td>None</td></tr>
60 </table>
57 <h3>Methods</h3> 61 <h3>Methods</h3>
58 <table> 62 <table>
59 <tr> 63 <tr>
60 <td><a href="#SymbolsModel.__init__">SymbolsModel</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#SymbolsModel.__isDigit">__isDigit</a></td> 64 <td><a href="#SymbolsModel.__isDigit">__isDigit</a></td>
64 <td>Private method to check, if a character is a digit.</td> 65 <td>Private method to check, if a character is a digit.</td>
65 </tr><tr> 66 </tr><tr>
66 <td><a href="#SymbolsModel.__isLetter">__isLetter</a></td> 67 <td><a href="#SymbolsModel.__isLetter">__isLetter</a></td>
67 <td>Private method to check, if a character is a letter.</td> 68 <td>Private method to check, if a character is a letter.</td>
97 <td>Public method to get the number of rows of the model.</td> 98 <td>Public method to get the number of rows of the model.</td>
98 </tr><tr> 99 </tr><tr>
99 <td><a href="#SymbolsModel.selectTable">selectTable</a></td> 100 <td><a href="#SymbolsModel.selectTable">selectTable</a></td>
100 <td>Public method to select the shown character table.</td> 101 <td>Public method to select the shown character table.</td>
101 </tr> 102 </tr>
103 </table>
104 <h3>Static Methods</h3>
105 <table>
106 <tr><td>None</td></tr>
102 </table> 107 </table>
103 <a NAME="SymbolsModel.__init__" ID="SymbolsModel.__init__"></a> 108 <a NAME="SymbolsModel.__init__" ID="SymbolsModel.__init__"></a>
104 <h4>SymbolsModel (Constructor)</h4> 109 <h4>SymbolsModel (Constructor)</h4>
105 <b>SymbolsModel</b>(<i>parent=None</i>) 110 <b>SymbolsModel</b>(<i>parent=None</i>)
106 <p> 111 <p>
305 <hr /><hr /> 310 <hr /><hr />
306 <a NAME="SymbolsWidget" ID="SymbolsWidget"></a> 311 <a NAME="SymbolsWidget" ID="SymbolsWidget"></a>
307 <h2>SymbolsWidget</h2> 312 <h2>SymbolsWidget</h2>
308 <p> 313 <p>
309 Class implementing a widget to select a symbol in various formats. 314 Class implementing a widget to select a symbol in various formats.
310 </p><h4>Signals</h4> 315 </p><h3>Signals</h3>
311 <dl> 316 <dl>
312 <dt>insertSymbol(str)</dt> 317 <dt>insertSymbol(str)</dt>
313 <dd> 318 <dd>
314 emitted after the user has selected a symbol 319 emitted after the user has selected a symbol
315 </dd> 320 </dd>
318 QWidget, Ui_SymbolsWidget 323 QWidget, Ui_SymbolsWidget
319 <h3>Class Attributes</h3> 324 <h3>Class Attributes</h3>
320 <table> 325 <table>
321 <tr><td>None</td></tr> 326 <tr><td>None</td></tr>
322 </table> 327 </table>
328 <h3>Class Methods</h3>
329 <table>
330 <tr><td>None</td></tr>
331 </table>
323 <h3>Methods</h3> 332 <h3>Methods</h3>
324 <table> 333 <table>
325 <tr> 334 <tr>
326 <td><a href="#SymbolsWidget.__init__">SymbolsWidget</a></td>
327 <td>Constructor</td>
328 </tr><tr>
329 <td><a href="#SymbolsWidget.__currentRowChanged">__currentRowChanged</a></td> 335 <td><a href="#SymbolsWidget.__currentRowChanged">__currentRowChanged</a></td>
330 <td>Private slot recording the currently selected row.</td> 336 <td>Private slot recording the currently selected row.</td>
331 </tr><tr> 337 </tr><tr>
332 <td><a href="#SymbolsWidget.on_symbolSpinBox_editingFinished">on_symbolSpinBox_editingFinished</a></td> 338 <td><a href="#SymbolsWidget.on_symbolSpinBox_editingFinished">on_symbolSpinBox_editingFinished</a></td>
333 <td>Private slot to move the table to the entered symbol id.</td> 339 <td>Private slot to move the table to the entered symbol id.</td>
336 <td>Private slot to signal the selection of a symbol.</td> 342 <td>Private slot to signal the selection of a symbol.</td>
337 </tr><tr> 343 </tr><tr>
338 <td><a href="#SymbolsWidget.on_tableCombo_currentIndexChanged">on_tableCombo_currentIndexChanged</a></td> 344 <td><a href="#SymbolsWidget.on_tableCombo_currentIndexChanged">on_tableCombo_currentIndexChanged</a></td>
339 <td>Private slot to select the current character table.</td> 345 <td>Private slot to select the current character table.</td>
340 </tr> 346 </tr>
347 </table>
348 <h3>Static Methods</h3>
349 <table>
350 <tr><td>None</td></tr>
341 </table> 351 </table>
342 <a NAME="SymbolsWidget.__init__" ID="SymbolsWidget.__init__"></a> 352 <a NAME="SymbolsWidget.__init__" ID="SymbolsWidget.__init__"></a>
343 <h4>SymbolsWidget (Constructor)</h4> 353 <h4>SymbolsWidget (Constructor)</h4>
344 <b>SymbolsWidget</b>(<i>parent=None</i>) 354 <b>SymbolsWidget</b>(<i>parent=None</i>)
345 <p> 355 <p>

eric ide

mercurial