124 <td>Public slot called before the vcs menu is shown.</td> |
124 <td>Public slot called before the vcs menu is shown.</td> |
125 </tr> |
125 </tr> |
126 </table> |
126 </table> |
127 <a NAME="VcsProjectHelper.__init__" ID="VcsProjectHelper.__init__"></a> |
127 <a NAME="VcsProjectHelper.__init__" ID="VcsProjectHelper.__init__"></a> |
128 <h4>VcsProjectHelper (Constructor)</h4> |
128 <h4>VcsProjectHelper (Constructor)</h4> |
129 <b>VcsProjectHelper</b>(<i>vcsObject, projectObject, parent = None, name = None</i>) |
129 <b>VcsProjectHelper</b>(<i>vcsObject, projectObject, parent=None, name=None</i>) |
130 <p> |
130 <p> |
131 Constructor |
131 Constructor |
132 </p><dl> |
132 </p><dl> |
133 <dt><i>vcsObject</i></dt> |
133 <dt><i>vcsObject</i></dt> |
134 <dd> |
134 <dd> |
143 <dd> |
143 <dd> |
144 name of this object (string) |
144 name of this object (string) |
145 </dd> |
145 </dd> |
146 </dl><a NAME="VcsProjectHelper._vcsCheckout" ID="VcsProjectHelper._vcsCheckout"></a> |
146 </dl><a NAME="VcsProjectHelper._vcsCheckout" ID="VcsProjectHelper._vcsCheckout"></a> |
147 <h4>VcsProjectHelper._vcsCheckout</h4> |
147 <h4>VcsProjectHelper._vcsCheckout</h4> |
148 <b>_vcsCheckout</b>(<i>export = False</i>) |
148 <b>_vcsCheckout</b>(<i>export=False</i>) |
149 <p> |
149 <p> |
150 Protected slot used to create a local project from the repository. |
150 Protected slot used to create a local project from the repository. |
151 </p><dl> |
151 </p><dl> |
152 <dt><i>export</i></dt> |
152 <dt><i>export</i></dt> |
153 <dd> |
153 <dd> |
188 <h4>VcsProjectHelper._vcsImport</h4> |
188 <h4>VcsProjectHelper._vcsImport</h4> |
189 <b>_vcsImport</b>(<i></i>) |
189 <b>_vcsImport</b>(<i></i>) |
190 <p> |
190 <p> |
191 Protected slot used to import the local project into the repository. |
191 Protected slot used to import the local project into the repository. |
192 </p><p> |
192 </p><p> |
193 <b>NOTE</b>: |
193 <b>NOTE</b>: |
194 This does not necessarily make the local project a vcs controlled |
194 This does not necessarily make the local project a vcs controlled |
195 project. You may have to checkout the project from the repository in |
195 project. You may have to checkout the project from the repository in |
196 order to accomplish that. |
196 order to accomplish that. |
197 </p><a NAME="VcsProjectHelper._vcsInfoDisplay" ID="VcsProjectHelper._vcsInfoDisplay"></a> |
197 </p><a NAME="VcsProjectHelper._vcsInfoDisplay" ID="VcsProjectHelper._vcsInfoDisplay"></a> |
198 <h4>VcsProjectHelper._vcsInfoDisplay</h4> |
198 <h4>VcsProjectHelper._vcsInfoDisplay</h4> |
199 <b>_vcsInfoDisplay</b>(<i></i>) |
199 <b>_vcsInfoDisplay</b>(<i></i>) |
200 <p> |
200 <p> |