src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
96 <p> 96 <p>
97 Constructor 97 Constructor
98 </p> 98 </p>
99 <dl> 99 <dl>
100 100
101 <dt><i>mode</i></dt> 101 <dt><i>mode</i> (int)</dt>
102 <dd> 102 <dd>
103 mode of the dialog (HgQueuesQueueManagementDialog.NO_INPUT 103 mode of the dialog (HgQueuesQueueManagementDialog.NO_INPUT
104 HgQueuesQueueManagementDialog.NAME_INPUT, 104 HgQueuesQueueManagementDialog.NAME_INPUT,
105 HgQueuesQueueManagementDialog.QUEUE_INPUT) 105 HgQueuesQueueManagementDialog.QUEUE_INPUT)
106 </dd> 106 </dd>
107 <dt><i>title</i></dt> 107 <dt><i>title</i> (str)</dt>
108 <dd> 108 <dd>
109 title for the dialog (string) 109 title for the dialog
110 </dd> 110 </dd>
111 <dt><i>suppressActive</i></dt> 111 <dt><i>suppressActive</i> (bool)</dt>
112 <dd> 112 <dd>
113 flag indicating to not show the name of the 113 flag indicating to not show the name of the
114 active queue (boolean) 114 active queue
115 </dd> 115 </dd>
116 <dt><i>vcs</i></dt> 116 <dt><i>vcs</i> (Hg)</dt>
117 <dd> 117 <dd>
118 reference to the vcs object 118 reference to the vcs object
119 </dd> 119 </dd>
120 <dt><i>parent</i></dt> 120 <dt><i>parent</i> (QWidget)</dt>
121 <dd> 121 <dd>
122 reference to the parent widget (QWidget) 122 reference to the parent widget
123 </dd> 123 </dd>
124 </dl> 124 </dl>
125 <dl> 125 <dl>
126 126
127 <dt>Raises <b>ValueError</b>:</dt> 127 <dt>Raises <b>ValueError</b>:</dt>
138 queue. 138 queue.
139 </p> 139 </p>
140 <dl> 140 <dl>
141 <dt>Return:</dt> 141 <dt>Return:</dt>
142 <dd> 142 <dd>
143 tuple with a list of all queues and the name of the active 143 tuple with a list of all queues and the name of the active queue
144 queue (list of strings, string) 144 </dd>
145 </dl>
146 <dl>
147 <dt>Return Type:</dt>
148 <dd>
149 tuple of (list of str, str)
145 </dd> 150 </dd>
146 </dl> 151 </dl>
147 <a NAME="HgQueuesQueueManagementDialog.getData" ID="HgQueuesQueueManagementDialog.getData"></a> 152 <a NAME="HgQueuesQueueManagementDialog.getData" ID="HgQueuesQueueManagementDialog.getData"></a>
148 <h4>HgQueuesQueueManagementDialog.getData</h4> 153 <h4>HgQueuesQueueManagementDialog.getData</h4>
149 <b>getData</b>(<i></i>) 154 <b>getData</b>(<i></i>)
152 Public slot to get the data. 157 Public slot to get the data.
153 </p> 158 </p>
154 <dl> 159 <dl>
155 <dt>Return:</dt> 160 <dt>Return:</dt>
156 <dd> 161 <dd>
157 queue name (string) 162 queue name
163 </dd>
164 </dl>
165 <dl>
166 <dt>Return Type:</dt>
167 <dd>
168 str
158 </dd> 169 </dd>
159 </dl> 170 </dl>
160 <a NAME="HgQueuesQueueManagementDialog.on_buttonBox_clicked" ID="HgQueuesQueueManagementDialog.on_buttonBox_clicked"></a> 171 <a NAME="HgQueuesQueueManagementDialog.on_buttonBox_clicked" ID="HgQueuesQueueManagementDialog.on_buttonBox_clicked"></a>
161 <h4>HgQueuesQueueManagementDialog.on_buttonBox_clicked</h4> 172 <h4>HgQueuesQueueManagementDialog.on_buttonBox_clicked</h4>
162 <b>on_buttonBox_clicked</b>(<i>button</i>) 173 <b>on_buttonBox_clicked</b>(<i>button</i>)
164 <p> 175 <p>
165 Private slot called by a button of the button box clicked. 176 Private slot called by a button of the button box clicked.
166 </p> 177 </p>
167 <dl> 178 <dl>
168 179
169 <dt><i>button</i></dt> 180 <dt><i>button</i> (QAbstractButton)</dt>
170 <dd> 181 <dd>
171 button that was clicked (QAbstractButton) 182 button that was clicked
172 </dd> 183 </dd>
173 </dl> 184 </dl>
174 <a NAME="HgQueuesQueueManagementDialog.on_nameEdit_textChanged" ID="HgQueuesQueueManagementDialog.on_nameEdit_textChanged"></a> 185 <a NAME="HgQueuesQueueManagementDialog.on_nameEdit_textChanged" ID="HgQueuesQueueManagementDialog.on_nameEdit_textChanged"></a>
175 <h4>HgQueuesQueueManagementDialog.on_nameEdit_textChanged</h4> 186 <h4>HgQueuesQueueManagementDialog.on_nameEdit_textChanged</h4>
176 <b>on_nameEdit_textChanged</b>(<i>txt</i>) 187 <b>on_nameEdit_textChanged</b>(<i>txt</i>)
178 <p> 189 <p>
179 Private slot to handle changes of the entered queue name. 190 Private slot to handle changes of the entered queue name.
180 </p> 191 </p>
181 <dl> 192 <dl>
182 193
183 <dt><i>txt</i></dt> 194 <dt><i>txt</i> (str)</dt>
184 <dd> 195 <dd>
185 text of the edit (string) 196 text of the edit
186 </dd> 197 </dd>
187 </dl> 198 </dl>
188 <a NAME="HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" ID="HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged"></a> 199 <a NAME="HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" ID="HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged"></a>
189 <h4>HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged</h4> 200 <h4>HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged</h4>
190 <b>on_queuesList_itemSelectionChanged</b>(<i></i>) 201 <b>on_queuesList_itemSelectionChanged</b>(<i></i>)

eric ide

mercurial