Copyright | (c) David Himmelstrup 2005 |
---|---|
License | BSD-like |
Maintainer | lemmih@gmail.com |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
Graphics.UI.SDL.Mixer.Types
Description
Documentation
data ChunkStruct Source #
type Chunk = ForeignPtr ChunkStruct Source #
data MusicStruct Source #
type Music = ForeignPtr MusicStruct Source #
Instances
Bounded MusicType Source # | |
Enum MusicType Source # | |
Defined in Graphics.UI.SDL.Mixer.Types Methods succ :: MusicType -> MusicType Source # pred :: MusicType -> MusicType Source # toEnum :: Int -> MusicType Source # fromEnum :: MusicType -> Int Source # enumFrom :: MusicType -> [MusicType] Source # enumFromThen :: MusicType -> MusicType -> [MusicType] Source # enumFromTo :: MusicType -> MusicType -> [MusicType] Source # enumFromThenTo :: MusicType -> MusicType -> MusicType -> [MusicType] Source # | |
Show MusicType Source # | |
Eq MusicType Source # | |
Ord MusicType Source # | |
Defined in Graphics.UI.SDL.Mixer.Types |
Instances
Bounded Fading Source # | |
Enum Fading Source # | |
Defined in Graphics.UI.SDL.Mixer.Types Methods succ :: Fading -> Fading Source # pred :: Fading -> Fading Source # toEnum :: Int -> Fading Source # fromEnum :: Fading -> Int Source # enumFrom :: Fading -> [Fading] Source # enumFromThen :: Fading -> Fading -> [Fading] Source # enumFromTo :: Fading -> Fading -> [Fading] Source # enumFromThenTo :: Fading -> Fading -> Fading -> [Fading] Source # | |
Show Fading Source # | |
Eq Fading Source # | |
Ord Fading Source # | |