HGamer3D-CEGUI-Binding-0.1.9: Windows Game Engine for the Haskell Programmer - CEGUI Bindings

Safe HaskellNone

HGamer3D.Bindings.CEGUI.ClassResourceProvider

Synopsis

Documentation

deleteSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance which is going to be deleted.

-> IO () 

Destructor for the ResourceProvider

getDefaultResourceGroupSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> IO String

return value - String object containing the currently set default resource group identifier.

Return the current default resource group identifier.

setDefaultResourceGroupSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> String

resourceGroup - String object containing the default resource group identifier to be used.

-> IO ()

return value - Nothing.

Set the default resource group identifier.