src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to show the output of a pysvn action. 11 Module implementing a dialog to show the output of a pysvn action.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15 15 <table>
16 <table> 16 <tr><td>None</td></tr>
17 <tr><td>None</td></tr> 17 </table>
18 </table> 18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20 20 <table>
21 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#SvnDialog">SvnDialog</a></td> 22 <td><a href="#SvnDialog">SvnDialog</a></td>
25 <td>Class implementing a dialog to show the output of a pysvn action.</td> 23 <td>Class implementing a dialog to show the output of a pysvn action.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29 28 <table>
30 <table> 29 <tr><td>None</td></tr>
31 <tr><td>None</td></tr> 30 </table>
32 </table> 31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="SvnDialog" ID="SvnDialog"></a> 34 <a NAME="SvnDialog" ID="SvnDialog"></a>
36 <h2>SvnDialog</h2> 35 <h2>SvnDialog</h2>
37
38 <p> 36 <p>
39 Class implementing a dialog to show the output of a pysvn action. 37 Class implementing a dialog to show the output of a pysvn action.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 QDialog, SvnDialogMixin, Ui_SvnDialog 41 QDialog, SvnDialogMixin, Ui_SvnDialog
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44 43 <table>
45 <table> 44 <tr><td>None</td></tr>
46 <tr><td>None</td></tr> 45 </table>
47 </table> 46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49 48 <table>
50 <table> 49 <tr><td>None</td></tr>
51 <tr><td>None</td></tr> 50 </table>
52 </table> 51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54 53 <table>
55 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#SvnDialog.__init__">SvnDialog</a></td> 55 <td><a href="#SvnDialog.__init__">SvnDialog</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
81 <tr> 78 <tr>
82 <td><a href="#SvnDialog.showMessage">showMessage</a></td> 79 <td><a href="#SvnDialog.showMessage">showMessage</a></td>
83 <td>Public slot to show a message.</td> 80 <td>Public slot to show a message.</td>
84 </tr> 81 </tr>
85 </table> 82 </table>
83
86 <h3>Static Methods</h3> 84 <h3>Static Methods</h3>
87 85 <table>
88 <table> 86 <tr><td>None</td></tr>
89 <tr><td>None</td></tr> 87 </table>
90 </table> 88
91 89
92 <a NAME="SvnDialog.__init__" ID="SvnDialog.__init__"></a> 90 <a NAME="SvnDialog.__init__" ID="SvnDialog.__init__"></a>
93 <h4>SvnDialog (Constructor)</h4> 91 <h4>SvnDialog (Constructor)</h4>
94 <b>SvnDialog</b>(<i>text, command, pysvnClient, parent=None, log=""</i>) 92 <b>SvnDialog</b>(<i>text, command, pysvnClient, parent=None, log=""</i>)
95
96 <p> 93 <p>
97 Constructor 94 Constructor
98 </p> 95 </p>
96
99 <dl> 97 <dl>
100 98
101 <dt><i>text</i> (str)</dt> 99 <dt><i>text</i> (str)</dt>
102 <dd> 100 <dd>
103 text to be shown by the label 101 text to be shown by the label
120 </dd> 118 </dd>
121 </dl> 119 </dl>
122 <a NAME="SvnDialog._clientNotifyCallback" ID="SvnDialog._clientNotifyCallback"></a> 120 <a NAME="SvnDialog._clientNotifyCallback" ID="SvnDialog._clientNotifyCallback"></a>
123 <h4>SvnDialog._clientNotifyCallback</h4> 121 <h4>SvnDialog._clientNotifyCallback</h4>
124 <b>_clientNotifyCallback</b>(<i>eventDict</i>) 122 <b>_clientNotifyCallback</b>(<i>eventDict</i>)
125
126 <p> 123 <p>
127 Protected method called by the client to send events. 124 Protected method called by the client to send events.
128 </p> 125 </p>
126
129 <dl> 127 <dl>
130 128
131 <dt><i>eventDict</i> (dict)</dt> 129 <dt><i>eventDict</i> (dict)</dt>
132 <dd> 130 <dd>
133 dictionary containing the notification event 131 dictionary containing the notification event
134 </dd> 132 </dd>
135 </dl> 133 </dl>
136 <a NAME="SvnDialog.finish" ID="SvnDialog.finish"></a> 134 <a NAME="SvnDialog.finish" ID="SvnDialog.finish"></a>
137 <h4>SvnDialog.finish</h4> 135 <h4>SvnDialog.finish</h4>
138 <b>finish</b>(<i></i>) 136 <b>finish</b>(<i></i>)
139
140 <p> 137 <p>
141 Public slot called when the process finished or the user pressed the 138 Public slot called when the process finished or the user pressed the
142 button. 139 button.
143 </p> 140 </p>
141
144 <a NAME="SvnDialog.hasAddOrDelete" ID="SvnDialog.hasAddOrDelete"></a> 142 <a NAME="SvnDialog.hasAddOrDelete" ID="SvnDialog.hasAddOrDelete"></a>
145 <h4>SvnDialog.hasAddOrDelete</h4> 143 <h4>SvnDialog.hasAddOrDelete</h4>
146 <b>hasAddOrDelete</b>(<i></i>) 144 <b>hasAddOrDelete</b>(<i></i>)
147
148 <p> 145 <p>
149 Public method to check, if the last action contained an add or delete. 146 Public method to check, if the last action contained an add or delete.
150 </p> 147 </p>
148
151 <dl> 149 <dl>
152 <dt>Return:</dt> 150 <dt>Return:</dt>
153 <dd> 151 <dd>
154 flag indicating the presence of an add or delete 152 flag indicating the presence of an add or delete
155 </dd> 153 </dd>
161 </dd> 159 </dd>
162 </dl> 160 </dl>
163 <a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a> 161 <a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a>
164 <h4>SvnDialog.on_buttonBox_clicked</h4> 162 <h4>SvnDialog.on_buttonBox_clicked</h4>
165 <b>on_buttonBox_clicked</b>(<i>button</i>) 163 <b>on_buttonBox_clicked</b>(<i>button</i>)
166
167 <p> 164 <p>
168 Private slot called by a button of the button box clicked. 165 Private slot called by a button of the button box clicked.
169 </p> 166 </p>
167
170 <dl> 168 <dl>
171 169
172 <dt><i>button</i> (QAbstractButton)</dt> 170 <dt><i>button</i> (QAbstractButton)</dt>
173 <dd> 171 <dd>
174 button that was clicked 172 button that was clicked
175 </dd> 173 </dd>
176 </dl> 174 </dl>
177 <a NAME="SvnDialog.showError" ID="SvnDialog.showError"></a> 175 <a NAME="SvnDialog.showError" ID="SvnDialog.showError"></a>
178 <h4>SvnDialog.showError</h4> 176 <h4>SvnDialog.showError</h4>
179 <b>showError</b>(<i>msg</i>) 177 <b>showError</b>(<i>msg</i>)
180
181 <p> 178 <p>
182 Public slot to show an error message. 179 Public slot to show an error message.
183 </p> 180 </p>
181
184 <dl> 182 <dl>
185 183
186 <dt><i>msg</i> (str)</dt> 184 <dt><i>msg</i> (str)</dt>
187 <dd> 185 <dd>
188 error message to show 186 error message to show
189 </dd> 187 </dd>
190 </dl> 188 </dl>
191 <a NAME="SvnDialog.showMessage" ID="SvnDialog.showMessage"></a> 189 <a NAME="SvnDialog.showMessage" ID="SvnDialog.showMessage"></a>
192 <h4>SvnDialog.showMessage</h4> 190 <h4>SvnDialog.showMessage</h4>
193 <b>showMessage</b>(<i>msg</i>) 191 <b>showMessage</b>(<i>msg</i>)
194
195 <p> 192 <p>
196 Public slot to show a message. 193 Public slot to show a message.
197 </p> 194 </p>
195
198 <dl> 196 <dl>
199 197
200 <dt><i>msg</i> (str)</dt> 198 <dt><i>msg</i> (str)</dt>
201 <dd> 199 <dd>
202 message to show 200 message to show

eric ide

mercurial