|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric4.UI.SplashScreen</title> |
|
6 <style> |
|
7 body { |
|
8 background:white; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #4FA4FF; } |
|
14 h2 { color: white; background: #4FA4FF; } |
|
15 h3 { color: white; background: #00557F; } |
|
16 h4 { color: white; background: #00557F; } |
|
17 |
|
18 a { color: #AA5500; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric4.UI.SplashScreen</h1> |
|
24 <p> |
|
25 Module implementing a splashscreen for eric4. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#NoneSplashScreen">NoneSplashScreen</a></td> |
|
35 <td>Class implementing a "None" splashscreen for eric4.</td> |
|
36 </tr><tr> |
|
37 <td><a href="#SplashScreen">SplashScreen</a></td> |
|
38 <td>Class implementing a splashscreen for eric4.</td> |
|
39 </tr> |
|
40 </table> |
|
41 <h3>Functions</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <hr /><hr /> |
|
46 <a NAME="NoneSplashScreen" ID="NoneSplashScreen"></a> |
|
47 <h2>NoneSplashScreen</h2> |
|
48 <p> |
|
49 Class implementing a "None" splashscreen for eric4. |
|
50 </p><p> |
|
51 This class implements the same interface as the real splashscreen, |
|
52 but simply does nothing. |
|
53 </p> |
|
54 <h3>Derived from</h3> |
|
55 object |
|
56 <h3>Class Attributes</h3> |
|
57 <table> |
|
58 <tr><td>None</td></tr> |
|
59 </table> |
|
60 <h3>Methods</h3> |
|
61 <table> |
|
62 <tr> |
|
63 <td><a href="#NoneSplashScreen.__init__">NoneSplashScreen</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#NoneSplashScreen.clearMessage">clearMessage</a></td> |
|
67 <td>Public method to clear the message shown.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#NoneSplashScreen.finish">finish</a></td> |
|
70 <td>Public method to finish the splash screen.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#NoneSplashScreen.showMessage">showMessage</a></td> |
|
73 <td>Public method to show a message in the bottom part of the splashscreen.</td> |
|
74 </tr> |
|
75 </table> |
|
76 <a NAME="NoneSplashScreen.__init__" ID="NoneSplashScreen.__init__"></a> |
|
77 <h4>NoneSplashScreen (Constructor)</h4> |
|
78 <b>NoneSplashScreen</b>(<i></i>) |
|
79 <p> |
|
80 Constructor |
|
81 </p><a NAME="NoneSplashScreen.clearMessage" ID="NoneSplashScreen.clearMessage"></a> |
|
82 <h4>NoneSplashScreen.clearMessage</h4> |
|
83 <b>clearMessage</b>(<i></i>) |
|
84 <p> |
|
85 Public method to clear the message shown. |
|
86 </p><a NAME="NoneSplashScreen.finish" ID="NoneSplashScreen.finish"></a> |
|
87 <h4>NoneSplashScreen.finish</h4> |
|
88 <b>finish</b>(<i>widget</i>) |
|
89 <p> |
|
90 Public method to finish the splash screen. |
|
91 </p><dl> |
|
92 <dt><i>widget</i></dt> |
|
93 <dd> |
|
94 widget to wait for (QWidget) |
|
95 </dd> |
|
96 </dl><a NAME="NoneSplashScreen.showMessage" ID="NoneSplashScreen.showMessage"></a> |
|
97 <h4>NoneSplashScreen.showMessage</h4> |
|
98 <b>showMessage</b>(<i>msg</i>) |
|
99 <p> |
|
100 Public method to show a message in the bottom part of the splashscreen. |
|
101 </p><dl> |
|
102 <dt><i>msg</i></dt> |
|
103 <dd> |
|
104 message to be shown (string) |
|
105 </dd> |
|
106 </dl> |
|
107 <div align="right"><a href="#top">Up</a></div> |
|
108 <hr /><hr /> |
|
109 <a NAME="SplashScreen" ID="SplashScreen"></a> |
|
110 <h2>SplashScreen</h2> |
|
111 <p> |
|
112 Class implementing a splashscreen for eric4. |
|
113 </p> |
|
114 <h3>Derived from</h3> |
|
115 QSplashScreen |
|
116 <h3>Class Attributes</h3> |
|
117 <table> |
|
118 <tr><td>None</td></tr> |
|
119 </table> |
|
120 <h3>Methods</h3> |
|
121 <table> |
|
122 <tr> |
|
123 <td><a href="#SplashScreen.__init__">SplashScreen</a></td> |
|
124 <td>Constructor</td> |
|
125 </tr><tr> |
|
126 <td><a href="#SplashScreen.clearMessage">clearMessage</a></td> |
|
127 <td>Public method to clear the message shown.</td> |
|
128 </tr><tr> |
|
129 <td><a href="#SplashScreen.showMessage">showMessage</a></td> |
|
130 <td>Public method to show a message in the bottom part of the splashscreen.</td> |
|
131 </tr> |
|
132 </table> |
|
133 <a NAME="SplashScreen.__init__" ID="SplashScreen.__init__"></a> |
|
134 <h4>SplashScreen (Constructor)</h4> |
|
135 <b>SplashScreen</b>(<i></i>) |
|
136 <p> |
|
137 Constructor |
|
138 </p><a NAME="SplashScreen.clearMessage" ID="SplashScreen.clearMessage"></a> |
|
139 <h4>SplashScreen.clearMessage</h4> |
|
140 <b>clearMessage</b>(<i></i>) |
|
141 <p> |
|
142 Public method to clear the message shown. |
|
143 </p><a NAME="SplashScreen.showMessage" ID="SplashScreen.showMessage"></a> |
|
144 <h4>SplashScreen.showMessage</h4> |
|
145 <b>showMessage</b>(<i>msg</i>) |
|
146 <p> |
|
147 Public method to show a message in the bottom part of the splashscreen. |
|
148 </p><dl> |
|
149 <dt><i>msg</i></dt> |
|
150 <dd> |
|
151 message to be shown (string) |
|
152 </dd> |
|
153 </dl> |
|
154 <div align="right"><a href="#top">Up</a></div> |
|
155 <hr /> |
|
156 </body></html> |