|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.ProjectHelper</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> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.ProjectHelper</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing the histedit extension project helper. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 |
|
37 <tr> |
|
38 <td><a href="#HisteditProjectHelper">HisteditProjectHelper</a></td> |
|
39 <td>Class implementing the histedit extension project helper.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <h3>Functions</h3> |
|
43 |
|
44 <table> |
|
45 <tr><td>None</td></tr> |
|
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
|
49 <a NAME="HisteditProjectHelper" ID="HisteditProjectHelper"></a> |
|
50 <h2>HisteditProjectHelper</h2> |
|
51 |
|
52 <p> |
|
53 Class implementing the histedit extension project helper. |
|
54 </p> |
|
55 <h3>Derived from</h3> |
|
56 HgExtensionProjectHelper |
|
57 <h3>Class Attributes</h3> |
|
58 |
|
59 <table> |
|
60 <tr><td>None</td></tr> |
|
61 </table> |
|
62 <h3>Class Methods</h3> |
|
63 |
|
64 <table> |
|
65 <tr><td>None</td></tr> |
|
66 </table> |
|
67 <h3>Methods</h3> |
|
68 |
|
69 <table> |
|
70 |
|
71 <tr> |
|
72 <td><a href="#HisteditProjectHelper.__init__">HisteditProjectHelper</a></td> |
|
73 <td>Constructor</td> |
|
74 </tr> |
|
75 <tr> |
|
76 <td><a href="#HisteditProjectHelper.__hgHisteditAbort">__hgHisteditAbort</a></td> |
|
77 <td>Private slot used to abort an interrupted history editing session.</td> |
|
78 </tr> |
|
79 <tr> |
|
80 <td><a href="#HisteditProjectHelper.__hgHisteditContinue">__hgHisteditContinue</a></td> |
|
81 <td>Private slot used to continue an interrupted history editing session.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#HisteditProjectHelper.__hgHisteditEditPlan">__hgHisteditEditPlan</a></td> |
|
85 <td>Private slot used to edit the remaining actions list of an interrupted history editing session.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="#HisteditProjectHelper.__hgHisteditStart">__hgHisteditStart</a></td> |
|
89 <td>Private slot used to start a history editing session.</td> |
|
90 </tr> |
|
91 <tr> |
|
92 <td><a href="#HisteditProjectHelper.initActions">initActions</a></td> |
|
93 <td>Public method to generate the action objects.</td> |
|
94 </tr> |
|
95 <tr> |
|
96 <td><a href="#HisteditProjectHelper.initMenu">initMenu</a></td> |
|
97 <td>Public method to generate the extension menu.</td> |
|
98 </tr> |
|
99 <tr> |
|
100 <td><a href="#HisteditProjectHelper.menuTitle">menuTitle</a></td> |
|
101 <td>Public method to get the menu title.</td> |
|
102 </tr> |
|
103 </table> |
|
104 <h3>Static Methods</h3> |
|
105 |
|
106 <table> |
|
107 <tr><td>None</td></tr> |
|
108 </table> |
|
109 |
|
110 <a NAME="HisteditProjectHelper.__init__" ID="HisteditProjectHelper.__init__"></a> |
|
111 <h4>HisteditProjectHelper (Constructor)</h4> |
|
112 <b>HisteditProjectHelper</b>(<i></i>) |
|
113 |
|
114 <p> |
|
115 Constructor |
|
116 </p> |
|
117 <a NAME="HisteditProjectHelper.__hgHisteditAbort" ID="HisteditProjectHelper.__hgHisteditAbort"></a> |
|
118 <h4>HisteditProjectHelper.__hgHisteditAbort</h4> |
|
119 <b>__hgHisteditAbort</b>(<i></i>) |
|
120 |
|
121 <p> |
|
122 Private slot used to abort an interrupted history editing session. |
|
123 </p> |
|
124 <a NAME="HisteditProjectHelper.__hgHisteditContinue" ID="HisteditProjectHelper.__hgHisteditContinue"></a> |
|
125 <h4>HisteditProjectHelper.__hgHisteditContinue</h4> |
|
126 <b>__hgHisteditContinue</b>(<i></i>) |
|
127 |
|
128 <p> |
|
129 Private slot used to continue an interrupted history editing session. |
|
130 </p> |
|
131 <a NAME="HisteditProjectHelper.__hgHisteditEditPlan" ID="HisteditProjectHelper.__hgHisteditEditPlan"></a> |
|
132 <h4>HisteditProjectHelper.__hgHisteditEditPlan</h4> |
|
133 <b>__hgHisteditEditPlan</b>(<i></i>) |
|
134 |
|
135 <p> |
|
136 Private slot used to edit the remaining actions list of an interrupted |
|
137 history editing session. |
|
138 </p> |
|
139 <a NAME="HisteditProjectHelper.__hgHisteditStart" ID="HisteditProjectHelper.__hgHisteditStart"></a> |
|
140 <h4>HisteditProjectHelper.__hgHisteditStart</h4> |
|
141 <b>__hgHisteditStart</b>(<i></i>) |
|
142 |
|
143 <p> |
|
144 Private slot used to start a history editing session. |
|
145 </p> |
|
146 <a NAME="HisteditProjectHelper.initActions" ID="HisteditProjectHelper.initActions"></a> |
|
147 <h4>HisteditProjectHelper.initActions</h4> |
|
148 <b>initActions</b>(<i></i>) |
|
149 |
|
150 <p> |
|
151 Public method to generate the action objects. |
|
152 </p> |
|
153 <a NAME="HisteditProjectHelper.initMenu" ID="HisteditProjectHelper.initMenu"></a> |
|
154 <h4>HisteditProjectHelper.initMenu</h4> |
|
155 <b>initMenu</b>(<i>mainMenu</i>) |
|
156 |
|
157 <p> |
|
158 Public method to generate the extension menu. |
|
159 </p> |
|
160 <dl> |
|
161 |
|
162 <dt><i>mainMenu</i> (QMenu)</dt> |
|
163 <dd> |
|
164 reference to the main menu |
|
165 </dd> |
|
166 </dl> |
|
167 <dl> |
|
168 <dt>Return:</dt> |
|
169 <dd> |
|
170 populated menu (QMenu) |
|
171 </dd> |
|
172 </dl> |
|
173 <a NAME="HisteditProjectHelper.menuTitle" ID="HisteditProjectHelper.menuTitle"></a> |
|
174 <h4>HisteditProjectHelper.menuTitle</h4> |
|
175 <b>menuTitle</b>(<i></i>) |
|
176 |
|
177 <p> |
|
178 Public method to get the menu title. |
|
179 </p> |
|
180 <dl> |
|
181 <dt>Return:</dt> |
|
182 <dd> |
|
183 title of the menu |
|
184 </dd> |
|
185 </dl> |
|
186 <dl> |
|
187 <dt>Return Type:</dt> |
|
188 <dd> |
|
189 str |
|
190 </dd> |
|
191 </dl> |
|
192 <div align="right"><a href="#top">Up</a></div> |
|
193 <hr /> |
|
194 </body></html> |