qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Core.QUrl

Description

Documentation

class QqUrl x1 where Source

Methods

qUrl :: x1 -> IO (QUrl ()) Source

Instances

class QqUrl_nf x1 where Source

Methods

qUrl_nf :: x1 -> IO (QUrl ()) Source

authority :: QUrl a -> () -> IO String Source

fragment :: QUrl a -> () -> IO String Source

hasFragment :: QUrl a -> () -> IO Bool Source

hasQuery :: QUrl a -> () -> IO Bool Source

host :: QUrl a -> () -> IO String Source

resolved :: QUrl a -> QUrl t1 -> IO (QUrl ()) Source

scheme :: QUrl a -> () -> IO String Source

setScheme :: QUrl a -> String -> IO () Source

class QsetUrl x1 where Source

Methods

setUrl :: QUrl a -> x1 -> IO () Source

class QtoEncoded x1 where Source

Methods

toEncoded :: QUrl a -> x1 -> IO String Source

userInfo :: QUrl a -> () -> IO String Source

userName :: QUrl a -> () -> IO String Source