|
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. Depending on the file |
|
25 name given by the Mercurial histedit command one of two possible dialogs |
|
26 will be shown. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 <table> |
|
30 <tr><td>None</td></tr> |
|
31 </table> |
|
32 <h3>Classes</h3> |
|
33 <table> |
|
34 <tr><td>None</td></tr> |
|
35 </table> |
|
36 <h3>Functions</h3> |
|
37 <table> |
|
38 <tr> |
|
39 <td><a href="#createMainWidget">createMainWidget</a></td> |
|
40 <td>Function to create the main widget.</td> |
|
41 </tr><tr> |
|
42 <td><a href="#main">main</a></td> |
|
43 <td>Main entry point into the application.</td> |
|
44 </tr> |
|
45 </table> |
|
46 <hr /><hr /> |
|
47 <a NAME="createMainWidget" ID="createMainWidget"></a> |
|
48 <h2>createMainWidget</h2> |
|
49 <b>createMainWidget</b>(<i>argv</i>) |
|
50 <p> |
|
51 Function to create the main widget. |
|
52 </p><dl> |
|
53 <dt><i>argv</i> (list of str)</dt> |
|
54 <dd> |
|
55 list of commandline parameters |
|
56 </dd> |
|
57 </dl><dl> |
|
58 <dt>Returns:</dt> |
|
59 <dd> |
|
60 reference to the main widget or None in case of an error |
|
61 </dd> |
|
62 </dl><dl> |
|
63 <dt>Return Type:</dt> |
|
64 <dd> |
|
65 QWidget or None |
|
66 </dd> |
|
67 </dl> |
|
68 <div align="right"><a href="#top">Up</a></div> |
|
69 <hr /><hr /> |
|
70 <a NAME="main" ID="main"></a> |
|
71 <h2>main</h2> |
|
72 <b>main</b>(<i></i>) |
|
73 <p> |
|
74 Main entry point into the application. |
|
75 </p> |
|
76 <div align="right"><a href="#top">Up</a></div> |
|
77 <hr /> |
|
78 </body></html> |