20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog</h1> |
23 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog</h1> |
24 <p> |
24 <p> |
25 Module implementing a dialog to show the output of the svn proplist command process. |
25 Module implementing a dialog to show the output of the svn proplist command process. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#SvnPropListDialog">SvnPropListDialog</a></td> |
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> |
35 <td>Class implementing a dialog to show the output of the svn proplist command process.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr><td>None</td></tr> |
40 <tr><td>None</td></tr> |
41 </table> |
41 </table> |
42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="SvnPropListDialog" ID="SvnPropListDialog"></a> |
43 <a NAME="SvnPropListDialog" ID="SvnPropListDialog"></a> |
44 <h2>SvnPropListDialog</h2> |
44 <h2>SvnPropListDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog to show the output of the svn proplist command process. |
46 Class implementing a dialog to show the output of the svn proplist command process. |
47 </p> |
47 </p> |
48 <h3>Derived from</h3> |
48 <h3>Derived from</h3> |
49 QWidget, SvnDialogMixin, Ui_SvnPropListDialog |
49 QWidget, SvnDialogMixin, Ui_SvnPropListDialog |
50 <h3>Class Attributes</h3> |
50 <h3>Class Attributes</h3> |
51 <table> |
51 <table> |
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.__resizeColumns">__resizeColumns</a></td> |
66 <td><a href="#SvnPropListDialog.__resizeColumns">__resizeColumns</a></td> |
67 <td>Private method to resize the list columns.</td> |
67 <td>Private method to resize the list columns.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#SvnPropListDialog.__resort">__resort</a></td> |
69 <td><a href="#SvnPropListDialog.__resort">__resort</a></td> |
70 <td>Private method to resort the tree.</td> |
70 <td>Private method to resort the tree.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#SvnPropListDialog.__showError">__showError</a></td> |
72 <td><a href="#SvnPropListDialog.__showError">__showError</a></td> |
73 <td>Private slot to show an error message.</td> |
73 <td>Private slot to show an error message.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#SvnPropListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
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> |
76 <td>Private slot called by a button of the button box clicked.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#SvnPropListDialog.start">start</a></td> |
78 <td><a href="#SvnPropListDialog.start">start</a></td> |
79 <td>Public slot to start the svn status command.</td> |
79 <td>Public slot to start the svn status command.</td> |
80 </tr> |
80 </tr> |
81 </table> |
81 </table> |
82 <a NAME="SvnPropListDialog.__init__" ID="SvnPropListDialog.__init__"></a> |
82 <a NAME="SvnPropListDialog.__init__" ID="SvnPropListDialog.__init__"></a> |
83 <h4>SvnPropListDialog (Constructor)</h4> |
83 <h4>SvnPropListDialog (Constructor)</h4> |
84 <b>SvnPropListDialog</b>(<i>vcs, parent = None</i>) |
84 <b>SvnPropListDialog</b>(<i>vcs, parent = None</i>) |
85 <p> |
85 <p> |
86 Constructor |
86 Constructor |
87 </p><dl> |
87 </p><dl> |
88 <dt><i>vcs</i></dt> |
88 <dt><i>vcs</i></dt> |
89 <dd> |
89 <dd> |
90 reference to the vcs object |
90 reference to the vcs object |
91 </dd><dt><i>parent</i></dt> |
91 </dd><dt><i>parent</i></dt> |
92 <dd> |
92 <dd> |
93 parent widget (QWidget) |
93 parent widget (QWidget) |
94 </dd> |
94 </dd> |
95 </dl><a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a> |
95 </dl><a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a> |
96 <h4>SvnPropListDialog.__finish</h4> |
96 <h4>SvnPropListDialog.__finish</h4> |
97 <b>__finish</b>(<i></i>) |
97 <b>__finish</b>(<i></i>) |
98 <p> |
98 <p> |
99 Private slot called when the process finished or the user pressed the button. |
99 Private slot called when the process finished or the user pressed the button. |
100 </p><a NAME="SvnPropListDialog.__generateItem" ID="SvnPropListDialog.__generateItem"></a> |
100 </p><a NAME="SvnPropListDialog.__generateItem" ID="SvnPropListDialog.__generateItem"></a> |
101 <h4>SvnPropListDialog.__generateItem</h4> |
101 <h4>SvnPropListDialog.__generateItem</h4> |
102 <b>__generateItem</b>(<i>path, propName, propValue</i>) |
102 <b>__generateItem</b>(<i>path, propName, propValue</i>) |
103 <p> |
103 <p> |
104 Private method to generate a properties item in the properties list. |
104 Private method to generate a properties item in the properties list. |
105 </p><dl> |
105 </p><dl> |
106 <dt><i>path</i></dt> |
106 <dt><i>path</i></dt> |
107 <dd> |
107 <dd> |
108 file/directory name the property applies to (string) |
108 file/directory name the property applies to (string) |
109 </dd><dt><i>propName</i></dt> |
109 </dd><dt><i>propName</i></dt> |
110 <dd> |
110 <dd> |
111 name of the property (string) |
111 name of the property (string) |
112 </dd><dt><i>propValue</i></dt> |
112 </dd><dt><i>propValue</i></dt> |
113 <dd> |
113 <dd> |
114 value of the property (string) |
114 value of the property (string) |
115 </dd> |
115 </dd> |
116 </dl><a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a> |
116 </dl><a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a> |
117 <h4>SvnPropListDialog.__resizeColumns</h4> |
117 <h4>SvnPropListDialog.__resizeColumns</h4> |
118 <b>__resizeColumns</b>(<i></i>) |
118 <b>__resizeColumns</b>(<i></i>) |
119 <p> |
119 <p> |
120 Private method to resize the list columns. |
120 Private method to resize the list columns. |
121 </p><a NAME="SvnPropListDialog.__resort" ID="SvnPropListDialog.__resort"></a> |
121 </p><a NAME="SvnPropListDialog.__resort" ID="SvnPropListDialog.__resort"></a> |
122 <h4>SvnPropListDialog.__resort</h4> |
122 <h4>SvnPropListDialog.__resort</h4> |
123 <b>__resort</b>(<i></i>) |
123 <b>__resort</b>(<i></i>) |
124 <p> |
124 <p> |
125 Private method to resort the tree. |
125 Private method to resort the tree. |
126 </p><a NAME="SvnPropListDialog.__showError" ID="SvnPropListDialog.__showError"></a> |
126 </p><a NAME="SvnPropListDialog.__showError" ID="SvnPropListDialog.__showError"></a> |
127 <h4>SvnPropListDialog.__showError</h4> |
127 <h4>SvnPropListDialog.__showError</h4> |
128 <b>__showError</b>(<i>msg</i>) |
128 <b>__showError</b>(<i>msg</i>) |
129 <p> |
129 <p> |
130 Private slot to show an error message. |
130 Private slot to show an error message. |
131 </p><dl> |
131 </p><dl> |
132 <dt><i>msg</i></dt> |
132 <dt><i>msg</i></dt> |
133 <dd> |
133 <dd> |
134 error message to show (string) |
134 error message to show (string) |
135 </dd> |
135 </dd> |
136 </dl><a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a> |
136 </dl><a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a> |
137 <h4>SvnPropListDialog.on_buttonBox_clicked</h4> |
137 <h4>SvnPropListDialog.on_buttonBox_clicked</h4> |
138 <b>on_buttonBox_clicked</b>(<i>button</i>) |
138 <b>on_buttonBox_clicked</b>(<i>button</i>) |
139 <p> |
139 <p> |
140 Private slot called by a button of the button box clicked. |
140 Private slot called by a button of the button box clicked. |
141 </p><dl> |
141 </p><dl> |
142 <dt><i>button</i></dt> |
142 <dt><i>button</i></dt> |
143 <dd> |
143 <dd> |
144 button that was clicked (QAbstractButton) |
144 button that was clicked (QAbstractButton) |
145 </dd> |
145 </dd> |
146 </dl><a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a> |
146 </dl><a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a> |
147 <h4>SvnPropListDialog.start</h4> |
147 <h4>SvnPropListDialog.start</h4> |
148 <b>start</b>(<i>fn, recursive = False</i>) |
148 <b>start</b>(<i>fn, recursive = False</i>) |
149 <p> |
149 <p> |
150 Public slot to start the svn status command. |
150 Public slot to start the svn status command. |
151 </p><dl> |
151 </p><dl> |
152 <dt><i>fn</i></dt> |
152 <dt><i>fn</i></dt> |
153 <dd> |
153 <dd> |
154 filename(s) (string or list of strings) |
154 filename(s) (string or list of strings) |
155 </dd><dt><i>recursive</i></dt> |
155 </dd><dt><i>recursive</i></dt> |
156 <dd> |
156 <dd> |
157 flag indicating a recursive list is requested |
157 flag indicating a recursive list is requested |
158 </dd> |
158 </dd> |
159 </dl> |
159 </dl> |
160 <div align="right"><a href="#top">Up</a></div> |
160 <div align="right"><a href="#top">Up</a></div> |
161 <hr /> |
161 <hr /> |
162 </body></html> |
162 </body></html> |