Qtc.Webenginewidgets.QWebEnginePage
Contents
Documentation
class QqWebEnginePageTrUtf8 x1 where #
Methods
qWebEnginePageTrUtf8 :: x1 -> IO String #
Instances
| QqWebEnginePageTrUtf8 String # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods qWebEnginePageTrUtf8 :: String -> IO String # | |
| QqWebEnginePageTrUtf8 (String, String) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods qWebEnginePageTrUtf8 :: (String, String) -> IO String # | |
| QqWebEnginePageTrUtf8 (String, String, Int) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods qWebEnginePageTrUtf8 :: (String, String, Int) -> IO String # | |
class QqWebEnginePage x1 where #
Methods
qWebEnginePage :: x1 -> IO (QWebEnginePage ()) #
Instances
| QqWebEnginePage () # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods qWebEnginePage :: () -> IO (QWebEnginePage ()) # | |
| QqWebEnginePage (QObject t1) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods qWebEnginePage :: QObject t1 -> IO (QWebEnginePage ()) # | |
| QqWebEnginePage (QWebEngineProfile t1) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods qWebEnginePage :: QWebEngineProfile t1 -> IO (QWebEnginePage ()) # | |
| QqWebEnginePage (QWebEngineProfile t1, QObject t2) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods qWebEnginePage :: (QWebEngineProfile t1, QObject t2) -> IO (QWebEnginePage ()) # | |
class QcertificateError x0 x1 where #
Methods
certificateError :: x0 -> x1 -> IO Bool #
Instances
| QcertificateError (QWebEnginePage ()) (QWebEngineCertificateError t1) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods certificateError :: QWebEnginePage () -> QWebEngineCertificateError t1 -> IO Bool # | |
| QcertificateError (QWebEnginePageSc a) (QWebEngineCertificateError t1) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods certificateError :: QWebEnginePageSc a -> QWebEngineCertificateError t1 -> IO Bool # | |
class QchooseFiles x0 x1 where #
Methods
chooseFiles :: x0 -> x1 -> IO [String] #
Instances
| QchooseFiles (QWebEnginePage ()) (FileSelectionMode, [String], [String]) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods chooseFiles :: QWebEnginePage () -> (FileSelectionMode, [String], [String]) -> IO [String] # | |
| QchooseFiles (QWebEnginePageSc a) (FileSelectionMode, [String], [String]) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods chooseFiles :: QWebEnginePageSc a -> (FileSelectionMode, [String], [String]) -> IO [String] # | |
contextMenuData :: QWebEnginePage a -> () -> IO (QWebEngineContextMenuData ()) #
Methods
download :: QWebEnginePage a -> x1 -> IO () #
Instances
| Qdownload (QUrl t1) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods download :: QWebEnginePage a -> QUrl t1 -> IO () # | |
| Qdownload (QUrl t1, String) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods download :: QWebEnginePage a -> (QUrl t1, String) -> IO () # | |
isAudioMuted :: QWebEnginePage a -> () -> IO Bool #
class QjavaScriptAlert x0 x1 where #
Methods
javaScriptAlert :: x0 -> x1 -> IO () #
Instances
| QjavaScriptAlert (QWebEnginePage ()) (QUrl t1, String) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods javaScriptAlert :: QWebEnginePage () -> (QUrl t1, String) -> IO () # | |
| QjavaScriptAlert (QWebEnginePageSc a) (QUrl t1, String) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods javaScriptAlert :: QWebEnginePageSc a -> (QUrl t1, String) -> IO () # | |
class QjavaScriptConfirm x0 x1 where #
Methods
javaScriptConfirm :: x0 -> x1 -> IO Bool #
Instances
| QjavaScriptConfirm (QWebEnginePage ()) (QUrl t1, String) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods javaScriptConfirm :: QWebEnginePage () -> (QUrl t1, String) -> IO Bool # | |
| QjavaScriptConfirm (QWebEnginePageSc a) (QUrl t1, String) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods javaScriptConfirm :: QWebEnginePageSc a -> (QUrl t1, String) -> IO Bool # | |
class QjavaScriptConsoleMessage x0 x1 where #
Methods
javaScriptConsoleMessage :: x0 -> x1 -> IO () #
Instances
| QjavaScriptConsoleMessage (QWebEnginePage ()) (JavaScriptConsoleMessageLevel, String, Int, String) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods javaScriptConsoleMessage :: QWebEnginePage () -> (JavaScriptConsoleMessageLevel, String, Int, String) -> IO () # | |
| QjavaScriptConsoleMessage (QWebEnginePageSc a) (JavaScriptConsoleMessageLevel, String, Int, String) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods javaScriptConsoleMessage :: QWebEnginePageSc a -> (JavaScriptConsoleMessageLevel, String, Int, String) -> IO () # | |
class QjavaScriptPrompt x0 x1 where #
Methods
javaScriptPrompt :: x0 -> x1 -> IO Bool #
Instances
| QjavaScriptPrompt (QWebEnginePage ()) (QUrl t1, String, String, QStringPtr t4) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods javaScriptPrompt :: QWebEnginePage () -> (QUrl t1, String, String, QStringPtr t4) -> IO Bool # | |
| QjavaScriptPrompt (QWebEnginePageSc a) (QUrl t1, String, String, QStringPtr t4) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods javaScriptPrompt :: QWebEnginePageSc a -> (QUrl t1, String, String, QStringPtr t4) -> IO Bool # | |
class QprintToPdf x1 where #
Methods
printToPdf :: QWebEnginePage a -> x1 -> IO () #
Instances
| QprintToPdf String # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods printToPdf :: QWebEnginePage a -> String -> IO () # | |
| QprintToPdf (QWebEngineCallback_QByteArray t1) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods printToPdf :: QWebEnginePage a -> QWebEngineCallback_QByteArray t1 -> IO () # | |
| QprintToPdf (String, QPageLayout t2) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods printToPdf :: QWebEnginePage a -> (String, QPageLayout t2) -> IO () # | |
| QprintToPdf (QWebEngineCallback_QByteArray t1, QPageLayout t2) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods printToPdf :: QWebEnginePage a -> (QWebEngineCallback_QByteArray t1, QPageLayout t2) -> IO () # | |
recentlyAudible :: QWebEnginePage a -> () -> IO Bool #
replaceMisspelledWord :: QWebEnginePage a -> String -> IO () #
requestedUrl :: QWebEnginePage a -> () -> IO (QUrl ()) #
class QrunJavaScript x1 where #
Methods
runJavaScript :: QWebEnginePage a -> x1 -> IO () #
Instances
| QrunJavaScript String # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods runJavaScript :: QWebEnginePage a -> String -> IO () # | |
| QrunJavaScript (String, Int) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods runJavaScript :: QWebEnginePage a -> (String, Int) -> IO () # | |
| QrunJavaScript (String, QWebEngineCallback_QVariant t2) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods runJavaScript :: QWebEnginePage a -> (String, QWebEngineCallback_QVariant t2) -> IO () # | |
| QrunJavaScript (String, Int, QWebEngineCallback_QVariant t3) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods runJavaScript :: QWebEnginePage a -> (String, Int, QWebEngineCallback_QVariant t3) -> IO () # | |
scrollPosition :: QWebEnginePage a -> () -> IO PointF #
qscrollPosition :: QWebEnginePage a -> () -> IO (QPointF ()) #
setAudioMuted :: QWebEnginePage a -> Bool -> IO () #
setFeaturePermission :: QWebEnginePage a -> (QUrl t1, QWebEnginePage_Feature, PermissionPolicy) -> IO () #
class QsetWebChannel x1 where #
Methods
setWebChannel :: QWebEnginePage a -> x1 -> IO () #
Instances
| QsetWebChannel (QWebChannel t1) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods setWebChannel :: QWebEnginePage a -> QWebChannel t1 -> IO () # | |
| QsetWebChannel (QWebChannel t1, Int) # | |
Defined in Qtc.Webenginewidgets.QWebEnginePage Methods setWebChannel :: QWebEnginePage a -> (QWebChannel t1, Int) -> IO () # | |
webChannel :: QWebEnginePage a -> () -> IO (QWebChannel ()) #
qWebEnginePage_delete :: QWebEnginePage a -> IO () #
qWebEnginePage_deleteLater :: QWebEnginePage a -> IO () #