Documentation/Source/eric6.WebBrowser.PageScreenDialog.html

changeset 6155
ae44225e7e7c
parent 6047
39586a2de99d
equal deleted inserted replaced
6154:11ea3d31937a 6155:ae44225e7e7c
74 <table> 74 <table>
75 <tr><td>None</td></tr> 75 <tr><td>None</td></tr>
76 </table> 76 </table>
77 <a NAME="PageScreenDialog.__init__" ID="PageScreenDialog.__init__"></a> 77 <a NAME="PageScreenDialog.__init__" ID="PageScreenDialog.__init__"></a>
78 <h4>PageScreenDialog (Constructor)</h4> 78 <h4>PageScreenDialog (Constructor)</h4>
79 <b>PageScreenDialog</b>(<i>view, visibleOnly=False, parent=None</i>) 79 <b>PageScreenDialog</b>(<i>view, parent=None</i>)
80 <p> 80 <p>
81 Constructor 81 Constructor
82 </p><dl> 82 </p><dl>
83 <dt><i>view</i></dt> 83 <dt><i>view</i></dt>
84 <dd> 84 <dd>
85 reference to the web view containing the page to be saved 85 reference to the web view containing the page to be saved
86 (WebBrowserView) 86 (WebBrowserView)
87 </dd><dt><i>visibleOnly</i></dt>
88 <dd>
89 flag indicating to just save the visible part
90 of the page (boolean)
91 </dd><dt><i>parent</i></dt> 87 </dd><dt><i>parent</i></dt>
92 <dd> 88 <dd>
93 reference to the parent widget (QWidget) 89 reference to the parent widget (QWidget)
94 </dd> 90 </dd>
95 </dl><a NAME="PageScreenDialog.__createPixmap" ID="PageScreenDialog.__createPixmap"></a> 91 </dl><a NAME="PageScreenDialog.__createPixmap" ID="PageScreenDialog.__createPixmap"></a>
96 <h4>PageScreenDialog.__createPixmap</h4> 92 <h4>PageScreenDialog.__createPixmap</h4>
97 <b>__createPixmap</b>(<i>visibleOnly</i>) 93 <b>__createPixmap</b>(<i></i>)
98 <p> 94 <p>
99 Private slot to create a pixmap of the associated view's page. 95 Private slot to create a pixmap of the associated view's page.
100 </p><dl> 96 </p><a NAME="PageScreenDialog.__savePageScreen" ID="PageScreenDialog.__savePageScreen"></a>
101 <dt><i>visibleOnly</i></dt>
102 <dd>
103 flag indicating to just save the visible part
104 of the page (boolean)
105 </dd>
106 </dl><a NAME="PageScreenDialog.__savePageScreen" ID="PageScreenDialog.__savePageScreen"></a>
107 <h4>PageScreenDialog.__savePageScreen</h4> 97 <h4>PageScreenDialog.__savePageScreen</h4>
108 <b>__savePageScreen</b>(<i></i>) 98 <b>__savePageScreen</b>(<i></i>)
109 <p> 99 <p>
110 Private slot to save the page screen. 100 Private slot to save the page screen.
111 </p><dl> 101 </p><dl>

eric ide

mercurial