src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorHighlightersPage.html

branch
eric7
changeset 10428
a071d4065202
parent 10070
9f5758c0fec1
child 10479
856476537696
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
100 <p> 100 <p>
101 Constructor 101 Constructor
102 </p> 102 </p>
103 <dl> 103 <dl>
104 104
105 <dt><i>lexers</i></dt> 105 <dt><i>lexers</i> (dict)</dt>
106 <dd> 106 <dd>
107 reference to the lexers dictionary 107 reference to the lexers dictionary
108 </dd> 108 </dd>
109 </dl> 109 </dl>
110 <a NAME="EditorHighlightersPage.on_addLexerButton_clicked" ID="EditorHighlightersPage.on_addLexerButton_clicked"></a> 110 <a NAME="EditorHighlightersPage.on_addLexerButton_clicked" ID="EditorHighlightersPage.on_addLexerButton_clicked"></a>
144 Private slot to handle the activated signal of the lexer association 144 Private slot to handle the activated signal of the lexer association
145 list. 145 list.
146 </p> 146 </p>
147 <dl> 147 <dl>
148 148
149 <dt><i>itm</i></dt> 149 <dt><i>itm</i> (QTreeWidgetItem)</dt>
150 <dd> 150 <dd>
151 reference to the selecte item (QTreeWidgetItem) 151 reference to the selecte item
152 </dd> 152 </dd>
153 <dt><i>column</i></dt> 153 <dt><i>column</i> (int)</dt>
154 <dd> 154 <dd>
155 column the item was clicked or activated (integer) 155 column the item was clicked or activated
156 (ignored)
157 </dd> 156 </dd>
158 </dl> 157 </dl>
159 <a NAME="EditorHighlightersPage.on_editorLexerList_itemClicked" ID="EditorHighlightersPage.on_editorLexerList_itemClicked"></a> 158 <a NAME="EditorHighlightersPage.on_editorLexerList_itemClicked" ID="EditorHighlightersPage.on_editorLexerList_itemClicked"></a>
160 <h4>EditorHighlightersPage.on_editorLexerList_itemClicked</h4> 159 <h4>EditorHighlightersPage.on_editorLexerList_itemClicked</h4>
161 <b>on_editorLexerList_itemClicked</b>(<i>itm, column</i>) 160 <b>on_editorLexerList_itemClicked</b>(<i>itm, column</i>)
164 Private slot to handle the clicked signal of the lexer association 163 Private slot to handle the clicked signal of the lexer association
165 list. 164 list.
166 </p> 165 </p>
167 <dl> 166 <dl>
168 167
169 <dt><i>itm</i></dt> 168 <dt><i>itm</i> (QTreeWidgetItem)</dt>
170 <dd> 169 <dd>
171 reference to the selected item (QTreeWidgetItem) 170 reference to the selected item
172 </dd> 171 </dd>
173 <dt><i>column</i></dt> 172 <dt><i>column</i> (int)</dt>
174 <dd> 173 <dd>
175 column the item was clicked or activated (integer) 174 column the item was clicked or activated (ignored)
176 (ignored)
177 </dd> 175 </dd>
178 </dl> 176 </dl>
179 <a NAME="EditorHighlightersPage.save" ID="EditorHighlightersPage.save"></a> 177 <a NAME="EditorHighlightersPage.save" ID="EditorHighlightersPage.save"></a>
180 <h4>EditorHighlightersPage.save</h4> 178 <h4>EditorHighlightersPage.save</h4>
181 <b>save</b>(<i></i>) 179 <b>save</b>(<i></i>)
193 <p> 191 <p>
194 Module function to create the configuration page. 192 Module function to create the configuration page.
195 </p> 193 </p>
196 <dl> 194 <dl>
197 195
198 <dt><i>dlg</i></dt> 196 <dt><i>dlg</i> (ConfigurationDialog)</dt>
199 <dd> 197 <dd>
200 reference to the configuration dialog 198 reference to the configuration dialog
201 </dd> 199 </dd>
202 </dl> 200 </dl>
203 <dl> 201 <dl>
204 <dt>Return:</dt> 202 <dt>Return:</dt>
205 <dd> 203 <dd>
206 reference to the instantiated page (ConfigurationPageBase) 204 reference to the instantiated page
205 </dd>
206 </dl>
207 <dl>
208 <dt>Return Type:</dt>
209 <dd>
210 ConfigurationPageBase
207 </dd> 211 </dd>
208 </dl> 212 </dl>
209 <div align="right"><a href="#top">Up</a></div> 213 <div align="right"><a href="#top">Up</a></div>
210 <hr /> 214 <hr />
211 </body></html> 215 </body></html>

eric ide

mercurial