53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#SvnTagBranchListDialog.__init__">SvnTagBranchListDialog</a></td> |
57 <td><a href="#SvnTagBranchListDialog.__init__">SvnTagBranchListDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#SvnTagBranchListDialog.__finish">__finish</a></td> |
60 <td><a href="#SvnTagBranchListDialog.__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="#SvnTagBranchListDialog.__generateItem">__generateItem</a></td> |
63 <td><a href="#SvnTagBranchListDialog.__generateItem">__generateItem</a></td> |
64 <td>Private method to generate a tag item in the taglist.</td> |
64 <td>Private method to generate a tag item in the taglist.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#SvnTagBranchListDialog.__resizeColumns">__resizeColumns</a></td> |
66 <td><a href="#SvnTagBranchListDialog.__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="#SvnTagBranchListDialog.__resort">__resort</a></td> |
69 <td><a href="#SvnTagBranchListDialog.__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="#SvnTagBranchListDialog.__showError">__showError</a></td> |
72 <td><a href="#SvnTagBranchListDialog.__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="#SvnTagBranchListDialog.getTagList">getTagList</a></td> |
75 <td><a href="#SvnTagBranchListDialog.getTagList">getTagList</a></td> |
76 <td>Public method to get the taglist of the last run.</td> |
76 <td>Public method to get the taglist of the last run.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#SvnTagBranchListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
78 <td><a href="#SvnTagBranchListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
79 <td>Private slot called by a button of the button box clicked.</td> |
79 <td>Private slot called by a button of the button box clicked.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#SvnTagBranchListDialog.start">start</a></td> |
81 <td><a href="#SvnTagBranchListDialog.start">start</a></td> |
82 <td>Public slot to start the svn status command.</td> |
82 <td>Public slot to start the svn status command.</td> |
83 </tr> |
83 </tr> |
84 </table> |
84 </table> |
85 <a NAME="SvnTagBranchListDialog.__init__" ID="SvnTagBranchListDialog.__init__"></a> |
85 <a NAME="SvnTagBranchListDialog.__init__" ID="SvnTagBranchListDialog.__init__"></a> |
86 <h4>SvnTagBranchListDialog (Constructor)</h4> |
86 <h4>SvnTagBranchListDialog (Constructor)</h4> |
87 <b>SvnTagBranchListDialog</b>(<i>vcs, parent = None</i>) |
87 <b>SvnTagBranchListDialog</b>(<i>vcs, parent = None</i>) |
88 <p> |
88 <p> |
89 Constructor |
89 Constructor |
90 </p><dl> |
90 </p><dl> |
91 <dt><i>vcs</i></dt> |
91 <dt><i>vcs</i></dt> |
92 <dd> |
92 <dd> |
93 reference to the vcs object |
93 reference to the vcs object |
94 </dd><dt><i>parent</i></dt> |
94 </dd><dt><i>parent</i></dt> |
95 <dd> |
95 <dd> |
96 parent widget (QWidget) |
96 parent widget (QWidget) |
97 </dd> |
97 </dd> |
98 </dl><a NAME="SvnTagBranchListDialog.__finish" ID="SvnTagBranchListDialog.__finish"></a> |
98 </dl><a NAME="SvnTagBranchListDialog.__finish" ID="SvnTagBranchListDialog.__finish"></a> |
99 <h4>SvnTagBranchListDialog.__finish</h4> |
99 <h4>SvnTagBranchListDialog.__finish</h4> |
100 <b>__finish</b>(<i></i>) |
100 <b>__finish</b>(<i></i>) |
101 <p> |
101 <p> |
102 Private slot called when the process finished or the user pressed the button. |
102 Private slot called when the process finished or the user pressed the button. |
103 </p><a NAME="SvnTagBranchListDialog.__generateItem" ID="SvnTagBranchListDialog.__generateItem"></a> |
103 </p><a NAME="SvnTagBranchListDialog.__generateItem" ID="SvnTagBranchListDialog.__generateItem"></a> |
104 <h4>SvnTagBranchListDialog.__generateItem</h4> |
104 <h4>SvnTagBranchListDialog.__generateItem</h4> |
105 <b>__generateItem</b>(<i>revision, author, date, name</i>) |
105 <b>__generateItem</b>(<i>revision, author, date, name</i>) |
106 <p> |
106 <p> |
107 Private method to generate a tag item in the taglist. |
107 Private method to generate a tag item in the taglist. |
108 </p><dl> |
108 </p><dl> |
109 <dt><i>revision</i></dt> |
109 <dt><i>revision</i></dt> |
110 <dd> |
110 <dd> |
111 revision number (integer) |
111 revision number (integer) |
112 </dd><dt><i>author</i></dt> |
112 </dd><dt><i>author</i></dt> |
113 <dd> |
113 <dd> |
114 author of the tag (string) |
114 author of the tag (string) |
115 </dd><dt><i>date</i></dt> |
115 </dd><dt><i>date</i></dt> |
116 <dd> |
116 <dd> |
117 date of the tag (string) |
117 date of the tag (string) |
118 </dd><dt><i>name</i></dt> |
118 </dd><dt><i>name</i></dt> |
119 <dd> |
119 <dd> |
120 name (path) of the tag (string) |
120 name (path) of the tag (string) |
121 </dd> |
121 </dd> |
122 </dl><a NAME="SvnTagBranchListDialog.__resizeColumns" ID="SvnTagBranchListDialog.__resizeColumns"></a> |
122 </dl><a NAME="SvnTagBranchListDialog.__resizeColumns" ID="SvnTagBranchListDialog.__resizeColumns"></a> |
123 <h4>SvnTagBranchListDialog.__resizeColumns</h4> |
123 <h4>SvnTagBranchListDialog.__resizeColumns</h4> |
124 <b>__resizeColumns</b>(<i></i>) |
124 <b>__resizeColumns</b>(<i></i>) |
125 <p> |
125 <p> |
126 Private method to resize the list columns. |
126 Private method to resize the list columns. |
127 </p><a NAME="SvnTagBranchListDialog.__resort" ID="SvnTagBranchListDialog.__resort"></a> |
127 </p><a NAME="SvnTagBranchListDialog.__resort" ID="SvnTagBranchListDialog.__resort"></a> |
128 <h4>SvnTagBranchListDialog.__resort</h4> |
128 <h4>SvnTagBranchListDialog.__resort</h4> |
129 <b>__resort</b>(<i></i>) |
129 <b>__resort</b>(<i></i>) |
130 <p> |
130 <p> |
131 Private method to resort the tree. |
131 Private method to resort the tree. |
132 </p><a NAME="SvnTagBranchListDialog.__showError" ID="SvnTagBranchListDialog.__showError"></a> |
132 </p><a NAME="SvnTagBranchListDialog.__showError" ID="SvnTagBranchListDialog.__showError"></a> |
133 <h4>SvnTagBranchListDialog.__showError</h4> |
133 <h4>SvnTagBranchListDialog.__showError</h4> |
134 <b>__showError</b>(<i>msg</i>) |
134 <b>__showError</b>(<i>msg</i>) |
135 <p> |
135 <p> |
136 Private slot to show an error message. |
136 Private slot to show an error message. |
137 </p><dl> |
137 </p><dl> |
138 <dt><i>msg</i></dt> |
138 <dt><i>msg</i></dt> |
139 <dd> |
139 <dd> |
140 error message to show (string) |
140 error message to show (string) |
141 </dd> |
141 </dd> |
142 </dl><a NAME="SvnTagBranchListDialog.getTagList" ID="SvnTagBranchListDialog.getTagList"></a> |
142 </dl><a NAME="SvnTagBranchListDialog.getTagList" ID="SvnTagBranchListDialog.getTagList"></a> |
143 <h4>SvnTagBranchListDialog.getTagList</h4> |
143 <h4>SvnTagBranchListDialog.getTagList</h4> |
144 <b>getTagList</b>(<i></i>) |
144 <b>getTagList</b>(<i></i>) |
145 <p> |
145 <p> |
146 Public method to get the taglist of the last run. |
146 Public method to get the taglist of the last run. |
147 </p><dl> |
147 </p><dl> |
148 <dt>Returns:</dt> |
148 <dt>Returns:</dt> |
149 <dd> |
149 <dd> |
150 list of tags (list of strings) |
150 list of tags (list of strings) |
151 </dd> |
151 </dd> |
152 </dl><a NAME="SvnTagBranchListDialog.on_buttonBox_clicked" ID="SvnTagBranchListDialog.on_buttonBox_clicked"></a> |
152 </dl><a NAME="SvnTagBranchListDialog.on_buttonBox_clicked" ID="SvnTagBranchListDialog.on_buttonBox_clicked"></a> |
153 <h4>SvnTagBranchListDialog.on_buttonBox_clicked</h4> |
153 <h4>SvnTagBranchListDialog.on_buttonBox_clicked</h4> |
154 <b>on_buttonBox_clicked</b>(<i>button</i>) |
154 <b>on_buttonBox_clicked</b>(<i>button</i>) |
155 <p> |
155 <p> |
156 Private slot called by a button of the button box clicked. |
156 Private slot called by a button of the button box clicked. |
157 </p><dl> |
157 </p><dl> |
158 <dt><i>button</i></dt> |
158 <dt><i>button</i></dt> |
159 <dd> |
159 <dd> |
160 button that was clicked (QAbstractButton) |
160 button that was clicked (QAbstractButton) |
161 </dd> |
161 </dd> |
162 </dl><a NAME="SvnTagBranchListDialog.start" ID="SvnTagBranchListDialog.start"></a> |
162 </dl><a NAME="SvnTagBranchListDialog.start" ID="SvnTagBranchListDialog.start"></a> |
163 <h4>SvnTagBranchListDialog.start</h4> |
163 <h4>SvnTagBranchListDialog.start</h4> |
164 <b>start</b>(<i>path, tags = True</i>) |
164 <b>start</b>(<i>path, tags = True</i>) |
165 <p> |
165 <p> |
166 Public slot to start the svn status command. |
166 Public slot to start the svn status command. |
167 </p><dl> |
167 </p><dl> |
168 <dt><i>path</i></dt> |
168 <dt><i>path</i></dt> |
169 <dd> |
169 <dd> |
170 name of directory to be listed (string) |
170 name of directory to be listed (string) |
171 </dd><dt><i>tags</i></dt> |
171 </dd><dt><i>tags</i></dt> |
172 <dd> |
172 <dd> |
173 flag indicating a list of tags is requested |
173 flag indicating a list of tags is requested |
174 (False = branches, True = tags) |
174 (False = branches, True = tags) |
175 </dd> |
175 </dd> |
176 </dl> |
176 </dl> |
177 <div align="right"><a href="#top">Up</a></div> |
177 <div align="right"><a href="#top">Up</a></div> |
178 <hr /> |
178 <hr /> |
179 </body></html> |
179 </body></html> |