Gladeui.IDAllocator

Fields

None

Methods

  allocate ()
  destroy ()
  release (id)

Details

class Gladeui.IDAllocator
allocate()
Returns:the id
Return type:int

TODO: write me

destroy()

Frees self and its associated memory

release(id)
Parameters:id (int) – the id given by Gladeui.IDAllocator.allocate()

TODO: write me