Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.html

changeset 3673
e26d7d0c1088
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog</h1>
23 <p>
24 Module implementing a dialog to browse the change lists.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#SvnChangeListsDialog">SvnChangeListsDialog</a></td>
34 <td>Class implementing a dialog to browse the change lists.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="SvnChangeListsDialog" ID="SvnChangeListsDialog"></a>
43 <h2>SvnChangeListsDialog</h2>
44 <p>
45 Class implementing a dialog to browse the change lists.
46 </p>
47 <h3>Derived from</h3>
48 QDialog, Ui_SvnChangeListsDialog
49 <h3>Class Attributes</h3>
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#SvnChangeListsDialog.__init__">SvnChangeListsDialog</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#SvnChangeListsDialog.__finish">__finish</a></td>
64 <td>Private slot called when the process finished or the user pressed the button.</td>
65 </tr><tr>
66 <td><a href="#SvnChangeListsDialog.__procFinished">__procFinished</a></td>
67 <td>Private slot connected to the finished signal.</td>
68 </tr><tr>
69 <td><a href="#SvnChangeListsDialog.__readStderr">__readStderr</a></td>
70 <td>Private slot to handle the readyReadStandardError signal.</td>
71 </tr><tr>
72 <td><a href="#SvnChangeListsDialog.__readStdout">__readStdout</a></td>
73 <td>Private slot to handle the readyReadStandardOutput signal.</td>
74 </tr><tr>
75 <td><a href="#SvnChangeListsDialog.keyPressEvent">keyPressEvent</a></td>
76 <td>Protected slot to handle a key press event.</td>
77 </tr><tr>
78 <td><a href="#SvnChangeListsDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
79 <td>Private slot called by a button of the button box clicked.</td>
80 </tr><tr>
81 <td><a href="#SvnChangeListsDialog.on_changeLists_currentItemChanged">on_changeLists_currentItemChanged</a></td>
82 <td>Private slot to handle the selection of a new item.</td>
83 </tr><tr>
84 <td><a href="#SvnChangeListsDialog.on_input_returnPressed">on_input_returnPressed</a></td>
85 <td>Private slot to handle the press of the return key in the input field.</td>
86 </tr><tr>
87 <td><a href="#SvnChangeListsDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
88 <td>Private slot to handle the password checkbox toggled.</td>
89 </tr><tr>
90 <td><a href="#SvnChangeListsDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
91 <td>Private slot to send the input to the subversion process.</td>
92 </tr><tr>
93 <td><a href="#SvnChangeListsDialog.start">start</a></td>
94 <td>Public slot to populate the data.</td>
95 </tr>
96 </table>
97 <h3>Static Methods</h3>
98 <table>
99 <tr><td>None</td></tr>
100 </table>
101 <a NAME="SvnChangeListsDialog.__init__" ID="SvnChangeListsDialog.__init__"></a>
102 <h4>SvnChangeListsDialog (Constructor)</h4>
103 <b>SvnChangeListsDialog</b>(<i>vcs, parent=None</i>)
104 <p>
105 Constructor
106 </p><dl>
107 <dt><i>vcs</i></dt>
108 <dd>
109 reference to the vcs object
110 </dd><dt><i>parent</i></dt>
111 <dd>
112 parent widget (QWidget)
113 </dd>
114 </dl><a NAME="SvnChangeListsDialog.__finish" ID="SvnChangeListsDialog.__finish"></a>
115 <h4>SvnChangeListsDialog.__finish</h4>
116 <b>__finish</b>(<i></i>)
117 <p>
118 Private slot called when the process finished or the user pressed
119 the button.
120 </p><a NAME="SvnChangeListsDialog.__procFinished" ID="SvnChangeListsDialog.__procFinished"></a>
121 <h4>SvnChangeListsDialog.__procFinished</h4>
122 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
123 <p>
124 Private slot connected to the finished signal.
125 </p><dl>
126 <dt><i>exitCode</i></dt>
127 <dd>
128 exit code of the process (integer)
129 </dd><dt><i>exitStatus</i></dt>
130 <dd>
131 exit status of the process (QProcess.ExitStatus)
132 </dd>
133 </dl><a NAME="SvnChangeListsDialog.__readStderr" ID="SvnChangeListsDialog.__readStderr"></a>
134 <h4>SvnChangeListsDialog.__readStderr</h4>
135 <b>__readStderr</b>(<i></i>)
136 <p>
137 Private slot to handle the readyReadStandardError signal.
138 </p><p>
139 It reads the error output of the process and inserts it into the
140 error pane.
141 </p><a NAME="SvnChangeListsDialog.__readStdout" ID="SvnChangeListsDialog.__readStdout"></a>
142 <h4>SvnChangeListsDialog.__readStdout</h4>
143 <b>__readStdout</b>(<i></i>)
144 <p>
145 Private slot to handle the readyReadStandardOutput signal.
146 </p><p>
147 It reads the output of the process, formats it and inserts it into
148 the contents pane.
149 </p><a NAME="SvnChangeListsDialog.keyPressEvent" ID="SvnChangeListsDialog.keyPressEvent"></a>
150 <h4>SvnChangeListsDialog.keyPressEvent</h4>
151 <b>keyPressEvent</b>(<i>evt</i>)
152 <p>
153 Protected slot to handle a key press event.
154 </p><dl>
155 <dt><i>evt</i></dt>
156 <dd>
157 the key press event (QKeyEvent)
158 </dd>
159 </dl><a NAME="SvnChangeListsDialog.on_buttonBox_clicked" ID="SvnChangeListsDialog.on_buttonBox_clicked"></a>
160 <h4>SvnChangeListsDialog.on_buttonBox_clicked</h4>
161 <b>on_buttonBox_clicked</b>(<i>button</i>)
162 <p>
163 Private slot called by a button of the button box clicked.
164 </p><dl>
165 <dt><i>button</i></dt>
166 <dd>
167 button that was clicked (QAbstractButton)
168 </dd>
169 </dl><a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a>
170 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4>
171 <b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>)
172 <p>
173 Private slot to handle the selection of a new item.
174 </p><dl>
175 <dt><i>current</i></dt>
176 <dd>
177 current item (QListWidgetItem)
178 </dd><dt><i>previous</i></dt>
179 <dd>
180 previous current item (QListWidgetItem)
181 </dd>
182 </dl><a NAME="SvnChangeListsDialog.on_input_returnPressed" ID="SvnChangeListsDialog.on_input_returnPressed"></a>
183 <h4>SvnChangeListsDialog.on_input_returnPressed</h4>
184 <b>on_input_returnPressed</b>(<i></i>)
185 <p>
186 Private slot to handle the press of the return key in the input field.
187 </p><a NAME="SvnChangeListsDialog.on_passwordCheckBox_toggled" ID="SvnChangeListsDialog.on_passwordCheckBox_toggled"></a>
188 <h4>SvnChangeListsDialog.on_passwordCheckBox_toggled</h4>
189 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
190 <p>
191 Private slot to handle the password checkbox toggled.
192 </p><dl>
193 <dt><i>isOn</i></dt>
194 <dd>
195 flag indicating the status of the check box (boolean)
196 </dd>
197 </dl><a NAME="SvnChangeListsDialog.on_sendButton_clicked" ID="SvnChangeListsDialog.on_sendButton_clicked"></a>
198 <h4>SvnChangeListsDialog.on_sendButton_clicked</h4>
199 <b>on_sendButton_clicked</b>(<i></i>)
200 <p>
201 Private slot to send the input to the subversion process.
202 </p><a NAME="SvnChangeListsDialog.start" ID="SvnChangeListsDialog.start"></a>
203 <h4>SvnChangeListsDialog.start</h4>
204 <b>start</b>(<i>path</i>)
205 <p>
206 Public slot to populate the data.
207 </p><dl>
208 <dt><i>path</i></dt>
209 <dd>
210 directory name to show change lists for (string)
211 </dd>
212 </dl>
213 <div align="right"><a href="#top">Up</a></div>
214 <hr />
215 </body></html>

eric ide

mercurial