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.PyCoverageHtmlReportDialog</h1> |
9 <h1>eric7.DataViews.PyCoverageHtmlReportDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to enter the parameters for a coverage HTML |
11 Module implementing a dialog to enter the parameters for a coverage HTML |
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="#PyCoverageHtmlReportDialog">PyCoverageHtmlReportDialog</a></td> |
23 <td><a href="#PyCoverageHtmlReportDialog">PyCoverageHtmlReportDialog</a></td> |
26 <td>Class implementing a dialog to enter the parameters for a coverage HTML report.</td> |
24 <td>Class implementing a dialog to enter the parameters for a coverage HTML 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="PyCoverageHtmlReportDialog" ID="PyCoverageHtmlReportDialog"></a> |
35 <a NAME="PyCoverageHtmlReportDialog" ID="PyCoverageHtmlReportDialog"></a> |
37 <h2>PyCoverageHtmlReportDialog</h2> |
36 <h2>PyCoverageHtmlReportDialog</h2> |
38 |
|
39 <p> |
37 <p> |
40 Class implementing a dialog to enter the parameters for a coverage HTML |
38 Class implementing a dialog to enter the parameters for a coverage HTML |
41 report. |
39 report. |
42 </p> |
40 </p> |
|
41 |
43 <h3>Derived from</h3> |
42 <h3>Derived from</h3> |
44 QDialog, Ui_PyCoverageHtmlReportDialog |
43 QDialog, Ui_PyCoverageHtmlReportDialog |
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="#PyCoverageHtmlReportDialog.__init__">PyCoverageHtmlReportDialog</a></td> |
57 <td><a href="#PyCoverageHtmlReportDialog.__init__">PyCoverageHtmlReportDialog</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="#PyCoverageHtmlReportDialog.on_outputDirectoryPicker_textChanged">on_outputDirectoryPicker_textChanged</a></td> |
65 <td><a href="#PyCoverageHtmlReportDialog.on_outputDirectoryPicker_textChanged">on_outputDirectoryPicker_textChanged</a></td> |
69 <td>Private slot handling a change of the output directory.</td> |
66 <td>Private slot handling a change of the output directory.</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="PyCoverageHtmlReportDialog.__init__" ID="PyCoverageHtmlReportDialog.__init__"></a> |
76 <a NAME="PyCoverageHtmlReportDialog.__init__" ID="PyCoverageHtmlReportDialog.__init__"></a> |
79 <h4>PyCoverageHtmlReportDialog (Constructor)</h4> |
77 <h4>PyCoverageHtmlReportDialog (Constructor)</h4> |
80 <b>PyCoverageHtmlReportDialog</b>(<i>defaultDirectory, parent=None</i>) |
78 <b>PyCoverageHtmlReportDialog</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="PyCoverageHtmlReportDialog.getData" ID="PyCoverageHtmlReportDialog.getData"></a> |
95 <a NAME="PyCoverageHtmlReportDialog.getData" ID="PyCoverageHtmlReportDialog.getData"></a> |
98 <h4>PyCoverageHtmlReportDialog.getData</h4> |
96 <h4>PyCoverageHtmlReportDialog.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 report title, the output directory, the |
105 tuple containing the report title, the output directory, the |
108 path of a file containing extra CSS and a flag indicating to open |
106 path of a file containing extra CSS and a flag indicating to open |
116 </dd> |
114 </dd> |
117 </dl> |
115 </dl> |
118 <a NAME="PyCoverageHtmlReportDialog.on_outputDirectoryPicker_textChanged" ID="PyCoverageHtmlReportDialog.on_outputDirectoryPicker_textChanged"></a> |
116 <a NAME="PyCoverageHtmlReportDialog.on_outputDirectoryPicker_textChanged" ID="PyCoverageHtmlReportDialog.on_outputDirectoryPicker_textChanged"></a> |
119 <h4>PyCoverageHtmlReportDialog.on_outputDirectoryPicker_textChanged</h4> |
117 <h4>PyCoverageHtmlReportDialog.on_outputDirectoryPicker_textChanged</h4> |
120 <b>on_outputDirectoryPicker_textChanged</b>(<i>directory</i>) |
118 <b>on_outputDirectoryPicker_textChanged</b>(<i>directory</i>) |
121 |
|
122 <p> |
119 <p> |
123 Private slot handling a change of the output directory. |
120 Private slot handling a change of the output directory. |
124 </p> |
121 </p> |
|
122 |
125 <dl> |
123 <dl> |
126 |
124 |
127 <dt><i>directory</i> (str)</dt> |
125 <dt><i>directory</i> (str)</dt> |
128 <dd> |
126 <dd> |
129 current text of the directory picker |
127 current text of the directory picker |