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