Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 1228
7afaf2fca55b
parent 1196
77da430b4080
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
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>
61 </dd> 61 </dd>
62 </dl> 62 </dl>
63 <h3>Derived from</h3> 63 <h3>Derived from</h3>
64 QLineEdit 64 QLineEdit
65 <h3>Class Attributes</h3> 65 <h3>Class Attributes</h3>
66 <table>
67 <tr><td>None</td></tr>
68 </table>
69 <h3>Class Methods</h3>
66 <table> 70 <table>
67 <tr><td>None</td></tr> 71 <tr><td>None</td></tr>
68 </table> 72 </table>
69 <h3>Methods</h3> 73 <h3>Methods</h3>
70 <table> 74 <table>
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>
159 QObject 167 QObject
160 <h3>Class Attributes</h3> 168 <h3>Class Attributes</h3>
161 <table> 169 <table>
162 <tr><td>None</td></tr> 170 <tr><td>None</td></tr>
163 </table> 171 </table>
172 <h3>Class Methods</h3>
173 <table>
174 <tr><td>None</td></tr>
175 </table>
164 <h3>Methods</h3> 176 <h3>Methods</h3>
165 <table> 177 <table>
166 <tr> 178 <tr>
167 <td><a href="#ViewManager.__init__">ViewManager</a></td>
168 <td>Constructor</td>
169 </tr><tr>
170 <td><a href="#ViewManager.__addBookmarked">__addBookmarked</a></td> 179 <td><a href="#ViewManager.__addBookmarked">__addBookmarked</a></td>
171 <td>Private method to add the current file to the list of bookmarked files.</td> 180 <td>Private method to add the current file to the list of bookmarked files.</td>
172 </tr><tr> 181 </tr><tr>
173 <td><a href="#ViewManager.__autosave">__autosave</a></td> 182 <td><a href="#ViewManager.__autosave">__autosave</a></td>
174 <td>Private slot to save the contents of all editors automatically.</td> 183 <td>Private slot to save the contents of all editors automatically.</td>
807 <td>Public method to tile the managed windows.</td> 816 <td>Public method to tile the managed windows.</td>
808 </tr><tr> 817 </tr><tr>
809 <td><a href="#ViewManager.unhighlight">unhighlight</a></td> 818 <td><a href="#ViewManager.unhighlight">unhighlight</a></td>
810 <td>Public method to switch off all highlights.</td> 819 <td>Public method to switch off all highlights.</td>
811 </tr> 820 </tr>
821 </table>
822 <h3>Static Methods</h3>
823 <table>
824 <tr><td>None</td></tr>
812 </table> 825 </table>
813 <a NAME="ViewManager.__init__" ID="ViewManager.__init__"></a> 826 <a NAME="ViewManager.__init__" ID="ViewManager.__init__"></a>
814 <h4>ViewManager (Constructor)</h4> 827 <h4>ViewManager (Constructor)</h4>
815 <b>ViewManager</b>(<i></i>) 828 <b>ViewManager</b>(<i></i>)
816 <p> 829 <p>

eric ide

mercurial