|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Preferences.ConfigurationPages.HelpWebBrowserPage</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Preferences.ConfigurationPages.HelpWebBrowserPage</h1> |
|
12 <p> |
|
13 Module implementing the Help web browser configuration page. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#HelpWebBrowserPage">HelpWebBrowserPage</a></td> |
|
23 <td>Class implementing the Help web browser configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#create">create</a></td> |
|
30 <td>Module function to create the configuration page.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="HelpWebBrowserPage" ID="HelpWebBrowserPage"></a> |
|
35 <h2>HelpWebBrowserPage</h2> |
|
36 <p> |
|
37 Class implementing the Help web browser configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_HelpWebBrowserPage |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#HelpWebBrowserPage.__init__">HelpWebBrowserPage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#HelpWebBrowserPage.on_defaultHomeButton_clicked">on_defaultHomeButton_clicked</a></td> |
|
52 <td>Private slot to set the default home page.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#HelpWebBrowserPage.on_setCurrentPageButton_clicked">on_setCurrentPageButton_clicked</a></td> |
|
55 <td>Private slot to set the current page as the home page.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#HelpWebBrowserPage.save">save</a></td> |
|
58 <td>Public slot to save the Help Viewers configuration.</td> |
|
59 </tr> |
|
60 </table> |
|
61 <a NAME="HelpWebBrowserPage.__init__" ID="HelpWebBrowserPage.__init__"></a> |
|
62 <h4>HelpWebBrowserPage (Constructor)</h4> |
|
63 <b>HelpWebBrowserPage</b>(<i>configDialog</i>) |
|
64 <p> |
|
65 Constructor |
|
66 </p><dl> |
|
67 <dt><i>configDialog</i></dt> |
|
68 <dd> |
|
69 reference to the configuration dialog (ConfigurationDialog) |
|
70 </dd> |
|
71 </dl><a NAME="HelpWebBrowserPage.on_defaultHomeButton_clicked" ID="HelpWebBrowserPage.on_defaultHomeButton_clicked"></a> |
|
72 <h4>HelpWebBrowserPage.on_defaultHomeButton_clicked</h4> |
|
73 <b>on_defaultHomeButton_clicked</b>(<i></i>) |
|
74 <p> |
|
75 Private slot to set the default home page. |
|
76 </p><a NAME="HelpWebBrowserPage.on_setCurrentPageButton_clicked" ID="HelpWebBrowserPage.on_setCurrentPageButton_clicked"></a> |
|
77 <h4>HelpWebBrowserPage.on_setCurrentPageButton_clicked</h4> |
|
78 <b>on_setCurrentPageButton_clicked</b>(<i></i>) |
|
79 <p> |
|
80 Private slot to set the current page as the home page. |
|
81 </p><a NAME="HelpWebBrowserPage.save" ID="HelpWebBrowserPage.save"></a> |
|
82 <h4>HelpWebBrowserPage.save</h4> |
|
83 <b>save</b>(<i></i>) |
|
84 <p> |
|
85 Public slot to save the Help Viewers configuration. |
|
86 </p> |
|
87 <div align="right"><a href="#top">Up</a></div> |
|
88 <hr /><hr /> |
|
89 <a NAME="create" ID="create"></a> |
|
90 <h2>create</h2> |
|
91 <b>create</b>(<i>dlg</i>) |
|
92 <p> |
|
93 Module function to create the configuration page. |
|
94 </p><dl> |
|
95 <dt><i>dlg</i></dt> |
|
96 <dd> |
|
97 reference to the configuration dialog |
|
98 </dd> |
|
99 </dl> |
|
100 <div align="right"><a href="#top">Up</a></div> |
|
101 <hr /> |
|
102 </body></html> |