43 <p> |
43 <p> |
44 Private function to render a pixmap of given size for a web page. |
44 Private function to render a pixmap of given size for a web page. |
45 </p> |
45 </p> |
46 <dl> |
46 <dl> |
47 |
47 |
48 <dt><i>view</i></dt> |
48 <dt><i>view</i> (QWebEngineView)</dt> |
49 <dd> |
49 <dd> |
50 reference to the view to be previewed (QWebEngineView) |
50 reference to the view to be previewed |
51 </dd> |
51 </dd> |
52 <dt><i>w</i></dt> |
52 <dt><i>w</i> (int)</dt> |
53 <dd> |
53 <dd> |
54 width of the pixmap (integer) |
54 width of the pixmap |
55 </dd> |
55 </dd> |
56 <dt><i>h</i></dt> |
56 <dt><i>h</i> (int)</dt> |
57 <dd> |
57 <dd> |
58 height of the pixmap (integer) |
58 height of the pixmap |
59 </dd> |
59 </dd> |
60 </dl> |
60 </dl> |
61 <dl> |
61 <dl> |
62 <dt>Return:</dt> |
62 <dt>Return:</dt> |
63 <dd> |
63 <dd> |
64 rendered pixmap (QPixmap) |
64 rendered pixmap |
|
65 </dd> |
|
66 </dl> |
|
67 <dl> |
|
68 <dt>Return Type:</dt> |
|
69 <dd> |
|
70 QPixmap |
65 </dd> |
71 </dd> |
66 </dl> |
72 </dl> |
67 <div align="right"><a href="#top">Up</a></div> |
73 <div align="right"><a href="#top">Up</a></div> |
68 <hr /> |
74 <hr /> |
69 <hr /> |
75 <hr /> |
74 <p> |
80 <p> |
75 Public function to render a pixmap of a page. |
81 Public function to render a pixmap of a page. |
76 </p> |
82 </p> |
77 <dl> |
83 <dl> |
78 |
84 |
79 <dt><i>view</i></dt> |
85 <dt><i>view</i> (QWebEngineView)</dt> |
80 <dd> |
86 <dd> |
81 reference to the view to be previewed (QWebEngineView) |
87 reference to the view to be previewed |
82 </dd> |
88 </dd> |
83 <dt><i>w</i></dt> |
89 <dt><i>w</i> (int)</dt> |
84 <dd> |
90 <dd> |
85 width of the preview pixmap (integer) |
91 width of the preview pixmap |
86 </dd> |
92 </dd> |
87 <dt><i>h</i></dt> |
93 <dt><i>h</i> (int)</dt> |
88 <dd> |
94 <dd> |
89 height of the preview pixmap (integer) |
95 height of the preview pixmap |
90 </dd> |
96 </dd> |
91 </dl> |
97 </dl> |
92 <dl> |
98 <dl> |
93 <dt>Return:</dt> |
99 <dt>Return:</dt> |
94 <dd> |
100 <dd> |
95 preview pixmap (QPixmap) |
101 preview pixmap |
|
102 </dd> |
|
103 </dl> |
|
104 <dl> |
|
105 <dt>Return Type:</dt> |
|
106 <dd> |
|
107 QPixmap |
96 </dd> |
108 </dd> |
97 </dl> |
109 </dl> |
98 <div align="right"><a href="#top">Up</a></div> |
110 <div align="right"><a href="#top">Up</a></div> |
99 <hr /> |
111 <hr /> |
100 </body></html> |
112 </body></html> |