| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Gui.QBrush
Documentation
class QBrushValue a where Source #
Minimal complete definition
Methods
withQBrushPtr :: a -> (QBrushConst -> IO b) -> IO b Source #
Instances
| QBrushConstPtr a => QBrushValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QBrush Methods withQBrushPtr :: a -> (QBrushConst -> IO b) -> IO b Source # | |
class CppPtr this => QBrushConstPtr this where Source #
Minimal complete definition
Methods
toQBrushConst :: this -> QBrushConst Source #
Instances
| QBrushConstPtr QBrush Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QBrush Methods toQBrushConst :: QBrush -> QBrushConst Source # | |
| QBrushConstPtr QBrushConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QBrush Methods | |
class QBrushConstPtr this => QBrushPtr this where Source #
Minimal complete definition
data QBrushConst Source #
Instances
Instances
| Eq QBrush Source # | |
| Ord QBrush Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QBrush | |
| Show QBrush Source # | |
| CppPtr QBrush Source # | |
| Deletable QBrush Source # | |
| QBrushPtr QBrush Source # | |
| QBrushConstPtr QBrush Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QBrush Methods toQBrushConst :: QBrush -> QBrushConst Source # | |
| QBrushValue a => Assignable QBrush a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QBrush | |
| Copyable QBrush QBrush Source # | |
| Copyable QBrushConst QBrush Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QBrush Methods copy :: QBrushConst -> IO QBrush # | |
| Decodable QBrush QBrush Source # | |
| Decodable QBrushConst QBrush Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QBrush Methods decode :: QBrushConst -> IO QBrush # | |
| Assignable (Ptr (Ptr QBrush)) QBrush Source # | |
| Decodable (Ptr (Ptr QBrush)) QBrush Source # | |
castConst :: QBrushConstPtr this => this -> QBrushConst Source #
downCastConst :: QBrushSuperConst a => a -> QBrushConst Source #
newWithColor :: QColorValue arg'1 => arg'1 -> IO QBrush Source #
eQ :: (QBrushValue arg'1, QBrushValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #
nE :: (QBrushValue arg'1, QBrushValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #
setGlobalColor :: QBrushPtr arg'1 => arg'1 -> QtGlobalColor -> IO () Source #
setTexture :: (QBrushPtr arg'1, QPixmapValue arg'2) => arg'1 -> arg'2 -> IO () Source #
setTextureImage :: (QBrushPtr arg'1, QImageValue arg'2) => arg'1 -> arg'2 -> IO () Source #
setTransform :: (QBrushPtr arg'1, QTransformValue arg'2) => arg'1 -> arg'2 -> IO () Source #
style :: QBrushValue arg'1 => arg'1 -> IO QtBrushStyle Source #
textureImage :: QBrushValue arg'1 => arg'1 -> IO QImage Source #
transform :: QBrushValue arg'1 => arg'1 -> IO QTransform Source #