|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.FastexportExtension.ProjectHelper</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.FastexportExtension.ProjectHelper</h1> |
|
10 <p> |
|
11 Module implementing the fastexport extension project helper. |
|
12 </p> |
|
13 |
|
14 <h3>Global Attributes</h3> |
|
15 <table> |
|
16 <tr><td>None</td></tr> |
|
17 </table> |
|
18 |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#FastexportProjectHelper">FastexportProjectHelper</a></td> |
|
23 <td>Class implementing the fastexport extension project helper.</td> |
|
24 </tr> |
|
25 </table> |
|
26 |
|
27 <h3>Functions</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 |
|
32 <hr /> |
|
33 <hr /> |
|
34 <a NAME="FastexportProjectHelper" ID="FastexportProjectHelper"></a> |
|
35 <h2>FastexportProjectHelper</h2> |
|
36 <p> |
|
37 Class implementing the fastexport extension project helper. |
|
38 </p> |
|
39 |
|
40 <h3>Derived from</h3> |
|
41 HgExtensionProjectHelper |
|
42 <h3>Class Attributes</h3> |
|
43 <table> |
|
44 <tr><td>None</td></tr> |
|
45 </table> |
|
46 |
|
47 <h3>Class Methods</h3> |
|
48 <table> |
|
49 <tr><td>None</td></tr> |
|
50 </table> |
|
51 |
|
52 <h3>Methods</h3> |
|
53 <table> |
|
54 <tr> |
|
55 <td><a href="#FastexportProjectHelper.__init__">FastexportProjectHelper</a></td> |
|
56 <td>Constructor</td> |
|
57 </tr> |
|
58 <tr> |
|
59 <td><a href="#FastexportProjectHelper.__hgFastexport">__hgFastexport</a></td> |
|
60 <td>Private slot used to generate a git fast-import file.</td> |
|
61 </tr> |
|
62 <tr> |
|
63 <td><a href="#FastexportProjectHelper.initActions">initActions</a></td> |
|
64 <td>Public method to generate the action objects.</td> |
|
65 </tr> |
|
66 <tr> |
|
67 <td><a href="#FastexportProjectHelper.initMenu">initMenu</a></td> |
|
68 <td>Public method to generate the extension menu.</td> |
|
69 </tr> |
|
70 <tr> |
|
71 <td><a href="#FastexportProjectHelper.menuTitle">menuTitle</a></td> |
|
72 <td>Public method to get the menu title.</td> |
|
73 </tr> |
|
74 </table> |
|
75 |
|
76 <h3>Static Methods</h3> |
|
77 <table> |
|
78 <tr><td>None</td></tr> |
|
79 </table> |
|
80 |
|
81 |
|
82 <a NAME="FastexportProjectHelper.__init__" ID="FastexportProjectHelper.__init__"></a> |
|
83 <h4>FastexportProjectHelper (Constructor)</h4> |
|
84 <b>FastexportProjectHelper</b>(<i></i>) |
|
85 <p> |
|
86 Constructor |
|
87 </p> |
|
88 |
|
89 <a NAME="FastexportProjectHelper.__hgFastexport" ID="FastexportProjectHelper.__hgFastexport"></a> |
|
90 <h4>FastexportProjectHelper.__hgFastexport</h4> |
|
91 <b>__hgFastexport</b>(<i></i>) |
|
92 <p> |
|
93 Private slot used to generate a git fast-import file. |
|
94 </p> |
|
95 |
|
96 <a NAME="FastexportProjectHelper.initActions" ID="FastexportProjectHelper.initActions"></a> |
|
97 <h4>FastexportProjectHelper.initActions</h4> |
|
98 <b>initActions</b>(<i></i>) |
|
99 <p> |
|
100 Public method to generate the action objects. |
|
101 </p> |
|
102 |
|
103 <a NAME="FastexportProjectHelper.initMenu" ID="FastexportProjectHelper.initMenu"></a> |
|
104 <h4>FastexportProjectHelper.initMenu</h4> |
|
105 <b>initMenu</b>(<i>mainMenu</i>) |
|
106 <p> |
|
107 Public method to generate the extension menu. |
|
108 </p> |
|
109 |
|
110 <dl> |
|
111 |
|
112 <dt><i>mainMenu</i> (QMenu)</dt> |
|
113 <dd> |
|
114 reference to the main menu |
|
115 </dd> |
|
116 </dl> |
|
117 <dl> |
|
118 <dt>Return:</dt> |
|
119 <dd> |
|
120 populated menu |
|
121 </dd> |
|
122 </dl> |
|
123 <dl> |
|
124 <dt>Return Type:</dt> |
|
125 <dd> |
|
126 QMenu |
|
127 </dd> |
|
128 </dl> |
|
129 <a NAME="FastexportProjectHelper.menuTitle" ID="FastexportProjectHelper.menuTitle"></a> |
|
130 <h4>FastexportProjectHelper.menuTitle</h4> |
|
131 <b>menuTitle</b>(<i></i>) |
|
132 <p> |
|
133 Public method to get the menu title. |
|
134 </p> |
|
135 |
|
136 <dl> |
|
137 <dt>Return:</dt> |
|
138 <dd> |
|
139 title of the menu |
|
140 </dd> |
|
141 </dl> |
|
142 <dl> |
|
143 <dt>Return Type:</dt> |
|
144 <dd> |
|
145 str |
|
146 </dd> |
|
147 </dl> |
|
148 <div align="right"><a href="#top">Up</a></div> |
|
149 <hr /> |
|
150 </body></html> |