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.SvnBlameDialog</h1> |
23 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog</h1> |
24 <p> |
24 <p> |
25 Module implementing a dialog to show the output of the svn blame command. |
25 Module implementing a dialog to show the output of the svn blame command. |
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="#SvnBlameDialog">SvnBlameDialog</a></td> |
34 <td><a href="#SvnBlameDialog">SvnBlameDialog</a></td> |
35 <td>Class implementing a dialog to show the output of the svn blame command.</td> |
35 <td>Class implementing a dialog to show the output of the svn blame command.</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="SvnBlameDialog" ID="SvnBlameDialog"></a> |
43 <a NAME="SvnBlameDialog" ID="SvnBlameDialog"></a> |
44 <h2>SvnBlameDialog</h2> |
44 <h2>SvnBlameDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog to show the output of the svn blame command. |
46 Class implementing a dialog to show the output of the svn blame command. |
47 </p> |
47 </p> |
48 <h3>Derived from</h3> |
48 <h3>Derived from</h3> |
49 QDialog, SvnDialogMixin, Ui_SvnBlameDialog |
49 QDialog, SvnDialogMixin, Ui_SvnBlameDialog |
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="#SvnBlameDialog.__init__">SvnBlameDialog</a></td> |
57 <td><a href="#SvnBlameDialog.__init__">SvnBlameDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#SvnBlameDialog.__finish">__finish</a></td> |
60 <td><a href="#SvnBlameDialog.__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="#SvnBlameDialog.__generateItem">__generateItem</a></td> |
63 <td><a href="#SvnBlameDialog.__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="#SvnBlameDialog.__resizeColumns">__resizeColumns</a></td> |
66 <td><a href="#SvnBlameDialog.__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="#SvnBlameDialog.__showError">__showError</a></td> |
69 <td><a href="#SvnBlameDialog.__showError">__showError</a></td> |
70 <td>Private slot to show an error message.</td> |
70 <td>Private slot to show an error message.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#SvnBlameDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
72 <td><a href="#SvnBlameDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
73 <td>Private slot called by a button of the button box clicked.</td> |
73 <td>Private slot called by a button of the button box clicked.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#SvnBlameDialog.start">start</a></td> |
75 <td><a href="#SvnBlameDialog.start">start</a></td> |
76 <td>Public slot to start the svn status command.</td> |
76 <td>Public slot to start the svn status command.</td> |
77 </tr> |
77 </tr> |
78 </table> |
78 </table> |
79 <a NAME="SvnBlameDialog.__init__" ID="SvnBlameDialog.__init__"></a> |
79 <a NAME="SvnBlameDialog.__init__" ID="SvnBlameDialog.__init__"></a> |
80 <h4>SvnBlameDialog (Constructor)</h4> |
80 <h4>SvnBlameDialog (Constructor)</h4> |
81 <b>SvnBlameDialog</b>(<i>vcs, parent = None</i>) |
81 <b>SvnBlameDialog</b>(<i>vcs, parent = None</i>) |
82 <p> |
82 <p> |
83 Constructor |
83 Constructor |
84 </p><dl> |
84 </p><dl> |
85 <dt><i>vcs</i></dt> |
85 <dt><i>vcs</i></dt> |
86 <dd> |
86 <dd> |
87 reference to the vcs object |
87 reference to the vcs object |
88 </dd><dt><i>parent</i></dt> |
88 </dd><dt><i>parent</i></dt> |
89 <dd> |
89 <dd> |
90 parent widget (QWidget) |
90 parent widget (QWidget) |
91 </dd> |
91 </dd> |
92 </dl><a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a> |
92 </dl><a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a> |
93 <h4>SvnBlameDialog.__finish</h4> |
93 <h4>SvnBlameDialog.__finish</h4> |
94 <b>__finish</b>(<i></i>) |
94 <b>__finish</b>(<i></i>) |
95 <p> |
95 <p> |
96 Private slot called when the process finished or the user pressed the button. |
96 Private slot called when the process finished or the user pressed the button. |
97 </p><a NAME="SvnBlameDialog.__generateItem" ID="SvnBlameDialog.__generateItem"></a> |
97 </p><a NAME="SvnBlameDialog.__generateItem" ID="SvnBlameDialog.__generateItem"></a> |
98 <h4>SvnBlameDialog.__generateItem</h4> |
98 <h4>SvnBlameDialog.__generateItem</h4> |
99 <b>__generateItem</b>(<i>revision, author, lineno, text</i>) |
99 <b>__generateItem</b>(<i>revision, author, lineno, text</i>) |
100 <p> |
100 <p> |
101 Private method to generate a tag item in the taglist. |
101 Private method to generate a tag item in the taglist. |
102 </p><dl> |
102 </p><dl> |
103 <dt><i>revision</i></dt> |
103 <dt><i>revision</i></dt> |
104 <dd> |
104 <dd> |
105 revision string (integer) |
105 revision string (integer) |
106 </dd><dt><i>author</i></dt> |
106 </dd><dt><i>author</i></dt> |
107 <dd> |
107 <dd> |
108 author of the tag (string) |
108 author of the tag (string) |
109 </dd><dt><i>lineno</i></dt> |
109 </dd><dt><i>lineno</i></dt> |
110 <dd> |
110 <dd> |
111 line number (integer) |
111 line number (integer) |
112 </dd><dt><i>text</i></dt> |
112 </dd><dt><i>text</i></dt> |
113 <dd> |
113 <dd> |
114 text of the line (string) |
114 text of the line (string) |
115 </dd> |
115 </dd> |
116 </dl><a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> |
116 </dl><a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> |
117 <h4>SvnBlameDialog.__resizeColumns</h4> |
117 <h4>SvnBlameDialog.__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="SvnBlameDialog.__showError" ID="SvnBlameDialog.__showError"></a> |
121 </p><a NAME="SvnBlameDialog.__showError" ID="SvnBlameDialog.__showError"></a> |
122 <h4>SvnBlameDialog.__showError</h4> |
122 <h4>SvnBlameDialog.__showError</h4> |
123 <b>__showError</b>(<i>msg</i>) |
123 <b>__showError</b>(<i>msg</i>) |
124 <p> |
124 <p> |
125 Private slot to show an error message. |
125 Private slot to show an error message. |
126 </p><dl> |
126 </p><dl> |
127 <dt><i>msg</i></dt> |
127 <dt><i>msg</i></dt> |
128 <dd> |
128 <dd> |
129 error message to show (string) |
129 error message to show (string) |
130 </dd> |
130 </dd> |
131 </dl><a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> |
131 </dl><a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> |
132 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> |
132 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> |
133 <b>on_buttonBox_clicked</b>(<i>button</i>) |
133 <b>on_buttonBox_clicked</b>(<i>button</i>) |
134 <p> |
134 <p> |
135 Private slot called by a button of the button box clicked. |
135 Private slot called by a button of the button box clicked. |
136 </p><dl> |
136 </p><dl> |
137 <dt><i>button</i></dt> |
137 <dt><i>button</i></dt> |
138 <dd> |
138 <dd> |
139 button that was clicked (QAbstractButton) |
139 button that was clicked (QAbstractButton) |
140 </dd> |
140 </dd> |
141 </dl><a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> |
141 </dl><a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> |
142 <h4>SvnBlameDialog.start</h4> |
142 <h4>SvnBlameDialog.start</h4> |
143 <b>start</b>(<i>fn</i>) |
143 <b>start</b>(<i>fn</i>) |
144 <p> |
144 <p> |
145 Public slot to start the svn status command. |
145 Public slot to start the svn status command. |
146 </p><dl> |
146 </p><dl> |
147 <dt><i>fn</i></dt> |
147 <dt><i>fn</i></dt> |
148 <dd> |
148 <dd> |
149 filename to show the log for (string) |
149 filename to show the log for (string) |
150 </dd> |
150 </dd> |
151 </dl> |
151 </dl> |
152 <div align="right"><a href="#top">Up</a></div> |
152 <div align="right"><a href="#top">Up</a></div> |
153 <hr /> |
153 <hr /> |
154 </body></html> |
154 </body></html> |