64 <td>Private slot to set the icon.</td> |
64 <td>Private slot to set the icon.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#FavIconLabel.__clearIcon">__clearIcon</a></td> |
66 <td><a href="#FavIconLabel.__clearIcon">__clearIcon</a></td> |
67 <td>Private slot to clear the icon.</td> |
67 <td>Private slot to clear the icon.</td> |
68 </tr><tr> |
68 </tr><tr> |
|
69 <td><a href="#FavIconLabel.__showPopup">__showPopup</a></td> |
|
70 <td>Private method to show the site info popup.</td> |
|
71 </tr><tr> |
69 <td><a href="#FavIconLabel.mouseMoveEvent">mouseMoveEvent</a></td> |
72 <td><a href="#FavIconLabel.mouseMoveEvent">mouseMoveEvent</a></td> |
70 <td>Protected method to handle mouse move events.</td> |
73 <td>Protected method to handle mouse move events.</td> |
71 </tr><tr> |
74 </tr><tr> |
72 <td><a href="#FavIconLabel.mousePressEvent">mousePressEvent</a></td> |
75 <td><a href="#FavIconLabel.mousePressEvent">mousePressEvent</a></td> |
73 <td>Protected method to handle mouse press events.</td> |
76 <td>Protected method to handle mouse press events.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#FavIconLabel.mouseReleaseEvent">mouseReleaseEvent</a></td> |
|
79 <td>Protected method to handle mouse release events.</td> |
74 </tr><tr> |
80 </tr><tr> |
75 <td><a href="#FavIconLabel.setBrowser">setBrowser</a></td> |
81 <td><a href="#FavIconLabel.setBrowser">setBrowser</a></td> |
76 <td>Public method to set the browser connection.</td> |
82 <td>Public method to set the browser connection.</td> |
77 </tr> |
83 </tr> |
78 </table> |
84 </table> |
98 </p><a NAME="FavIconLabel.__clearIcon" ID="FavIconLabel.__clearIcon"></a> |
104 </p><a NAME="FavIconLabel.__clearIcon" ID="FavIconLabel.__clearIcon"></a> |
99 <h4>FavIconLabel.__clearIcon</h4> |
105 <h4>FavIconLabel.__clearIcon</h4> |
100 <b>__clearIcon</b>(<i></i>) |
106 <b>__clearIcon</b>(<i></i>) |
101 <p> |
107 <p> |
102 Private slot to clear the icon. |
108 Private slot to clear the icon. |
103 </p><a NAME="FavIconLabel.mouseMoveEvent" ID="FavIconLabel.mouseMoveEvent"></a> |
109 </p><a NAME="FavIconLabel.__showPopup" ID="FavIconLabel.__showPopup"></a> |
|
110 <h4>FavIconLabel.__showPopup</h4> |
|
111 <b>__showPopup</b>(<i>pos</i>) |
|
112 <p> |
|
113 Private method to show the site info popup. |
|
114 </p><dl> |
|
115 <dt><i>pos</i> (QPoint)</dt> |
|
116 <dd> |
|
117 position the popup should be shown at |
|
118 </dd> |
|
119 </dl><a NAME="FavIconLabel.mouseMoveEvent" ID="FavIconLabel.mouseMoveEvent"></a> |
104 <h4>FavIconLabel.mouseMoveEvent</h4> |
120 <h4>FavIconLabel.mouseMoveEvent</h4> |
105 <b>mouseMoveEvent</b>(<i>evt</i>) |
121 <b>mouseMoveEvent</b>(<i>evt</i>) |
106 <p> |
122 <p> |
107 Protected method to handle mouse move events. |
123 Protected method to handle mouse move events. |
108 </p><dl> |
124 </p><dl> |
118 </p><dl> |
134 </p><dl> |
119 <dt><i>evt</i></dt> |
135 <dt><i>evt</i></dt> |
120 <dd> |
136 <dd> |
121 reference to the mouse event (QMouseEvent) |
137 reference to the mouse event (QMouseEvent) |
122 </dd> |
138 </dd> |
|
139 </dl><a NAME="FavIconLabel.mouseReleaseEvent" ID="FavIconLabel.mouseReleaseEvent"></a> |
|
140 <h4>FavIconLabel.mouseReleaseEvent</h4> |
|
141 <b>mouseReleaseEvent</b>(<i>evt</i>) |
|
142 <p> |
|
143 Protected method to handle mouse release events. |
|
144 </p><dl> |
|
145 <dt><i>evt</i></dt> |
|
146 <dd> |
|
147 reference to the mouse event (QMouseEvent) |
|
148 </dd> |
123 </dl><a NAME="FavIconLabel.setBrowser" ID="FavIconLabel.setBrowser"></a> |
149 </dl><a NAME="FavIconLabel.setBrowser" ID="FavIconLabel.setBrowser"></a> |
124 <h4>FavIconLabel.setBrowser</h4> |
150 <h4>FavIconLabel.setBrowser</h4> |
125 <b>setBrowser</b>(<i>browser</i>) |
151 <b>setBrowser</b>(<i>browser</i>) |
126 <p> |
152 <p> |
127 Public method to set the browser connection. |
153 Public method to set the browser connection. |