src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialog.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>text</i></dt> 101 <dt><i>text</i> (str)</dt>
102 <dd> 102 <dd>
103 text to be shown by the label (string) 103 text to be shown by the label
104 </dd> 104 </dd>
105 <dt><i>command</i></dt> 105 <dt><i>command</i> (str)</dt>
106 <dd> 106 <dd>
107 svn command to be executed (display purposes only) 107 svn command to be executed (display purposes only)
108 (string) 108 </dd>
109 </dd> 109 <dt><i>pysvnClient</i> (pysvn.Client)</dt>
110 <dt><i>pysvnClient</i></dt> 110 <dd>
111 <dd> 111 reference to the pysvn client object
112 reference to the pysvn client object (pysvn.Client) 112 </dd>
113 </dd> 113 <dt><i>parent</i> (QWidget)</dt>
114 <dt><i>parent</i></dt> 114 <dd>
115 <dd> 115 parent widget
116 parent widget (QWidget) 116 </dd>
117 </dd> 117 <dt><i>log</i> (str)</dt>
118 <dt><i>log</i></dt> 118 <dd>
119 <dd> 119 optional log message
120 optional log message (string)
121 </dd> 120 </dd>
122 </dl> 121 </dl>
123 <a NAME="SvnDialog._clientNotifyCallback" ID="SvnDialog._clientNotifyCallback"></a> 122 <a NAME="SvnDialog._clientNotifyCallback" ID="SvnDialog._clientNotifyCallback"></a>
124 <h4>SvnDialog._clientNotifyCallback</h4> 123 <h4>SvnDialog._clientNotifyCallback</h4>
125 <b>_clientNotifyCallback</b>(<i>eventDict</i>) 124 <b>_clientNotifyCallback</b>(<i>eventDict</i>)
127 <p> 126 <p>
128 Protected method called by the client to send events. 127 Protected method called by the client to send events.
129 </p> 128 </p>
130 <dl> 129 <dl>
131 130
132 <dt><i>eventDict</i></dt> 131 <dt><i>eventDict</i> (dict)</dt>
133 <dd> 132 <dd>
134 dictionary containing the notification event 133 dictionary containing the notification event
135 </dd> 134 </dd>
136 </dl> 135 </dl>
137 <a NAME="SvnDialog.finish" ID="SvnDialog.finish"></a> 136 <a NAME="SvnDialog.finish" ID="SvnDialog.finish"></a>
150 Public method to check, if the last action contained an add or delete. 149 Public method to check, if the last action contained an add or delete.
151 </p> 150 </p>
152 <dl> 151 <dl>
153 <dt>Return:</dt> 152 <dt>Return:</dt>
154 <dd> 153 <dd>
155 flag indicating the presence of an add or delete (boolean) 154 flag indicating the presence of an add or delete
155 </dd>
156 </dl>
157 <dl>
158 <dt>Return Type:</dt>
159 <dd>
160 bool
156 </dd> 161 </dd>
157 </dl> 162 </dl>
158 <a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a> 163 <a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a>
159 <h4>SvnDialog.on_buttonBox_clicked</h4> 164 <h4>SvnDialog.on_buttonBox_clicked</h4>
160 <b>on_buttonBox_clicked</b>(<i>button</i>) 165 <b>on_buttonBox_clicked</b>(<i>button</i>)
162 <p> 167 <p>
163 Private slot called by a button of the button box clicked. 168 Private slot called by a button of the button box clicked.
164 </p> 169 </p>
165 <dl> 170 <dl>
166 171
167 <dt><i>button</i></dt> 172 <dt><i>button</i> (QAbstractButton)</dt>
168 <dd> 173 <dd>
169 button that was clicked (QAbstractButton) 174 button that was clicked
170 </dd> 175 </dd>
171 </dl> 176 </dl>
172 <a NAME="SvnDialog.showError" ID="SvnDialog.showError"></a> 177 <a NAME="SvnDialog.showError" ID="SvnDialog.showError"></a>
173 <h4>SvnDialog.showError</h4> 178 <h4>SvnDialog.showError</h4>
174 <b>showError</b>(<i>msg</i>) 179 <b>showError</b>(<i>msg</i>)
176 <p> 181 <p>
177 Public slot to show an error message. 182 Public slot to show an error message.
178 </p> 183 </p>
179 <dl> 184 <dl>
180 185
181 <dt><i>msg</i></dt> 186 <dt><i>msg</i> (str)</dt>
182 <dd> 187 <dd>
183 error message to show (string) 188 error message to show
184 </dd> 189 </dd>
185 </dl> 190 </dl>
186 <a NAME="SvnDialog.showMessage" ID="SvnDialog.showMessage"></a> 191 <a NAME="SvnDialog.showMessage" ID="SvnDialog.showMessage"></a>
187 <h4>SvnDialog.showMessage</h4> 192 <h4>SvnDialog.showMessage</h4>
188 <b>showMessage</b>(<i>msg</i>) 193 <b>showMessage</b>(<i>msg</i>)
190 <p> 195 <p>
191 Public slot to show a message. 196 Public slot to show a message.
192 </p> 197 </p>
193 <dl> 198 <dl>
194 199
195 <dt><i>msg</i></dt> 200 <dt><i>msg</i> (str)</dt>
196 <dd> 201 <dd>
197 message to show (string) 202 message to show
198 </dd> 203 </dd>
199 </dl> 204 </dl>
200 <div align="right"><a href="#top">Up</a></div> 205 <div align="right"><a href="#top">Up</a></div>
201 <hr /> 206 <hr />
202 </body></html> 207 </body></html>

eric ide

mercurial