Qtc.Classes.Script

Documentation

class Qargument a b where #

Methods

argument :: a -> b -> IO (QScriptValue ()) #

class QargumentCount a b where #

Methods

argumentCount :: a -> b -> IO Int #

class QhasPrevious a b where #

Methods

hasPrevious :: a -> b -> IO Bool #

class QpropertyFlags a b where #

Methods

propertyFlags :: a -> b -> IO PropertyFlags #

class QthisObject a b where #

Methods

thisObject :: a -> b -> IO (QScriptValue ()) #

class QtoBack a b where #

Methods

toBack :: a -> b -> IO () #

class QtoFront a b where #

Methods

toFront :: a -> b -> IO () #