|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Preferences.ConfigurationPages.HelpViewersPage</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.Preferences.ConfigurationPages.HelpViewersPage</h1> |
|
23 <p> |
|
24 Module implementing the Help Viewers configuration page. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#HelpViewersPage">HelpViewersPage</a></td> |
|
34 <td>Class implementing the Help Viewers configuration page.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr> |
|
40 <td><a href="#create">create</a></td> |
|
41 <td>Module function to create the configuration page.</td> |
|
42 </tr> |
|
43 </table> |
|
44 <hr /><hr /> |
|
45 <a NAME="HelpViewersPage" ID="HelpViewersPage"></a> |
|
46 <h2>HelpViewersPage</h2> |
|
47 <p> |
|
48 Class implementing the Help Viewers configuration page. |
|
49 </p> |
|
50 <h3>Derived from</h3> |
|
51 ConfigurationPageBase, Ui_HelpViewersPage |
|
52 <h3>Class Attributes</h3> |
|
53 <table> |
|
54 <tr><td>None</td></tr> |
|
55 </table> |
|
56 <h3>Class Methods</h3> |
|
57 <table> |
|
58 <tr><td>None</td></tr> |
|
59 </table> |
|
60 <h3>Methods</h3> |
|
61 <table> |
|
62 <tr> |
|
63 <td><a href="#HelpViewersPage.__init__">HelpViewersPage</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#HelpViewersPage.on_chmviewerButton_clicked">on_chmviewerButton_clicked</a></td> |
|
67 <td>Private slot to handle the CHM viewer selection.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#HelpViewersPage.on_customViewerSelectionButton_clicked">on_customViewerSelectionButton_clicked</a></td> |
|
70 <td>Private slot to handle the custom viewer selection.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#HelpViewersPage.on_pdfviewerButton_clicked">on_pdfviewerButton_clicked</a></td> |
|
73 <td>Private slot to handle the PDF viewer selection.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#HelpViewersPage.on_webbrowserButton_clicked">on_webbrowserButton_clicked</a></td> |
|
76 <td>Private slot to handle the Web browser selection.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#HelpViewersPage.save">save</a></td> |
|
79 <td>Public slot to save the Help Viewers configuration.</td> |
|
80 </tr> |
|
81 </table> |
|
82 <h3>Static Methods</h3> |
|
83 <table> |
|
84 <tr><td>None</td></tr> |
|
85 </table> |
|
86 <a NAME="HelpViewersPage.__init__" ID="HelpViewersPage.__init__"></a> |
|
87 <h4>HelpViewersPage (Constructor)</h4> |
|
88 <b>HelpViewersPage</b>(<i></i>) |
|
89 <p> |
|
90 Constructor |
|
91 </p><a NAME="HelpViewersPage.on_chmviewerButton_clicked" ID="HelpViewersPage.on_chmviewerButton_clicked"></a> |
|
92 <h4>HelpViewersPage.on_chmviewerButton_clicked</h4> |
|
93 <b>on_chmviewerButton_clicked</b>(<i></i>) |
|
94 <p> |
|
95 Private slot to handle the CHM viewer selection. |
|
96 </p><a NAME="HelpViewersPage.on_customViewerSelectionButton_clicked" ID="HelpViewersPage.on_customViewerSelectionButton_clicked"></a> |
|
97 <h4>HelpViewersPage.on_customViewerSelectionButton_clicked</h4> |
|
98 <b>on_customViewerSelectionButton_clicked</b>(<i></i>) |
|
99 <p> |
|
100 Private slot to handle the custom viewer selection. |
|
101 </p><a NAME="HelpViewersPage.on_pdfviewerButton_clicked" ID="HelpViewersPage.on_pdfviewerButton_clicked"></a> |
|
102 <h4>HelpViewersPage.on_pdfviewerButton_clicked</h4> |
|
103 <b>on_pdfviewerButton_clicked</b>(<i></i>) |
|
104 <p> |
|
105 Private slot to handle the PDF viewer selection. |
|
106 </p><a NAME="HelpViewersPage.on_webbrowserButton_clicked" ID="HelpViewersPage.on_webbrowserButton_clicked"></a> |
|
107 <h4>HelpViewersPage.on_webbrowserButton_clicked</h4> |
|
108 <b>on_webbrowserButton_clicked</b>(<i></i>) |
|
109 <p> |
|
110 Private slot to handle the Web browser selection. |
|
111 </p><a NAME="HelpViewersPage.save" ID="HelpViewersPage.save"></a> |
|
112 <h4>HelpViewersPage.save</h4> |
|
113 <b>save</b>(<i></i>) |
|
114 <p> |
|
115 Public slot to save the Help Viewers configuration. |
|
116 </p> |
|
117 <div align="right"><a href="#top">Up</a></div> |
|
118 <hr /><hr /> |
|
119 <a NAME="create" ID="create"></a> |
|
120 <h2>create</h2> |
|
121 <b>create</b>(<i>dlg</i>) |
|
122 <p> |
|
123 Module function to create the configuration page. |
|
124 </p><dl> |
|
125 <dt><i>dlg</i></dt> |
|
126 <dd> |
|
127 reference to the configuration dialog |
|
128 </dd> |
|
129 </dl><dl> |
|
130 <dt>Returns:</dt> |
|
131 <dd> |
|
132 reference to the instantiated page (ConfigurationPageBase) |
|
133 </dd> |
|
134 </dl> |
|
135 <div align="right"><a href="#top">Up</a></div> |
|
136 <hr /> |
|
137 </body></html> |