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

changeset 501
5c615a85241a
parent 440
69ace3e2dcf6
child 767
27554f80d08f
equal deleted inserted replaced
500:c3abc7895a01 501:5c615a85241a
47 <h2>Listspace</h2> 47 <h2>Listspace</h2>
48 <p> 48 <p>
49 Class implementing the listspace viewmanager class. 49 Class implementing the listspace viewmanager class.
50 </p><h4>Signals</h4> 50 </p><h4>Signals</h4>
51 <dl> 51 <dl>
52 <dt>changeCaption(string)</dt> 52 <dt>bookmarkToggled(Editor)</dt>
53 <dd>
54 emitted when a bookmark is toggled.
55 </dd><dt>breakpointToggled(Editor)</dt>
56 <dd>
57 emitted when a breakpoint is toggled.
58 </dd><dt>changeCaption(str)</dt>
53 <dd> 59 <dd>
54 emitted if a change of the caption is necessary 60 emitted if a change of the caption is necessary
55 </dd><dt>editorChanged(string)</dt> 61 </dd><dt>checkActions(Editor)</dt>
62 <dd>
63 emitted when some actions should be checked
64 for their status
65 </dd><dt>cursorChanged(Editor)</dt>
66 <dd>
67 emitted after the cursor position of the active
68 window has changed
69 </dd><dt>editorChanged(str)</dt>
56 <dd> 70 <dd>
57 emitted when the current editor has changed 71 emitted when the current editor has changed
72 </dd><dt>editorClosed(str)</dt>
73 <dd>
74 emitted just before an editor window gets closed
75 </dd><dt>editorClosedEd(Editor)</dt>
76 <dd>
77 emitted just before an editor window gets closed
78 </dd><dt>editorOpened(str)</dt>
79 <dd>
80 emitted after an editor window was opened
81 </dd><dt>editorOpenedEd(Editor)</dt>
82 <dd>
83 emitted after an editor window was opened
84 </dd><dt>editorSaved(str)</dt>
85 <dd>
86 emitted after an editor window was saved
87 </dd><dt>lastEditorClosed()</dt>
88 <dd>
89 emitted after the last editor window was closed
58 </dd> 90 </dd>
59 </dl> 91 </dl>
60 <h3>Derived from</h3> 92 <h3>Derived from</h3>
61 QSplitter, ViewManager 93 QSplitter, ViewManager
62 <h3>Class Attributes</h3> 94 <h3>Class Attributes</h3>
63 <table> 95 <table>
64 <tr><td>None</td></tr> 96 <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>
65 </table> 97 </table>
66 <h3>Methods</h3> 98 <h3>Methods</h3>
67 <table> 99 <table>
68 <tr> 100 <tr>
69 <td><a href="#Listspace.__init__">Listspace</a></td> 101 <td><a href="#Listspace.__init__">Listspace</a></td>

eric ide

mercurial