45 <hr /><hr /> |
45 <hr /><hr /> |
46 <a NAME="QuickSearchLineEdit" ID="QuickSearchLineEdit"></a> |
46 <a NAME="QuickSearchLineEdit" ID="QuickSearchLineEdit"></a> |
47 <h2>QuickSearchLineEdit</h2> |
47 <h2>QuickSearchLineEdit</h2> |
48 <p> |
48 <p> |
49 Class implementing a line edit that reacts to newline and cancel commands. |
49 Class implementing a line edit that reacts to newline and cancel commands. |
50 </p><h4>Signals</h4> |
50 </p><h3>Signals</h3> |
51 <dl> |
51 <dl> |
52 <dt>escPressed()</dt> |
52 <dt>escPressed()</dt> |
53 <dd> |
53 <dd> |
54 emitted after the cancel command was activated |
54 emitted after the cancel command was activated |
55 </dd><dt>gotFocus()</dt> |
55 </dd><dt>gotFocus()</dt> |
77 </tr><tr> |
81 </tr><tr> |
78 <td><a href="#QuickSearchLineEdit.keyPressEvent">keyPressEvent</a></td> |
82 <td><a href="#QuickSearchLineEdit.keyPressEvent">keyPressEvent</a></td> |
79 <td>Re-implemented to handle the press of the ESC key.</td> |
83 <td>Re-implemented to handle the press of the ESC key.</td> |
80 </tr> |
84 </tr> |
81 </table> |
85 </table> |
|
86 <h3>Static Methods</h3> |
|
87 <table> |
|
88 <tr><td>None</td></tr> |
|
89 </table> |
82 <a NAME="QuickSearchLineEdit.editorCommand" ID="QuickSearchLineEdit.editorCommand"></a> |
90 <a NAME="QuickSearchLineEdit.editorCommand" ID="QuickSearchLineEdit.editorCommand"></a> |
83 <h4>QuickSearchLineEdit.editorCommand</h4> |
91 <h4>QuickSearchLineEdit.editorCommand</h4> |
84 <b>editorCommand</b>(<i>cmd</i>) |
92 <b>editorCommand</b>(<i>cmd</i>) |
85 <p> |
93 <p> |
86 Public method to perform an editor command. |
94 Public method to perform an editor command. |
117 <p> |
125 <p> |
118 Base class inherited by all specific viewmanager classes. |
126 Base class inherited by all specific viewmanager classes. |
119 </p><p> |
127 </p><p> |
120 It defines the interface to be implemented by specific |
128 It defines the interface to be implemented by specific |
121 viewmanager classes and all common methods. |
129 viewmanager classes and all common methods. |
122 </p><h4>Signals</h4> |
130 </p><h3>Signals</h3> |
123 <dl> |
131 <dl> |
124 <dt>bookmarkToggled(Editor)</dt> |
132 <dt>bookmarkToggled(Editor)</dt> |
125 <dd> |
133 <dd> |
126 emitted when a bookmark is toggled. |
134 emitted when a bookmark is toggled. |
127 </dd><dt>breakpointToggled(Editor)</dt> |
135 </dd><dt>breakpointToggled(Editor)</dt> |
792 <td>Public method to tile the managed windows.</td> |
804 <td>Public method to tile the managed windows.</td> |
793 </tr><tr> |
805 </tr><tr> |
794 <td><a href="#ViewManager.unhighlight">unhighlight</a></td> |
806 <td><a href="#ViewManager.unhighlight">unhighlight</a></td> |
795 <td>Public method to switch off all highlights.</td> |
807 <td>Public method to switch off all highlights.</td> |
796 </tr> |
808 </tr> |
|
809 </table> |
|
810 <h3>Static Methods</h3> |
|
811 <table> |
|
812 <tr><td>None</td></tr> |
797 </table> |
813 </table> |
798 <a NAME="ViewManager.__init__" ID="ViewManager.__init__"></a> |
814 <a NAME="ViewManager.__init__" ID="ViewManager.__init__"></a> |
799 <h4>ViewManager (Constructor)</h4> |
815 <h4>ViewManager (Constructor)</h4> |
800 <b>ViewManager</b>(<i></i>) |
816 <b>ViewManager</b>(<i></i>) |
801 <p> |
817 <p> |