qtah-generator-0.8.0: Generator for Qtah Qt bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Generator.Main

Synopsis

Documentation

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

Runs the Qtah generator with the given command line arguments.

generateCpp :: FilePath -> IO () Source #

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

generateHs :: FilePath -> IO () Source #

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