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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to show the output of the svn blame command. 26 Module implementing a dialog to show the output of the svn blame command.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#SvnBlameDialog">SvnBlameDialog</a></td> 38 <td><a href="#SvnBlameDialog">SvnBlameDialog</a></td>
34 <td>Class implementing a dialog to show the output of the svn blame command.</td> 39 <td>Class implementing a dialog to show the output of the svn blame command.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
38 <table> 43
39 <tr><td>None</td></tr> 44 <table>
40 </table> 45 <tr><td>None</td></tr>
41 <hr /><hr /> 46 </table>
47 <hr />
48 <hr />
42 <a NAME="SvnBlameDialog" ID="SvnBlameDialog"></a> 49 <a NAME="SvnBlameDialog" ID="SvnBlameDialog"></a>
43 <h2>SvnBlameDialog</h2> 50 <h2>SvnBlameDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to show the output of the svn blame command. 53 Class implementing a dialog to show the output of the svn blame command.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, SvnDialogMixin, Ui_SvnBlameDialog 56 QDialog, SvnDialogMixin, Ui_SvnBlameDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#SvnBlameDialog.__init__">SvnBlameDialog</a></td> 72 <td><a href="#SvnBlameDialog.__init__">SvnBlameDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#SvnBlameDialog.__finish">__finish</a></td> 76 <td><a href="#SvnBlameDialog.__finish">__finish</a></td>
64 <td>Private slot called when the process finished or the user pressed the button.</td> 77 <td>Private slot called when the process finished or the user pressed the button.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#SvnBlameDialog.__generateItem">__generateItem</a></td> 80 <td><a href="#SvnBlameDialog.__generateItem">__generateItem</a></td>
67 <td>Private method to generate a blame item in the blame list.</td> 81 <td>Private method to generate a blame item in the blame list.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#SvnBlameDialog.__resizeColumns">__resizeColumns</a></td> 84 <td><a href="#SvnBlameDialog.__resizeColumns">__resizeColumns</a></td>
70 <td>Private method to resize the list columns.</td> 85 <td>Private method to resize the list columns.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#SvnBlameDialog.__showError">__showError</a></td> 88 <td><a href="#SvnBlameDialog.__showError">__showError</a></td>
73 <td>Private slot to show an error message.</td> 89 <td>Private slot to show an error message.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#SvnBlameDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 92 <td><a href="#SvnBlameDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
76 <td>Private slot called by a button of the button box clicked.</td> 93 <td>Private slot called by a button of the button box clicked.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#SvnBlameDialog.start">start</a></td> 96 <td><a href="#SvnBlameDialog.start">start</a></td>
79 <td>Public slot to start the svn blame command.</td> 97 <td>Public slot to start the svn blame command.</td>
80 </tr> 98 </tr>
81 </table> 99 </table>
82 <h3>Static Methods</h3> 100 <h3>Static Methods</h3>
83 <table> 101
84 <tr><td>None</td></tr> 102 <table>
85 </table> 103 <tr><td>None</td></tr>
104 </table>
105
86 <a NAME="SvnBlameDialog.__init__" ID="SvnBlameDialog.__init__"></a> 106 <a NAME="SvnBlameDialog.__init__" ID="SvnBlameDialog.__init__"></a>
87 <h4>SvnBlameDialog (Constructor)</h4> 107 <h4>SvnBlameDialog (Constructor)</h4>
88 <b>SvnBlameDialog</b>(<i>vcs, parent=None</i>) 108 <b>SvnBlameDialog</b>(<i>vcs, parent=None</i>)
109
89 <p> 110 <p>
90 Constructor 111 Constructor
91 </p><dl> 112 </p>
113 <dl>
114
92 <dt><i>vcs</i></dt> 115 <dt><i>vcs</i></dt>
93 <dd> 116 <dd>
94 reference to the vcs object 117 reference to the vcs object
95 </dd><dt><i>parent</i></dt> 118 </dd>
119 <dt><i>parent</i></dt>
96 <dd> 120 <dd>
97 parent widget (QWidget) 121 parent widget (QWidget)
98 </dd> 122 </dd>
99 </dl><a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a> 123 </dl>
124 <a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a>
100 <h4>SvnBlameDialog.__finish</h4> 125 <h4>SvnBlameDialog.__finish</h4>
101 <b>__finish</b>(<i></i>) 126 <b>__finish</b>(<i></i>)
127
102 <p> 128 <p>
103 Private slot called when the process finished or the user pressed the 129 Private slot called when the process finished or the user pressed the
104 button. 130 button.
105 </p><a NAME="SvnBlameDialog.__generateItem" ID="SvnBlameDialog.__generateItem"></a> 131 </p>
132 <a NAME="SvnBlameDialog.__generateItem" ID="SvnBlameDialog.__generateItem"></a>
106 <h4>SvnBlameDialog.__generateItem</h4> 133 <h4>SvnBlameDialog.__generateItem</h4>
107 <b>__generateItem</b>(<i>revision, author, lineno, text</i>) 134 <b>__generateItem</b>(<i>revision, author, lineno, text</i>)
135
108 <p> 136 <p>
109 Private method to generate a blame item in the blame list. 137 Private method to generate a blame item in the blame list.
110 </p><dl> 138 </p>
139 <dl>
140
111 <dt><i>revision</i></dt> 141 <dt><i>revision</i></dt>
112 <dd> 142 <dd>
113 revision string (string) 143 revision string (string)
114 </dd><dt><i>author</i></dt> 144 </dd>
145 <dt><i>author</i></dt>
115 <dd> 146 <dd>
116 author of the change (string) 147 author of the change (string)
117 </dd><dt><i>lineno</i></dt> 148 </dd>
149 <dt><i>lineno</i></dt>
118 <dd> 150 <dd>
119 linenumber (string) 151 linenumber (string)
120 </dd><dt><i>text</i></dt> 152 </dd>
153 <dt><i>text</i></dt>
121 <dd> 154 <dd>
122 line of text from the annotated file (string) 155 line of text from the annotated file (string)
123 </dd> 156 </dd>
124 </dl><a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> 157 </dl>
158 <a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a>
125 <h4>SvnBlameDialog.__resizeColumns</h4> 159 <h4>SvnBlameDialog.__resizeColumns</h4>
126 <b>__resizeColumns</b>(<i></i>) 160 <b>__resizeColumns</b>(<i></i>)
161
127 <p> 162 <p>
128 Private method to resize the list columns. 163 Private method to resize the list columns.
129 </p><a NAME="SvnBlameDialog.__showError" ID="SvnBlameDialog.__showError"></a> 164 </p>
165 <a NAME="SvnBlameDialog.__showError" ID="SvnBlameDialog.__showError"></a>
130 <h4>SvnBlameDialog.__showError</h4> 166 <h4>SvnBlameDialog.__showError</h4>
131 <b>__showError</b>(<i>msg</i>) 167 <b>__showError</b>(<i>msg</i>)
168
132 <p> 169 <p>
133 Private slot to show an error message. 170 Private slot to show an error message.
134 </p><dl> 171 </p>
172 <dl>
173
135 <dt><i>msg</i></dt> 174 <dt><i>msg</i></dt>
136 <dd> 175 <dd>
137 error message to show (string) 176 error message to show (string)
138 </dd> 177 </dd>
139 </dl><a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> 178 </dl>
179 <a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a>
140 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> 180 <h4>SvnBlameDialog.on_buttonBox_clicked</h4>
141 <b>on_buttonBox_clicked</b>(<i>button</i>) 181 <b>on_buttonBox_clicked</b>(<i>button</i>)
182
142 <p> 183 <p>
143 Private slot called by a button of the button box clicked. 184 Private slot called by a button of the button box clicked.
144 </p><dl> 185 </p>
186 <dl>
187
145 <dt><i>button</i></dt> 188 <dt><i>button</i></dt>
146 <dd> 189 <dd>
147 button that was clicked (QAbstractButton) 190 button that was clicked (QAbstractButton)
148 </dd> 191 </dd>
149 </dl><a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> 192 </dl>
193 <a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a>
150 <h4>SvnBlameDialog.start</h4> 194 <h4>SvnBlameDialog.start</h4>
151 <b>start</b>(<i>fn</i>) 195 <b>start</b>(<i>fn</i>)
196
152 <p> 197 <p>
153 Public slot to start the svn blame command. 198 Public slot to start the svn blame command.
154 </p><dl> 199 </p>
200 <dl>
201
155 <dt><i>fn</i></dt> 202 <dt><i>fn</i></dt>
156 <dd> 203 <dd>
157 filename to show the blame for (string) 204 filename to show the blame for (string)
158 </dd> 205 </dd>
159 </dl> 206 </dl>

eric ide

mercurial