Documentation/Source/eric5.UI.UserInterface.html

changeset 501
5c615a85241a
parent 440
69ace3e2dcf6
child 615
c8dd16cc69ce
equal deleted inserted replaced
500:c3abc7895a01 501:5c615a85241a
47 <h2>Redirector</h2> 47 <h2>Redirector</h2>
48 <p> 48 <p>
49 Helper class used to redirect stdout and stderr to the log window 49 Helper class used to redirect stdout and stderr to the log window
50 </p><h4>Signals</h4> 50 </p><h4>Signals</h4>
51 <dl> 51 <dl>
52 <dt>appendStderr(string)</dt> 52 <dt>appendStderr(str)</dt>
53 <dd> 53 <dd>
54 emitted to write data to stderr logger 54 emitted to write data to stderr logger
55 </dd><dt>appendStdout(string)</dt> 55 </dd><dt>appendStdout(str)</dt>
56 <dd> 56 <dd>
57 emitted to write data to stdout logger 57 emitted to write data to stdout logger
58 </dd> 58 </dd>
59 </dl> 59 </dl>
60 <h3>Derived from</h3> 60 <h3>Derived from</h3>
61 QObject 61 QObject
62 <h3>Class Attributes</h3> 62 <h3>Class Attributes</h3>
63 <table> 63 <table>
64 <tr><td>None</td></tr> 64 <tr><td>appendStderr</td></tr><tr><td>appendStdout</td></tr>
65 </table> 65 </table>
66 <h3>Methods</h3> 66 <h3>Methods</h3>
67 <table> 67 <table>
68 <tr> 68 <tr>
69 <td><a href="#Redirector.__init__">Redirector</a></td> 69 <td><a href="#Redirector.__init__">Redirector</a></td>
134 <h2>UserInterface</h2> 134 <h2>UserInterface</h2>
135 <p> 135 <p>
136 Class implementing the main user interface. 136 Class implementing the main user interface.
137 </p><h4>Signals</h4> 137 </p><h4>Signals</h4>
138 <dl> 138 <dl>
139 <dt>appendStderr(QString)</dt> 139 <dt>appendStderr(str)</dt>
140 <dd> 140 <dd>
141 emitted to write data to stderr logger 141 emitted to write data to stderr logger
142 </dd><dt>appendStdout(QString)</dt> 142 </dd><dt>appendStdout(str)</dt>
143 <dd> 143 <dd>
144 emitted to write data to stdout logger 144 emitted to write data to stdout logger
145 </dd><dt>preferencesChanged()</dt> 145 </dd><dt>preferencesChanged()</dt>
146 <dd> 146 <dd>
147 emitted after the preferences were changed 147 emitted after the preferences were changed
148 </dd><dt>reloadAPIs()</dt> 148 </dd><dt>reloadAPIs()</dt>
149 <dd> 149 <dd>
150 emitted to reload the api information 150 emitted to reload the api information
151 </dd><dt>showMenu(string, QMenu)</dt> 151 </dd><dt>showMenu(str, QMenu)</dt>
152 <dd> 152 <dd>
153 emitted when a menu is about to be shown. The name 153 emitted when a menu is about to be shown. The name
154 of the menu and a reference to the menu are given. 154 of the menu and a reference to the menu are given.
155 </dd> 155 </dd>
156 </dl> 156 </dl>
157 <h3>Derived from</h3> 157 <h3>Derived from</h3>
158 QMainWindow 158 QMainWindow
159 <h3>Class Attributes</h3> 159 <h3>Class Attributes</h3>
160 <table> 160 <table>
161 <tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr> 161 <tr><td>appendStderr</td></tr><tr><td>appendStdout</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr><tr><td>preferencesChanged</td></tr><tr><td>reloadAPIs</td></tr><tr><td>showMenu</td></tr>
162 </table> 162 </table>
163 <h3>Methods</h3> 163 <h3>Methods</h3>
164 <table> 164 <table>
165 <tr> 165 <tr>
166 <td><a href="#UserInterface.__init__">UserInterface</a></td> 166 <td><a href="#UserInterface.__init__">UserInterface</a></td>

eric ide

mercurial