eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectHelper.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7631
2c7ccb4484bf
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
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.LargefilesExtension.ProjectHelper</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectHelper</h1>
24
23 <p> 25 <p>
24 Module implementing the shelve extension project helper. 26 Module implementing the shelve extension project helper.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#LargefilesProjectHelper">LargefilesProjectHelper</a></td> 38 <td><a href="#LargefilesProjectHelper">LargefilesProjectHelper</a></td>
34 <td>Class implementing the queues extension project helper.</td> 39 <td>Class implementing the queues extension project helper.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
38 <table> 43
39 <tr><td>None</td></tr> 44 <table>
40 </table> 45 <tr><td>None</td></tr>
41 <hr /><hr /> 46 </table>
47 <hr />
48 <hr />
42 <a NAME="LargefilesProjectHelper" ID="LargefilesProjectHelper"></a> 49 <a NAME="LargefilesProjectHelper" ID="LargefilesProjectHelper"></a>
43 <h2>LargefilesProjectHelper</h2> 50 <h2>LargefilesProjectHelper</h2>
51
44 <p> 52 <p>
45 Class implementing the queues extension project helper. 53 Class implementing the queues extension project helper.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 HgExtensionProjectHelper 56 HgExtensionProjectHelper
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#LargefilesProjectHelper.__init__">LargefilesProjectHelper</a></td> 72 <td><a href="#LargefilesProjectHelper.__init__">LargefilesProjectHelper</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#LargefilesProjectHelper.__hgLfPull">__hgLfPull</a></td> 76 <td><a href="#LargefilesProjectHelper.__hgLfPull">__hgLfPull</a></td>
64 <td>Private slot to pull missing large files into the local repository.</td> 77 <td>Private slot to pull missing large files into the local repository.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#LargefilesProjectHelper.__hgLfSummary">__hgLfSummary</a></td> 80 <td><a href="#LargefilesProjectHelper.__hgLfSummary">__hgLfSummary</a></td>
67 <td>Private slot to show a working directory summary.</td> 81 <td>Private slot to show a working directory summary.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#LargefilesProjectHelper.__hgLfVerify">__hgLfVerify</a></td> 84 <td><a href="#LargefilesProjectHelper.__hgLfVerify">__hgLfVerify</a></td>
70 <td>Private slot to verify large files integrity.</td> 85 <td>Private slot to verify large files integrity.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#LargefilesProjectHelper.__hgLfconvert">__hgLfconvert</a></td> 88 <td><a href="#LargefilesProjectHelper.__hgLfconvert">__hgLfconvert</a></td>
73 <td>Private slot to convert the repository format of the current project.</td> 89 <td>Private slot to convert the repository format of the current project.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#LargefilesProjectHelper.initActions">initActions</a></td> 92 <td><a href="#LargefilesProjectHelper.initActions">initActions</a></td>
76 <td>Public method to generate the action objects.</td> 93 <td>Public method to generate the action objects.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#LargefilesProjectHelper.initMenu">initMenu</a></td> 96 <td><a href="#LargefilesProjectHelper.initMenu">initMenu</a></td>
79 <td>Public method to generate the extension menu.</td> 97 <td>Public method to generate the extension menu.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#LargefilesProjectHelper.menuTitle">menuTitle</a></td> 100 <td><a href="#LargefilesProjectHelper.menuTitle">menuTitle</a></td>
82 <td>Public method to get the menu title.</td> 101 <td>Public method to get the menu title.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#LargefilesProjectHelper.shutdown">shutdown</a></td> 104 <td><a href="#LargefilesProjectHelper.shutdown">shutdown</a></td>
85 <td>Public method to perform shutdown actions.</td> 105 <td>Public method to perform shutdown actions.</td>
86 </tr> 106 </tr>
87 </table> 107 </table>
88 <h3>Static Methods</h3> 108 <h3>Static Methods</h3>
89 <table> 109
90 <tr><td>None</td></tr> 110 <table>
91 </table> 111 <tr><td>None</td></tr>
112 </table>
113
92 <a NAME="LargefilesProjectHelper.__init__" ID="LargefilesProjectHelper.__init__"></a> 114 <a NAME="LargefilesProjectHelper.__init__" ID="LargefilesProjectHelper.__init__"></a>
93 <h4>LargefilesProjectHelper (Constructor)</h4> 115 <h4>LargefilesProjectHelper (Constructor)</h4>
94 <b>LargefilesProjectHelper</b>(<i></i>) 116 <b>LargefilesProjectHelper</b>(<i></i>)
117
95 <p> 118 <p>
96 Constructor 119 Constructor
97 </p><a NAME="LargefilesProjectHelper.__hgLfPull" ID="LargefilesProjectHelper.__hgLfPull"></a> 120 </p>
121 <a NAME="LargefilesProjectHelper.__hgLfPull" ID="LargefilesProjectHelper.__hgLfPull"></a>
98 <h4>LargefilesProjectHelper.__hgLfPull</h4> 122 <h4>LargefilesProjectHelper.__hgLfPull</h4>
99 <b>__hgLfPull</b>(<i></i>) 123 <b>__hgLfPull</b>(<i></i>)
124
100 <p> 125 <p>
101 Private slot to pull missing large files into the local repository. 126 Private slot to pull missing large files into the local repository.
102 </p><a NAME="LargefilesProjectHelper.__hgLfSummary" ID="LargefilesProjectHelper.__hgLfSummary"></a> 127 </p>
128 <a NAME="LargefilesProjectHelper.__hgLfSummary" ID="LargefilesProjectHelper.__hgLfSummary"></a>
103 <h4>LargefilesProjectHelper.__hgLfSummary</h4> 129 <h4>LargefilesProjectHelper.__hgLfSummary</h4>
104 <b>__hgLfSummary</b>(<i></i>) 130 <b>__hgLfSummary</b>(<i></i>)
131
105 <p> 132 <p>
106 Private slot to show a working directory summary. 133 Private slot to show a working directory summary.
107 </p><a NAME="LargefilesProjectHelper.__hgLfVerify" ID="LargefilesProjectHelper.__hgLfVerify"></a> 134 </p>
135 <a NAME="LargefilesProjectHelper.__hgLfVerify" ID="LargefilesProjectHelper.__hgLfVerify"></a>
108 <h4>LargefilesProjectHelper.__hgLfVerify</h4> 136 <h4>LargefilesProjectHelper.__hgLfVerify</h4>
109 <b>__hgLfVerify</b>(<i>mode</i>) 137 <b>__hgLfVerify</b>(<i>mode</i>)
138
110 <p> 139 <p>
111 Private slot to verify large files integrity. 140 Private slot to verify large files integrity.
112 </p><dl> 141 </p>
142 <dl>
143
113 <dt><i>mode</i></dt> 144 <dt><i>mode</i></dt>
114 <dd> 145 <dd>
115 verify mode (string; one of 'large', 'lfa' or 'lfc') 146 verify mode (string; one of 'large', 'lfa' or 'lfc')
116 </dd> 147 </dd>
117 </dl><a NAME="LargefilesProjectHelper.__hgLfconvert" ID="LargefilesProjectHelper.__hgLfconvert"></a> 148 </dl>
149 <a NAME="LargefilesProjectHelper.__hgLfconvert" ID="LargefilesProjectHelper.__hgLfconvert"></a>
118 <h4>LargefilesProjectHelper.__hgLfconvert</h4> 150 <h4>LargefilesProjectHelper.__hgLfconvert</h4>
119 <b>__hgLfconvert</b>(<i>direction</i>) 151 <b>__hgLfconvert</b>(<i>direction</i>)
152
120 <p> 153 <p>
121 Private slot to convert the repository format of the current project. 154 Private slot to convert the repository format of the current project.
122 </p><dl> 155 </p>
156 <dl>
157
123 <dt><i>direction</i></dt> 158 <dt><i>direction</i></dt>
124 <dd> 159 <dd>
125 direction of the conversion (string; one of 160 direction of the conversion (string; one of
126 'largefiles' or 'normal') 161 'largefiles' or 'normal')
127 </dd> 162 </dd>
128 </dl><a NAME="LargefilesProjectHelper.initActions" ID="LargefilesProjectHelper.initActions"></a> 163 </dl>
164 <a NAME="LargefilesProjectHelper.initActions" ID="LargefilesProjectHelper.initActions"></a>
129 <h4>LargefilesProjectHelper.initActions</h4> 165 <h4>LargefilesProjectHelper.initActions</h4>
130 <b>initActions</b>(<i></i>) 166 <b>initActions</b>(<i></i>)
167
131 <p> 168 <p>
132 Public method to generate the action objects. 169 Public method to generate the action objects.
133 </p><a NAME="LargefilesProjectHelper.initMenu" ID="LargefilesProjectHelper.initMenu"></a> 170 </p>
171 <a NAME="LargefilesProjectHelper.initMenu" ID="LargefilesProjectHelper.initMenu"></a>
134 <h4>LargefilesProjectHelper.initMenu</h4> 172 <h4>LargefilesProjectHelper.initMenu</h4>
135 <b>initMenu</b>(<i>mainMenu</i>) 173 <b>initMenu</b>(<i>mainMenu</i>)
174
136 <p> 175 <p>
137 Public method to generate the extension menu. 176 Public method to generate the extension menu.
138 </p><dl> 177 </p>
178 <dl>
179
139 <dt><i>mainMenu</i></dt> 180 <dt><i>mainMenu</i></dt>
140 <dd> 181 <dd>
141 reference to the main menu (QMenu) 182 reference to the main menu (QMenu)
142 </dd> 183 </dd>
143 </dl><dl> 184 </dl>
185 <dl>
144 <dt>Returns:</dt> 186 <dt>Returns:</dt>
145 <dd> 187 <dd>
146 populated menu (QMenu) 188 populated menu (QMenu)
147 </dd> 189 </dd>
148 </dl><a NAME="LargefilesProjectHelper.menuTitle" ID="LargefilesProjectHelper.menuTitle"></a> 190 </dl>
191 <a NAME="LargefilesProjectHelper.menuTitle" ID="LargefilesProjectHelper.menuTitle"></a>
149 <h4>LargefilesProjectHelper.menuTitle</h4> 192 <h4>LargefilesProjectHelper.menuTitle</h4>
150 <b>menuTitle</b>(<i></i>) 193 <b>menuTitle</b>(<i></i>)
194
151 <p> 195 <p>
152 Public method to get the menu title. 196 Public method to get the menu title.
153 </p><dl> 197 </p>
198 <dl>
154 <dt>Returns:</dt> 199 <dt>Returns:</dt>
155 <dd> 200 <dd>
156 title of the menu (string) 201 title of the menu (string)
157 </dd> 202 </dd>
158 </dl><a NAME="LargefilesProjectHelper.shutdown" ID="LargefilesProjectHelper.shutdown"></a> 203 </dl>
204 <a NAME="LargefilesProjectHelper.shutdown" ID="LargefilesProjectHelper.shutdown"></a>
159 <h4>LargefilesProjectHelper.shutdown</h4> 205 <h4>LargefilesProjectHelper.shutdown</h4>
160 <b>shutdown</b>(<i></i>) 206 <b>shutdown</b>(<i></i>)
207
161 <p> 208 <p>
162 Public method to perform shutdown actions. 209 Public method to perform shutdown actions.
163 </p><p> 210 </p>
211 <p>
164 Note: Derived class may implement this method if needed. 212 Note: Derived class may implement this method if needed.
165 </p> 213 </p>
166 <div align="right"><a href="#top">Up</a></div> 214 <div align="right"><a href="#top">Up</a></div>
167 <hr /> 215 <hr />
168 </body></html> 216 </body></html>

eric ide

mercurial