diff -r 892c1787d666 -r edde1fe80b3e Documentation/Source/eric5.UI.SplashScreen.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.UI.SplashScreen.html Sat Jan 02 18:19:35 2010 +0000 @@ -0,0 +1,144 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.UI.SplashScreen</title> +<style> +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' +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.UI.SplashScreen</h1> +<p> +Module implementing a splashscreen for eric5. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#NoneSplashScreen">NoneSplashScreen</a></td> +<td>Class implementing a "None" splashscreen for eric5.</td> +</tr><tr> +<td><a href="#SplashScreen">SplashScreen</a></td> +<td>Class implementing a splashscreen for eric5.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="NoneSplashScreen" ID="NoneSplashScreen"></a> +<h2>NoneSplashScreen</h2> +<p> + Class implementing a "None" splashscreen for eric5. +</p><p> + This class implements the same interface as the real splashscreen, + but simply does nothing. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#NoneSplashScreen.__init__">NoneSplashScreen</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#NoneSplashScreen.clearMessage">clearMessage</a></td> +<td>Public method to clear the message shown.</td> +</tr><tr> +<td><a href="#NoneSplashScreen.finish">finish</a></td> +<td>Public method to finish the splash screen.</td> +</tr><tr> +<td><a href="#NoneSplashScreen.showMessage">showMessage</a></td> +<td>Public method to show a message in the bottom part of the splashscreen.</td> +</tr> +</table> +<a NAME="NoneSplashScreen.__init__" ID="NoneSplashScreen.__init__"></a> +<h4>NoneSplashScreen (Constructor)</h4> +<b>NoneSplashScreen</b>(<i></i>) +<p> + Constructor +</p><a NAME="NoneSplashScreen.clearMessage" ID="NoneSplashScreen.clearMessage"></a> +<h4>NoneSplashScreen.clearMessage</h4> +<b>clearMessage</b>(<i></i>) +<p> + Public method to clear the message shown. +</p><a NAME="NoneSplashScreen.finish" ID="NoneSplashScreen.finish"></a> +<h4>NoneSplashScreen.finish</h4> +<b>finish</b>(<i>widget</i>) +<p> + Public method to finish the splash screen. +</p><dl> +<dt><i>widget</i></dt> +<dd> +widget to wait for (QWidget) +</dd> +</dl><a NAME="NoneSplashScreen.showMessage" ID="NoneSplashScreen.showMessage"></a> +<h4>NoneSplashScreen.showMessage</h4> +<b>showMessage</b>(<i>msg</i>) +<p> + Public method to show a message in the bottom part of the splashscreen. +</p><dl> +<dt><i>msg</i></dt> +<dd> +message to be shown (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="SplashScreen" ID="SplashScreen"></a> +<h2>SplashScreen</h2> +<p> + Class implementing a splashscreen for eric5. +</p> +<h3>Derived from</h3> +QSplashScreen +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#SplashScreen.__init__">SplashScreen</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#SplashScreen.clearMessage">clearMessage</a></td> +<td>Public method to clear the message shown.</td> +</tr><tr> +<td><a href="#SplashScreen.showMessage">showMessage</a></td> +<td>Public method to show a message in the bottom part of the splashscreen.</td> +</tr> +</table> +<a NAME="SplashScreen.__init__" ID="SplashScreen.__init__"></a> +<h4>SplashScreen (Constructor)</h4> +<b>SplashScreen</b>(<i></i>) +<p> + Constructor +</p><a NAME="SplashScreen.clearMessage" ID="SplashScreen.clearMessage"></a> +<h4>SplashScreen.clearMessage</h4> +<b>clearMessage</b>(<i></i>) +<p> + Public method to clear the message shown. +</p><a NAME="SplashScreen.showMessage" ID="SplashScreen.showMessage"></a> +<h4>SplashScreen.showMessage</h4> +<b>showMessage</b>(<i>msg</i>) +<p> + Public method to show a message in the bottom part of the splashscreen. +</p><dl> +<dt><i>msg</i></dt> +<dd> +message to be shown (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file