AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.Assistant.html

changeset 136
5cfe53b474a9
parent 131
7d868e8e1cfb
child 140
a0ea7418d433
equal deleted inserted replaced
135:08cb4f36ad47 136:5cfe53b474a9
145 <dd> 145 <dd>
146 parent (QObject) 146 parent (QObject)
147 </dd> 147 </dd>
148 </dl><a NAME="Assistant.__completionListSelected" ID="Assistant.__completionListSelected"></a> 148 </dl><a NAME="Assistant.__completionListSelected" ID="Assistant.__completionListSelected"></a>
149 <h4>Assistant.__completionListSelected</h4> 149 <h4>Assistant.__completionListSelected</h4>
150 <b>__completionListSelected</b>(<i>id, txt</i>) 150 <b>__completionListSelected</b>(<i>userListId, txt</i>)
151 <p> 151 <p>
152 Private slot to handle the selection from the completion list. 152 Private slot to handle the selection from the completion list.
153 </p><dl> 153 </p><dl>
154 <dt><i>id</i></dt> 154 <dt><i>userListId</i></dt>
155 <dd> 155 <dd>
156 the ID of the user list (should be 1) (integer) 156 the ID of the user list (should be 1) (integer)
157 </dd><dt><i>txt</i></dt> 157 </dd><dt><i>txt</i></dt>
158 <dd> 158 <dd>
159 the selected text (string) 159 the selected text (string)
367 <b>__preferencesChanged</b>(<i></i>) 367 <b>__preferencesChanged</b>(<i></i>)
368 <p> 368 <p>
369 Private method to handle a change of the global configuration. 369 Private method to handle a change of the global configuration.
370 </p><a NAME="Assistant.__recordSelectedContext" ID="Assistant.__recordSelectedContext"></a> 370 </p><a NAME="Assistant.__recordSelectedContext" ID="Assistant.__recordSelectedContext"></a>
371 <h4>Assistant.__recordSelectedContext</h4> 371 <h4>Assistant.__recordSelectedContext</h4>
372 <b>__recordSelectedContext</b>(<i>id, txt</i>) 372 <b>__recordSelectedContext</b>(<i>userListId, txt</i>)
373 <p> 373 <p>
374 Private slot to handle the selection from the completion list to 374 Private slot to handle the selection from the completion list to
375 record the selected completion context. 375 record the selected completion context.
376 </p><dl> 376 </p><dl>
377 <dt><i>id</i></dt> 377 <dt><i>userListId</i></dt>
378 <dd> 378 <dd>
379 the ID of the user list (should be 1) (integer) 379 the ID of the user list (should be 1) (integer)
380 </dd><dt><i>txt</i></dt> 380 </dd><dt><i>txt</i></dt>
381 <dd> 381 <dd>
382 the selected text (string) 382 the selected text (string)

eric ide

mercurial