Qtc.Webenginewidgets.QWebEngineHistory

Contents

Documentation

canGoBack :: QWebEngineHistory a -> () -> IO Bool #

canGoForward :: QWebEngineHistory a -> () -> IO Bool #

currentItemIndex :: QWebEngineHistory a -> () -> IO Int #

Orphan instances

Qforward (QWebEngineHistory a) () # 
Instance details

Methods

forward :: QWebEngineHistory a -> () -> IO () #

Qcount (QWebEngineHistory a) () # 
Instance details

Methods

count :: QWebEngineHistory a -> () -> IO Int #

Qitems (QWebEngineHistory a) () (IO [QWebEngineHistoryItem ()]) # 
Instance details

Methods

items :: QWebEngineHistory a -> () -> IO [QWebEngineHistoryItem ()] #

QitemAt (QWebEngineHistory a) Int (IO (QWebEngineHistoryItem ())) # 
Instance details

Methods

itemAt :: QWebEngineHistory a -> Int -> IO (QWebEngineHistoryItem ()) #

QcurrentItem (QWebEngineHistory a) () (IO (QWebEngineHistoryItem ())) # 
Instance details

Qclear (QWebEngineHistory a) () (IO ()) # 
Instance details

Methods

clear :: QWebEngineHistory a -> () -> IO () #

Qback (QWebEngineHistory a) () (IO ()) # 
Instance details

Methods

back :: QWebEngineHistory a -> () -> IO () #