Documentation/Source/eric5.UI.UserInterface.html

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 1194
9a54fec8559d
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
45 <hr /><hr /> 45 <hr /><hr />
46 <a NAME="Redirector" ID="Redirector"></a> 46 <a NAME="Redirector" ID="Redirector"></a>
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><h3>Signals</h3>
51 <dl> 51 <dl>
52 <dt>appendStderr(str)</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(str)</dt> 55 </dd><dt>appendStdout(str)</dt>
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>
64 <tr><td>None</td></tr>
65 </table>
66 <h3>Class Methods</h3>
63 <table> 67 <table>
64 <tr><td>None</td></tr> 68 <tr><td>None</td></tr>
65 </table> 69 </table>
66 <h3>Methods</h3> 70 <h3>Methods</h3>
67 <table> 71 <table>
80 </tr><tr> 84 </tr><tr>
81 <td><a href="#Redirector.write">write</a></td> 85 <td><a href="#Redirector.write">write</a></td>
82 <td>Public method used to write data.</td> 86 <td>Public method used to write data.</td>
83 </tr> 87 </tr>
84 </table> 88 </table>
89 <h3>Static Methods</h3>
90 <table>
91 <tr><td>None</td></tr>
92 </table>
85 <a NAME="Redirector.__init__" ID="Redirector.__init__"></a> 93 <a NAME="Redirector.__init__" ID="Redirector.__init__"></a>
86 <h4>Redirector (Constructor)</h4> 94 <h4>Redirector (Constructor)</h4>
87 <b>Redirector</b>(<i>stderr</i>) 95 <b>Redirector</b>(<i>stderr</i>)
88 <p> 96 <p>
89 Constructor 97 Constructor
132 <hr /><hr /> 140 <hr /><hr />
133 <a NAME="UserInterface" ID="UserInterface"></a> 141 <a NAME="UserInterface" ID="UserInterface"></a>
134 <h2>UserInterface</h2> 142 <h2>UserInterface</h2>
135 <p> 143 <p>
136 Class implementing the main user interface. 144 Class implementing the main user interface.
137 </p><h4>Signals</h4> 145 </p><h3>Signals</h3>
138 <dl> 146 <dl>
139 <dt>appendStderr(str)</dt> 147 <dt>appendStderr(str)</dt>
140 <dd> 148 <dd>
141 emitted to write data to stderr logger 149 emitted to write data to stderr logger
142 </dd><dt>appendStdout(str)</dt> 150 </dd><dt>appendStdout(str)</dt>
158 QMainWindow 166 QMainWindow
159 <h3>Class Attributes</h3> 167 <h3>Class Attributes</h3>
160 <table> 168 <table>
161 <tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr> 169 <tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr>
162 </table> 170 </table>
171 <h3>Class Methods</h3>
172 <table>
173 <tr><td>None</td></tr>
174 </table>
163 <h3>Methods</h3> 175 <h3>Methods</h3>
164 <table> 176 <table>
165 <tr> 177 <tr>
166 <td><a href="#UserInterface.__init__">UserInterface</a></td> 178 <td><a href="#UserInterface.__init__">UserInterface</a></td>
167 <td>Constructor</td> 179 <td>Constructor</td>
707 <td>Public method to unregister a toolbar.</td> 719 <td>Public method to unregister a toolbar.</td>
708 </tr><tr> 720 </tr><tr>
709 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td> 721 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td>
710 <td>Public method to check, if the eric5 version is good compared to the required version.</td> 722 <td>Public method to check, if the eric5 version is good compared to the required version.</td>
711 </tr> 723 </tr>
724 </table>
725 <h3>Static Methods</h3>
726 <table>
727 <tr><td>None</td></tr>
712 </table> 728 </table>
713 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a> 729 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a>
714 <h4>UserInterface (Constructor)</h4> 730 <h4>UserInterface (Constructor)</h4>
715 <b>UserInterface</b>(<i>app, locale, splash, plugin, noOpenAtStartup, restartArguments</i>) 731 <b>UserInterface</b>(<i>app, locale, splash, plugin, noOpenAtStartup, restartArguments</i>)
716 <p> 732 <p>

eric ide

mercurial