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

changeset 6465
9bb1c7df26b4
parent 3673
e26d7d0c1088
equal deleted inserted replaced
6464:697e75c444eb 6465:9bb1c7df26b4
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#HgGraftDialog.getData">getData</a></td> 66 <td><a href="#HgGraftDialog.getData">getData</a></td>
67 <td>Public method to retrieve the entered data.</td> 67 <td>Public method to retrieve the entered data.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#HgGraftDialog.on_currentUserCheckBox_toggled">on_currentUserCheckBox_toggled</a></td> 69 <td><a href="#HgGraftDialog.on_currentUserCheckBox_toggled">on_currentUserCheckBox_toggled</a></td>
70 <td>Private slot to handle changes of the currentuser state.</td> 70 <td>Private slot to handle changes of the current user state.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#HgGraftDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td> 72 <td><a href="#HgGraftDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td>
73 <td>Private slot to react upon changes of revisions.</td> 73 <td>Private slot to react upon changes of revisions.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#HgGraftDialog.on_userEdit_textChanged">on_userEdit_textChanged</a></td> 75 <td><a href="#HgGraftDialog.on_userEdit_textChanged">on_userEdit_textChanged</a></td>
87 <h4>HgGraftDialog (Constructor)</h4> 87 <h4>HgGraftDialog (Constructor)</h4>
88 <b>HgGraftDialog</b>(<i>vcs, revs=None, parent=None</i>) 88 <b>HgGraftDialog</b>(<i>vcs, revs=None, parent=None</i>)
89 <p> 89 <p>
90 Constructor 90 Constructor
91 </p><dl> 91 </p><dl>
92 <dt><i>vcs</i></dt> 92 <dt><i>vcs</i> (Hg)</dt>
93 <dd> 93 <dd>
94 reference to the VCS object (Hg) 94 reference to the VCS object
95 </dd><dt><i>revs</i></dt> 95 </dd><dt><i>revs</i> (list of str)</dt>
96 <dd> 96 <dd>
97 list of revisions to show in the revisions pane (list of 97 list of revisions to show in the revisions pane
98 strings) 98 </dd><dt><i>parent</i> (QWidget)</dt>
99 </dd><dt><i>parent</i></dt>
100 <dd> 99 <dd>
101 reference to the parent widget (QWidget) 100 reference to the parent widget
102 </dd> 101 </dd>
103 </dl><a NAME="HgGraftDialog.__updateOk" ID="HgGraftDialog.__updateOk"></a> 102 </dl><a NAME="HgGraftDialog.__updateOk" ID="HgGraftDialog.__updateOk"></a>
104 <h4>HgGraftDialog.__updateOk</h4> 103 <h4>HgGraftDialog.__updateOk</h4>
105 <b>__updateOk</b>(<i></i>) 104 <b>__updateOk</b>(<i></i>)
106 <p> 105 <p>
116 tuple with list of revisions, a tuple giving a 115 tuple with list of revisions, a tuple giving a
117 flag indicating to set the user, a flag indicating to use the 116 flag indicating to set the user, a flag indicating to use the
118 current user and the user name, another tuple giving a flag 117 current user and the user name, another tuple giving a flag
119 indicating to set the date, a flag indicating to use the 118 indicating to set the date, a flag indicating to use the
120 current date and the date, a flag indicating to append graft info 119 current date and the date, a flag indicating to append graft info
121 to the log message and a flag indicating a dry-run (list of 120 to the log message, a flag indicating a dry-run and a flag
122 strings, (boolean, boolean, string), (boolean, boolean, string), 121 indicating to not commit the copied changesets
123 boolean, boolean) 122 </dd>
123 </dl><dl>
124 <dt>Return Type:</dt>
125 <dd>
126 tuple of (list of str, (bool, bool, str), (bool, bool, str),
127 bool, bool, bool)
124 </dd> 128 </dd>
125 </dl><a NAME="HgGraftDialog.on_currentUserCheckBox_toggled" ID="HgGraftDialog.on_currentUserCheckBox_toggled"></a> 129 </dl><a NAME="HgGraftDialog.on_currentUserCheckBox_toggled" ID="HgGraftDialog.on_currentUserCheckBox_toggled"></a>
126 <h4>HgGraftDialog.on_currentUserCheckBox_toggled</h4> 130 <h4>HgGraftDialog.on_currentUserCheckBox_toggled</h4>
127 <b>on_currentUserCheckBox_toggled</b>(<i>checked</i>) 131 <b>on_currentUserCheckBox_toggled</b>(<i>checked</i>)
128 <p> 132 <p>
129 Private slot to handle changes of the currentuser state. 133 Private slot to handle changes of the current user state.
130 </p><dl> 134 </p><dl>
131 <dt><i>checked</i></dt> 135 <dt><i>checked</i> (bool)</dt>
132 <dd> 136 <dd>
133 flag giving the checked state (boolean) 137 flag giving the checked state
134 </dd> 138 </dd>
135 </dl><a NAME="HgGraftDialog.on_revisionsEdit_textChanged" ID="HgGraftDialog.on_revisionsEdit_textChanged"></a> 139 </dl><a NAME="HgGraftDialog.on_revisionsEdit_textChanged" ID="HgGraftDialog.on_revisionsEdit_textChanged"></a>
136 <h4>HgGraftDialog.on_revisionsEdit_textChanged</h4> 140 <h4>HgGraftDialog.on_revisionsEdit_textChanged</h4>
137 <b>on_revisionsEdit_textChanged</b>(<i></i>) 141 <b>on_revisionsEdit_textChanged</b>(<i></i>)
138 <p> 142 <p>
151 <h4>HgGraftDialog.on_userGroup_toggled</h4> 155 <h4>HgGraftDialog.on_userGroup_toggled</h4>
152 <b>on_userGroup_toggled</b>(<i>checked</i>) 156 <b>on_userGroup_toggled</b>(<i>checked</i>)
153 <p> 157 <p>
154 Private slot to handle changes of the user group state. 158 Private slot to handle changes of the user group state.
155 </p><dl> 159 </p><dl>
156 <dt><i>checked</i></dt> 160 <dt><i>checked</i> (bool)</dt>
157 <dd> 161 <dd>
158 flag giving the checked state (boolean) 162 flag giving the checked state
159 </dd> 163 </dd>
160 </dl> 164 </dl>
161 <div align="right"><a href="#top">Up</a></div> 165 <div align="right"><a href="#top">Up</a></div>
162 <hr /> 166 <hr />
163 </body></html> 167 </body></html>

eric ide

mercurial