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

Safe HaskellNone

HGamer3D.Bindings.CEGUI.ClassItemEntry

Synopsis

Documentation

isSelectedSource

Arguments

:: HG3DClass

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

-> IO Bool 

Returns whether this item is selected or not.

isSelectableSource

Arguments

:: HG3DClass

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

-> IO Bool 

Returns whether this item is selectable or not.

setSelectedSource

Arguments

:: HG3DClass

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

-> Bool

setting - true to select the item. false to deselect the item.

-> IO () 

Selects the item.

Sets the selection state of this item (on/off). If this item is not selectable this function does nothing.

selectSource

Arguments

:: HG3DClass

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

-> IO () 

Deselects the item.

deselectSource

Arguments

:: HG3DClass

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

-> IO () 

Set the selection state for this ListItem. Internal version. Should NOT be used by client code.

setSelectedImplSource

Arguments

:: HG3DClass

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

-> Bool

state

-> Bool

notify

-> IO () 

Sets whether this item will be selectable. - Details: If the item is currently selectable and selected, calling this function with setting

setSelectableSource

Arguments

:: HG3DClass

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

-> Bool

setting - true to allow this item to be selected. false to disallow this item from ever being selected.

-> IO () 

Constructor for ItemEntry

newSource

Arguments

:: String

type

-> String

name

-> IO HG3DClass 

deleteSource

Arguments

:: HG3DClass

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

-> IO () 

Destructor for ItemEntry