| Safe Haskell | None |
|---|
HGamer3D.Bindings.CEGUI.ClassImageCodec
- delete :: HG3DClass -> IO ()
- getIdentifierString :: HG3DClass -> IO String
- getSupportedFormat :: HG3DClass -> IO String
- delete'_ :: HG3DClassPtr -> IO ()
- getIdentifierString'_ :: HG3DClassPtr -> Ptr CChar -> IO ()
- getSupportedFormat'_ :: HG3DClassPtr -> Ptr CChar -> IO ()
Documentation
Arguments
| :: HG3DClass | classpointer - pointer of Class instance which is going to be deleted. |
| -> IO () |
Destructor.
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO String |
Return the name of the image codec object. - Details: Return the name of the image codec
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO String |
Return the list of image file format supported. - Details: Return a list of space separated image format supported by this codec
delete'_ :: HG3DClassPtr -> IO ()Source
getIdentifierString'_ :: HG3DClassPtr -> Ptr CChar -> IO ()Source
getSupportedFormat'_ :: HG3DClassPtr -> Ptr CChar -> IO ()Source