|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.UI.SplashScreen</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.UI.SplashScreen</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing a splashscreen for eric. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 |
|
23 <tr> |
|
24 <td><a href="#NoneSplashScreen">NoneSplashScreen</a></td> |
|
25 <td>Class implementing a "None" splashscreen for eric.</td> |
|
26 </tr> |
|
27 <tr> |
|
28 <td><a href="#SplashScreen">SplashScreen</a></td> |
|
29 <td>Class implementing a splashscreen for eric.</td> |
|
30 </tr> |
|
31 </table> |
|
32 <h3>Functions</h3> |
|
33 |
|
34 <table> |
|
35 <tr><td>None</td></tr> |
|
36 </table> |
|
37 <hr /> |
|
38 <hr /> |
|
39 <a NAME="NoneSplashScreen" ID="NoneSplashScreen"></a> |
|
40 <h2>NoneSplashScreen</h2> |
|
41 |
|
42 <p> |
|
43 Class implementing a "None" splashscreen for eric. |
|
44 </p> |
|
45 <p> |
|
46 This class implements the same interface as the real splashscreen, |
|
47 but simply does nothing. |
|
48 </p> |
|
49 <h3>Derived from</h3> |
|
50 None |
|
51 <h3>Class Attributes</h3> |
|
52 |
|
53 <table> |
|
54 <tr><td>None</td></tr> |
|
55 </table> |
|
56 <h3>Class Methods</h3> |
|
57 |
|
58 <table> |
|
59 <tr><td>None</td></tr> |
|
60 </table> |
|
61 <h3>Methods</h3> |
|
62 |
|
63 <table> |
|
64 |
|
65 <tr> |
|
66 <td><a href="#NoneSplashScreen.__init__">NoneSplashScreen</a></td> |
|
67 <td>Constructor</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#NoneSplashScreen.clearMessage">clearMessage</a></td> |
|
71 <td>Public method to clear the message shown.</td> |
|
72 </tr> |
|
73 <tr> |
|
74 <td><a href="#NoneSplashScreen.finish">finish</a></td> |
|
75 <td>Public method to finish the splash screen.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#NoneSplashScreen.showMessage">showMessage</a></td> |
|
79 <td>Public method to show a message in the bottom part of the splashscreen.</td> |
|
80 </tr> |
|
81 </table> |
|
82 <h3>Static Methods</h3> |
|
83 |
|
84 <table> |
|
85 <tr><td>None</td></tr> |
|
86 </table> |
|
87 |
|
88 <a NAME="NoneSplashScreen.__init__" ID="NoneSplashScreen.__init__"></a> |
|
89 <h4>NoneSplashScreen (Constructor)</h4> |
|
90 <b>NoneSplashScreen</b>(<i></i>) |
|
91 |
|
92 <p> |
|
93 Constructor |
|
94 </p> |
|
95 <a NAME="NoneSplashScreen.clearMessage" ID="NoneSplashScreen.clearMessage"></a> |
|
96 <h4>NoneSplashScreen.clearMessage</h4> |
|
97 <b>clearMessage</b>(<i></i>) |
|
98 |
|
99 <p> |
|
100 Public method to clear the message shown. |
|
101 </p> |
|
102 <a NAME="NoneSplashScreen.finish" ID="NoneSplashScreen.finish"></a> |
|
103 <h4>NoneSplashScreen.finish</h4> |
|
104 <b>finish</b>(<i>widget</i>) |
|
105 |
|
106 <p> |
|
107 Public method to finish the splash screen. |
|
108 </p> |
|
109 <dl> |
|
110 |
|
111 <dt><i>widget</i></dt> |
|
112 <dd> |
|
113 widget to wait for (QWidget) |
|
114 </dd> |
|
115 </dl> |
|
116 <a NAME="NoneSplashScreen.showMessage" ID="NoneSplashScreen.showMessage"></a> |
|
117 <h4>NoneSplashScreen.showMessage</h4> |
|
118 <b>showMessage</b>(<i>msg</i>) |
|
119 |
|
120 <p> |
|
121 Public method to show a message in the bottom part of the splashscreen. |
|
122 </p> |
|
123 <dl> |
|
124 |
|
125 <dt><i>msg</i></dt> |
|
126 <dd> |
|
127 message to be shown (string) |
|
128 </dd> |
|
129 </dl> |
|
130 <div align="right"><a href="#top">Up</a></div> |
|
131 <hr /> |
|
132 <hr /> |
|
133 <a NAME="SplashScreen" ID="SplashScreen"></a> |
|
134 <h2>SplashScreen</h2> |
|
135 |
|
136 <p> |
|
137 Class implementing a splashscreen for eric. |
|
138 </p> |
|
139 <h3>Derived from</h3> |
|
140 QSplashScreen |
|
141 <h3>Class Attributes</h3> |
|
142 |
|
143 <table> |
|
144 <tr><td>None</td></tr> |
|
145 </table> |
|
146 <h3>Class Methods</h3> |
|
147 |
|
148 <table> |
|
149 <tr><td>None</td></tr> |
|
150 </table> |
|
151 <h3>Methods</h3> |
|
152 |
|
153 <table> |
|
154 |
|
155 <tr> |
|
156 <td><a href="#SplashScreen.__init__">SplashScreen</a></td> |
|
157 <td>Constructor</td> |
|
158 </tr> |
|
159 <tr> |
|
160 <td><a href="#SplashScreen.clearMessage">clearMessage</a></td> |
|
161 <td>Public method to clear the message shown.</td> |
|
162 </tr> |
|
163 <tr> |
|
164 <td><a href="#SplashScreen.showMessage">showMessage</a></td> |
|
165 <td>Public method to show a message in the bottom part of the splashscreen.</td> |
|
166 </tr> |
|
167 </table> |
|
168 <h3>Static Methods</h3> |
|
169 |
|
170 <table> |
|
171 <tr><td>None</td></tr> |
|
172 </table> |
|
173 |
|
174 <a NAME="SplashScreen.__init__" ID="SplashScreen.__init__"></a> |
|
175 <h4>SplashScreen (Constructor)</h4> |
|
176 <b>SplashScreen</b>(<i></i>) |
|
177 |
|
178 <p> |
|
179 Constructor |
|
180 </p> |
|
181 <a NAME="SplashScreen.clearMessage" ID="SplashScreen.clearMessage"></a> |
|
182 <h4>SplashScreen.clearMessage</h4> |
|
183 <b>clearMessage</b>(<i></i>) |
|
184 |
|
185 <p> |
|
186 Public method to clear the message shown. |
|
187 </p> |
|
188 <a NAME="SplashScreen.showMessage" ID="SplashScreen.showMessage"></a> |
|
189 <h4>SplashScreen.showMessage</h4> |
|
190 <b>showMessage</b>(<i>msg</i>) |
|
191 |
|
192 <p> |
|
193 Public method to show a message in the bottom part of the splashscreen. |
|
194 </p> |
|
195 <dl> |
|
196 |
|
197 <dt><i>msg</i></dt> |
|
198 <dd> |
|
199 message to be shown (string) |
|
200 </dd> |
|
201 </dl> |
|
202 <div align="right"><a href="#top">Up</a></div> |
|
203 <hr /> |
|
204 </body></html> |