Documentation/Source/eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html

changeset 526
f51eb1f0ab40
parent 501
5c615a85241a
child 767
27554f80d08f
equal deleted inserted replaced
525:400b72e2602a 526:f51eb1f0ab40
50 <dd> 50 <dd>
51 emitted when a bookmark is toggled. 51 emitted when a bookmark is toggled.
52 </dd><dt>breakpointToggled(Editor)</dt> 52 </dd><dt>breakpointToggled(Editor)</dt>
53 <dd> 53 <dd>
54 emitted when a breakpoint is toggled. 54 emitted when a breakpoint is toggled.
55 </dd><dt>changeCaption(str)</dt>
56 <dd>
57 emitted if a change of the caption is necessary
55 </dd><dt>checkActions(Editor)</dt> 58 </dd><dt>checkActions(Editor)</dt>
56 <dd> 59 <dd>
57 emitted when some actions should be checked 60 emitted when some actions should be checked
58 for their status 61 for their status
59 </dd><dt>cursorChanged(Editor)</dt> 62 </dd><dt>cursorChanged(Editor)</dt>
85 </dl> 88 </dl>
86 <h3>Derived from</h3> 89 <h3>Derived from</h3>
87 QMdiArea, ViewManager 90 QMdiArea, ViewManager
88 <h3>Class Attributes</h3> 91 <h3>Class Attributes</h3>
89 <table> 92 <table>
90 <tr><td>bookmarkToggled</td></tr><tr><td>breakpointToggled</td></tr><tr><td>checkActions</td></tr><tr><td>cursorChanged</td></tr><tr><td>editorChanged</td></tr><tr><td>editorClosed</td></tr><tr><td>editorClosedEd</td></tr><tr><td>editorOpened</td></tr><tr><td>editorOpenedEd</td></tr><tr><td>editorSaved</td></tr><tr><td>lastEditorClosed</td></tr><tr><td>syntaxerrorToggled</td></tr> 93 <tr><td>bookmarkToggled</td></tr><tr><td>breakpointToggled</td></tr><tr><td>changeCaption</td></tr><tr><td>checkActions</td></tr><tr><td>cursorChanged</td></tr><tr><td>editorChanged</td></tr><tr><td>editorClosed</td></tr><tr><td>editorClosedEd</td></tr><tr><td>editorOpened</td></tr><tr><td>editorOpenedEd</td></tr><tr><td>editorSaved</td></tr><tr><td>lastEditorClosed</td></tr><tr><td>syntaxerrorToggled</td></tr>
91 </table> 94 </table>
92 <h3>Methods</h3> 95 <h3>Methods</h3>
93 <table> 96 <table>
94 <tr> 97 <tr>
95 <td><a href="#MdiArea.__init__">MdiArea</a></td> 98 <td><a href="#MdiArea.__init__">MdiArea</a></td>
96 <td>Constructor</td> 99 <td>Constructor</td>
97 </tr><tr> 100 </tr><tr>
98 <td><a href="#MdiArea.__iconizeAllWindows">__iconizeAllWindows</a></td> 101 <td><a href="#MdiArea.__iconizeAllWindows">__iconizeAllWindows</a></td>
99 <td>Private slot to iconize all windows.</td> 102 <td>Private slot to iconize all windows.</td>
100 </tr><tr> 103 </tr><tr>
104 <td><a href="#MdiArea.__mapped">__mapped</a></td>
105 <td>Private slot to handle the activation of a sub window.</td>
106 </tr><tr>
101 <td><a href="#MdiArea.__restoreAllWindows">__restoreAllWindows</a></td> 107 <td><a href="#MdiArea.__restoreAllWindows">__restoreAllWindows</a></td>
102 <td>Private slot to restore all windows.</td> 108 <td>Private slot to restore all windows.</td>
103 </tr><tr> 109 </tr><tr>
104 <td><a href="#MdiArea.__setSubWindowIcon">__setSubWindowIcon</a></td> 110 <td><a href="#MdiArea.__setSubWindowIcon">__setSubWindowIcon</a></td>
105 <td>Private method to set the icon of a subwindow given it's internal widget.</td> 111 <td>Private method to set the icon of a subwindow given it's internal widget.</td>
175 </dl><a NAME="MdiArea.__iconizeAllWindows" ID="MdiArea.__iconizeAllWindows"></a> 181 </dl><a NAME="MdiArea.__iconizeAllWindows" ID="MdiArea.__iconizeAllWindows"></a>
176 <h4>MdiArea.__iconizeAllWindows</h4> 182 <h4>MdiArea.__iconizeAllWindows</h4>
177 <b>__iconizeAllWindows</b>(<i></i>) 183 <b>__iconizeAllWindows</b>(<i></i>)
178 <p> 184 <p>
179 Private slot to iconize all windows. 185 Private slot to iconize all windows.
180 </p><a NAME="MdiArea.__restoreAllWindows" ID="MdiArea.__restoreAllWindows"></a> 186 </p><a NAME="MdiArea.__mapped" ID="MdiArea.__mapped"></a>
187 <h4>MdiArea.__mapped</h4>
188 <b>__mapped</b>(<i>subWindow</i>)
189 <p>
190 Private slot to handle the activation of a sub window.
191 </p><dl>
192 <dt><i>subWindow</i></dt>
193 <dd>
194 sub window to be activated (QMdiSubWindow)
195 </dd>
196 </dl><a NAME="MdiArea.__restoreAllWindows" ID="MdiArea.__restoreAllWindows"></a>
181 <h4>MdiArea.__restoreAllWindows</h4> 197 <h4>MdiArea.__restoreAllWindows</h4>
182 <b>__restoreAllWindows</b>(<i></i>) 198 <b>__restoreAllWindows</b>(<i></i>)
183 <p> 199 <p>
184 Private slot to restore all windows. 200 Private slot to restore all windows.
185 </p><a NAME="MdiArea.__setSubWindowIcon" ID="MdiArea.__setSubWindowIcon"></a> 201 </p><a NAME="MdiArea.__setSubWindowIcon" ID="MdiArea.__setSubWindowIcon"></a>

eric ide

mercurial