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

changeset 6942
2602857055c5
parent 5291
e93d14b48c34
child 7273
391d6b7b1eff
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.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><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor</h1>
23 <p>
24 Module implementing the main script for histedit.
25 </p><p>
26 Depending on the file name given by the Mercurial histedit command one
27 of two possible dialogs will be shown.
28 </p>
29 <h3>Global Attributes</h3>
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34 <table>
35 <tr><td>None</td></tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr>
40 <td><a href="#createMainWidget">createMainWidget</a></td>
41 <td>Function to create the main widget.</td>
42 </tr><tr>
43 <td><a href="#main">main</a></td>
44 <td>Main entry point into the application.</td>
45 </tr>
46 </table>
47 <hr /><hr />
48 <a NAME="createMainWidget" ID="createMainWidget"></a>
49 <h2>createMainWidget</h2>
50 <b>createMainWidget</b>(<i>argv</i>)
51 <p>
52 Function to create the main widget.
53 </p><dl>
54 <dt><i>argv</i> (list of str)</dt>
55 <dd>
56 list of commandline parameters
57 </dd>
58 </dl><dl>
59 <dt>Returns:</dt>
60 <dd>
61 reference to the main widget or None in case of an error
62 </dd>
63 </dl><dl>
64 <dt>Return Type:</dt>
65 <dd>
66 QWidget or None
67 </dd>
68 </dl>
69 <div align="right"><a href="#top">Up</a></div>
70 <hr /><hr />
71 <a NAME="main" ID="main"></a>
72 <h2>main</h2>
73 <b>main</b>(<i></i>)
74 <p>
75 Main entry point into the application.
76 </p>
77 <div align="right"><a href="#top">Up</a></div>
78 <hr />
79 </body></html>

eric ide

mercurial