MFsTreeBatchProcessing Class Reference

class MFsTreeBatchProcessing

Batch updates for the tree.

Public Member Functions
void BeginUpdate ()
void EndUpdateL ()

Member Functions Documentation

BeginUpdate()

void BeginUpdate ( ) [pure virtual]

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

EndUpdateL()

void EndUpdateL ( ) [pure virtual]

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