Documentation/Source/eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html

changeset 805
83ca4d1ff648
parent 571
1a4101cb87eb
child 945
8cd4d08fa9f6
child 1278
fb0460fd00b9
equal deleted inserted replaced
804:3465556892de 805:83ca4d1ff648
61 <td>Private method to create an entry in the result list.</td> 61 <td>Private method to create an entry in the result list.</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#TabnannyDialog.__finish">__finish</a></td> 63 <td><a href="#TabnannyDialog.__finish">__finish</a></td>
64 <td>Private slot called when the action or the user pressed the button.</td> 64 <td>Private slot called when the action or the user pressed the button.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#TabnannyDialog.__py2check">__py2check</a></td>
67 <td>Private method to perform the indentation check for Python 2 files.</td>
68 </tr><tr>
66 <td><a href="#TabnannyDialog.__resort">__resort</a></td> 69 <td><a href="#TabnannyDialog.__resort">__resort</a></td>
67 <td>Private method to resort the tree.</td> 70 <td>Private method to resort the tree.</td>
68 </tr><tr> 71 </tr><tr>
69 <td><a href="#TabnannyDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 72 <td><a href="#TabnannyDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
70 <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>
111 </dl><a NAME="TabnannyDialog.__finish" ID="TabnannyDialog.__finish"></a> 114 </dl><a NAME="TabnannyDialog.__finish" ID="TabnannyDialog.__finish"></a>
112 <h4>TabnannyDialog.__finish</h4> 115 <h4>TabnannyDialog.__finish</h4>
113 <b>__finish</b>(<i></i>) 116 <b>__finish</b>(<i></i>)
114 <p> 117 <p>
115 Private slot called when the action or the user pressed the button. 118 Private slot called when the action or the user pressed the button.
116 </p><a NAME="TabnannyDialog.__resort" ID="TabnannyDialog.__resort"></a> 119 </p><a NAME="TabnannyDialog.__py2check" ID="TabnannyDialog.__py2check"></a>
120 <h4>TabnannyDialog.__py2check</h4>
121 <b>__py2check</b>(<i>filename</i>)
122 <p>
123 Private method to perform the indentation check for Python 2 files.
124 </p><dl>
125 <dt><i>filename</i></dt>
126 <dd>
127 name of the file to be checked (string)
128 </dd>
129 </dl><dl>
130 <dt>Returns:</dt>
131 <dd>
132 A tuple indicating status (True = an error was found), the
133 filename, the linenumber and the error message
134 (boolean, string, string, string). The values are only
135 valid, if the status is True.
136 </dd>
137 </dl><a NAME="TabnannyDialog.__resort" ID="TabnannyDialog.__resort"></a>
117 <h4>TabnannyDialog.__resort</h4> 138 <h4>TabnannyDialog.__resort</h4>
118 <b>__resort</b>(<i></i>) 139 <b>__resort</b>(<i></i>)
119 <p> 140 <p>
120 Private method to resort the tree. 141 Private method to resort the tree.
121 </p><a NAME="TabnannyDialog.on_buttonBox_clicked" ID="TabnannyDialog.on_buttonBox_clicked"></a> 142 </p><a NAME="TabnannyDialog.on_buttonBox_clicked" ID="TabnannyDialog.on_buttonBox_clicked"></a>

eric ide

mercurial