Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Widgets.QFrame
Documentation
class QFrameValue a where Source #
Minimal complete definition
Methods
withQFramePtr :: a -> (QFrameConst -> IO b) -> IO b Source #
Instances
QFrameConstPtr a => QFrameValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QFrame Methods withQFramePtr :: a -> (QFrameConst -> IO b) -> IO b Source # |
class QWidgetConstPtr this => QFrameConstPtr this where Source #
Minimal complete definition
Methods
toQFrameConst :: this -> QFrameConst Source #
Instances
class (QFrameConstPtr this, QWidgetPtr this) => QFramePtr this where Source #
Minimal complete definition
data QFrameConst Source #
Instances
Instances
Eq QFrame Source # | |
Ord QFrame Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QFrame | |
Show QFrame Source # | |
CppPtr QFrame Source # | |
Deletable QFrame Source # | |
QObjectPtr QFrame Source # | |
QObjectConstPtr QFrame Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QFrame Methods toQObjectConst :: QFrame -> QObjectConst Source # | |
QWidgetPtr QFrame Source # | |
QWidgetConstPtr QFrame Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QFrame Methods toQWidgetConst :: QFrame -> QWidgetConst Source # | |
QFramePtr QFrame Source # | |
QFrameConstPtr QFrame Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QFrame Methods toQFrameConst :: QFrame -> QFrameConst Source # | |
Assignable (Ptr (Ptr QFrame)) QFrame Source # | |
Decodable (Ptr (Ptr QFrame)) QFrame Source # | |
castConst :: QFrameConstPtr this => this -> QFrameConst Source #
downCastConst :: QFrameSuperConst a => a -> QFrameConst Source #
newWithParent :: QWidgetPtr arg'1 => arg'1 -> IO QFrame Source #
frameShadow :: QFrameValue arg'1 => arg'1 -> IO QFrameShadow Source #
frameShape :: QFrameValue arg'1 => arg'1 -> IO QFrameShape Source #
frameStyle :: QFrameValue arg'1 => arg'1 -> IO Int Source #
frameWidth :: QFrameValue arg'1 => arg'1 -> IO Int Source #
midLineWidth :: QFrameValue arg'1 => arg'1 -> IO Int Source #
setFrameRect :: (QFramePtr arg'1, QRectValue arg'2) => arg'1 -> arg'2 -> IO () Source #
setFrameShadow :: QFramePtr arg'1 => arg'1 -> QFrameShadow -> IO () Source #
setFrameShape :: QFramePtr arg'1 => arg'1 -> QFrameShape -> IO () Source #
data QFrameShadow Source #
Instances
data QFrameShape Source #
Instances
data QFrameStyleMask Source #
Constructors
ShapeMask | |
ShadowMask |