53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#SpellCheckingDialog.__init__">SpellCheckingDialog</a></td> |
57 <td><a href="#SpellCheckingDialog.__init__">SpellCheckingDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#SpellCheckingDialog.__advance">__advance</a></td> |
60 <td><a href="#SpellCheckingDialog.__advance">__advance</a></td> |
61 <td>Private method to advance to the next error.</td> |
61 <td>Private method to advance to the next error.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#SpellCheckingDialog.__enableButtons">__enableButtons</a></td> |
63 <td><a href="#SpellCheckingDialog.__enableButtons">__enableButtons</a></td> |
64 <td>Private method to set the buttons enabled state.</td> |
64 <td>Private method to set the buttons enabled state.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#SpellCheckingDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
66 <td><a href="#SpellCheckingDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
67 <td>Private slot to add the current word to the personal word list.</td> |
67 <td>Private slot to add the current word to the personal word list.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#SpellCheckingDialog.on_changeEdit_textChanged">on_changeEdit_textChanged</a></td> |
69 <td><a href="#SpellCheckingDialog.on_changeEdit_textChanged">on_changeEdit_textChanged</a></td> |
70 <td>Private method to handle a change of the replacement text.</td> |
70 <td>Private method to handle a change of the replacement text.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#SpellCheckingDialog.on_ignoreAllButton_clicked">on_ignoreAllButton_clicked</a></td> |
72 <td><a href="#SpellCheckingDialog.on_ignoreAllButton_clicked">on_ignoreAllButton_clicked</a></td> |
73 <td>Private slot to always ignore the found error.</td> |
73 <td>Private slot to always ignore the found error.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#SpellCheckingDialog.on_ignoreButton_clicked">on_ignoreButton_clicked</a></td> |
75 <td><a href="#SpellCheckingDialog.on_ignoreButton_clicked">on_ignoreButton_clicked</a></td> |
76 <td>Private slot to ignore the found error.</td> |
76 <td>Private slot to ignore the found error.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#SpellCheckingDialog.on_replaceAllButton_clicked">on_replaceAllButton_clicked</a></td> |
78 <td><a href="#SpellCheckingDialog.on_replaceAllButton_clicked">on_replaceAllButton_clicked</a></td> |
79 <td>Private slot to replace the current word with the given replacement.</td> |
79 <td>Private slot to replace the current word with the given replacement.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#SpellCheckingDialog.on_replaceButton_clicked">on_replaceButton_clicked</a></td> |
81 <td><a href="#SpellCheckingDialog.on_replaceButton_clicked">on_replaceButton_clicked</a></td> |
82 <td>Private slot to replace the current word with the given replacement.</td> |
82 <td>Private slot to replace the current word with the given replacement.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#SpellCheckingDialog.on_suggestionsList_currentTextChanged">on_suggestionsList_currentTextChanged</a></td> |
84 <td><a href="#SpellCheckingDialog.on_suggestionsList_currentTextChanged">on_suggestionsList_currentTextChanged</a></td> |
85 <td>Private method to handle the selection of a suggestion.</td> |
85 <td>Private method to handle the selection of a suggestion.</td> |
86 </tr> |
86 </tr> |
87 </table> |
87 </table> |
88 <a NAME="SpellCheckingDialog.__init__" ID="SpellCheckingDialog.__init__"></a> |
88 <a NAME="SpellCheckingDialog.__init__" ID="SpellCheckingDialog.__init__"></a> |
89 <h4>SpellCheckingDialog (Constructor)</h4> |
89 <h4>SpellCheckingDialog (Constructor)</h4> |
90 <b>SpellCheckingDialog</b>(<i>spellChecker, startPos, endPos, parent = None</i>) |
90 <b>SpellCheckingDialog</b>(<i>spellChecker, startPos, endPos, parent = None</i>) |
91 <p> |
91 <p> |
92 Constructor |
92 Constructor |
93 </p><a NAME="SpellCheckingDialog.__advance" ID="SpellCheckingDialog.__advance"></a> |
93 </p><a NAME="SpellCheckingDialog.__advance" ID="SpellCheckingDialog.__advance"></a> |
94 <h4>SpellCheckingDialog.__advance</h4> |
94 <h4>SpellCheckingDialog.__advance</h4> |
95 <b>__advance</b>(<i></i>) |
95 <b>__advance</b>(<i></i>) |
96 <p> |
96 <p> |
97 Private method to advance to the next error. |
97 Private method to advance to the next error. |
98 </p><a NAME="SpellCheckingDialog.__enableButtons" ID="SpellCheckingDialog.__enableButtons"></a> |
98 </p><a NAME="SpellCheckingDialog.__enableButtons" ID="SpellCheckingDialog.__enableButtons"></a> |
99 <h4>SpellCheckingDialog.__enableButtons</h4> |
99 <h4>SpellCheckingDialog.__enableButtons</h4> |
100 <b>__enableButtons</b>(<i>enable</i>) |
100 <b>__enableButtons</b>(<i>enable</i>) |
101 <p> |
101 <p> |
102 Private method to set the buttons enabled state. |
102 Private method to set the buttons enabled state. |
103 </p><a NAME="SpellCheckingDialog.on_addButton_clicked" ID="SpellCheckingDialog.on_addButton_clicked"></a> |
103 </p><a NAME="SpellCheckingDialog.on_addButton_clicked" ID="SpellCheckingDialog.on_addButton_clicked"></a> |
104 <h4>SpellCheckingDialog.on_addButton_clicked</h4> |
104 <h4>SpellCheckingDialog.on_addButton_clicked</h4> |
105 <b>on_addButton_clicked</b>(<i></i>) |
105 <b>on_addButton_clicked</b>(<i></i>) |
106 <p> |
106 <p> |
107 Private slot to add the current word to the personal word list. |
107 Private slot to add the current word to the personal word list. |
108 </p><a NAME="SpellCheckingDialog.on_changeEdit_textChanged" ID="SpellCheckingDialog.on_changeEdit_textChanged"></a> |
108 </p><a NAME="SpellCheckingDialog.on_changeEdit_textChanged" ID="SpellCheckingDialog.on_changeEdit_textChanged"></a> |
109 <h4>SpellCheckingDialog.on_changeEdit_textChanged</h4> |
109 <h4>SpellCheckingDialog.on_changeEdit_textChanged</h4> |
110 <b>on_changeEdit_textChanged</b>(<i>text</i>) |
110 <b>on_changeEdit_textChanged</b>(<i>text</i>) |
111 <p> |
111 <p> |
112 Private method to handle a change of the replacement text. |
112 Private method to handle a change of the replacement text. |
113 </p><dl> |
113 </p><dl> |
114 <dt><i>text</i></dt> |
114 <dt><i>text</i></dt> |
115 <dd> |
115 <dd> |
116 contents of the line edit (string) |
116 contents of the line edit (string) |
117 </dd> |
117 </dd> |
118 </dl><a NAME="SpellCheckingDialog.on_ignoreAllButton_clicked" ID="SpellCheckingDialog.on_ignoreAllButton_clicked"></a> |
118 </dl><a NAME="SpellCheckingDialog.on_ignoreAllButton_clicked" ID="SpellCheckingDialog.on_ignoreAllButton_clicked"></a> |
119 <h4>SpellCheckingDialog.on_ignoreAllButton_clicked</h4> |
119 <h4>SpellCheckingDialog.on_ignoreAllButton_clicked</h4> |
120 <b>on_ignoreAllButton_clicked</b>(<i></i>) |
120 <b>on_ignoreAllButton_clicked</b>(<i></i>) |
121 <p> |
121 <p> |
122 Private slot to always ignore the found error. |
122 Private slot to always ignore the found error. |
123 </p><a NAME="SpellCheckingDialog.on_ignoreButton_clicked" ID="SpellCheckingDialog.on_ignoreButton_clicked"></a> |
123 </p><a NAME="SpellCheckingDialog.on_ignoreButton_clicked" ID="SpellCheckingDialog.on_ignoreButton_clicked"></a> |
124 <h4>SpellCheckingDialog.on_ignoreButton_clicked</h4> |
124 <h4>SpellCheckingDialog.on_ignoreButton_clicked</h4> |
125 <b>on_ignoreButton_clicked</b>(<i></i>) |
125 <b>on_ignoreButton_clicked</b>(<i></i>) |
126 <p> |
126 <p> |
127 Private slot to ignore the found error. |
127 Private slot to ignore the found error. |
128 </p><a NAME="SpellCheckingDialog.on_replaceAllButton_clicked" ID="SpellCheckingDialog.on_replaceAllButton_clicked"></a> |
128 </p><a NAME="SpellCheckingDialog.on_replaceAllButton_clicked" ID="SpellCheckingDialog.on_replaceAllButton_clicked"></a> |
129 <h4>SpellCheckingDialog.on_replaceAllButton_clicked</h4> |
129 <h4>SpellCheckingDialog.on_replaceAllButton_clicked</h4> |
130 <b>on_replaceAllButton_clicked</b>(<i></i>) |
130 <b>on_replaceAllButton_clicked</b>(<i></i>) |
131 <p> |
131 <p> |
132 Private slot to replace the current word with the given replacement. |
132 Private slot to replace the current word with the given replacement. |
133 </p><a NAME="SpellCheckingDialog.on_replaceButton_clicked" ID="SpellCheckingDialog.on_replaceButton_clicked"></a> |
133 </p><a NAME="SpellCheckingDialog.on_replaceButton_clicked" ID="SpellCheckingDialog.on_replaceButton_clicked"></a> |
134 <h4>SpellCheckingDialog.on_replaceButton_clicked</h4> |
134 <h4>SpellCheckingDialog.on_replaceButton_clicked</h4> |
135 <b>on_replaceButton_clicked</b>(<i></i>) |
135 <b>on_replaceButton_clicked</b>(<i></i>) |
136 <p> |
136 <p> |
137 Private slot to replace the current word with the given replacement. |
137 Private slot to replace the current word with the given replacement. |
138 </p><a NAME="SpellCheckingDialog.on_suggestionsList_currentTextChanged" ID="SpellCheckingDialog.on_suggestionsList_currentTextChanged"></a> |
138 </p><a NAME="SpellCheckingDialog.on_suggestionsList_currentTextChanged" ID="SpellCheckingDialog.on_suggestionsList_currentTextChanged"></a> |
139 <h4>SpellCheckingDialog.on_suggestionsList_currentTextChanged</h4> |
139 <h4>SpellCheckingDialog.on_suggestionsList_currentTextChanged</h4> |
140 <b>on_suggestionsList_currentTextChanged</b>(<i>currentText</i>) |
140 <b>on_suggestionsList_currentTextChanged</b>(<i>currentText</i>) |
141 <p> |
141 <p> |
142 Private method to handle the selection of a suggestion. |
142 Private method to handle the selection of a suggestion. |
143 </p><dl> |
143 </p><dl> |
144 <dt><i>currentText</i></dt> |
144 <dt><i>currentText</i></dt> |
145 <dd> |
145 <dd> |
146 the currently selected text (string) |
146 the currently selected text (string) |
147 </dd> |
147 </dd> |
148 </dl> |
148 </dl> |
149 <div align="right"><a href="#top">Up</a></div> |
149 <div align="right"><a href="#top">Up</a></div> |
150 <hr /> |
150 <hr /> |
151 </body></html> |
151 </body></html> |