Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html

changeset 3673
e26d7d0c1088
child 4126
c28d0cf3b639
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog</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.vcsPySvn.SvnPropListDialog</h1>
23 <p>
24 Module implementing a dialog to show the output of the svn proplist command
25 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
47 process.
48 </p>
49 <h3>Derived from</h3>
50 QWidget, SvnDialogMixin, Ui_SvnPropListDialog
51 <h3>Class Attributes</h3>
52 <table>
53 <tr><td>None</td></tr>
54 </table>
55 <h3>Class Methods</h3>
56 <table>
57 <tr><td>None</td></tr>
58 </table>
59 <h3>Methods</h3>
60 <table>
61 <tr>
62 <td><a href="#SvnPropListDialog.__init__">SvnPropListDialog</a></td>
63 <td>Constructor</td>
64 </tr><tr>
65 <td><a href="#SvnPropListDialog.__finish">__finish</a></td>
66 <td>Private slot called when the process finished or the user pressed the button.</td>
67 </tr><tr>
68 <td><a href="#SvnPropListDialog.__generateItem">__generateItem</a></td>
69 <td>Private method to generate a properties item in the properties list.</td>
70 </tr><tr>
71 <td><a href="#SvnPropListDialog.__resizeColumns">__resizeColumns</a></td>
72 <td>Private method to resize the list columns.</td>
73 </tr><tr>
74 <td><a href="#SvnPropListDialog.__resort">__resort</a></td>
75 <td>Private method to resort the tree.</td>
76 </tr><tr>
77 <td><a href="#SvnPropListDialog.__showError">__showError</a></td>
78 <td>Private slot to show an error message.</td>
79 </tr><tr>
80 <td><a href="#SvnPropListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
81 <td>Private slot called by a button of the button box clicked.</td>
82 </tr><tr>
83 <td><a href="#SvnPropListDialog.start">start</a></td>
84 <td>Public slot to start the svn status command.</td>
85 </tr>
86 </table>
87 <h3>Static Methods</h3>
88 <table>
89 <tr><td>None</td></tr>
90 </table>
91 <a NAME="SvnPropListDialog.__init__" ID="SvnPropListDialog.__init__"></a>
92 <h4>SvnPropListDialog (Constructor)</h4>
93 <b>SvnPropListDialog</b>(<i>vcs, parent=None</i>)
94 <p>
95 Constructor
96 </p><dl>
97 <dt><i>vcs</i></dt>
98 <dd>
99 reference to the vcs object
100 </dd><dt><i>parent</i></dt>
101 <dd>
102 parent widget (QWidget)
103 </dd>
104 </dl><a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a>
105 <h4>SvnPropListDialog.__finish</h4>
106 <b>__finish</b>(<i></i>)
107 <p>
108 Private slot called when the process finished or the user pressed the
109 button.
110 </p><a NAME="SvnPropListDialog.__generateItem" ID="SvnPropListDialog.__generateItem"></a>
111 <h4>SvnPropListDialog.__generateItem</h4>
112 <b>__generateItem</b>(<i>path, propName, propValue</i>)
113 <p>
114 Private method to generate a properties item in the properties list.
115 </p><dl>
116 <dt><i>path</i></dt>
117 <dd>
118 file/directory name the property applies to (string)
119 </dd><dt><i>propName</i></dt>
120 <dd>
121 name of the property (string)
122 </dd><dt><i>propValue</i></dt>
123 <dd>
124 value of the property (string)
125 </dd>
126 </dl><a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a>
127 <h4>SvnPropListDialog.__resizeColumns</h4>
128 <b>__resizeColumns</b>(<i></i>)
129 <p>
130 Private method to resize the list columns.
131 </p><a NAME="SvnPropListDialog.__resort" ID="SvnPropListDialog.__resort"></a>
132 <h4>SvnPropListDialog.__resort</h4>
133 <b>__resort</b>(<i></i>)
134 <p>
135 Private method to resort the tree.
136 </p><a NAME="SvnPropListDialog.__showError" ID="SvnPropListDialog.__showError"></a>
137 <h4>SvnPropListDialog.__showError</h4>
138 <b>__showError</b>(<i>msg</i>)
139 <p>
140 Private slot to show an error message.
141 </p><dl>
142 <dt><i>msg</i></dt>
143 <dd>
144 error message to show (string)
145 </dd>
146 </dl><a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a>
147 <h4>SvnPropListDialog.on_buttonBox_clicked</h4>
148 <b>on_buttonBox_clicked</b>(<i>button</i>)
149 <p>
150 Private slot called by a button of the button box clicked.
151 </p><dl>
152 <dt><i>button</i></dt>
153 <dd>
154 button that was clicked (QAbstractButton)
155 </dd>
156 </dl><a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a>
157 <h4>SvnPropListDialog.start</h4>
158 <b>start</b>(<i>fn, recursive=False</i>)
159 <p>
160 Public slot to start the svn status command.
161 </p><dl>
162 <dt><i>fn</i></dt>
163 <dd>
164 filename(s) (string or list of strings)
165 </dd><dt><i>recursive</i></dt>
166 <dd>
167 flag indicating a recursive list is requested
168 </dd>
169 </dl>
170 <div align="right"><a href="#top">Up</a></div>
171 <hr />
172 </body></html>

eric ide

mercurial