20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog</h1> |
23 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog</h1> |
24 <p> |
24 <p> |
25 Module implementing a dialog to show the output of a pysvn action. |
25 Module implementing a dialog to show the output of a pysvn action. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#SvnDialog">SvnDialog</a></td> |
34 <td><a href="#SvnDialog">SvnDialog</a></td> |
35 <td>Class implementing a dialog to show the output of a pysvn action.</td> |
35 <td>Class implementing a dialog to show the output of a pysvn action.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr><td>None</td></tr> |
40 <tr><td>None</td></tr> |
41 </table> |
41 </table> |
42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="SvnDialog" ID="SvnDialog"></a> |
43 <a NAME="SvnDialog" ID="SvnDialog"></a> |
44 <h2>SvnDialog</h2> |
44 <h2>SvnDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog to show the output of a pysvn action. |
46 Class implementing a dialog to show the output of a pysvn action. |
47 </p> |
47 </p> |
48 <h3>Derived from</h3> |
48 <h3>Derived from</h3> |
49 QDialog, SvnDialogMixin, Ui_SvnDialog |
49 QDialog, SvnDialogMixin, Ui_SvnDialog |
50 <h3>Class Attributes</h3> |
50 <h3>Class Attributes</h3> |
51 <table> |
51 <table> |
53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#SvnDialog.__init__">SvnDialog</a></td> |
57 <td><a href="#SvnDialog.__init__">SvnDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#SvnDialog._clientNotifyCallback">_clientNotifyCallback</a></td> |
60 <td><a href="#SvnDialog._clientNotifyCallback">_clientNotifyCallback</a></td> |
61 <td>Protected method called by the client to send events</td> |
61 <td>Protected method called by the client to send events</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#SvnDialog.finish">finish</a></td> |
63 <td><a href="#SvnDialog.finish">finish</a></td> |
64 <td>Public slot called when the process finished or the user pressed the button.</td> |
64 <td>Public slot called when the process finished or the user pressed the button.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#SvnDialog.hasAddOrDelete">hasAddOrDelete</a></td> |
66 <td><a href="#SvnDialog.hasAddOrDelete">hasAddOrDelete</a></td> |
67 <td>Public method to check, if the last action contained an add or delete.</td> |
67 <td>Public method to check, if the last action contained an add or delete.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#SvnDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
69 <td><a href="#SvnDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
70 <td>Private slot called by a button of the button box clicked.</td> |
70 <td>Private slot called by a button of the button box clicked.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#SvnDialog.showError">showError</a></td> |
72 <td><a href="#SvnDialog.showError">showError</a></td> |
73 <td>Public slot to show an error message.</td> |
73 <td>Public slot to show an error message.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#SvnDialog.showMessage">showMessage</a></td> |
75 <td><a href="#SvnDialog.showMessage">showMessage</a></td> |
76 <td>Public slot to show a message.</td> |
76 <td>Public slot to show a message.</td> |
77 </tr> |
77 </tr> |
78 </table> |
78 </table> |
79 <a NAME="SvnDialog.__init__" ID="SvnDialog.__init__"></a> |
79 <a NAME="SvnDialog.__init__" ID="SvnDialog.__init__"></a> |
80 <h4>SvnDialog (Constructor)</h4> |
80 <h4>SvnDialog (Constructor)</h4> |
81 <b>SvnDialog</b>(<i>text, command, pysvnClient, parent = None, log = ""</i>) |
81 <b>SvnDialog</b>(<i>text, command, pysvnClient, parent = None, log = ""</i>) |
82 <p> |
82 <p> |
83 Constructor |
83 Constructor |
84 </p><dl> |
84 </p><dl> |
85 <dt><i>text</i></dt> |
85 <dt><i>text</i></dt> |
86 <dd> |
86 <dd> |
87 text to be shown by the label (string) |
87 text to be shown by the label (string) |
88 </dd><dt><i>command</i></dt> |
88 </dd><dt><i>command</i></dt> |
89 <dd> |
89 <dd> |
90 svn command to be executed (display purposes only) |
90 svn command to be executed (display purposes only) |
91 (string) |
91 (string) |
92 </dd><dt><i>pysvnClient</i></dt> |
92 </dd><dt><i>pysvnClient</i></dt> |
93 <dd> |
93 <dd> |
94 reference to the pysvn client object (pysvn.Client) |
94 reference to the pysvn client object (pysvn.Client) |
95 </dd><dt><i>parent=</i></dt> |
95 </dd><dt><i>parent=</i></dt> |
96 <dd> |
96 <dd> |
97 parent widget (QWidget) |
97 parent widget (QWidget) |
98 </dd><dt><i>log=</i></dt> |
98 </dd><dt><i>log=</i></dt> |
99 <dd> |
99 <dd> |
100 optional log message (string) |
100 optional log message (string) |
101 </dd> |
101 </dd> |
102 </dl><a NAME="SvnDialog._clientNotifyCallback" ID="SvnDialog._clientNotifyCallback"></a> |
102 </dl><a NAME="SvnDialog._clientNotifyCallback" ID="SvnDialog._clientNotifyCallback"></a> |
103 <h4>SvnDialog._clientNotifyCallback</h4> |
103 <h4>SvnDialog._clientNotifyCallback</h4> |
104 <b>_clientNotifyCallback</b>(<i>eventDict</i>) |
104 <b>_clientNotifyCallback</b>(<i>eventDict</i>) |
105 <p> |
105 <p> |
106 Protected method called by the client to send events |
106 Protected method called by the client to send events |
107 </p><dl> |
107 </p><dl> |
108 <dt><i>eventDict</i></dt> |
108 <dt><i>eventDict</i></dt> |
109 <dd> |
109 <dd> |
110 dictionary containing the notification event |
110 dictionary containing the notification event |
111 </dd> |
111 </dd> |
112 </dl><a NAME="SvnDialog.finish" ID="SvnDialog.finish"></a> |
112 </dl><a NAME="SvnDialog.finish" ID="SvnDialog.finish"></a> |
113 <h4>SvnDialog.finish</h4> |
113 <h4>SvnDialog.finish</h4> |
114 <b>finish</b>(<i></i>) |
114 <b>finish</b>(<i></i>) |
115 <p> |
115 <p> |
116 Public slot called when the process finished or the user pressed the button. |
116 Public slot called when the process finished or the user pressed the button. |
117 </p><a NAME="SvnDialog.hasAddOrDelete" ID="SvnDialog.hasAddOrDelete"></a> |
117 </p><a NAME="SvnDialog.hasAddOrDelete" ID="SvnDialog.hasAddOrDelete"></a> |
118 <h4>SvnDialog.hasAddOrDelete</h4> |
118 <h4>SvnDialog.hasAddOrDelete</h4> |
119 <b>hasAddOrDelete</b>(<i></i>) |
119 <b>hasAddOrDelete</b>(<i></i>) |
120 <p> |
120 <p> |
121 Public method to check, if the last action contained an add or delete. |
121 Public method to check, if the last action contained an add or delete. |
122 </p><a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a> |
122 </p><a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a> |
123 <h4>SvnDialog.on_buttonBox_clicked</h4> |
123 <h4>SvnDialog.on_buttonBox_clicked</h4> |
124 <b>on_buttonBox_clicked</b>(<i>button</i>) |
124 <b>on_buttonBox_clicked</b>(<i>button</i>) |
125 <p> |
125 <p> |
126 Private slot called by a button of the button box clicked. |
126 Private slot called by a button of the button box clicked. |
127 </p><dl> |
127 </p><dl> |
128 <dt><i>button</i></dt> |
128 <dt><i>button</i></dt> |
129 <dd> |
129 <dd> |
130 button that was clicked (QAbstractButton) |
130 button that was clicked (QAbstractButton) |
131 </dd> |
131 </dd> |
132 </dl><a NAME="SvnDialog.showError" ID="SvnDialog.showError"></a> |
132 </dl><a NAME="SvnDialog.showError" ID="SvnDialog.showError"></a> |
133 <h4>SvnDialog.showError</h4> |
133 <h4>SvnDialog.showError</h4> |
134 <b>showError</b>(<i>msg</i>) |
134 <b>showError</b>(<i>msg</i>) |
135 <p> |
135 <p> |
136 Public slot to show an error message. |
136 Public slot to show an error message. |
137 </p><dl> |
137 </p><dl> |
138 <dt><i>msg</i></dt> |
138 <dt><i>msg</i></dt> |
139 <dd> |
139 <dd> |
140 error message to show (string) |
140 error message to show (string) |
141 </dd> |
141 </dd> |
142 </dl><a NAME="SvnDialog.showMessage" ID="SvnDialog.showMessage"></a> |
142 </dl><a NAME="SvnDialog.showMessage" ID="SvnDialog.showMessage"></a> |
143 <h4>SvnDialog.showMessage</h4> |
143 <h4>SvnDialog.showMessage</h4> |
144 <b>showMessage</b>(<i>msg</i>) |
144 <b>showMessage</b>(<i>msg</i>) |
145 <p> |
145 <p> |
146 Public slot to show a message. |
146 Public slot to show a message. |
147 </p><dl> |
147 </p><dl> |
148 <dt><i>msg</i></dt> |
148 <dt><i>msg</i></dt> |
149 <dd> |
149 <dd> |
150 message to show (string) |
150 message to show (string) |
151 </dd> |
151 </dd> |
152 </dl> |
152 </dl> |
153 <div align="right"><a href="#top">Up</a></div> |
153 <div align="right"><a href="#top">Up</a></div> |
154 <hr /> |
154 <hr /> |
155 </body></html> |
155 </body></html> |