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