qtah-qt5-0.5.1: Qt bindings for Haskell
Graphics.UI.Qtah.Core.HSize
data HSize Source #
Constructors
Fields
Defined in Graphics.UI.Qtah.Core.HSize
Methods
(==) :: HSize -> HSize -> Bool #
(/=) :: HSize -> HSize -> Bool #
showsPrec :: Int -> HSize -> ShowS #
show :: HSize -> String #
showList :: [HSize] -> ShowS #
Defined in Graphics.UI.Qtah.Generated.Core.QSize
withQSizePtr :: HSize -> (QSizeConst -> IO b) -> IO b Source #
encode :: HSize -> IO QSize #
encode :: HSize -> IO QSizeConst #
decode :: QSize -> IO HSize #
decode :: QSizeConst -> IO HSize #
Defined in Graphics.UI.Qtah.Generated.Core.QList.QSize
toContents :: QListQSize -> IO [HSize] #
toContents :: QListQSizeConst -> IO [HSize] #
fromContents :: [HSize] -> IO QListQSize #
encode :: [HSize] -> IO QListQSize #
encode :: [HSize] -> IO QListQSizeConst #
decode :: QListQSize -> IO [HSize] #
decode :: QListQSizeConst -> IO [HSize] #
withQListQSizePtr :: [HSize] -> (QListQSizeConst -> IO b) -> IO b Source #
null :: HSize Source #
isEmpty :: HSize -> Bool Source #
isNull :: HSize -> Bool Source #
isValid :: HSize -> Bool Source #
transpose :: HSize -> HSize Source #