117 <p> |
117 <p> |
118 Constructor |
118 Constructor |
119 </p> |
119 </p> |
120 <dl> |
120 <dl> |
121 |
121 |
122 <dt><i>parent</i></dt> |
122 <dt><i>parent</i> (QObject)</dt> |
123 <dd> |
123 <dd> |
124 reference to the parent object (QObject) |
124 reference to the parent object |
125 </dd> |
125 </dd> |
126 </dl> |
126 </dl> |
127 <a NAME="PageThumbnailer.__createThumbnail" ID="PageThumbnailer.__createThumbnail"></a> |
127 <a NAME="PageThumbnailer.__createThumbnail" ID="PageThumbnailer.__createThumbnail"></a> |
128 <h4>PageThumbnailer.__createThumbnail</h4> |
128 <h4>PageThumbnailer.__createThumbnail</h4> |
129 <b>__createThumbnail</b>(<i>status</i>) |
129 <b>__createThumbnail</b>(<i>status</i>) |
131 <p> |
131 <p> |
132 Private slot creating the thumbnail of the web site. |
132 Private slot creating the thumbnail of the web site. |
133 </p> |
133 </p> |
134 <dl> |
134 <dl> |
135 |
135 |
136 <dt><i>status</i></dt> |
136 <dt><i>status</i> (bool)</dt> |
137 <dd> |
137 <dd> |
138 flag indicating a successful load of the web site |
138 flag indicating a successful load of the web site |
139 (boolean) |
|
140 </dd> |
139 </dd> |
141 </dl> |
140 </dl> |
142 <a NAME="PageThumbnailer.__grabThumbnail" ID="PageThumbnailer.__grabThumbnail"></a> |
141 <a NAME="PageThumbnailer.__grabThumbnail" ID="PageThumbnailer.__grabThumbnail"></a> |
143 <h4>PageThumbnailer.__grabThumbnail</h4> |
142 <h4>PageThumbnailer.__grabThumbnail</h4> |
144 <b>__grabThumbnail</b>(<i></i>) |
143 <b>__grabThumbnail</b>(<i></i>) |
154 Public method to check, if the title is loaded from the web site. |
153 Public method to check, if the title is loaded from the web site. |
155 </p> |
154 </p> |
156 <dl> |
155 <dl> |
157 <dt>Return:</dt> |
156 <dt>Return:</dt> |
158 <dd> |
157 <dd> |
159 flag indicating, that the title is loaded (boolean) |
158 flag indicating, that the title is loaded |
|
159 </dd> |
|
160 </dl> |
|
161 <dl> |
|
162 <dt>Return Type:</dt> |
|
163 <dd> |
|
164 bool |
160 </dd> |
165 </dd> |
161 </dl> |
166 </dl> |
162 <a NAME="PageThumbnailer.setLoadTitle" ID="PageThumbnailer.setLoadTitle"></a> |
167 <a NAME="PageThumbnailer.setLoadTitle" ID="PageThumbnailer.setLoadTitle"></a> |
163 <h4>PageThumbnailer.setLoadTitle</h4> |
168 <h4>PageThumbnailer.setLoadTitle</h4> |
164 <b>setLoadTitle</b>(<i>load</i>) |
169 <b>setLoadTitle</b>(<i>load</i>) |
167 Public method to set a flag indicating to load the title from |
172 Public method to set a flag indicating to load the title from |
168 the web site. |
173 the web site. |
169 </p> |
174 </p> |
170 <dl> |
175 <dl> |
171 |
176 |
172 <dt><i>load</i></dt> |
177 <dt><i>load</i> (bool)</dt> |
173 <dd> |
178 <dd> |
174 flag indicating to load the title (boolean) |
179 flag indicating to load the title |
175 </dd> |
180 </dd> |
176 </dl> |
181 </dl> |
177 <a NAME="PageThumbnailer.setSize" ID="PageThumbnailer.setSize"></a> |
182 <a NAME="PageThumbnailer.setSize" ID="PageThumbnailer.setSize"></a> |
178 <h4>PageThumbnailer.setSize</h4> |
183 <h4>PageThumbnailer.setSize</h4> |
179 <b>setSize</b>(<i>size</i>) |
184 <b>setSize</b>(<i>size</i>) |
181 <p> |
186 <p> |
182 Public method to set the size of the image. |
187 Public method to set the size of the image. |
183 </p> |
188 </p> |
184 <dl> |
189 <dl> |
185 |
190 |
186 <dt><i>size</i></dt> |
191 <dt><i>size</i> (QSize)</dt> |
187 <dd> |
192 <dd> |
188 size of the image (QSize) |
193 size of the image |
189 </dd> |
194 </dd> |
190 </dl> |
195 </dl> |
191 <a NAME="PageThumbnailer.setUrl" ID="PageThumbnailer.setUrl"></a> |
196 <a NAME="PageThumbnailer.setUrl" ID="PageThumbnailer.setUrl"></a> |
192 <h4>PageThumbnailer.setUrl</h4> |
197 <h4>PageThumbnailer.setUrl</h4> |
193 <b>setUrl</b>(<i>url</i>) |
198 <b>setUrl</b>(<i>url</i>) |
195 <p> |
200 <p> |
196 Public method to set the URL of the site to be thumbnailed. |
201 Public method to set the URL of the site to be thumbnailed. |
197 </p> |
202 </p> |
198 <dl> |
203 <dl> |
199 |
204 |
200 <dt><i>url</i></dt> |
205 <dt><i>url</i> (QUrl)</dt> |
201 <dd> |
206 <dd> |
202 URL of the web site (QUrl) |
207 URL of the web site |
203 </dd> |
208 </dd> |
204 </dl> |
209 </dl> |
205 <a NAME="PageThumbnailer.start" ID="PageThumbnailer.start"></a> |
210 <a NAME="PageThumbnailer.start" ID="PageThumbnailer.start"></a> |
206 <h4>PageThumbnailer.start</h4> |
211 <h4>PageThumbnailer.start</h4> |
207 <b>start</b>(<i></i>) |
212 <b>start</b>(<i></i>) |