eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor</h1>
24
25 <p>
26 Module implementing the main script for histedit.
27 </p>
28 <p>
29 Depending on the file name given by the Mercurial histedit command one
30 of two possible dialogs will be shown.
31 </p>
32 <h3>Global Attributes</h3>
33
34 <table>
35 <tr><td>None</td></tr>
36 </table>
37 <h3>Classes</h3>
38
39 <table>
40 <tr><td>None</td></tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45
46 <tr>
47 <td><a href="#createMainWidget">createMainWidget</a></td>
48 <td>Function to create the main widget.</td>
49 </tr>
50 <tr>
51 <td><a href="#main">main</a></td>
52 <td>Main entry point into the application.</td>
53 </tr>
54 </table>
55 <hr />
56 <hr />
57 <a NAME="createMainWidget" ID="createMainWidget"></a>
58 <h2>createMainWidget</h2>
59 <b>createMainWidget</b>(<i>argv</i>)
60
61 <p>
62 Function to create the main widget.
63 </p>
64 <dl>
65
66 <dt><i>argv</i> (list of str)</dt>
67 <dd>
68 list of commandline parameters
69 </dd>
70 </dl>
71 <dl>
72 <dt>Return:</dt>
73 <dd>
74 reference to the main widget or None in case of an error
75 </dd>
76 </dl>
77 <dl>
78 <dt>Return Type:</dt>
79 <dd>
80 QWidget or None
81 </dd>
82 </dl>
83 <div align="right"><a href="#top">Up</a></div>
84 <hr />
85 <hr />
86 <a NAME="main" ID="main"></a>
87 <h2>main</h2>
88 <b>main</b>(<i></i>)
89
90 <p>
91 Main entry point into the application.
92 </p>
93 <div align="right"><a href="#top">Up</a></div>
94 <hr />
95 </body></html>

eric ide

mercurial