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

Safe HaskellNone

HGamer3D.Bindings.CEGUI.ClassDefaultResourceProvider

Synopsis

Documentation

newSource

Arguments

:: IO HG3DClass 

deleteSource

Arguments

:: HG3DClass

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

-> IO () 

Set the directory associated with a given resource group identifier.

setResourceGroupDirectorySource

Arguments

:: HG3DClass

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

-> String

resourceGroup - The resource group identifier whose directory is to be set.

-> String

directory - The directory to be associated with resource group identifier resourceGroup

-> IO ()

return value - Nothing.

Return the directory associated with the specified resource group identifier. - Details: This member is not defined as being const because it may cause creation of an empty directory specification for the resourceGroup if the resourceGroup has not previously been accessed.

getResourceGroupDirectorySource

Arguments

:: HG3DClass

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

-> String

resourceGroup - The resource group identifier for which the associated directory is to be returned.

-> IO String

return value - String object describing the directory currently associated with resource group identifier

clearResourceGroupDirectorySource

Arguments

:: HG3DClass

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

-> String

resourceGroup - The resource group identifier for which the associated directory is to be cleared.

-> IO () 

clears any currently set directory for the specified resource group identifier.