| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
HROOT.Core.TCollection.Implementation
Contents
Orphan instances
| ITCollection TCollection Source # | |
| ITObject TCollection Source # | |
Methods clear :: Castable c0 CString => TCollection -> c0 -> IO () Source # draw :: Castable c0 CString => TCollection -> c0 -> IO () Source # findObject :: Castable c0 CString => TCollection -> c0 -> IO TObject Source # getName :: TCollection -> IO CString Source # isA :: TCollection -> IO TClass Source # paint :: Castable c0 CString => TCollection -> c0 -> IO () Source # printObj :: Castable c0 CString => TCollection -> c0 -> IO () Source # saveAs :: (Castable c1 CString, Castable c0 CString) => TCollection -> c0 -> c1 -> IO () Source # write :: Castable c0 CString => TCollection -> c0 -> CInt -> CInt -> IO CInt Source # | |
| IDeletable TCollection Source # | |
Methods delete :: TCollection -> IO () # | |