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