deleteAllItems method

void deleteAllItems()

Implementation

void deleteAllItems()
{
  _root._children.clear();
  cleared();
}