qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Classes.Network

Description

Documentation

class QcurrentId a b where Source

Methods

currentId :: a -> b -> IO Int Source

Instances

QcurrentId (QFtp a) () 
QcurrentId (QHttp a) () 

class Qqget a b where Source

Methods

qget :: a -> b -> IO Int Source

class QhostName a b where Source

Methods

hostName :: a -> b -> IO String Source

Instances

class Qproxy a b where Source

Methods

proxy :: a -> b -> IO (QNetworkProxy ()) Source

Instances

class QsetHostName a b where Source

Methods

setHostName :: a -> b -> IO () Source

class QsetProxy a b c | a -> c where Source

Methods

setProxy :: a -> b -> c Source

class QsetUser a b c | a -> c where Source

Methods

setUser :: a -> b -> c Source