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