Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Core.QSizeF
Documentation
class QSizeFValue a where Source #
Minimal complete definition
Methods
withQSizeFPtr :: a -> (QSizeFConst -> IO b) -> IO b Source #
Instances
QSizeFConstPtr a => QSizeFValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSizeF Methods withQSizeFPtr :: a -> (QSizeFConst -> IO b) -> IO b Source # |
class CppPtr this => QSizeFConstPtr this where Source #
Minimal complete definition
Methods
toQSizeFConst :: this -> QSizeFConst Source #
Instances
QSizeFConstPtr QSizeF Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSizeF Methods toQSizeFConst :: QSizeF -> QSizeFConst Source # | |
QSizeFConstPtr QSizeFConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSizeF Methods |
class QSizeFConstPtr this => QSizeFPtr this where Source #
Minimal complete definition
data QSizeFConst Source #
Instances
Instances
Eq QSizeF Source # | |
Ord QSizeF Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSizeF | |
Show QSizeF Source # | |
CppPtr QSizeF Source # | |
Deletable QSizeF Source # | |
QSizeFPtr QSizeF Source # | |
QSizeFConstPtr QSizeF Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSizeF Methods toQSizeFConst :: QSizeF -> QSizeFConst Source # | |
QSizeFValue a => Assignable QSizeF a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSizeF | |
Copyable QSizeF QSizeF Source # | |
Copyable QSizeFConst QSizeF Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSizeF Methods copy :: QSizeFConst -> IO QSizeF # | |
Decodable QSizeF QSizeF Source # | |
Decodable QSizeFConst QSizeF Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSizeF Methods decode :: QSizeFConst -> IO QSizeF # | |
Assignable (Ptr (Ptr QSizeF)) QSizeF Source # | |
Decodable (Ptr (Ptr QSizeF)) QSizeF Source # | |
castConst :: QSizeFConstPtr this => this -> QSizeFConst Source #
downCastConst :: QSizeFSuperConst a => a -> QSizeFConst Source #
newWithSize :: QSizeValue arg'1 => arg'1 -> IO QSizeF Source #
boundedTo :: (QSizeFValue arg'1, QSizeFValue arg'2) => arg'1 -> arg'2 -> IO QSizeF Source #
eQ :: (QSizeFValue arg'1, QSizeFValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #
expandedTo :: (QSizeFValue arg'1, QSizeFValue arg'2) => arg'1 -> arg'2 -> IO QSizeF Source #
nE :: (QSizeFValue arg'1, QSizeFValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #
scale :: (QSizeFPtr arg'1, QSizeFValue arg'2) => arg'1 -> arg'2 -> QtAspectRatioMode -> IO () Source #
scaled :: (QSizeFValue arg'1, QSizeFValue arg'2) => arg'1 -> arg'2 -> QtAspectRatioMode -> IO QSizeF Source #
transposed :: QSizeFValue arg'1 => arg'1 -> IO QSizeF Source #