|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.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><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.UI.SplashScreen</h1> |
|
23 <p> |
|
24 Module implementing a splashscreen for eric6. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#NoneSplashScreen">NoneSplashScreen</a></td> |
|
34 <td>Class implementing a "None" splashscreen for eric6.</td> |
|
35 </tr><tr> |
|
36 <td><a href="#SplashScreen">SplashScreen</a></td> |
|
37 <td>Class implementing a splashscreen for eric6.</td> |
|
38 </tr> |
|
39 </table> |
|
40 <h3>Functions</h3> |
|
41 <table> |
|
42 <tr><td>None</td></tr> |
|
43 </table> |
|
44 <hr /><hr /> |
|
45 <a NAME="NoneSplashScreen" ID="NoneSplashScreen"></a> |
|
46 <h2>NoneSplashScreen</h2> |
|
47 <p> |
|
48 Class implementing a "None" splashscreen for eric6. |
|
49 </p><p> |
|
50 This class implements the same interface as the real splashscreen, |
|
51 but simply does nothing. |
|
52 </p> |
|
53 <h3>Derived from</h3> |
|
54 object |
|
55 <h3>Class Attributes</h3> |
|
56 <table> |
|
57 <tr><td>None</td></tr> |
|
58 </table> |
|
59 <h3>Class Methods</h3> |
|
60 <table> |
|
61 <tr><td>None</td></tr> |
|
62 </table> |
|
63 <h3>Methods</h3> |
|
64 <table> |
|
65 <tr> |
|
66 <td><a href="#NoneSplashScreen.__init__">NoneSplashScreen</a></td> |
|
67 <td>Constructor</td> |
|
68 </tr><tr> |
|
69 <td><a href="#NoneSplashScreen.clearMessage">clearMessage</a></td> |
|
70 <td>Public method to clear the message shown.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#NoneSplashScreen.finish">finish</a></td> |
|
73 <td>Public method to finish the splash screen.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#NoneSplashScreen.showMessage">showMessage</a></td> |
|
76 <td>Public method to show a message in the bottom part of the splashscreen.</td> |
|
77 </tr> |
|
78 </table> |
|
79 <h3>Static Methods</h3> |
|
80 <table> |
|
81 <tr><td>None</td></tr> |
|
82 </table> |
|
83 <a NAME="NoneSplashScreen.__init__" ID="NoneSplashScreen.__init__"></a> |
|
84 <h4>NoneSplashScreen (Constructor)</h4> |
|
85 <b>NoneSplashScreen</b>(<i></i>) |
|
86 <p> |
|
87 Constructor |
|
88 </p><a NAME="NoneSplashScreen.clearMessage" ID="NoneSplashScreen.clearMessage"></a> |
|
89 <h4>NoneSplashScreen.clearMessage</h4> |
|
90 <b>clearMessage</b>(<i></i>) |
|
91 <p> |
|
92 Public method to clear the message shown. |
|
93 </p><a NAME="NoneSplashScreen.finish" ID="NoneSplashScreen.finish"></a> |
|
94 <h4>NoneSplashScreen.finish</h4> |
|
95 <b>finish</b>(<i>widget</i>) |
|
96 <p> |
|
97 Public method to finish the splash screen. |
|
98 </p><dl> |
|
99 <dt><i>widget</i></dt> |
|
100 <dd> |
|
101 widget to wait for (QWidget) |
|
102 </dd> |
|
103 </dl><a NAME="NoneSplashScreen.showMessage" ID="NoneSplashScreen.showMessage"></a> |
|
104 <h4>NoneSplashScreen.showMessage</h4> |
|
105 <b>showMessage</b>(<i>msg</i>) |
|
106 <p> |
|
107 Public method to show a message in the bottom part of the splashscreen. |
|
108 </p><dl> |
|
109 <dt><i>msg</i></dt> |
|
110 <dd> |
|
111 message to be shown (string) |
|
112 </dd> |
|
113 </dl> |
|
114 <div align="right"><a href="#top">Up</a></div> |
|
115 <hr /><hr /> |
|
116 <a NAME="SplashScreen" ID="SplashScreen"></a> |
|
117 <h2>SplashScreen</h2> |
|
118 <p> |
|
119 Class implementing a splashscreen for eric6. |
|
120 </p> |
|
121 <h3>Derived from</h3> |
|
122 QSplashScreen |
|
123 <h3>Class Attributes</h3> |
|
124 <table> |
|
125 <tr><td>None</td></tr> |
|
126 </table> |
|
127 <h3>Class Methods</h3> |
|
128 <table> |
|
129 <tr><td>None</td></tr> |
|
130 </table> |
|
131 <h3>Methods</h3> |
|
132 <table> |
|
133 <tr> |
|
134 <td><a href="#SplashScreen.__init__">SplashScreen</a></td> |
|
135 <td>Constructor</td> |
|
136 </tr><tr> |
|
137 <td><a href="#SplashScreen.clearMessage">clearMessage</a></td> |
|
138 <td>Public method to clear the message shown.</td> |
|
139 </tr><tr> |
|
140 <td><a href="#SplashScreen.showMessage">showMessage</a></td> |
|
141 <td>Public method to show a message in the bottom part of the splashscreen.</td> |
|
142 </tr> |
|
143 </table> |
|
144 <h3>Static Methods</h3> |
|
145 <table> |
|
146 <tr><td>None</td></tr> |
|
147 </table> |
|
148 <a NAME="SplashScreen.__init__" ID="SplashScreen.__init__"></a> |
|
149 <h4>SplashScreen (Constructor)</h4> |
|
150 <b>SplashScreen</b>(<i></i>) |
|
151 <p> |
|
152 Constructor |
|
153 </p><a NAME="SplashScreen.clearMessage" ID="SplashScreen.clearMessage"></a> |
|
154 <h4>SplashScreen.clearMessage</h4> |
|
155 <b>clearMessage</b>(<i></i>) |
|
156 <p> |
|
157 Public method to clear the message shown. |
|
158 </p><a NAME="SplashScreen.showMessage" ID="SplashScreen.showMessage"></a> |
|
159 <h4>SplashScreen.showMessage</h4> |
|
160 <b>showMessage</b>(<i>msg</i>) |
|
161 <p> |
|
162 Public method to show a message in the bottom part of the splashscreen. |
|
163 </p><dl> |
|
164 <dt><i>msg</i></dt> |
|
165 <dd> |
|
166 message to be shown (string) |
|
167 </dd> |
|
168 </dl> |
|
169 <div align="right"><a href="#top">Up</a></div> |
|
170 <hr /> |
|
171 </body></html> |