src/eric7/Documentation/Source/eric7.WebBrowser.StatusBar.JavaScriptIcon.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
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.WebBrowser.StatusBar.JavaScriptIcon</h1> 9 <h1>eric7.WebBrowser.StatusBar.JavaScriptIcon</h1>
10
11 <p> 10 <p>
12 Module implementing the JavaScript status bar icon. 11 Module implementing the JavaScript status bar icon.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#JavaScriptIcon">JavaScriptIcon</a></td> 22 <td><a href="#JavaScriptIcon">JavaScriptIcon</a></td>
25 <td>Class implementing the JavaScript status bar icon.</td> 23 <td>Class implementing the JavaScript status bar icon.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="JavaScriptIcon" ID="JavaScriptIcon"></a> 34 <a NAME="JavaScriptIcon" ID="JavaScriptIcon"></a>
36 <h2>JavaScriptIcon</h2> 35 <h2>JavaScriptIcon</h2>
37
38 <p> 36 <p>
39 Class implementing the JavaScript status bar icon. 37 Class implementing the JavaScript status bar icon.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 StatusBarIcon 41 StatusBarIcon
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44
45 <table> 43 <table>
46 <tr><td>None</td></tr> 44 <tr><td>None</td></tr>
47 </table> 45 </table>
46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49
50 <table> 48 <table>
51 <tr><td>None</td></tr> 49 <tr><td>None</td></tr>
52 </table> 50 </table>
51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54
55 <table> 53 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#JavaScriptIcon.__init__">JavaScriptIcon</a></td> 55 <td><a href="#JavaScriptIcon.__init__">JavaScriptIcon</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
81 <tr> 78 <tr>
82 <td><a href="#JavaScriptIcon.preferencesChanged">preferencesChanged</a></td> 79 <td><a href="#JavaScriptIcon.preferencesChanged">preferencesChanged</a></td>
83 <td>Public method to handle changes of the settings.</td> 80 <td>Public method to handle changes of the settings.</td>
84 </tr> 81 </tr>
85 </table> 82 </table>
83
86 <h3>Static Methods</h3> 84 <h3>Static Methods</h3>
87
88 <table> 85 <table>
89 <tr><td>None</td></tr> 86 <tr><td>None</td></tr>
90 </table> 87 </table>
91 88
89
92 <a NAME="JavaScriptIcon.__init__" ID="JavaScriptIcon.__init__"></a> 90 <a NAME="JavaScriptIcon.__init__" ID="JavaScriptIcon.__init__"></a>
93 <h4>JavaScriptIcon (Constructor)</h4> 91 <h4>JavaScriptIcon (Constructor)</h4>
94 <b>JavaScriptIcon</b>(<i>window</i>) 92 <b>JavaScriptIcon</b>(<i>window</i>)
95
96 <p> 93 <p>
97 Constructor 94 Constructor
98 </p> 95 </p>
96
99 <dl> 97 <dl>
100 98
101 <dt><i>window</i> (WebBrowserWindow)</dt> 99 <dt><i>window</i> (WebBrowserWindow)</dt>
102 <dd> 100 <dd>
103 reference to the web browser window 101 reference to the web browser window
104 </dd> 102 </dd>
105 </dl> 103 </dl>
106 <a NAME="JavaScriptIcon.__navigationRequestAccepted" ID="JavaScriptIcon.__navigationRequestAccepted"></a> 104 <a NAME="JavaScriptIcon.__navigationRequestAccepted" ID="JavaScriptIcon.__navigationRequestAccepted"></a>
107 <h4>JavaScriptIcon.__navigationRequestAccepted</h4> 105 <h4>JavaScriptIcon.__navigationRequestAccepted</h4>
108 <b>__navigationRequestAccepted</b>(<i>url, navigationType, isMainFrame, page</i>) 106 <b>__navigationRequestAccepted</b>(<i>url, navigationType, isMainFrame, page</i>)
109
110 <p> 107 <p>
111 Private method to handle the navigationRequestAccepted signal. 108 Private method to handle the navigationRequestAccepted signal.
112 </p> 109 </p>
110
113 <dl> 111 <dl>
114 112
115 <dt><i>url</i> (QUrl)</dt> 113 <dt><i>url</i> (QUrl)</dt>
116 <dd> 114 <dd>
117 URL being loaded 115 URL being loaded
131 </dd> 129 </dd>
132 </dl> 130 </dl>
133 <a NAME="JavaScriptIcon.__showJavaScriptSettingsDialog" ID="JavaScriptIcon.__showJavaScriptSettingsDialog"></a> 131 <a NAME="JavaScriptIcon.__showJavaScriptSettingsDialog" ID="JavaScriptIcon.__showJavaScriptSettingsDialog"></a>
134 <h4>JavaScriptIcon.__showJavaScriptSettingsDialog</h4> 132 <h4>JavaScriptIcon.__showJavaScriptSettingsDialog</h4>
135 <b>__showJavaScriptSettingsDialog</b>(<i></i>) 133 <b>__showJavaScriptSettingsDialog</b>(<i></i>)
136
137 <p> 134 <p>
138 Private slot to show the JavaScript settings dialog. 135 Private slot to show the JavaScript settings dialog.
139 </p> 136 </p>
140 <p> 137 <p>
141 Note: This is the JavaScript subset of the web browser configuration 138 Note: This is the JavaScript subset of the web browser configuration
142 page. 139 page.
143 </p> 140 </p>
141
144 <a NAME="JavaScriptIcon.__showMenu" ID="JavaScriptIcon.__showMenu"></a> 142 <a NAME="JavaScriptIcon.__showMenu" ID="JavaScriptIcon.__showMenu"></a>
145 <h4>JavaScriptIcon.__showMenu</h4> 143 <h4>JavaScriptIcon.__showMenu</h4>
146 <b>__showMenu</b>(<i>pos</i>) 144 <b>__showMenu</b>(<i>pos</i>)
147
148 <p> 145 <p>
149 Private slot to show the menu. 146 Private slot to show the menu.
150 </p> 147 </p>
148
151 <dl> 149 <dl>
152 150
153 <dt><i>pos</i> (QPoint)</dt> 151 <dt><i>pos</i> (QPoint)</dt>
154 <dd> 152 <dd>
155 position to show the menu at 153 position to show the menu at
156 </dd> 154 </dd>
157 </dl> 155 </dl>
158 <a NAME="JavaScriptIcon.__toggleJavaScript" ID="JavaScriptIcon.__toggleJavaScript"></a> 156 <a NAME="JavaScriptIcon.__toggleJavaScript" ID="JavaScriptIcon.__toggleJavaScript"></a>
159 <h4>JavaScriptIcon.__toggleJavaScript</h4> 157 <h4>JavaScriptIcon.__toggleJavaScript</h4>
160 <b>__toggleJavaScript</b>(<i></i>) 158 <b>__toggleJavaScript</b>(<i></i>)
161
162 <p> 159 <p>
163 Private slot to toggle the JavaScript setting. 160 Private slot to toggle the JavaScript setting.
164 </p> 161 </p>
162
165 <a NAME="JavaScriptIcon.__updateIcon" ID="JavaScriptIcon.__updateIcon"></a> 163 <a NAME="JavaScriptIcon.__updateIcon" ID="JavaScriptIcon.__updateIcon"></a>
166 <h4>JavaScriptIcon.__updateIcon</h4> 164 <h4>JavaScriptIcon.__updateIcon</h4>
167 <b>__updateIcon</b>(<i></i>) 165 <b>__updateIcon</b>(<i></i>)
168
169 <p> 166 <p>
170 Private slot to update the icon. 167 Private slot to update the icon.
171 </p> 168 </p>
169
172 <a NAME="JavaScriptIcon.preferencesChanged" ID="JavaScriptIcon.preferencesChanged"></a> 170 <a NAME="JavaScriptIcon.preferencesChanged" ID="JavaScriptIcon.preferencesChanged"></a>
173 <h4>JavaScriptIcon.preferencesChanged</h4> 171 <h4>JavaScriptIcon.preferencesChanged</h4>
174 <b>preferencesChanged</b>(<i></i>) 172 <b>preferencesChanged</b>(<i></i>)
175
176 <p> 173 <p>
177 Public method to handle changes of the settings. 174 Public method to handle changes of the settings.
178 </p> 175 </p>
176
179 <div align="right"><a href="#top">Up</a></div> 177 <div align="right"><a href="#top">Up</a></div>
180 <hr /> 178 <hr />
181 </body></html> 179 </body></html>

eric ide

mercurial