eric6/Documentation/Source/eric6.WebBrowser.UrlBar.FavIconLabel.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.WebBrowser.UrlBar.FavIconLabel</h1> 23 <h1>eric6.WebBrowser.UrlBar.FavIconLabel</h1>
24
23 <p> 25 <p>
24 Module implementing the label to show the web site icon. 26 Module implementing the label to show the web site icon.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#FavIconLabel">FavIconLabel</a></td> 38 <td><a href="#FavIconLabel">FavIconLabel</a></td>
34 <td>Class implementing the label to show the web site icon.</td> 39 <td>Class implementing the label to show the web site icon.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
38 <table> 43
39 <tr><td>None</td></tr> 44 <table>
40 </table> 45 <tr><td>None</td></tr>
41 <hr /><hr /> 46 </table>
47 <hr />
48 <hr />
42 <a NAME="FavIconLabel" ID="FavIconLabel"></a> 49 <a NAME="FavIconLabel" ID="FavIconLabel"></a>
43 <h2>FavIconLabel</h2> 50 <h2>FavIconLabel</h2>
51
44 <p> 52 <p>
45 Class implementing the label to show the web site icon. 53 Class implementing the label to show the web site icon.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QLabel 56 QLabel
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#FavIconLabel.__init__">FavIconLabel</a></td> 72 <td><a href="#FavIconLabel.__init__">FavIconLabel</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#FavIconLabel.__browserIconChanged">__browserIconChanged</a></td> 76 <td><a href="#FavIconLabel.__browserIconChanged">__browserIconChanged</a></td>
64 <td>Private slot to set the icon.</td> 77 <td>Private slot to set the icon.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#FavIconLabel.__clearIcon">__clearIcon</a></td> 80 <td><a href="#FavIconLabel.__clearIcon">__clearIcon</a></td>
67 <td>Private slot to clear the icon.</td> 81 <td>Private slot to clear the icon.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#FavIconLabel.__showPopup">__showPopup</a></td> 84 <td><a href="#FavIconLabel.__showPopup">__showPopup</a></td>
70 <td>Private method to show the site info popup.</td> 85 <td>Private method to show the site info popup.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#FavIconLabel.mouseMoveEvent">mouseMoveEvent</a></td> 88 <td><a href="#FavIconLabel.mouseMoveEvent">mouseMoveEvent</a></td>
73 <td>Protected method to handle mouse move events.</td> 89 <td>Protected method to handle mouse move events.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#FavIconLabel.mousePressEvent">mousePressEvent</a></td> 92 <td><a href="#FavIconLabel.mousePressEvent">mousePressEvent</a></td>
76 <td>Protected method to handle mouse press events.</td> 93 <td>Protected method to handle mouse press events.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#FavIconLabel.mouseReleaseEvent">mouseReleaseEvent</a></td> 96 <td><a href="#FavIconLabel.mouseReleaseEvent">mouseReleaseEvent</a></td>
79 <td>Protected method to handle mouse release events.</td> 97 <td>Protected method to handle mouse release events.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#FavIconLabel.setBrowser">setBrowser</a></td> 100 <td><a href="#FavIconLabel.setBrowser">setBrowser</a></td>
82 <td>Public method to set the browser connection.</td> 101 <td>Public method to set the browser connection.</td>
83 </tr> 102 </tr>
84 </table> 103 </table>
85 <h3>Static Methods</h3> 104 <h3>Static Methods</h3>
86 <table> 105
87 <tr><td>None</td></tr> 106 <table>
88 </table> 107 <tr><td>None</td></tr>
108 </table>
109
89 <a NAME="FavIconLabel.__init__" ID="FavIconLabel.__init__"></a> 110 <a NAME="FavIconLabel.__init__" ID="FavIconLabel.__init__"></a>
90 <h4>FavIconLabel (Constructor)</h4> 111 <h4>FavIconLabel (Constructor)</h4>
91 <b>FavIconLabel</b>(<i>parent=None</i>) 112 <b>FavIconLabel</b>(<i>parent=None</i>)
113
92 <p> 114 <p>
93 Constructor 115 Constructor
94 </p><dl> 116 </p>
117 <dl>
118
95 <dt><i>parent</i></dt> 119 <dt><i>parent</i></dt>
96 <dd> 120 <dd>
97 reference to the parent widget (QWidget) 121 reference to the parent widget (QWidget)
98 </dd> 122 </dd>
99 </dl><a NAME="FavIconLabel.__browserIconChanged" ID="FavIconLabel.__browserIconChanged"></a> 123 </dl>
124 <a NAME="FavIconLabel.__browserIconChanged" ID="FavIconLabel.__browserIconChanged"></a>
100 <h4>FavIconLabel.__browserIconChanged</h4> 125 <h4>FavIconLabel.__browserIconChanged</h4>
101 <b>__browserIconChanged</b>(<i></i>) 126 <b>__browserIconChanged</b>(<i></i>)
127
102 <p> 128 <p>
103 Private slot to set the icon. 129 Private slot to set the icon.
104 </p><a NAME="FavIconLabel.__clearIcon" ID="FavIconLabel.__clearIcon"></a> 130 </p>
131 <a NAME="FavIconLabel.__clearIcon" ID="FavIconLabel.__clearIcon"></a>
105 <h4>FavIconLabel.__clearIcon</h4> 132 <h4>FavIconLabel.__clearIcon</h4>
106 <b>__clearIcon</b>(<i></i>) 133 <b>__clearIcon</b>(<i></i>)
134
107 <p> 135 <p>
108 Private slot to clear the icon. 136 Private slot to clear the icon.
109 </p><a NAME="FavIconLabel.__showPopup" ID="FavIconLabel.__showPopup"></a> 137 </p>
138 <a NAME="FavIconLabel.__showPopup" ID="FavIconLabel.__showPopup"></a>
110 <h4>FavIconLabel.__showPopup</h4> 139 <h4>FavIconLabel.__showPopup</h4>
111 <b>__showPopup</b>(<i>pos</i>) 140 <b>__showPopup</b>(<i>pos</i>)
141
112 <p> 142 <p>
113 Private method to show the site info popup. 143 Private method to show the site info popup.
114 </p><dl> 144 </p>
145 <dl>
146
115 <dt><i>pos</i> (QPoint)</dt> 147 <dt><i>pos</i> (QPoint)</dt>
116 <dd> 148 <dd>
117 position the popup should be shown at 149 position the popup should be shown at
118 </dd> 150 </dd>
119 </dl><a NAME="FavIconLabel.mouseMoveEvent" ID="FavIconLabel.mouseMoveEvent"></a> 151 </dl>
152 <a NAME="FavIconLabel.mouseMoveEvent" ID="FavIconLabel.mouseMoveEvent"></a>
120 <h4>FavIconLabel.mouseMoveEvent</h4> 153 <h4>FavIconLabel.mouseMoveEvent</h4>
121 <b>mouseMoveEvent</b>(<i>evt</i>) 154 <b>mouseMoveEvent</b>(<i>evt</i>)
155
122 <p> 156 <p>
123 Protected method to handle mouse move events. 157 Protected method to handle mouse move events.
124 </p><dl> 158 </p>
159 <dl>
160
125 <dt><i>evt</i></dt> 161 <dt><i>evt</i></dt>
126 <dd> 162 <dd>
127 reference to the mouse event (QMouseEvent) 163 reference to the mouse event (QMouseEvent)
128 </dd> 164 </dd>
129 </dl><a NAME="FavIconLabel.mousePressEvent" ID="FavIconLabel.mousePressEvent"></a> 165 </dl>
166 <a NAME="FavIconLabel.mousePressEvent" ID="FavIconLabel.mousePressEvent"></a>
130 <h4>FavIconLabel.mousePressEvent</h4> 167 <h4>FavIconLabel.mousePressEvent</h4>
131 <b>mousePressEvent</b>(<i>evt</i>) 168 <b>mousePressEvent</b>(<i>evt</i>)
169
132 <p> 170 <p>
133 Protected method to handle mouse press events. 171 Protected method to handle mouse press events.
134 </p><dl> 172 </p>
173 <dl>
174
135 <dt><i>evt</i></dt> 175 <dt><i>evt</i></dt>
136 <dd> 176 <dd>
137 reference to the mouse event (QMouseEvent) 177 reference to the mouse event (QMouseEvent)
138 </dd> 178 </dd>
139 </dl><a NAME="FavIconLabel.mouseReleaseEvent" ID="FavIconLabel.mouseReleaseEvent"></a> 179 </dl>
180 <a NAME="FavIconLabel.mouseReleaseEvent" ID="FavIconLabel.mouseReleaseEvent"></a>
140 <h4>FavIconLabel.mouseReleaseEvent</h4> 181 <h4>FavIconLabel.mouseReleaseEvent</h4>
141 <b>mouseReleaseEvent</b>(<i>evt</i>) 182 <b>mouseReleaseEvent</b>(<i>evt</i>)
183
142 <p> 184 <p>
143 Protected method to handle mouse release events. 185 Protected method to handle mouse release events.
144 </p><dl> 186 </p>
187 <dl>
188
145 <dt><i>evt</i></dt> 189 <dt><i>evt</i></dt>
146 <dd> 190 <dd>
147 reference to the mouse event (QMouseEvent) 191 reference to the mouse event (QMouseEvent)
148 </dd> 192 </dd>
149 </dl><a NAME="FavIconLabel.setBrowser" ID="FavIconLabel.setBrowser"></a> 193 </dl>
194 <a NAME="FavIconLabel.setBrowser" ID="FavIconLabel.setBrowser"></a>
150 <h4>FavIconLabel.setBrowser</h4> 195 <h4>FavIconLabel.setBrowser</h4>
151 <b>setBrowser</b>(<i>browser</i>) 196 <b>setBrowser</b>(<i>browser</i>)
197
152 <p> 198 <p>
153 Public method to set the browser connection. 199 Public method to set the browser connection.
154 </p><dl> 200 </p>
201 <dl>
202
155 <dt><i>browser</i></dt> 203 <dt><i>browser</i></dt>
156 <dd> 204 <dd>
157 reference to the browser widegt (HelpBrowser) 205 reference to the browser widegt (HelpBrowser)
158 </dd> 206 </dd>
159 </dl> 207 </dl>

eric ide

mercurial