Qtc.Classes.Base

Documentation

getProgName :: IO String #

getArgs :: IO [String] #

unsafePerformIO :: IO a -> a #

data Wrap a #

Constructors

Wrap a 

when :: Bool -> IO () -> IO () #

class Qinherits a where #

Methods

inherits :: a -> String -> IO Bool #

Instances
Qinherits (QObject a) # 
Instance details

Defined in Qtc.Core.Base

Methods

inherits :: QObject a -> String -> IO Bool #