eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
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.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog</h1> 23 <h1>eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to enter the data for a built-in assignment to 26 Module implementing a dialog to enter the data for a built-in assignment to
25 be ignored. 27 be ignored.
26 </p> 28 </p>
27 <h3>Global Attributes</h3> 29 <h3>Global Attributes</h3>
30
28 <table> 31 <table>
29 <tr><td>None</td></tr> 32 <tr><td>None</td></tr>
30 </table> 33 </table>
31 <h3>Classes</h3> 34 <h3>Classes</h3>
35
32 <table> 36 <table>
37
33 <tr> 38 <tr>
34 <td><a href="#CodeStyleAddBuiltinIgnoreDialog">CodeStyleAddBuiltinIgnoreDialog</a></td> 39 <td><a href="#CodeStyleAddBuiltinIgnoreDialog">CodeStyleAddBuiltinIgnoreDialog</a></td>
35 <td>Class implementing a dialog to enter the data for a built-in assignment to be ignored.</td> 40 <td>Class implementing a dialog to enter the data for a built-in assignment to be ignored.</td>
36 </tr> 41 </tr>
37 </table> 42 </table>
38 <h3>Functions</h3> 43 <h3>Functions</h3>
44
39 <table> 45 <table>
40 <tr><td>None</td></tr> 46 <tr><td>None</td></tr>
41 </table> 47 </table>
42 <hr /><hr /> 48 <hr />
49 <hr />
43 <a NAME="CodeStyleAddBuiltinIgnoreDialog" ID="CodeStyleAddBuiltinIgnoreDialog"></a> 50 <a NAME="CodeStyleAddBuiltinIgnoreDialog" ID="CodeStyleAddBuiltinIgnoreDialog"></a>
44 <h2>CodeStyleAddBuiltinIgnoreDialog</h2> 51 <h2>CodeStyleAddBuiltinIgnoreDialog</h2>
52
45 <p> 53 <p>
46 Class implementing a dialog to enter the data for a built-in assignment to 54 Class implementing a dialog to enter the data for a built-in assignment to
47 be ignored. 55 be ignored.
48 </p> 56 </p>
49 <h3>Derived from</h3> 57 <h3>Derived from</h3>
50 QDialog, Ui_CodeStyleAddBuiltinIgnoreDialog 58 QDialog, Ui_CodeStyleAddBuiltinIgnoreDialog
51 <h3>Class Attributes</h3> 59 <h3>Class Attributes</h3>
60
52 <table> 61 <table>
53 <tr><td>None</td></tr> 62 <tr><td>None</td></tr>
54 </table> 63 </table>
55 <h3>Class Methods</h3> 64 <h3>Class Methods</h3>
65
56 <table> 66 <table>
57 <tr><td>None</td></tr> 67 <tr><td>None</td></tr>
58 </table> 68 </table>
59 <h3>Methods</h3> 69 <h3>Methods</h3>
70
60 <table> 71 <table>
72
61 <tr> 73 <tr>
62 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.__init__">CodeStyleAddBuiltinIgnoreDialog</a></td> 74 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.__init__">CodeStyleAddBuiltinIgnoreDialog</a></td>
63 <td>Constructor</td> 75 <td>Constructor</td>
64 </tr><tr> 76 </tr>
77 <tr>
65 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.__updateOkButton">__updateOkButton</a></td> 78 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.__updateOkButton">__updateOkButton</a></td>
66 <td>Private slot to set the state of the OK button.</td> 79 <td>Private slot to set the state of the OK button.</td>
67 </tr><tr> 80 </tr>
81 <tr>
68 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.getData">getData</a></td> 82 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.getData">getData</a></td>
69 <td>Public method to get the entered data.</td> 83 <td>Public method to get the entered data.</td>
70 </tr><tr> 84 </tr>
85 <tr>
71 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged">on_leftEdit_textChanged</a></td> 86 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged">on_leftEdit_textChanged</a></td>
72 <td>Private slot to handle a change of the text of the left side edit.</td> 87 <td>Private slot to handle a change of the text of the left side edit.</td>
73 </tr><tr> 88 </tr>
89 <tr>
74 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged">on_rightEdit_textChanged</a></td> 90 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged">on_rightEdit_textChanged</a></td>
75 <td>Private slot to handle a change of the text of the right side edit.</td> 91 <td>Private slot to handle a change of the text of the right side edit.</td>
76 </tr> 92 </tr>
77 </table> 93 </table>
78 <h3>Static Methods</h3> 94 <h3>Static Methods</h3>
95
79 <table> 96 <table>
80 <tr><td>None</td></tr> 97 <tr><td>None</td></tr>
81 </table> 98 </table>
99
82 <a NAME="CodeStyleAddBuiltinIgnoreDialog.__init__" ID="CodeStyleAddBuiltinIgnoreDialog.__init__"></a> 100 <a NAME="CodeStyleAddBuiltinIgnoreDialog.__init__" ID="CodeStyleAddBuiltinIgnoreDialog.__init__"></a>
83 <h4>CodeStyleAddBuiltinIgnoreDialog (Constructor)</h4> 101 <h4>CodeStyleAddBuiltinIgnoreDialog (Constructor)</h4>
84 <b>CodeStyleAddBuiltinIgnoreDialog</b>(<i>parent=None</i>) 102 <b>CodeStyleAddBuiltinIgnoreDialog</b>(<i>parent=None</i>)
103
85 <p> 104 <p>
86 Constructor 105 Constructor
87 </p><dl> 106 </p>
107 <dl>
108
88 <dt><i>parent</i> (QWidget)</dt> 109 <dt><i>parent</i> (QWidget)</dt>
89 <dd> 110 <dd>
90 reference to the parent widget 111 reference to the parent widget
91 </dd> 112 </dd>
92 </dl><a NAME="CodeStyleAddBuiltinIgnoreDialog.__updateOkButton" ID="CodeStyleAddBuiltinIgnoreDialog.__updateOkButton"></a> 113 </dl>
114 <a NAME="CodeStyleAddBuiltinIgnoreDialog.__updateOkButton" ID="CodeStyleAddBuiltinIgnoreDialog.__updateOkButton"></a>
93 <h4>CodeStyleAddBuiltinIgnoreDialog.__updateOkButton</h4> 115 <h4>CodeStyleAddBuiltinIgnoreDialog.__updateOkButton</h4>
94 <b>__updateOkButton</b>(<i></i>) 116 <b>__updateOkButton</b>(<i></i>)
117
95 <p> 118 <p>
96 Private slot to set the state of the OK button. 119 Private slot to set the state of the OK button.
97 </p><a NAME="CodeStyleAddBuiltinIgnoreDialog.getData" ID="CodeStyleAddBuiltinIgnoreDialog.getData"></a> 120 </p>
121 <a NAME="CodeStyleAddBuiltinIgnoreDialog.getData" ID="CodeStyleAddBuiltinIgnoreDialog.getData"></a>
98 <h4>CodeStyleAddBuiltinIgnoreDialog.getData</h4> 122 <h4>CodeStyleAddBuiltinIgnoreDialog.getData</h4>
99 <b>getData</b>(<i></i>) 123 <b>getData</b>(<i></i>)
124
100 <p> 125 <p>
101 Public method to get the entered data. 126 Public method to get the entered data.
102 </p><dl> 127 </p>
128 <dl>
103 <dt>Returns:</dt> 129 <dt>Returns:</dt>
104 <dd> 130 <dd>
105 tuple containing the left and right hand side of the assignment 131 tuple containing the left and right hand side of the assignment
106 </dd> 132 </dd>
107 </dl><dl> 133 </dl>
134 <dl>
108 <dt>Return Type:</dt> 135 <dt>Return Type:</dt>
109 <dd> 136 <dd>
110 tuple of two str 137 tuple of two str
111 </dd> 138 </dd>
112 </dl><a NAME="CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged" ID="CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged"></a> 139 </dl>
140 <a NAME="CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged" ID="CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged"></a>
113 <h4>CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged</h4> 141 <h4>CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged</h4>
114 <b>on_leftEdit_textChanged</b>(<i>txt</i>) 142 <b>on_leftEdit_textChanged</b>(<i>txt</i>)
143
115 <p> 144 <p>
116 Private slot to handle a change of the text of the left side edit. 145 Private slot to handle a change of the text of the left side edit.
117 </p><dl> 146 </p>
147 <dl>
148
118 <dt><i>txt</i> (str)</dt> 149 <dt><i>txt</i> (str)</dt>
119 <dd> 150 <dd>
120 text of the line edit 151 text of the line edit
121 </dd> 152 </dd>
122 </dl><a NAME="CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged" ID="CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged"></a> 153 </dl>
154 <a NAME="CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged" ID="CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged"></a>
123 <h4>CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged</h4> 155 <h4>CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged</h4>
124 <b>on_rightEdit_textChanged</b>(<i>txt</i>) 156 <b>on_rightEdit_textChanged</b>(<i>txt</i>)
157
125 <p> 158 <p>
126 Private slot to handle a change of the text of the right side edit. 159 Private slot to handle a change of the text of the right side edit.
127 </p><dl> 160 </p>
161 <dl>
162
128 <dt><i>txt</i> (str)</dt> 163 <dt><i>txt</i> (str)</dt>
129 <dd> 164 <dd>
130 text of the line edit 165 text of the line edit
131 </dd> 166 </dd>
132 </dl> 167 </dl>

eric ide

mercurial