Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html

changeset 4602
48cc4820e2c2
parent 3673
e26d7d0c1088
equal deleted inserted replaced
4601:0017e7cb67ae 4602:48cc4820e2c2
64 <td>Private slot to update the state of the OK button.</td> 64 <td>Private slot to update the state of the OK button.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#HgAddSubrepositoryDialog.getData">getData</a></td> 66 <td><a href="#HgAddSubrepositoryDialog.getData">getData</a></td>
67 <td>Public method to get the data.</td> 67 <td>Public method to get the data.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#HgAddSubrepositoryDialog.on_pathButton_clicked">on_pathButton_clicked</a></td> 69 <td><a href="#HgAddSubrepositoryDialog.on_pathPicker_pathSelected">on_pathPicker_pathSelected</a></td>
70 <td>Private slot to handle the path selection via a directory selection dialog.</td> 70 <td>Private slot handling the selection of a subrepository path.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#HgAddSubrepositoryDialog.on_pathEdit_textChanged">on_pathEdit_textChanged</a></td> 72 <td><a href="#HgAddSubrepositoryDialog.on_pathPicker_textChanged">on_pathPicker_textChanged</a></td>
73 <td>Private slot to handle the update of the path.</td> 73 <td>Private slot to handle the update of the path.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#HgAddSubrepositoryDialog.on_urlEdit_textChanged">on_urlEdit_textChanged</a></td> 75 <td><a href="#HgAddSubrepositoryDialog.on_urlEdit_textChanged">on_urlEdit_textChanged</a></td>
76 <td>Private slot to handle the update of the URL.</td> 76 <td>Private slot to handle the update of the URL.</td>
77 </tr> 77 </tr>
108 <dd> 108 <dd>
109 tuple containing the relative path within the project, the 109 tuple containing the relative path within the project, the
110 sub-repository type and the sub-repository URL (string, string, 110 sub-repository type and the sub-repository URL (string, string,
111 string) 111 string)
112 </dd> 112 </dd>
113 </dl><a NAME="HgAddSubrepositoryDialog.on_pathButton_clicked" ID="HgAddSubrepositoryDialog.on_pathButton_clicked"></a> 113 </dl><a NAME="HgAddSubrepositoryDialog.on_pathPicker_pathSelected" ID="HgAddSubrepositoryDialog.on_pathPicker_pathSelected"></a>
114 <h4>HgAddSubrepositoryDialog.on_pathButton_clicked</h4> 114 <h4>HgAddSubrepositoryDialog.on_pathPicker_pathSelected</h4>
115 <b>on_pathButton_clicked</b>(<i></i>) 115 <b>on_pathPicker_pathSelected</b>(<i>path</i>)
116 <p> 116 <p>
117 Private slot to handle the path selection via a directory selection 117 Private slot handling the selection of a subrepository path.
118 dialog. 118 </p><dl>
119 </p><a NAME="HgAddSubrepositoryDialog.on_pathEdit_textChanged" ID="HgAddSubrepositoryDialog.on_pathEdit_textChanged"></a> 119 <dt><i>path</i> (str)</dt>
120 <h4>HgAddSubrepositoryDialog.on_pathEdit_textChanged</h4> 120 <dd>
121 <b>on_pathEdit_textChanged</b>(<i>p0</i>) 121 path of the subrepository
122 </dd>
123 </dl><a NAME="HgAddSubrepositoryDialog.on_pathPicker_textChanged" ID="HgAddSubrepositoryDialog.on_pathPicker_textChanged"></a>
124 <h4>HgAddSubrepositoryDialog.on_pathPicker_textChanged</h4>
125 <b>on_pathPicker_textChanged</b>(<i>p0</i>)
122 <p> 126 <p>
123 Private slot to handle the update of the path. 127 Private slot to handle the update of the path.
124 </p><dl> 128 </p><dl>
125 <dt><i>p0</i></dt> 129 <dt><i>p0</i></dt>
126 <dd> 130 <dd>

eric ide

mercurial