MFsTreeBatchProcessing Class Reference

class MFsTreeBatchProcessing

Batch updates for the tree.

Public Member Functions
voidBeginUpdate()
voidEndUpdateL()

Member Functions Documentation

BeginUpdate()

voidBeginUpdate()[pure virtual]

Begin batch update. During batch update changes to the world will not be updated on screen until the EndUpdateL is called.

EndUpdateL()

voidEndUpdateL()[pure virtual]

End batch update. All changes done between BeginUpdate and EndUpdateL will be shown on screen.