eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7900
72b88fb20261
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialog</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to show the output of a pysvn action. 26 Module implementing a dialog to show the output of a pysvn action.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#SvnDialog">SvnDialog</a></td> 38 <td><a href="#SvnDialog">SvnDialog</a></td>
34 <td>Class implementing a dialog to show the output of a pysvn action.</td> 39 <td>Class implementing a dialog to show the output of a pysvn action.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
38 <table> 43
39 <tr><td>None</td></tr> 44 <table>
40 </table> 45 <tr><td>None</td></tr>
41 <hr /><hr /> 46 </table>
47 <hr />
48 <hr />
42 <a NAME="SvnDialog" ID="SvnDialog"></a> 49 <a NAME="SvnDialog" ID="SvnDialog"></a>
43 <h2>SvnDialog</h2> 50 <h2>SvnDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to show the output of a pysvn action. 53 Class implementing a dialog to show the output of a pysvn action.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, SvnDialogMixin, Ui_SvnDialog 56 QDialog, SvnDialogMixin, Ui_SvnDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#SvnDialog.__init__">SvnDialog</a></td> 72 <td><a href="#SvnDialog.__init__">SvnDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#SvnDialog._clientNotifyCallback">_clientNotifyCallback</a></td> 76 <td><a href="#SvnDialog._clientNotifyCallback">_clientNotifyCallback</a></td>
64 <td>Protected method called by the client to send events.</td> 77 <td>Protected method called by the client to send events.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#SvnDialog.finish">finish</a></td> 80 <td><a href="#SvnDialog.finish">finish</a></td>
67 <td>Public slot called when the process finished or the user pressed the button.</td> 81 <td>Public slot called when the process finished or the user pressed the button.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#SvnDialog.hasAddOrDelete">hasAddOrDelete</a></td> 84 <td><a href="#SvnDialog.hasAddOrDelete">hasAddOrDelete</a></td>
70 <td>Public method to check, if the last action contained an add or delete.</td> 85 <td>Public method to check, if the last action contained an add or delete.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#SvnDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 88 <td><a href="#SvnDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
73 <td>Private slot called by a button of the button box clicked.</td> 89 <td>Private slot called by a button of the button box clicked.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#SvnDialog.showError">showError</a></td> 92 <td><a href="#SvnDialog.showError">showError</a></td>
76 <td>Public slot to show an error message.</td> 93 <td>Public slot to show an error message.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#SvnDialog.showMessage">showMessage</a></td> 96 <td><a href="#SvnDialog.showMessage">showMessage</a></td>
79 <td>Public slot to show a message.</td> 97 <td>Public slot to show a message.</td>
80 </tr> 98 </tr>
81 </table> 99 </table>
82 <h3>Static Methods</h3> 100 <h3>Static Methods</h3>
83 <table> 101
84 <tr><td>None</td></tr> 102 <table>
85 </table> 103 <tr><td>None</td></tr>
104 </table>
105
86 <a NAME="SvnDialog.__init__" ID="SvnDialog.__init__"></a> 106 <a NAME="SvnDialog.__init__" ID="SvnDialog.__init__"></a>
87 <h4>SvnDialog (Constructor)</h4> 107 <h4>SvnDialog (Constructor)</h4>
88 <b>SvnDialog</b>(<i>text, command, pysvnClient, parent=None, log=""</i>) 108 <b>SvnDialog</b>(<i>text, command, pysvnClient, parent=None, log=""</i>)
109
89 <p> 110 <p>
90 Constructor 111 Constructor
91 </p><dl> 112 </p>
113 <dl>
114
92 <dt><i>text</i></dt> 115 <dt><i>text</i></dt>
93 <dd> 116 <dd>
94 text to be shown by the label (string) 117 text to be shown by the label (string)
95 </dd><dt><i>command</i></dt> 118 </dd>
119 <dt><i>command</i></dt>
96 <dd> 120 <dd>
97 svn command to be executed (display purposes only) 121 svn command to be executed (display purposes only)
98 (string) 122 (string)
99 </dd><dt><i>pysvnClient</i></dt> 123 </dd>
124 <dt><i>pysvnClient</i></dt>
100 <dd> 125 <dd>
101 reference to the pysvn client object (pysvn.Client) 126 reference to the pysvn client object (pysvn.Client)
102 </dd><dt><i>parent=</i></dt> 127 </dd>
128 <dt><i>parent=</i></dt>
103 <dd> 129 <dd>
104 parent widget (QWidget) 130 parent widget (QWidget)
105 </dd><dt><i>log=</i></dt> 131 </dd>
132 <dt><i>log=</i></dt>
106 <dd> 133 <dd>
107 optional log message (string) 134 optional log message (string)
108 </dd> 135 </dd>
109 </dl><a NAME="SvnDialog._clientNotifyCallback" ID="SvnDialog._clientNotifyCallback"></a> 136 </dl>
137 <a NAME="SvnDialog._clientNotifyCallback" ID="SvnDialog._clientNotifyCallback"></a>
110 <h4>SvnDialog._clientNotifyCallback</h4> 138 <h4>SvnDialog._clientNotifyCallback</h4>
111 <b>_clientNotifyCallback</b>(<i>eventDict</i>) 139 <b>_clientNotifyCallback</b>(<i>eventDict</i>)
140
112 <p> 141 <p>
113 Protected method called by the client to send events. 142 Protected method called by the client to send events.
114 </p><dl> 143 </p>
144 <dl>
145
115 <dt><i>eventDict</i></dt> 146 <dt><i>eventDict</i></dt>
116 <dd> 147 <dd>
117 dictionary containing the notification event 148 dictionary containing the notification event
118 </dd> 149 </dd>
119 </dl><a NAME="SvnDialog.finish" ID="SvnDialog.finish"></a> 150 </dl>
151 <a NAME="SvnDialog.finish" ID="SvnDialog.finish"></a>
120 <h4>SvnDialog.finish</h4> 152 <h4>SvnDialog.finish</h4>
121 <b>finish</b>(<i></i>) 153 <b>finish</b>(<i></i>)
154
122 <p> 155 <p>
123 Public slot called when the process finished or the user pressed the 156 Public slot called when the process finished or the user pressed the
124 button. 157 button.
125 </p><a NAME="SvnDialog.hasAddOrDelete" ID="SvnDialog.hasAddOrDelete"></a> 158 </p>
159 <a NAME="SvnDialog.hasAddOrDelete" ID="SvnDialog.hasAddOrDelete"></a>
126 <h4>SvnDialog.hasAddOrDelete</h4> 160 <h4>SvnDialog.hasAddOrDelete</h4>
127 <b>hasAddOrDelete</b>(<i></i>) 161 <b>hasAddOrDelete</b>(<i></i>)
162
128 <p> 163 <p>
129 Public method to check, if the last action contained an add or delete. 164 Public method to check, if the last action contained an add or delete.
130 </p><dl> 165 </p>
166 <dl>
131 <dt>Returns:</dt> 167 <dt>Returns:</dt>
132 <dd> 168 <dd>
133 flag indicating the presence of an add or delete (boolean) 169 flag indicating the presence of an add or delete (boolean)
134 </dd> 170 </dd>
135 </dl><a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a> 171 </dl>
172 <a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a>
136 <h4>SvnDialog.on_buttonBox_clicked</h4> 173 <h4>SvnDialog.on_buttonBox_clicked</h4>
137 <b>on_buttonBox_clicked</b>(<i>button</i>) 174 <b>on_buttonBox_clicked</b>(<i>button</i>)
175
138 <p> 176 <p>
139 Private slot called by a button of the button box clicked. 177 Private slot called by a button of the button box clicked.
140 </p><dl> 178 </p>
179 <dl>
180
141 <dt><i>button</i></dt> 181 <dt><i>button</i></dt>
142 <dd> 182 <dd>
143 button that was clicked (QAbstractButton) 183 button that was clicked (QAbstractButton)
144 </dd> 184 </dd>
145 </dl><a NAME="SvnDialog.showError" ID="SvnDialog.showError"></a> 185 </dl>
186 <a NAME="SvnDialog.showError" ID="SvnDialog.showError"></a>
146 <h4>SvnDialog.showError</h4> 187 <h4>SvnDialog.showError</h4>
147 <b>showError</b>(<i>msg</i>) 188 <b>showError</b>(<i>msg</i>)
189
148 <p> 190 <p>
149 Public slot to show an error message. 191 Public slot to show an error message.
150 </p><dl> 192 </p>
193 <dl>
194
151 <dt><i>msg</i></dt> 195 <dt><i>msg</i></dt>
152 <dd> 196 <dd>
153 error message to show (string) 197 error message to show (string)
154 </dd> 198 </dd>
155 </dl><a NAME="SvnDialog.showMessage" ID="SvnDialog.showMessage"></a> 199 </dl>
200 <a NAME="SvnDialog.showMessage" ID="SvnDialog.showMessage"></a>
156 <h4>SvnDialog.showMessage</h4> 201 <h4>SvnDialog.showMessage</h4>
157 <b>showMessage</b>(<i>msg</i>) 202 <b>showMessage</b>(<i>msg</i>)
203
158 <p> 204 <p>
159 Public slot to show a message. 205 Public slot to show a message.
160 </p><dl> 206 </p>
207 <dl>
208
161 <dt><i>msg</i></dt> 209 <dt><i>msg</i></dt>
162 <dd> 210 <dd>
163 message to show (string) 211 message to show (string)
164 </dd> 212 </dd>
165 </dl> 213 </dl>

eric ide

mercurial