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