5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitUtilities</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitUtilities</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing some common utility functions for the Git package. |
11 Module implementing some common utility functions for the Git package. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 <tr><td>None</td></tr> |
21 <tr><td>None</td></tr> |
23 </table> |
22 </table> |
|
23 |
24 <h3>Functions</h3> |
24 <h3>Functions</h3> |
25 |
|
26 <table> |
25 <table> |
27 |
|
28 <tr> |
26 <tr> |
29 <td><a href="#getConfigPath">getConfigPath</a></td> |
27 <td><a href="#getConfigPath">getConfigPath</a></td> |
30 <td>Public function to get the filename of the config file.</td> |
28 <td>Public function to get the filename of the config file.</td> |
31 </tr> |
29 </tr> |
32 <tr> |
30 <tr> |
33 <td><a href="#prepareProcess">prepareProcess</a></td> |
31 <td><a href="#prepareProcess">prepareProcess</a></td> |
34 <td>Public function to prepare the given process.</td> |
32 <td>Public function to prepare the given process.</td> |
35 </tr> |
33 </tr> |
36 </table> |
34 </table> |
|
35 |
37 <hr /> |
36 <hr /> |
38 <hr /> |
37 <hr /> |
39 <a NAME="getConfigPath" ID="getConfigPath"></a> |
38 <a NAME="getConfigPath" ID="getConfigPath"></a> |
40 <h2>getConfigPath</h2> |
39 <h2>getConfigPath</h2> |
41 <b>getConfigPath</b>(<i></i>) |
40 <b>getConfigPath</b>(<i></i>) |
42 |
|
43 <p> |
41 <p> |
44 Public function to get the filename of the config file. |
42 Public function to get the filename of the config file. |
45 </p> |
43 </p> |
|
44 |
46 <dl> |
45 <dl> |
47 <dt>Return:</dt> |
46 <dt>Return:</dt> |
48 <dd> |
47 <dd> |
49 filename of the config file |
48 filename of the config file |
50 </dd> |
49 </dd> |
59 <hr /> |
58 <hr /> |
60 <hr /> |
59 <hr /> |
61 <a NAME="prepareProcess" ID="prepareProcess"></a> |
60 <a NAME="prepareProcess" ID="prepareProcess"></a> |
62 <h2>prepareProcess</h2> |
61 <h2>prepareProcess</h2> |
63 <b>prepareProcess</b>(<i>proc, language=""</i>) |
62 <b>prepareProcess</b>(<i>proc, language=""</i>) |
64 |
|
65 <p> |
63 <p> |
66 Public function to prepare the given process. |
64 Public function to prepare the given process. |
67 </p> |
65 </p> |
|
66 |
68 <dl> |
67 <dl> |
69 |
68 |
70 <dt><i>proc</i> (QProcess)</dt> |
69 <dt><i>proc</i> (QProcess)</dt> |
71 <dd> |
70 <dd> |
72 reference to the process to be prepared |
71 reference to the process to be prepared |