|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric4.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog</title> |
|
6 <style> |
|
7 body { |
|
8 background:white; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #4FA4FF; } |
|
14 h2 { color: white; background: #4FA4FF; } |
|
15 h3 { color: white; background: #00557F; } |
|
16 h4 { color: white; background: #00557F; } |
|
17 |
|
18 a { color: #AA5500; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric4.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog</h1> |
|
24 <p> |
|
25 Module implementing a dialog to show the output of the svn proplist command process. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#SvnPropListDialog">SvnPropListDialog</a></td> |
|
35 <td>Class implementing a dialog to show the output of the svn proplist command process.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="SvnPropListDialog" ID="SvnPropListDialog"></a> |
|
44 <h2>SvnPropListDialog</h2> |
|
45 <p> |
|
46 Class implementing a dialog to show the output of the svn proplist command process. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 QWidget, SvnDialogMixin, Ui_SvnPropListDialog |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Methods</h3> |
|
55 <table> |
|
56 <tr> |
|
57 <td><a href="#SvnPropListDialog.__init__">SvnPropListDialog</a></td> |
|
58 <td>Constructor</td> |
|
59 </tr><tr> |
|
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> |
|
62 </tr><tr> |
|
63 <td><a href="#SvnPropListDialog.__generateItem">__generateItem</a></td> |
|
64 <td>Private method to generate a properties item in the properties list.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#SvnPropListDialog.__resizeColumns">__resizeColumns</a></td> |
|
67 <td>Private method to resize the list columns.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#SvnPropListDialog.__resort">__resort</a></td> |
|
70 <td>Private method to resort the tree.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#SvnPropListDialog.__showError">__showError</a></td> |
|
73 <td>Private slot to show an error message.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#SvnPropListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
76 <td>Private slot called by a button of the button box clicked.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#SvnPropListDialog.start">start</a></td> |
|
79 <td>Public slot to start the svn status command.</td> |
|
80 </tr> |
|
81 </table> |
|
82 <a NAME="SvnPropListDialog.__init__" ID="SvnPropListDialog.__init__"></a> |
|
83 <h4>SvnPropListDialog (Constructor)</h4> |
|
84 <b>SvnPropListDialog</b>(<i>vcs, parent = None</i>) |
|
85 <p> |
|
86 Constructor |
|
87 </p><dl> |
|
88 <dt><i>vcs</i></dt> |
|
89 <dd> |
|
90 reference to the vcs object |
|
91 </dd><dt><i>parent</i></dt> |
|
92 <dd> |
|
93 parent widget (QWidget) |
|
94 </dd> |
|
95 </dl><a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a> |
|
96 <h4>SvnPropListDialog.__finish</h4> |
|
97 <b>__finish</b>(<i></i>) |
|
98 <p> |
|
99 Private slot called when the process finished or the user pressed the button. |
|
100 </p><a NAME="SvnPropListDialog.__generateItem" ID="SvnPropListDialog.__generateItem"></a> |
|
101 <h4>SvnPropListDialog.__generateItem</h4> |
|
102 <b>__generateItem</b>(<i>path, propName, propValue</i>) |
|
103 <p> |
|
104 Private method to generate a properties item in the properties list. |
|
105 </p><dl> |
|
106 <dt><i>path</i></dt> |
|
107 <dd> |
|
108 file/directory name the property applies to (string) |
|
109 </dd><dt><i>propName</i></dt> |
|
110 <dd> |
|
111 name of the property (string) |
|
112 </dd><dt><i>propValue</i></dt> |
|
113 <dd> |
|
114 value of the property (string) |
|
115 </dd> |
|
116 </dl><a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a> |
|
117 <h4>SvnPropListDialog.__resizeColumns</h4> |
|
118 <b>__resizeColumns</b>(<i></i>) |
|
119 <p> |
|
120 Private method to resize the list columns. |
|
121 </p><a NAME="SvnPropListDialog.__resort" ID="SvnPropListDialog.__resort"></a> |
|
122 <h4>SvnPropListDialog.__resort</h4> |
|
123 <b>__resort</b>(<i></i>) |
|
124 <p> |
|
125 Private method to resort the tree. |
|
126 </p><a NAME="SvnPropListDialog.__showError" ID="SvnPropListDialog.__showError"></a> |
|
127 <h4>SvnPropListDialog.__showError</h4> |
|
128 <b>__showError</b>(<i>msg</i>) |
|
129 <p> |
|
130 Private slot to show an error message. |
|
131 </p><dl> |
|
132 <dt><i>msg</i></dt> |
|
133 <dd> |
|
134 error message to show (string) |
|
135 </dd> |
|
136 </dl><a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a> |
|
137 <h4>SvnPropListDialog.on_buttonBox_clicked</h4> |
|
138 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
139 <p> |
|
140 Private slot called by a button of the button box clicked. |
|
141 </p><dl> |
|
142 <dt><i>button</i></dt> |
|
143 <dd> |
|
144 button that was clicked (QAbstractButton) |
|
145 </dd> |
|
146 </dl><a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a> |
|
147 <h4>SvnPropListDialog.start</h4> |
|
148 <b>start</b>(<i>fn, recursive = False</i>) |
|
149 <p> |
|
150 Public slot to start the svn status command. |
|
151 </p><dl> |
|
152 <dt><i>fn</i></dt> |
|
153 <dd> |
|
154 filename(s) (string or list of strings) |
|
155 </dd><dt><i>recursive</i></dt> |
|
156 <dd> |
|
157 flag indicating a recursive list is requested |
|
158 </dd> |
|
159 </dl> |
|
160 <div align="right"><a href="#top">Up</a></div> |
|
161 <hr /> |
|
162 </body></html> |