| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Gui.QPen
Documentation
class QPenValue a where Source #
Minimal complete definition
Instances
| QPenConstPtr a => QPenValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPen | |
class CppPtr this => QPenConstPtr this where Source #
Minimal complete definition
Methods
toQPenConst :: this -> QPenConst Source #
Instances
| QPenConstPtr QPen Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPen Methods toQPenConst :: QPen -> QPenConst Source # | |
| QPenConstPtr QPenConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPen Methods toQPenConst :: QPenConst -> QPenConst Source # | |
class QPenConstPtr this => QPenPtr this where Source #
Minimal complete definition
Instances
| Eq QPenConst Source # | |
| Ord QPenConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPen | |
| Show QPenConst Source # | |
| CppPtr QPenConst Source # | |
| Deletable QPenConst Source # | |
| QPenConstPtr QPenConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPen Methods toQPenConst :: QPenConst -> QPenConst Source # | |
| Copyable QPenConst QPen Source # | |
| Decodable QPenConst QPen Source # | |
Instances
| Eq QPen Source # | |
| Ord QPen Source # | |
| Show QPen Source # | |
| CppPtr QPen Source # | |
| Deletable QPen Source # | |
| QPenPtr QPen Source # | |
| QPenConstPtr QPen Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPen Methods toQPenConst :: QPen -> QPenConst Source # | |
| QPenValue a => Assignable QPen a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPen | |
| Copyable QPen QPen Source # | |
| Copyable QPenConst QPen Source # | |
| Decodable QPen QPen Source # | |
| Decodable QPenConst QPen Source # | |
| Assignable (Ptr (Ptr QPen)) QPen Source # | |
| Decodable (Ptr (Ptr QPen)) QPen Source # | |
castConst :: QPenConstPtr this => this -> QPenConst Source #
downCastConst :: QPenSuperConst a => a -> QPenConst Source #
newWithColor :: QColorValue arg'1 => arg'1 -> IO QPen Source #