Qtc.Location.QGeoCodeReply

Contents

Documentation

class QqGeoCodeReplyTrUtf8 x1 where #

Methods

qGeoCodeReplyTrUtf8 :: x1 -> IO String #

Instances
QqGeoCodeReplyTrUtf8 String # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

qGeoCodeReplyTrUtf8 :: String -> IO String #

QqGeoCodeReplyTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

qGeoCodeReplyTrUtf8 :: (String, String) -> IO String #

QqGeoCodeReplyTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

qGeoCodeReplyTrUtf8 :: (String, String, Int) -> IO String #

class QqGeoCodeReply x1 where #

Methods

qGeoCodeReply :: x1 -> IO (QGeoCodeReply ()) #

Instances
QqGeoCodeReply () # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

qGeoCodeReply :: () -> IO (QGeoCodeReply ()) #

QqGeoCodeReply (QObject t1) # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

qGeoCodeReply :: QObject t1 -> IO (QGeoCodeReply ()) #

QqGeoCodeReply (QGeoCodeReply_Error, String) # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

qGeoCodeReply :: (QGeoCodeReply_Error, String) -> IO (QGeoCodeReply ()) #

QqGeoCodeReply (QGeoCodeReply_Error, String, QObject t3) # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

qGeoCodeReply :: (QGeoCodeReply_Error, String, QObject t3) -> IO (QGeoCodeReply ()) #

class QaddLocation x0 x1 where #

Methods

addLocation :: x0 -> x1 -> IO () #

Instances
QaddLocation (QGeoCodeReply ()) (QGeoLocation t1) # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

addLocation :: QGeoCodeReply () -> QGeoLocation t1 -> IO () #

QaddLocation (QGeoCodeReplySc a) (QGeoLocation t1) # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

addLocation :: QGeoCodeReplySc a -> QGeoLocation t1 -> IO () #

locations :: QGeoCodeReply a -> () -> IO [QGeoLocation ()] #

class QsetLocations x0 x1 where #

Methods

setLocations :: x0 -> x1 -> IO () #

Instances
QsetLocations (QGeoCodeReply ()) [QGeoLocation t1] # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

setLocations :: QGeoCodeReply () -> [QGeoLocation t1] -> IO () #

QsetLocations (QGeoCodeReplySc a) [QGeoLocation t1] # 
Instance details

Defined in Qtc.Location.QGeoCodeReply

Methods

setLocations :: QGeoCodeReplySc a -> [QGeoLocation t1] -> IO () #

Orphan instances

QsetOffset (QGeoCodeReply ()) Int # 
Instance details

Methods

setOffset :: QGeoCodeReply () -> Int -> IO () #

QsetOffset (QGeoCodeReplySc a) Int # 
Instance details

Methods

setOffset :: QGeoCodeReplySc a -> Int -> IO () #

QsetFinished (QGeoCodeReply ()) Bool # 
Instance details

Methods

setFinished :: QGeoCodeReply () -> Bool -> IO () #

QsetFinished (QGeoCodeReplySc a) Bool # 
Instance details

Methods

setFinished :: QGeoCodeReplySc a -> Bool -> IO () #

QsenderSignalIndex (QGeoCodeReply ()) () # 
Instance details

Methods

senderSignalIndex :: QGeoCodeReply () -> () -> IO Int #

QsenderSignalIndex (QGeoCodeReplySc a) () # 
Instance details

Methods

senderSignalIndex :: QGeoCodeReplySc a -> () -> IO Int #

Qsender (QGeoCodeReply ()) () # 
Instance details

Methods

sender :: QGeoCodeReply () -> () -> IO (QObject ()) #

Qsender (QGeoCodeReplySc a) () # 
Instance details

Methods

sender :: QGeoCodeReplySc a -> () -> IO (QObject ()) #

Qreceivers (QGeoCodeReply ()) String # 
Instance details

Methods

receivers :: QGeoCodeReply () -> String -> IO Int #

Qreceivers (QGeoCodeReplySc a) String # 
Instance details

Methods

receivers :: QGeoCodeReplySc a -> String -> IO Int #

QisFinished (QGeoCodeReply a) () # 
Instance details

Methods

isFinished :: QGeoCodeReply a -> () -> IO Bool #

QerrorString (QGeoCodeReply ()) () # 
Instance details

Methods

errorString :: QGeoCodeReply () -> () -> IO String #

QerrorString (QGeoCodeReplySc a) () # 
Instance details

Methods

errorString :: QGeoCodeReplySc a -> () -> IO String #

QsetLimit (QGeoCodeReply ()) Int # 
Instance details

Methods

setLimit :: QGeoCodeReply () -> Int -> IO () #

QsetLimit (QGeoCodeReplySc a) Int # 
Instance details

Methods

setLimit :: QGeoCodeReplySc a -> Int -> IO () #

Qlimit (QGeoCodeReply a) () # 
Instance details

Methods

limit :: QGeoCodeReply a -> () -> IO Int #

Qviewport (QGeoCodeReply a) () (IO (QGeoShape ())) # 
Instance details

Methods

viewport :: QGeoCodeReply a -> () -> IO (QGeoShape ()) #

Qproperty (QGeoCodeReply ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QGeoCodeReply () -> String -> IO (QVariant ()) #

Qproperty (QGeoCodeReplySc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QGeoCodeReplySc a -> String -> IO (QVariant ()) #

Qparent (QGeoCodeReply ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QGeoCodeReply () -> () -> IO (QObject ()) #

Qparent (QGeoCodeReplySc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QGeoCodeReplySc a -> () -> IO (QObject ()) #

Qoffset (QGeoCodeReply a) () (IO Int) # 
Instance details

Methods

offset :: QGeoCodeReply a -> () -> IO Int #

Qqerror (QGeoCodeReply a) () (IO QGeoCodeReply_Error) # 
Instance details

Methods

qerror :: QGeoCodeReply a -> () -> IO QGeoCodeReply_Error #

Qabort (QGeoCodeReply ()) () (IO ()) # 
Instance details

Methods

abort :: QGeoCodeReply () -> () -> IO () #

Qabort (QGeoCodeReplySc a) () (IO ()) # 
Instance details

Methods

abort :: QGeoCodeReplySc a -> () -> IO () #

QuserMethod (QGeoCodeReply ()) () (IO ()) # 
Instance details

Methods

userMethod :: QGeoCodeReply () -> Int -> () -> IO () #

QuserMethod (QGeoCodeReplySc a) () (IO ()) # 
Instance details

Methods

userMethod :: QGeoCodeReplySc a -> Int -> () -> IO () #

QtimerEvent (QGeoCodeReply ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QGeoCodeReply () -> QTimerEvent t1 -> IO () #

QtimerEvent (QGeoCodeReplySc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QGeoCodeReplySc a -> QTimerEvent t1 -> IO () #

QsetViewport (QGeoCodeReply ()) (QGeoShape t1) # 
Instance details

Methods

setViewport :: QGeoCodeReply () -> QGeoShape t1 -> IO () #

QsetViewport (QGeoCodeReplySc a) (QGeoShape t1) # 
Instance details

Methods

setViewport :: QGeoCodeReplySc a -> QGeoShape t1 -> IO () #

QisSignalConnected (QGeoCodeReply ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QGeoCodeReply () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QGeoCodeReplySc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QGeoCodeReplySc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QGeoCodeReply ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QGeoCodeReply () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QGeoCodeReplySc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QGeoCodeReplySc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QGeoCodeReply ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QGeoCodeReply () -> QEvent t1 -> IO () #

QcustomEvent (QGeoCodeReplySc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QGeoCodeReplySc a -> QEvent t1 -> IO () #

QconnectNotify (QGeoCodeReply ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QGeoCodeReply () -> QMetaMethod t1 -> IO () #

QconnectNotify (QGeoCodeReplySc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QGeoCodeReplySc a -> QMetaMethod t1 -> IO () #

QchildEvent (QGeoCodeReply ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QGeoCodeReply () -> QChildEvent t1 -> IO () #

QchildEvent (QGeoCodeReplySc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QGeoCodeReplySc a -> QChildEvent t1 -> IO () #

Qevent (QGeoCodeReply ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QGeoCodeReply () -> QEvent t1 -> IO Bool #

Qevent (QGeoCodeReplySc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QGeoCodeReplySc a -> QEvent t1 -> IO Bool #

QuserMethod (QGeoCodeReply ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QGeoCodeReply () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QGeoCodeReplySc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QGeoCodeReplySc a -> Int -> QVariant () -> IO (QVariant ()) #

QsetError (QGeoCodeReply ()) (QGeoCodeReply_Error, String) # 
Instance details

Methods

setError :: QGeoCodeReply () -> (QGeoCodeReply_Error, String) -> IO () #

QsetError (QGeoCodeReplySc a) (QGeoCodeReply_Error, String) # 
Instance details

Methods

setError :: QGeoCodeReplySc a -> (QGeoCodeReply_Error, String) -> IO () #

QeventFilter (QGeoCodeReply ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QGeoCodeReply () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QGeoCodeReplySc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QGeoCodeReplySc a -> (QObject t1, QEvent t2) -> IO Bool #