Documentation
class QqUrlQuery x1 where #
Instances
QqUrlQuery () # | |
Defined in Qtc.Core.QUrlQuery | |
QqUrlQuery String # | |
Defined in Qtc.Core.QUrlQuery | |
QqUrlQuery (QUrlQuery t1) # | |
Defined in Qtc.Core.QUrlQuery | |
QqUrlQuery (QUrl t1) # | |
Defined in Qtc.Core.QUrlQuery |
class QqUrlQuery_nf x1 where #
qUrlQuery_nf :: x1 -> IO (QUrlQuery ()) #
Instances
QqUrlQuery_nf () # | |
Defined in Qtc.Core.QUrlQuery qUrlQuery_nf :: () -> IO (QUrlQuery ()) # | |
QqUrlQuery_nf String # | |
Defined in Qtc.Core.QUrlQuery qUrlQuery_nf :: String -> IO (QUrlQuery ()) # | |
QqUrlQuery_nf (QUrlQuery t1) # | |
Defined in Qtc.Core.QUrlQuery qUrlQuery_nf :: QUrlQuery t1 -> IO (QUrlQuery ()) # | |
QqUrlQuery_nf (QUrl t1) # | |
Defined in Qtc.Core.QUrlQuery qUrlQuery_nf :: QUrl t1 -> IO (QUrlQuery ()) # |
addQueryItem :: QUrlQuery a -> (String, String) -> IO () #
class QallQueryItemValues x1 where #
allQueryItemValues :: QUrlQuery a -> x1 -> IO [String] #
Instances
QallQueryItemValues String # | |
Defined in Qtc.Core.QUrlQuery allQueryItemValues :: QUrlQuery a -> String -> IO [String] # | |
QallQueryItemValues (String, ComponentFormattingOptions) # | |
Defined in Qtc.Core.QUrlQuery allQueryItemValues :: QUrlQuery a -> (String, ComponentFormattingOptions) -> IO [String] # |
qUrlQueryDefaultQueryPairDelimiter :: () -> IO (QChar ()) #
qUrlQueryDefaultQueryValueDelimiter :: () -> IO (QChar ()) #
hasQueryItem :: QUrlQuery a -> String -> IO Bool #
class QqueryItemValue x1 where #
queryItemValue :: QUrlQuery a -> x1 -> IO String #
Instances
QqueryItemValue String # | |
Defined in Qtc.Core.QUrlQuery queryItemValue :: QUrlQuery a -> String -> IO String # | |
QqueryItemValue (String, ComponentFormattingOptions) # | |
Defined in Qtc.Core.QUrlQuery queryItemValue :: QUrlQuery a -> (String, ComponentFormattingOptions) -> IO String # |
class QqueryItems x1 where #
queryItems :: QUrlQuery a -> x1 -> IO [(String, String)] #
Instances
QqueryItems () # | |
Defined in Qtc.Core.QUrlQuery queryItems :: QUrlQuery a -> () -> IO [(String, String)] # | |
QqueryItems ComponentFormattingOptions # | |
Defined in Qtc.Core.QUrlQuery queryItems :: QUrlQuery a -> ComponentFormattingOptions -> IO [(String, String)] # |
queryPairDelimiter :: QUrlQuery a -> () -> IO (QChar ()) #
queryValueDelimiter :: QUrlQuery a -> () -> IO (QChar ()) #
removeAllQueryItems :: QUrlQuery a -> String -> IO () #
removeQueryItem :: QUrlQuery a -> String -> IO () #
setQueryDelimiters :: QUrlQuery a -> (QChar t1, QChar t2) -> IO () #
setQueryItems :: QUrlQuery a -> [(String, String)] -> IO () #
qUrlQuery_delete :: QUrlQuery a -> IO () #