55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#UrlBar.__init__">UrlBar</a></td> |
57 <td><a href="#UrlBar.__init__">UrlBar</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
|
60 <td><a href="#UrlBar.__bookmarkChanged">__bookmarkChanged</a></td> |
|
61 <td>Private slot to handle bookmark changes.</td> |
|
62 </tr><tr> |
60 <td><a href="#UrlBar.__browserUrlChanged">__browserUrlChanged</a></td> |
63 <td><a href="#UrlBar.__browserUrlChanged">__browserUrlChanged</a></td> |
61 <td>Private slot to handle a URL change of the associated browser.</td> |
64 <td>Private slot to handle a URL change of the associated browser.</td> |
62 </tr><tr> |
65 </tr><tr> |
63 <td><a href="#UrlBar.__loadFinished">__loadFinished</a></td> |
66 <td><a href="#UrlBar.__loadFinished">__loadFinished</a></td> |
64 <td>Private slot to set some data after the page was loaded.</td> |
67 <td>Private slot to set some data after the page was loaded.</td> |
66 <td><a href="#UrlBar.__loadStarted">__loadStarted</a></td> |
69 <td><a href="#UrlBar.__loadStarted">__loadStarted</a></td> |
67 <td>Private slot to perform actions before the page is loaded.</td> |
70 <td>Private slot to perform actions before the page is loaded.</td> |
68 </tr><tr> |
71 </tr><tr> |
69 <td><a href="#UrlBar.__privacyClicked">__privacyClicked</a></td> |
72 <td><a href="#UrlBar.__privacyClicked">__privacyClicked</a></td> |
70 <td>Private slot to handle the click of the private mode button.</td> |
73 <td>Private slot to handle the click of the private mode button.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#UrlBar.__showBookmarkInfo">__showBookmarkInfo</a></td> |
|
76 <td>Private slot to show a dialog with some bookmark info.</td> |
71 </tr><tr> |
77 </tr><tr> |
72 <td><a href="#UrlBar.__textChanged">__textChanged</a></td> |
78 <td><a href="#UrlBar.__textChanged">__textChanged</a></td> |
73 <td>Private slot to handle changes of the text.</td> |
79 <td>Private slot to handle changes of the text.</td> |
74 </tr><tr> |
80 </tr><tr> |
75 <td><a href="#UrlBar.browser">browser</a></td> |
81 <td><a href="#UrlBar.browser">browser</a></td> |
114 reference to the main window (HelpWindow) |
120 reference to the main window (HelpWindow) |
115 </dd><dt><i>parent</i></dt> |
121 </dd><dt><i>parent</i></dt> |
116 <dd> |
122 <dd> |
117 reference to the parent widget (HelpBrowser) |
123 reference to the parent widget (HelpBrowser) |
118 </dd> |
124 </dd> |
119 </dl><a NAME="UrlBar.__browserUrlChanged" ID="UrlBar.__browserUrlChanged"></a> |
125 </dl><a NAME="UrlBar.__bookmarkChanged" ID="UrlBar.__bookmarkChanged"></a> |
|
126 <h4>UrlBar.__bookmarkChanged</h4> |
|
127 <b>__bookmarkChanged</b>(<i></i>) |
|
128 <p> |
|
129 Private slot to handle bookmark changes. |
|
130 </p><a NAME="UrlBar.__browserUrlChanged" ID="UrlBar.__browserUrlChanged"></a> |
120 <h4>UrlBar.__browserUrlChanged</h4> |
131 <h4>UrlBar.__browserUrlChanged</h4> |
121 <b>__browserUrlChanged</b>(<i>url</i>) |
132 <b>__browserUrlChanged</b>(<i>url</i>) |
122 <p> |
133 <p> |
123 Private slot to handle a URL change of the associated browser. |
134 Private slot to handle a URL change of the associated browser. |
124 </p><dl> |
135 </p><dl> |
144 </p><a NAME="UrlBar.__privacyClicked" ID="UrlBar.__privacyClicked"></a> |
155 </p><a NAME="UrlBar.__privacyClicked" ID="UrlBar.__privacyClicked"></a> |
145 <h4>UrlBar.__privacyClicked</h4> |
156 <h4>UrlBar.__privacyClicked</h4> |
146 <b>__privacyClicked</b>(<i></i>) |
157 <b>__privacyClicked</b>(<i></i>) |
147 <p> |
158 <p> |
148 Private slot to handle the click of the private mode button. |
159 Private slot to handle the click of the private mode button. |
|
160 </p><a NAME="UrlBar.__showBookmarkInfo" ID="UrlBar.__showBookmarkInfo"></a> |
|
161 <h4>UrlBar.__showBookmarkInfo</h4> |
|
162 <b>__showBookmarkInfo</b>(<i></i>) |
|
163 <p> |
|
164 Private slot to show a dialog with some bookmark info. |
149 </p><a NAME="UrlBar.__textChanged" ID="UrlBar.__textChanged"></a> |
165 </p><a NAME="UrlBar.__textChanged" ID="UrlBar.__textChanged"></a> |
150 <h4>UrlBar.__textChanged</h4> |
166 <h4>UrlBar.__textChanged</h4> |
151 <b>__textChanged</b>(<i>txt</i>) |
167 <b>__textChanged</b>(<i>txt</i>) |
152 <p> |
168 <p> |
153 Private slot to handle changes of the text. |
169 Private slot to handle changes of the text. |