src/eric7/Documentation/Source/eric7.eric7_diff.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10070
9f5758c0fec1
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.eric7_diff</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.eric7_diff</h1>
10
11 <p>
12 eric Diff.
13 </p>
14 <p>
15 This is the main Python script that performs the necessary initialization
16 of the Diff module and starts the Qt event loop. This is a standalone
17 version of the integrated Diff module.
18 </p>
19 <h3>Global Attributes</h3>
20
21 <table>
22 <tr><td>None</td></tr>
23 </table>
24 <h3>Classes</h3>
25
26 <table>
27 <tr><td>None</td></tr>
28 </table>
29 <h3>Functions</h3>
30
31 <table>
32
33 <tr>
34 <td><a href="#createMainWidget">createMainWidget</a></td>
35 <td>Function to create the main widget.</td>
36 </tr>
37 <tr>
38 <td><a href="#main">main</a></td>
39 <td>Main entry point into the application.</td>
40 </tr>
41 </table>
42 <hr />
43 <hr />
44 <a NAME="createMainWidget" ID="createMainWidget"></a>
45 <h2>createMainWidget</h2>
46 <b>createMainWidget</b>(<i>argv</i>)
47
48 <p>
49 Function to create the main widget.
50 </p>
51 <dl>
52
53 <dt><i>argv</i></dt>
54 <dd>
55 list of commandline parameters (list of strings)
56 </dd>
57 </dl>
58 <dl>
59 <dt>Return:</dt>
60 <dd>
61 reference to the main widget (QWidget)
62 </dd>
63 </dl>
64 <div align="right"><a href="#top">Up</a></div>
65 <hr />
66 <hr />
67 <a NAME="main" ID="main"></a>
68 <h2>main</h2>
69 <b>main</b>(<i></i>)
70
71 <p>
72 Main entry point into the application.
73 </p>
74 <div align="right"><a href="#top">Up</a></div>
75 <hr />
76 </body></html>

eric ide

mercurial