Documentation/Source/eric5.uninstall.html

Sun, 22 Apr 2012 12:03:49 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 22 Apr 2012 12:03:49 +0200
branch
5_2_x
changeset 1809
b51de83c643a
parent 1353
e1c0af081a8e
child 2367
78f6c8193d37
permissions
-rw-r--r--

Updated source docu.

<?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.uninstall</title>
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body><a NAME="top" ID="top"></a>
<h1>eric5.uninstall</h1>
<p>
Uninstallation script for the eric5 IDE and all eric5 related tools.
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Functions</h3>
<table>
<tr>
<td><a href="#initGlobals">initGlobals</a></td>
<td>Sets the values of globals that need more than a simple assignment.</td>
</tr><tr>
<td><a href="#main">main</a></td>
<td>The main function of the script.</td>
</tr><tr>
<td><a href="#uninstallEric">uninstallEric</a></td>
<td>Uninstall the eric files.</td>
</tr><tr>
<td><a href="#usage">usage</a></td>
<td>Display a usage message and exit.</td>
</tr><tr>
<td><a href="#wrapperName">wrapperName</a></td>
<td>Create the platform specific name for the wrapper script.</td>
</tr>
</table>
<hr /><hr />
<a NAME="initGlobals" ID="initGlobals"></a>
<h2>initGlobals</h2>
<b>initGlobals</b>(<i></i>)
<p>
    Sets the values of globals that need more than a simple assignment.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr /><hr />
<a NAME="main" ID="main"></a>
<h2>main</h2>
<b>main</b>(<i>argv</i>)
<p>
The main function of the script.
</p><p>
    argv is the list of command line arguments.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr /><hr />
<a NAME="uninstallEric" ID="uninstallEric"></a>
<h2>uninstallEric</h2>
<b>uninstallEric</b>(<i></i>)
<p>
    Uninstall the eric files.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr /><hr />
<a NAME="usage" ID="usage"></a>
<h2>usage</h2>
<b>usage</b>(<i>rcode=2</i>)
<p>
Display a usage message and exit.
</p><p>
    rcode is the return code passed back to the calling process.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr /><hr />
<a NAME="wrapperName" ID="wrapperName"></a>
<h2>wrapperName</h2>
<b>wrapperName</b>(<i>dname, wfile</i>)
<p>
Create the platform specific name for the wrapper script.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial