| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
HROOT.Core.TColor
Documentation
Instances
| ITColor TColor Source # | |
Defined in HROOT.Core.TColor.Implementation | |
| ITNamed TColor Source # | |
| ITObject TColor Source # | |
Defined in HROOT.Core.TColor.Implementation Methods clear :: Castable c0 CString => TColor -> c0 -> IO () Source # draw :: Castable c0 CString => TColor -> c0 -> IO () Source # findObject :: Castable c0 CString => TColor -> c0 -> IO TObject Source # getName :: TColor -> IO CString Source # isA :: TColor -> IO TClass Source # paint :: Castable c0 CString => TColor -> c0 -> IO () Source # printObj :: Castable c0 CString => TColor -> c0 -> IO () Source # saveAs :: (Castable c1 CString, Castable c0 CString) => TColor -> c0 -> c1 -> IO () Source # write :: Castable c0 CString => TColor -> c0 -> CInt -> CInt -> IO CInt Source # | |
| Show TColor Source # | |
| FPtr TColor Source # | |
| Eq TColor Source # | |
| Ord TColor Source # | |
| IDeletable TColor Source # | |
Defined in HROOT.Core.TColor.Implementation | |
| Castable TColor (Ptr RawTColor) Source # | |
| type Raw TColor Source # | |
Defined in HROOT.Core.TColor.RawType | |
class ITNamed a => ITColor a Source #
Instances
| ITColor TColor Source # | |
Defined in HROOT.Core.TColor.Implementation | |
newTColor_ :: IO TColor Source #