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.DataViews.PyCoverageJsonReportDialog</h1> |
9 <h1>eric7.DataViews.PyCoverageJsonReportDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to enter the parameters for a coverage JSON |
11 Module implementing a dialog to enter the parameters for a coverage JSON |
13 report. |
12 report. |
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="#PyCoverageJsonReportDialog">PyCoverageJsonReportDialog</a></td> |
23 <td><a href="#PyCoverageJsonReportDialog">PyCoverageJsonReportDialog</a></td> |
26 <td>Class implementing a dialog to enter the parameters for a coverage JSON report.</td> |
24 <td>Class implementing a dialog to enter the parameters for a coverage JSON report.</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="PyCoverageJsonReportDialog" ID="PyCoverageJsonReportDialog"></a> |
35 <a NAME="PyCoverageJsonReportDialog" ID="PyCoverageJsonReportDialog"></a> |
37 <h2>PyCoverageJsonReportDialog</h2> |
36 <h2>PyCoverageJsonReportDialog</h2> |
38 |
|
39 <p> |
37 <p> |
40 Class implementing a dialog to enter the parameters for a coverage JSON |
38 Class implementing a dialog to enter the parameters for a coverage JSON |
41 report. |
39 report. |
42 </p> |
40 </p> |
|
41 |
43 <h3>Derived from</h3> |
42 <h3>Derived from</h3> |
44 QDialog, Ui_PyCoverageJsonReportDialog |
43 QDialog, Ui_PyCoverageJsonReportDialog |
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="#PyCoverageJsonReportDialog.__init__">PyCoverageJsonReportDialog</a></td> |
57 <td><a href="#PyCoverageJsonReportDialog.__init__">PyCoverageJsonReportDialog</a></td> |
61 <td>Constructor</td> |
58 <td>Constructor</td> |
62 </tr> |
59 </tr> |
63 <tr> |
60 <tr> |
67 <tr> |
64 <tr> |
68 <td><a href="#PyCoverageJsonReportDialog.on_outputFilePicker_textChanged">on_outputFilePicker_textChanged</a></td> |
65 <td><a href="#PyCoverageJsonReportDialog.on_outputFilePicker_textChanged">on_outputFilePicker_textChanged</a></td> |
69 <td>Private slot handling a change of the output file.</td> |
66 <td>Private slot handling a change of the output file.</td> |
70 </tr> |
67 </tr> |
71 </table> |
68 </table> |
|
69 |
72 <h3>Static Methods</h3> |
70 <h3>Static Methods</h3> |
73 |
|
74 <table> |
71 <table> |
75 <tr><td>None</td></tr> |
72 <tr><td>None</td></tr> |
76 </table> |
73 </table> |
77 |
74 |
|
75 |
78 <a NAME="PyCoverageJsonReportDialog.__init__" ID="PyCoverageJsonReportDialog.__init__"></a> |
76 <a NAME="PyCoverageJsonReportDialog.__init__" ID="PyCoverageJsonReportDialog.__init__"></a> |
79 <h4>PyCoverageJsonReportDialog (Constructor)</h4> |
77 <h4>PyCoverageJsonReportDialog (Constructor)</h4> |
80 <b>PyCoverageJsonReportDialog</b>(<i>defaultDirectory, parent=None</i>) |
78 <b>PyCoverageJsonReportDialog</b>(<i>defaultDirectory, parent=None</i>) |
81 |
|
82 <p> |
79 <p> |
83 Constructor |
80 Constructor |
84 </p> |
81 </p> |
|
82 |
85 <dl> |
83 <dl> |
86 |
84 |
87 <dt><i>defaultDirectory</i> (str)</dt> |
85 <dt><i>defaultDirectory</i> (str)</dt> |
88 <dd> |
86 <dd> |
89 default directory for selecting the output |
87 default directory for selecting the output |
95 </dd> |
93 </dd> |
96 </dl> |
94 </dl> |
97 <a NAME="PyCoverageJsonReportDialog.getData" ID="PyCoverageJsonReportDialog.getData"></a> |
95 <a NAME="PyCoverageJsonReportDialog.getData" ID="PyCoverageJsonReportDialog.getData"></a> |
98 <h4>PyCoverageJsonReportDialog.getData</h4> |
96 <h4>PyCoverageJsonReportDialog.getData</h4> |
99 <b>getData</b>(<i></i>) |
97 <b>getData</b>(<i></i>) |
100 |
|
101 <p> |
98 <p> |
102 Public method to get the entered data. |
99 Public method to get the entered data. |
103 </p> |
100 </p> |
|
101 |
104 <dl> |
102 <dl> |
105 <dt>Return:</dt> |
103 <dt>Return:</dt> |
106 <dd> |
104 <dd> |
107 tuple containing the output file and a flag indicating the |
105 tuple containing the output file and a flag indicating the |
108 creation of a compact JSON file |
106 creation of a compact JSON file |
115 </dd> |
113 </dd> |
116 </dl> |
114 </dl> |
117 <a NAME="PyCoverageJsonReportDialog.on_outputFilePicker_textChanged" ID="PyCoverageJsonReportDialog.on_outputFilePicker_textChanged"></a> |
115 <a NAME="PyCoverageJsonReportDialog.on_outputFilePicker_textChanged" ID="PyCoverageJsonReportDialog.on_outputFilePicker_textChanged"></a> |
118 <h4>PyCoverageJsonReportDialog.on_outputFilePicker_textChanged</h4> |
116 <h4>PyCoverageJsonReportDialog.on_outputFilePicker_textChanged</h4> |
119 <b>on_outputFilePicker_textChanged</b>(<i>filename</i>) |
117 <b>on_outputFilePicker_textChanged</b>(<i>filename</i>) |
120 |
|
121 <p> |
118 <p> |
122 Private slot handling a change of the output file. |
119 Private slot handling a change of the output file. |
123 </p> |
120 </p> |
|
121 |
124 <dl> |
122 <dl> |
125 |
123 |
126 <dt><i>filename</i> (str)</dt> |
124 <dt><i>filename</i> (str)</dt> |
127 <dd> |
125 <dd> |
128 current text of the file picker |
126 current text of the file picker |