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