Documentation
class QfindChild_QMaskGenerator x where #
findChild_QMaskGenerator :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QMaskGenerator () # | |
Defined in Qtc.Websockets.Find findChild_QMaskGenerator :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QMaskGenerator String # | |
Defined in Qtc.Websockets.Find findChild_QMaskGenerator :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QMaskGenerator x where #
findChildren_QMaskGenerator :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QMaskGenerator () # | |
Defined in Qtc.Websockets.Find findChildren_QMaskGenerator :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QMaskGenerator String # | |
Defined in Qtc.Websockets.Find findChildren_QMaskGenerator :: QObject a -> String -> IO [QObject ()] # |
class QfindChild_QWebSocket x where #
findChild_QWebSocket :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QWebSocket () # | |
Defined in Qtc.Websockets.Find findChild_QWebSocket :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QWebSocket String # | |
Defined in Qtc.Websockets.Find findChild_QWebSocket :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QWebSocket x where #
findChildren_QWebSocket :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QWebSocket () # | |
Defined in Qtc.Websockets.Find findChildren_QWebSocket :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QWebSocket String # | |
Defined in Qtc.Websockets.Find findChildren_QWebSocket :: QObject a -> String -> IO [QObject ()] # |
class QfindChild_QWebSocketServer x where #
findChild_QWebSocketServer :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QWebSocketServer () # | |
Defined in Qtc.Websockets.Find findChild_QWebSocketServer :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QWebSocketServer String # | |
Defined in Qtc.Websockets.Find findChild_QWebSocketServer :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QWebSocketServer x where #
findChildren_QWebSocketServer :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QWebSocketServer () # | |
Defined in Qtc.Websockets.Find findChildren_QWebSocketServer :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QWebSocketServer String # | |
Defined in Qtc.Websockets.Find findChildren_QWebSocketServer :: QObject a -> String -> IO [QObject ()] # |