58 item->setParent(
this);
66 return m_children->getValue((
unsigned int) pos);
87 std::vector<TreeItem*> items;
100 while(aux !=
nullptr)
102 if(aux->
m_value->m_type == type || type.empty())
136 return std::string();
147 return Qt::ItemIsSelectable | Qt::ItemIsDropEnabled | Qt::ItemIsEnabled;
Struct that implements the generic queue.
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
Struct that represents a node in the Queue.
NodeT< T > * m_next
Pointer to the next node.