53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#SvnPropListDialog.__init__">SvnPropListDialog</a></td> |
57 <td><a href="#SvnPropListDialog.__init__">SvnPropListDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#SvnPropListDialog.__finish">__finish</a></td> |
60 <td><a href="#SvnPropListDialog.__finish">__finish</a></td> |
61 <td>Private slot called when the process finished or the user pressed the button.</td> |
61 <td>Private slot called when the process finished or the user pressed the button.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#SvnPropListDialog.__generateItem">__generateItem</a></td> |
63 <td><a href="#SvnPropListDialog.__generateItem">__generateItem</a></td> |
64 <td>Private method to generate a properties item in the properties list.</td> |
64 <td>Private method to generate a properties item in the properties list.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#SvnPropListDialog.__procFinished">__procFinished</a></td> |
66 <td><a href="#SvnPropListDialog.__procFinished">__procFinished</a></td> |
67 <td>Private slot connected to the finished signal.</td> |
67 <td>Private slot connected to the finished signal.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#SvnPropListDialog.__readStderr">__readStderr</a></td> |
69 <td><a href="#SvnPropListDialog.__readStderr">__readStderr</a></td> |
70 <td>Private slot to handle the readyReadStandardError signal.</td> |
70 <td>Private slot to handle the readyReadStandardError signal.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#SvnPropListDialog.__readStdout">__readStdout</a></td> |
72 <td><a href="#SvnPropListDialog.__readStdout">__readStdout</a></td> |
73 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
73 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#SvnPropListDialog.__resizeColumns">__resizeColumns</a></td> |
75 <td><a href="#SvnPropListDialog.__resizeColumns">__resizeColumns</a></td> |
76 <td>Private method to resize the list columns.</td> |
76 <td>Private method to resize the list columns.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#SvnPropListDialog.__resort">__resort</a></td> |
78 <td><a href="#SvnPropListDialog.__resort">__resort</a></td> |
79 <td>Private method to resort the tree.</td> |
79 <td>Private method to resort the tree.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#SvnPropListDialog.closeEvent">closeEvent</a></td> |
81 <td><a href="#SvnPropListDialog.closeEvent">closeEvent</a></td> |
82 <td>Private slot implementing a close event handler.</td> |
82 <td>Private slot implementing a close event handler.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#SvnPropListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
84 <td><a href="#SvnPropListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
85 <td>Private slot called by a button of the button box clicked.</td> |
85 <td>Private slot called by a button of the button box clicked.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#SvnPropListDialog.start">start</a></td> |
87 <td><a href="#SvnPropListDialog.start">start</a></td> |
88 <td>Public slot to start the svn status command.</td> |
88 <td>Public slot to start the svn status command.</td> |
89 </tr> |
89 </tr> |
90 </table> |
90 </table> |
91 <a NAME="SvnPropListDialog.__init__" ID="SvnPropListDialog.__init__"></a> |
91 <a NAME="SvnPropListDialog.__init__" ID="SvnPropListDialog.__init__"></a> |
92 <h4>SvnPropListDialog (Constructor)</h4> |
92 <h4>SvnPropListDialog (Constructor)</h4> |
93 <b>SvnPropListDialog</b>(<i>vcs, parent = None</i>) |
93 <b>SvnPropListDialog</b>(<i>vcs, parent = None</i>) |
94 <p> |
94 <p> |
95 Constructor |
95 Constructor |
96 </p><dl> |
96 </p><dl> |
97 <dt><i>vcs</i></dt> |
97 <dt><i>vcs</i></dt> |
98 <dd> |
98 <dd> |
99 reference to the vcs object |
99 reference to the vcs object |
100 </dd><dt><i>parent</i></dt> |
100 </dd><dt><i>parent</i></dt> |
101 <dd> |
101 <dd> |
102 parent widget (QWidget) |
102 parent widget (QWidget) |
103 </dd> |
103 </dd> |
104 </dl><a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a> |
104 </dl><a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a> |
105 <h4>SvnPropListDialog.__finish</h4> |
105 <h4>SvnPropListDialog.__finish</h4> |
106 <b>__finish</b>(<i></i>) |
106 <b>__finish</b>(<i></i>) |
107 <p> |
107 <p> |
108 Private slot called when the process finished or the user pressed the button. |
108 Private slot called when the process finished or the user pressed the button. |
109 </p><a NAME="SvnPropListDialog.__generateItem" ID="SvnPropListDialog.__generateItem"></a> |
109 </p><a NAME="SvnPropListDialog.__generateItem" ID="SvnPropListDialog.__generateItem"></a> |
110 <h4>SvnPropListDialog.__generateItem</h4> |
110 <h4>SvnPropListDialog.__generateItem</h4> |
111 <b>__generateItem</b>(<i>path, propName, propValue</i>) |
111 <b>__generateItem</b>(<i>path, propName, propValue</i>) |
112 <p> |
112 <p> |
113 Private method to generate a properties item in the properties list. |
113 Private method to generate a properties item in the properties list. |
114 </p><dl> |
114 </p><dl> |
115 <dt><i>path</i></dt> |
115 <dt><i>path</i></dt> |
116 <dd> |
116 <dd> |
117 file/directory name the property applies to (string or QString) |
117 file/directory name the property applies to (string or QString) |
118 </dd><dt><i>propName</i></dt> |
118 </dd><dt><i>propName</i></dt> |
119 <dd> |
119 <dd> |
120 name of the property (string or QString) |
120 name of the property (string or QString) |
121 </dd><dt><i>propValue</i></dt> |
121 </dd><dt><i>propValue</i></dt> |
122 <dd> |
122 <dd> |
123 value of the property (string or QString) |
123 value of the property (string or QString) |
124 </dd> |
124 </dd> |
125 </dl><a NAME="SvnPropListDialog.__procFinished" ID="SvnPropListDialog.__procFinished"></a> |
125 </dl><a NAME="SvnPropListDialog.__procFinished" ID="SvnPropListDialog.__procFinished"></a> |
126 <h4>SvnPropListDialog.__procFinished</h4> |
126 <h4>SvnPropListDialog.__procFinished</h4> |
127 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
127 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
128 <p> |
128 <p> |
129 Private slot connected to the finished signal. |
129 Private slot connected to the finished signal. |
130 </p><dl> |
130 </p><dl> |
131 <dt><i>exitCode</i></dt> |
131 <dt><i>exitCode</i></dt> |
132 <dd> |
132 <dd> |
133 exit code of the process (integer) |
133 exit code of the process (integer) |
134 </dd><dt><i>exitStatus</i></dt> |
134 </dd><dt><i>exitStatus</i></dt> |
135 <dd> |
135 <dd> |
136 exit status of the process (QProcess.ExitStatus) |
136 exit status of the process (QProcess.ExitStatus) |
137 </dd> |
137 </dd> |
138 </dl><a NAME="SvnPropListDialog.__readStderr" ID="SvnPropListDialog.__readStderr"></a> |
138 </dl><a NAME="SvnPropListDialog.__readStderr" ID="SvnPropListDialog.__readStderr"></a> |
139 <h4>SvnPropListDialog.__readStderr</h4> |
139 <h4>SvnPropListDialog.__readStderr</h4> |
140 <b>__readStderr</b>(<i></i>) |
140 <b>__readStderr</b>(<i></i>) |
141 <p> |
141 <p> |
142 Private slot to handle the readyReadStandardError signal. |
142 Private slot to handle the readyReadStandardError signal. |
143 </p><p> |
143 </p><p> |
144 It reads the error output of the process and inserts it into the |
144 It reads the error output of the process and inserts it into the |
145 error pane. |
145 error pane. |
146 </p><a NAME="SvnPropListDialog.__readStdout" ID="SvnPropListDialog.__readStdout"></a> |
146 </p><a NAME="SvnPropListDialog.__readStdout" ID="SvnPropListDialog.__readStdout"></a> |
147 <h4>SvnPropListDialog.__readStdout</h4> |
147 <h4>SvnPropListDialog.__readStdout</h4> |
148 <b>__readStdout</b>(<i></i>) |
148 <b>__readStdout</b>(<i></i>) |
149 <p> |
149 <p> |
150 Private slot to handle the readyReadStandardOutput signal. |
150 Private slot to handle the readyReadStandardOutput signal. |
151 </p><p> |
151 </p><p> |
152 It reads the output of the process, formats it and inserts it into |
152 It reads the output of the process, formats it and inserts it into |
153 the contents pane. |
153 the contents pane. |
154 </p><a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a> |
154 </p><a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a> |
155 <h4>SvnPropListDialog.__resizeColumns</h4> |
155 <h4>SvnPropListDialog.__resizeColumns</h4> |
156 <b>__resizeColumns</b>(<i></i>) |
156 <b>__resizeColumns</b>(<i></i>) |
157 <p> |
157 <p> |
158 Private method to resize the list columns. |
158 Private method to resize the list columns. |
159 </p><a NAME="SvnPropListDialog.__resort" ID="SvnPropListDialog.__resort"></a> |
159 </p><a NAME="SvnPropListDialog.__resort" ID="SvnPropListDialog.__resort"></a> |
160 <h4>SvnPropListDialog.__resort</h4> |
160 <h4>SvnPropListDialog.__resort</h4> |
161 <b>__resort</b>(<i></i>) |
161 <b>__resort</b>(<i></i>) |
162 <p> |
162 <p> |
163 Private method to resort the tree. |
163 Private method to resort the tree. |
164 </p><a NAME="SvnPropListDialog.closeEvent" ID="SvnPropListDialog.closeEvent"></a> |
164 </p><a NAME="SvnPropListDialog.closeEvent" ID="SvnPropListDialog.closeEvent"></a> |
165 <h4>SvnPropListDialog.closeEvent</h4> |
165 <h4>SvnPropListDialog.closeEvent</h4> |
166 <b>closeEvent</b>(<i>e</i>) |
166 <b>closeEvent</b>(<i>e</i>) |
167 <p> |
167 <p> |
168 Private slot implementing a close event handler. |
168 Private slot implementing a close event handler. |
169 </p><dl> |
169 </p><dl> |
170 <dt><i>e</i></dt> |
170 <dt><i>e</i></dt> |
171 <dd> |
171 <dd> |
172 close event (QCloseEvent) |
172 close event (QCloseEvent) |
173 </dd> |
173 </dd> |
174 </dl><a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a> |
174 </dl><a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a> |
175 <h4>SvnPropListDialog.on_buttonBox_clicked</h4> |
175 <h4>SvnPropListDialog.on_buttonBox_clicked</h4> |
176 <b>on_buttonBox_clicked</b>(<i>button</i>) |
176 <b>on_buttonBox_clicked</b>(<i>button</i>) |
177 <p> |
177 <p> |
178 Private slot called by a button of the button box clicked. |
178 Private slot called by a button of the button box clicked. |
179 </p><dl> |
179 </p><dl> |
180 <dt><i>button</i></dt> |
180 <dt><i>button</i></dt> |
181 <dd> |
181 <dd> |
182 button that was clicked (QAbstractButton) |
182 button that was clicked (QAbstractButton) |
183 </dd> |
183 </dd> |
184 </dl><a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a> |
184 </dl><a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a> |
185 <h4>SvnPropListDialog.start</h4> |
185 <h4>SvnPropListDialog.start</h4> |
186 <b>start</b>(<i>fn, recursive = False</i>) |
186 <b>start</b>(<i>fn, recursive = False</i>) |
187 <p> |
187 <p> |
188 Public slot to start the svn status command. |
188 Public slot to start the svn status command. |
189 </p><dl> |
189 </p><dl> |
190 <dt><i>fn</i></dt> |
190 <dt><i>fn</i></dt> |
191 <dd> |
191 <dd> |
192 filename(s) (string or list of string) |
192 filename(s) (string or list of string) |
193 </dd><dt><i>recursive</i></dt> |
193 </dd><dt><i>recursive</i></dt> |
194 <dd> |
194 <dd> |
195 flag indicating a recursive list is requested |
195 flag indicating a recursive list is requested |
196 </dd> |
196 </dd> |
197 </dl> |
197 </dl> |
198 <div align="right"><a href="#top">Up</a></div> |
198 <div align="right"><a href="#top">Up</a></div> |
199 <hr /> |
199 <hr /> |
200 </body></html> |
200 </body></html> |