qtah-generator-0.9.0: Generator for Qtah Qt bindings
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.UI.Qtah.Generator.Main

Synopsis

Documentation

run :: [String] -> IO () Source #

Runs the Qtah generator with the given command line arguments.

generateCpp :: FilePath -> FilePath -> FilePath -> IO () Source #

Generates the C++ side of the Qtah bindings, producing files in the given directory.

generateHs :: FilePath -> FilePath -> IO () Source #

Generates the Haskell side of the Qtah bindings in the given source directory.