Documentation
class QfindChild_QGLShader x where #
findChild_QGLShader :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QGLShader () # | |
Defined in Qtc.Opengl.Find findChild_QGLShader :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QGLShader String # | |
Defined in Qtc.Opengl.Find findChild_QGLShader :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QGLShader x where #
findChildren_QGLShader :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QGLShader () # | |
Defined in Qtc.Opengl.Find findChildren_QGLShader :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QGLShader String # | |
Defined in Qtc.Opengl.Find findChildren_QGLShader :: QObject a -> String -> IO [QObject ()] # |
class QfindChild_QGLShaderProgram x where #
findChild_QGLShaderProgram :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QGLShaderProgram () # | |
Defined in Qtc.Opengl.Find findChild_QGLShaderProgram :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QGLShaderProgram String # | |
Defined in Qtc.Opengl.Find findChild_QGLShaderProgram :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QGLShaderProgram x where #
findChildren_QGLShaderProgram :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QGLShaderProgram () # | |
Defined in Qtc.Opengl.Find findChildren_QGLShaderProgram :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QGLShaderProgram String # | |
Defined in Qtc.Opengl.Find findChildren_QGLShaderProgram :: QObject a -> String -> IO [QObject ()] # |
class QfindChild_QGLWidget x where #
findChild_QGLWidget :: QObject a -> x -> IO (QObject b) #
Instances
QfindChild_QGLWidget () # | |
Defined in Qtc.Opengl.Find findChild_QGLWidget :: QObject a -> () -> IO (QObject b) # | |
QfindChild_QGLWidget String # | |
Defined in Qtc.Opengl.Find findChild_QGLWidget :: QObject a -> String -> IO (QObject b) # |
class QfindChildren_QGLWidget x where #
findChildren_QGLWidget :: QObject a -> x -> IO [QObject ()] #
Instances
QfindChildren_QGLWidget () # | |
Defined in Qtc.Opengl.Find findChildren_QGLWidget :: QObject a -> () -> IO [QObject ()] # | |
QfindChildren_QGLWidget String # | |
Defined in Qtc.Opengl.Find findChildren_QGLWidget :: QObject a -> String -> IO [QObject ()] # |