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

branch
maintenance
changeset 7286
7eb04391adf7
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7226:babe80d84a3e 7286:7eb04391adf7
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor</h1>
24
23 <p> 25 <p>
24 Module implementing the main script for histedit. 26 Module implementing the main script for histedit.
25 </p><p> 27 </p>
28 <p>
26 Depending on the file name given by the Mercurial histedit command one 29 Depending on the file name given by the Mercurial histedit command one
27 of two possible dialogs will be shown. 30 of two possible dialogs will be shown.
28 </p> 31 </p>
29 <h3>Global Attributes</h3> 32 <h3>Global Attributes</h3>
33
30 <table> 34 <table>
31 <tr><td>None</td></tr> 35 <tr><td>None</td></tr>
32 </table> 36 </table>
33 <h3>Classes</h3> 37 <h3>Classes</h3>
38
34 <table> 39 <table>
35 <tr><td>None</td></tr> 40 <tr><td>None</td></tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
45
39 <tr> 46 <tr>
40 <td><a href="#createMainWidget">createMainWidget</a></td> 47 <td><a href="#createMainWidget">createMainWidget</a></td>
41 <td>Function to create the main widget.</td> 48 <td>Function to create the main widget.</td>
42 </tr><tr> 49 </tr>
50 <tr>
43 <td><a href="#main">main</a></td> 51 <td><a href="#main">main</a></td>
44 <td>Main entry point into the application.</td> 52 <td>Main entry point into the application.</td>
45 </tr> 53 </tr>
46 </table> 54 </table>
47 <hr /><hr /> 55 <hr />
56 <hr />
48 <a NAME="createMainWidget" ID="createMainWidget"></a> 57 <a NAME="createMainWidget" ID="createMainWidget"></a>
49 <h2>createMainWidget</h2> 58 <h2>createMainWidget</h2>
50 <b>createMainWidget</b>(<i>argv</i>) 59 <b>createMainWidget</b>(<i>argv</i>)
60
51 <p> 61 <p>
52 Function to create the main widget. 62 Function to create the main widget.
53 </p><dl> 63 </p>
64 <dl>
65
54 <dt><i>argv</i> (list of str)</dt> 66 <dt><i>argv</i> (list of str)</dt>
55 <dd> 67 <dd>
56 list of commandline parameters 68 list of commandline parameters
57 </dd> 69 </dd>
58 </dl><dl> 70 </dl>
71 <dl>
59 <dt>Returns:</dt> 72 <dt>Returns:</dt>
60 <dd> 73 <dd>
61 reference to the main widget or None in case of an error 74 reference to the main widget or None in case of an error
62 </dd> 75 </dd>
63 </dl><dl> 76 </dl>
77 <dl>
64 <dt>Return Type:</dt> 78 <dt>Return Type:</dt>
65 <dd> 79 <dd>
66 QWidget or None 80 QWidget or None
67 </dd> 81 </dd>
68 </dl> 82 </dl>
69 <div align="right"><a href="#top">Up</a></div> 83 <div align="right"><a href="#top">Up</a></div>
70 <hr /><hr /> 84 <hr />
85 <hr />
71 <a NAME="main" ID="main"></a> 86 <a NAME="main" ID="main"></a>
72 <h2>main</h2> 87 <h2>main</h2>
73 <b>main</b>(<i></i>) 88 <b>main</b>(<i></i>)
89
74 <p> 90 <p>
75 Main entry point into the application. 91 Main entry point into the application.
76 </p> 92 </p>
77 <div align="right"><a href="#top">Up</a></div> 93 <div align="right"><a href="#top">Up</a></div>
78 <hr /> 94 <hr />

eric ide

mercurial