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