5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog</h1> |
9 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to enter the data for a built-in assignment to |
11 Module implementing a dialog to enter the data for a built-in assignment to |
13 be ignored. |
12 be ignored. |
14 </p> |
13 </p> |
|
14 |
15 <h3>Global Attributes</h3> |
15 <h3>Global Attributes</h3> |
16 |
|
17 <table> |
16 <table> |
18 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
19 </table> |
18 </table> |
|
19 |
20 <h3>Classes</h3> |
20 <h3>Classes</h3> |
21 |
|
22 <table> |
21 <table> |
23 |
|
24 <tr> |
22 <tr> |
25 <td><a href="#CodeStyleAddBuiltinIgnoreDialog">CodeStyleAddBuiltinIgnoreDialog</a></td> |
23 <td><a href="#CodeStyleAddBuiltinIgnoreDialog">CodeStyleAddBuiltinIgnoreDialog</a></td> |
26 <td>Class implementing a dialog to enter the data for a built-in assignment to be ignored.</td> |
24 <td>Class implementing a dialog to enter the data for a built-in assignment to be ignored.</td> |
27 </tr> |
25 </tr> |
28 </table> |
26 </table> |
|
27 |
29 <h3>Functions</h3> |
28 <h3>Functions</h3> |
30 |
|
31 <table> |
29 <table> |
32 <tr><td>None</td></tr> |
30 <tr><td>None</td></tr> |
33 </table> |
31 </table> |
|
32 |
34 <hr /> |
33 <hr /> |
35 <hr /> |
34 <hr /> |
36 <a NAME="CodeStyleAddBuiltinIgnoreDialog" ID="CodeStyleAddBuiltinIgnoreDialog"></a> |
35 <a NAME="CodeStyleAddBuiltinIgnoreDialog" ID="CodeStyleAddBuiltinIgnoreDialog"></a> |
37 <h2>CodeStyleAddBuiltinIgnoreDialog</h2> |
36 <h2>CodeStyleAddBuiltinIgnoreDialog</h2> |
38 |
|
39 <p> |
37 <p> |
40 Class implementing a dialog to enter the data for a built-in assignment to |
38 Class implementing a dialog to enter the data for a built-in assignment to |
41 be ignored. |
39 be ignored. |
42 </p> |
40 </p> |
|
41 |
43 <h3>Derived from</h3> |
42 <h3>Derived from</h3> |
44 QDialog, Ui_CodeStyleAddBuiltinIgnoreDialog |
43 QDialog, Ui_CodeStyleAddBuiltinIgnoreDialog |
45 <h3>Class Attributes</h3> |
44 <h3>Class Attributes</h3> |
46 |
|
47 <table> |
45 <table> |
48 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
49 </table> |
47 </table> |
|
48 |
50 <h3>Class Methods</h3> |
49 <h3>Class Methods</h3> |
51 |
|
52 <table> |
50 <table> |
53 <tr><td>None</td></tr> |
51 <tr><td>None</td></tr> |
54 </table> |
52 </table> |
|
53 |
55 <h3>Methods</h3> |
54 <h3>Methods</h3> |
56 |
|
57 <table> |
55 <table> |
58 |
|
59 <tr> |
56 <tr> |
60 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.__init__">CodeStyleAddBuiltinIgnoreDialog</a></td> |
57 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.__init__">CodeStyleAddBuiltinIgnoreDialog</a></td> |
61 <td>Constructor</td> |
58 <td>Constructor</td> |
62 </tr> |
59 </tr> |
63 <tr> |
60 <tr> |
75 <tr> |
72 <tr> |
76 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged">on_rightEdit_textChanged</a></td> |
73 <td><a href="#CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged">on_rightEdit_textChanged</a></td> |
77 <td>Private slot to handle a change of the text of the right side edit.</td> |
74 <td>Private slot to handle a change of the text of the right side edit.</td> |
78 </tr> |
75 </tr> |
79 </table> |
76 </table> |
|
77 |
80 <h3>Static Methods</h3> |
78 <h3>Static Methods</h3> |
81 |
|
82 <table> |
79 <table> |
83 <tr><td>None</td></tr> |
80 <tr><td>None</td></tr> |
84 </table> |
81 </table> |
85 |
82 |
|
83 |
86 <a NAME="CodeStyleAddBuiltinIgnoreDialog.__init__" ID="CodeStyleAddBuiltinIgnoreDialog.__init__"></a> |
84 <a NAME="CodeStyleAddBuiltinIgnoreDialog.__init__" ID="CodeStyleAddBuiltinIgnoreDialog.__init__"></a> |
87 <h4>CodeStyleAddBuiltinIgnoreDialog (Constructor)</h4> |
85 <h4>CodeStyleAddBuiltinIgnoreDialog (Constructor)</h4> |
88 <b>CodeStyleAddBuiltinIgnoreDialog</b>(<i>parent=None</i>) |
86 <b>CodeStyleAddBuiltinIgnoreDialog</b>(<i>parent=None</i>) |
89 |
|
90 <p> |
87 <p> |
91 Constructor |
88 Constructor |
92 </p> |
89 </p> |
|
90 |
93 <dl> |
91 <dl> |
94 |
92 |
95 <dt><i>parent</i> (QWidget)</dt> |
93 <dt><i>parent</i> (QWidget)</dt> |
96 <dd> |
94 <dd> |
97 reference to the parent widget |
95 reference to the parent widget |
98 </dd> |
96 </dd> |
99 </dl> |
97 </dl> |
100 <a NAME="CodeStyleAddBuiltinIgnoreDialog.__updateOkButton" ID="CodeStyleAddBuiltinIgnoreDialog.__updateOkButton"></a> |
98 <a NAME="CodeStyleAddBuiltinIgnoreDialog.__updateOkButton" ID="CodeStyleAddBuiltinIgnoreDialog.__updateOkButton"></a> |
101 <h4>CodeStyleAddBuiltinIgnoreDialog.__updateOkButton</h4> |
99 <h4>CodeStyleAddBuiltinIgnoreDialog.__updateOkButton</h4> |
102 <b>__updateOkButton</b>(<i></i>) |
100 <b>__updateOkButton</b>(<i></i>) |
103 |
|
104 <p> |
101 <p> |
105 Private slot to set the state of the OK button. |
102 Private slot to set the state of the OK button. |
106 </p> |
103 </p> |
|
104 |
107 <a NAME="CodeStyleAddBuiltinIgnoreDialog.getData" ID="CodeStyleAddBuiltinIgnoreDialog.getData"></a> |
105 <a NAME="CodeStyleAddBuiltinIgnoreDialog.getData" ID="CodeStyleAddBuiltinIgnoreDialog.getData"></a> |
108 <h4>CodeStyleAddBuiltinIgnoreDialog.getData</h4> |
106 <h4>CodeStyleAddBuiltinIgnoreDialog.getData</h4> |
109 <b>getData</b>(<i></i>) |
107 <b>getData</b>(<i></i>) |
110 |
|
111 <p> |
108 <p> |
112 Public method to get the entered data. |
109 Public method to get the entered data. |
113 </p> |
110 </p> |
|
111 |
114 <dl> |
112 <dl> |
115 <dt>Return:</dt> |
113 <dt>Return:</dt> |
116 <dd> |
114 <dd> |
117 tuple containing the left and right hand side of the assignment |
115 tuple containing the left and right hand side of the assignment |
118 </dd> |
116 </dd> |
124 </dd> |
122 </dd> |
125 </dl> |
123 </dl> |
126 <a NAME="CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged" ID="CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged"></a> |
124 <a NAME="CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged" ID="CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged"></a> |
127 <h4>CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged</h4> |
125 <h4>CodeStyleAddBuiltinIgnoreDialog.on_leftEdit_textChanged</h4> |
128 <b>on_leftEdit_textChanged</b>(<i>txt</i>) |
126 <b>on_leftEdit_textChanged</b>(<i>txt</i>) |
129 |
|
130 <p> |
127 <p> |
131 Private slot to handle a change of the text of the left side edit. |
128 Private slot to handle a change of the text of the left side edit. |
132 </p> |
129 </p> |
|
130 |
133 <dl> |
131 <dl> |
134 |
132 |
135 <dt><i>txt</i> (str)</dt> |
133 <dt><i>txt</i> (str)</dt> |
136 <dd> |
134 <dd> |
137 text of the line edit |
135 text of the line edit |
138 </dd> |
136 </dd> |
139 </dl> |
137 </dl> |
140 <a NAME="CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged" ID="CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged"></a> |
138 <a NAME="CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged" ID="CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged"></a> |
141 <h4>CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged</h4> |
139 <h4>CodeStyleAddBuiltinIgnoreDialog.on_rightEdit_textChanged</h4> |
142 <b>on_rightEdit_textChanged</b>(<i>txt</i>) |
140 <b>on_rightEdit_textChanged</b>(<i>txt</i>) |
143 |
|
144 <p> |
141 <p> |
145 Private slot to handle a change of the text of the right side edit. |
142 Private slot to handle a change of the text of the right side edit. |
146 </p> |
143 </p> |
|
144 |
147 <dl> |
145 <dl> |
148 |
146 |
149 <dt><i>txt</i> (str)</dt> |
147 <dt><i>txt</i> (str)</dt> |
150 <dd> |
148 <dd> |
151 text of the line edit |
149 text of the line edit |