Documentation/Source/eric5.Utilities.AutoSaver.html

changeset 17
edde1fe80b3e
child 21
b88a0e6268bd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric5.Utilities.AutoSaver.html	Sat Jan 02 18:19:35 2010 +0000
@@ -0,0 +1,94 @@
+<?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.Utilities.AutoSaver</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.Utilities.AutoSaver</h1>
+<p>
+&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97;&#110; &#97;&#117;&#116;&#111; &#115;&#97;v&#101;&#114; &#99;&#108;&#97;&#115;&#115;.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#AutoSaver">AutoSaver</a></td>
+<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#97;&#117;&#116;&#111; &#115;&#97;v&#101;&#114;.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="AutoSaver" ID="AutoSaver"></a>
+<h2>AutoSaver</h2>
+<p>
+    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#97;&#117;&#116;&#111; &#115;&#97;v&#101;&#114;.
+</p>
+<h3>Derived from</h3>
+QObject
+<h3>Class Attributes</h3>
+<table>
+<tr><td>AUTOSAVE_IN</td></tr><tr><td>MAXWAIT</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#AutoSaver.__init__">AutoSaver</a></td>
+<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+</tr><tr>
+<td><a href="#AutoSaver.changeOccurred">changeOccurred</a></td>
+<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#104;&#97;&#110;&#100;&#108;&#105;&#110;&#103; &#97; &#99;&#104;&#97;&#110;&#103;&#101;.</td>
+</tr><tr>
+<td><a href="#AutoSaver.saveIfNeccessary">saveIfNeccessary</a></td>
+<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#116;&#104;&#101; &#115;&#97;v&#101; &#111;&#112;&#101;&#114;&#97;&#116;&#105;&#111;&#110;.</td>
+</tr><tr>
+<td><a href="#AutoSaver.timerEvent">timerEvent</a></td>
+<td>&#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#104;&#97;&#110;&#100;&#108;&#105;&#110;&#103; &#116;&#105;&#109;&#101;&#114; &#101;v&#101;&#110;&#116;&#115;.</td>
+</tr>
+</table>
+<a NAME="AutoSaver.__init__" ID="AutoSaver.__init__"></a>
+<h4>AutoSaver (Constructor)</h4>
+<b>AutoSaver</b>(<i>parent, save</i>)
+<p>
+        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+</p><dl>
+<dt><i>parent</i></dt>
+<dd>
+&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#79;&#98;&#106;&#101;&#99;&#116;)
+</dd><dt><i>save</i></dt>
+<dd>
+&#115;&#108;&#111;&#116; &#116;&#111; &#98;&#101; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#112;&#101;&#114;&#102;&#111;&#114;&#109; &#116;&#104;&#101; &#115;&#97;v&#101; &#111;&#112;&#101;&#114;&#97;&#116;&#105;&#111;&#110;
+</dd>
+</dl><a NAME="AutoSaver.changeOccurred" ID="AutoSaver.changeOccurred"></a>
+<h4>AutoSaver.changeOccurred</h4>
+<b>changeOccurred</b>(<i></i>)
+<p>
+        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#104;&#97;&#110;&#100;&#108;&#105;&#110;&#103; &#97; &#99;&#104;&#97;&#110;&#103;&#101;.
+</p><a NAME="AutoSaver.saveIfNeccessary" ID="AutoSaver.saveIfNeccessary"></a>
+<h4>AutoSaver.saveIfNeccessary</h4>
+<b>saveIfNeccessary</b>(<i></i>)
+<p>
+        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#116;&#104;&#101; &#115;&#97;v&#101; &#111;&#112;&#101;&#114;&#97;&#116;&#105;&#111;&#110;.
+</p><a NAME="AutoSaver.timerEvent" ID="AutoSaver.timerEvent"></a>
+<h4>AutoSaver.timerEvent</h4>
+<b>timerEvent</b>(<i>evt</i>)
+<p>
+        &#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#104;&#97;&#110;&#100;&#108;&#105;&#110;&#103; &#116;&#105;&#109;&#101;&#114; &#101;v&#101;&#110;&#116;&#115;.
+</p><dl>
+<dt><i>evt</i></dt>
+<dd>
+&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#116;&#105;&#109;&#101;&#114; &#101;v&#101;&#110;&#116; (&#81;&#84;&#105;&#109;&#101;&#114;&#69;v&#101;&#110;&#116;)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial