Documentation/Source/eric5.QScintilla.Terminal.html

changeset 1518
e6e21910210d
parent 1507
9225700cbff5
child 1830
f2fccb8c2ab4
equal deleted inserted replaced
1516:7c0b621e537d 1518:e6e21910210d
217 <td>Reimplemented to show our own context menu.</td> 217 <td>Reimplemented to show our own context menu.</td>
218 </tr><tr> 218 </tr><tr>
219 <td><a href="#Terminal.editorCommand">editorCommand</a></td> 219 <td><a href="#Terminal.editorCommand">editorCommand</a></td>
220 <td>Public method to perform an editor command.</td> 220 <td>Public method to perform an editor command.</td>
221 </tr><tr> 221 </tr><tr>
222 <td><a href="#Terminal.event">event</a></td>
223 <td>Protected method handling events.</td>
224 </tr><tr>
222 <td><a href="#Terminal.focusInEvent">focusInEvent</a></td> 225 <td><a href="#Terminal.focusInEvent">focusInEvent</a></td>
223 <td>Public method called when the shell receives focus.</td> 226 <td>Public method called when the shell receives focus.</td>
224 </tr><tr> 227 </tr><tr>
225 <td><a href="#Terminal.focusOutEvent">focusOutEvent</a></td> 228 <td><a href="#Terminal.focusOutEvent">focusOutEvent</a></td>
226 <td>Public method called when the shell loses focus.</td> 229 <td>Public method called when the shell loses focus.</td>
230 </tr><tr>
231 <td><a href="#Terminal.gestureEvent">gestureEvent</a></td>
232 <td>Protected method handling gesture events.</td>
227 </tr><tr> 233 </tr><tr>
228 <td><a href="#Terminal.getHistory">getHistory</a></td> 234 <td><a href="#Terminal.getHistory">getHistory</a></td>
229 <td>Public method to get the history.</td> 235 <td>Public method to get the history.</td>
230 </tr><tr> 236 </tr><tr>
231 <td><a href="#Terminal.handlePreferencesChanged">handlePreferencesChanged</a></td> 237 <td><a href="#Terminal.handlePreferencesChanged">handlePreferencesChanged</a></td>
649 </p><dl> 655 </p><dl>
650 <dt><i>cmd</i></dt> 656 <dt><i>cmd</i></dt>
651 <dd> 657 <dd>
652 the scintilla command to be performed 658 the scintilla command to be performed
653 </dd> 659 </dd>
660 </dl><a NAME="Terminal.event" ID="Terminal.event"></a>
661 <h4>Terminal.event</h4>
662 <b>event</b>(<i>evt</i>)
663 <p>
664 Protected method handling events.
665 </p><dl>
666 <dt><i>evt</i></dt>
667 <dd>
668 reference to the event (QEvent)
669 </dd>
670 </dl><dl>
671 <dt>Returns:</dt>
672 <dd>
673 flag indicating, if the event was handled (boolean)
674 </dd>
654 </dl><a NAME="Terminal.focusInEvent" ID="Terminal.focusInEvent"></a> 675 </dl><a NAME="Terminal.focusInEvent" ID="Terminal.focusInEvent"></a>
655 <h4>Terminal.focusInEvent</h4> 676 <h4>Terminal.focusInEvent</h4>
656 <b>focusInEvent</b>(<i>event</i>) 677 <b>focusInEvent</b>(<i>event</i>)
657 <p> 678 <p>
658 Public method called when the shell receives focus. 679 Public method called when the shell receives focus.
668 Public method called when the shell loses focus. 689 Public method called when the shell loses focus.
669 </p><dl> 690 </p><dl>
670 <dt><i>event</i></dt> 691 <dt><i>event</i></dt>
671 <dd> 692 <dd>
672 the event object (QFocusEvent) 693 the event object (QFocusEvent)
694 </dd>
695 </dl><a NAME="Terminal.gestureEvent" ID="Terminal.gestureEvent"></a>
696 <h4>Terminal.gestureEvent</h4>
697 <b>gestureEvent</b>(<i>evt</i>)
698 <p>
699 Protected method handling gesture events.
700 </p><dl>
701 <dt><i>evt</i></dt>
702 <dd>
703 reference to the gesture event (QGestureEvent
673 </dd> 704 </dd>
674 </dl><a NAME="Terminal.getHistory" ID="Terminal.getHistory"></a> 705 </dl><a NAME="Terminal.getHistory" ID="Terminal.getHistory"></a>
675 <h4>Terminal.getHistory</h4> 706 <h4>Terminal.getHistory</h4>
676 <b>getHistory</b>(<i></i>) 707 <b>getHistory</b>(<i></i>)
677 <p> 708 <p>

eric ide

mercurial