Documentation/Source/eric5.QScintilla.Shell.html

changeset 1518
e6e21910210d
parent 1507
9225700cbff5
child 1833
f7cd855680f1
equal deleted inserted replaced
1516:7c0b621e537d 1518:e6e21910210d
269 <td>Protected method to handle the drop event.</td> 269 <td>Protected method to handle the drop event.</td>
270 </tr><tr> 270 </tr><tr>
271 <td><a href="#Shell.editorCommand">editorCommand</a></td> 271 <td><a href="#Shell.editorCommand">editorCommand</a></td>
272 <td>Public method to perform an editor command.</td> 272 <td>Public method to perform an editor command.</td>
273 </tr><tr> 273 </tr><tr>
274 <td><a href="#Shell.event">event</a></td>
275 <td>Protected method handling events.</td>
276 </tr><tr>
274 <td><a href="#Shell.executeLines">executeLines</a></td> 277 <td><a href="#Shell.executeLines">executeLines</a></td>
275 <td>Public method to execute a set of lines as multiple commands.</td> 278 <td>Public method to execute a set of lines as multiple commands.</td>
276 </tr><tr> 279 </tr><tr>
277 <td><a href="#Shell.focusInEvent">focusInEvent</a></td> 280 <td><a href="#Shell.focusInEvent">focusInEvent</a></td>
278 <td>Public method called when the shell receives focus.</td> 281 <td>Public method called when the shell receives focus.</td>
280 <td><a href="#Shell.focusNextPrevChild">focusNextPrevChild</a></td> 283 <td><a href="#Shell.focusNextPrevChild">focusNextPrevChild</a></td>
281 <td>Reimplemented to stop Tab moving to the next window.</td> 284 <td>Reimplemented to stop Tab moving to the next window.</td>
282 </tr><tr> 285 </tr><tr>
283 <td><a href="#Shell.focusOutEvent">focusOutEvent</a></td> 286 <td><a href="#Shell.focusOutEvent">focusOutEvent</a></td>
284 <td>Public method called when the shell loses focus.</td> 287 <td>Public method called when the shell loses focus.</td>
288 </tr><tr>
289 <td><a href="#Shell.gestureEvent">gestureEvent</a></td>
290 <td>Protected method handling gesture events.</td>
285 </tr><tr> 291 </tr><tr>
286 <td><a href="#Shell.getClientType">getClientType</a></td> 292 <td><a href="#Shell.getClientType">getClientType</a></td>
287 <td>Public slot to get the clients type.</td> 293 <td>Public slot to get the clients type.</td>
288 </tr><tr> 294 </tr><tr>
289 <td><a href="#Shell.getHistory">getHistory</a></td> 295 <td><a href="#Shell.getHistory">getHistory</a></td>
914 </p><dl> 920 </p><dl>
915 <dt><i>cmd</i></dt> 921 <dt><i>cmd</i></dt>
916 <dd> 922 <dd>
917 the scintilla command to be performed 923 the scintilla command to be performed
918 </dd> 924 </dd>
925 </dl><a NAME="Shell.event" ID="Shell.event"></a>
926 <h4>Shell.event</h4>
927 <b>event</b>(<i>evt</i>)
928 <p>
929 Protected method handling events.
930 </p><dl>
931 <dt><i>evt</i></dt>
932 <dd>
933 reference to the event (QEvent)
934 </dd>
935 </dl><dl>
936 <dt>Returns:</dt>
937 <dd>
938 flag indicating, if the event was handled (boolean)
939 </dd>
919 </dl><a NAME="Shell.executeLines" ID="Shell.executeLines"></a> 940 </dl><a NAME="Shell.executeLines" ID="Shell.executeLines"></a>
920 <h4>Shell.executeLines</h4> 941 <h4>Shell.executeLines</h4>
921 <b>executeLines</b>(<i>lines</i>) 942 <b>executeLines</b>(<i>lines</i>)
922 <p> 943 <p>
923 Public method to execute a set of lines as multiple commands. 944 Public method to execute a set of lines as multiple commands.
963 </p><dl> 984 </p><dl>
964 <dt><i>event</i></dt> 985 <dt><i>event</i></dt>
965 <dd> 986 <dd>
966 the event object (QFocusEvent) 987 the event object (QFocusEvent)
967 </dd> 988 </dd>
989 </dl><a NAME="Shell.gestureEvent" ID="Shell.gestureEvent"></a>
990 <h4>Shell.gestureEvent</h4>
991 <b>gestureEvent</b>(<i>evt</i>)
992 <p>
993 Protected method handling gesture events.
994 </p><dl>
995 <dt><i>evt</i></dt>
996 <dd>
997 reference to the gesture event (QGestureEvent
998 </dd>
968 </dl><a NAME="Shell.getClientType" ID="Shell.getClientType"></a> 999 </dl><a NAME="Shell.getClientType" ID="Shell.getClientType"></a>
969 <h4>Shell.getClientType</h4> 1000 <h4>Shell.getClientType</h4>
970 <b>getClientType</b>(<i></i>) 1001 <b>getClientType</b>(<i></i>)
971 <p> 1002 <p>
972 Public slot to get the clients type. 1003 Public slot to get the clients type.

eric ide

mercurial