26 #ifndef __TERRALIB_QT_WIDGETS_LAYER_INTERNAL_TREEITEM_H 
   27 #define __TERRALIB_QT_WIDGETS_LAYER_INTERNAL_TREEITEM_H 
   29 #include "../../Config.h" 
   32 #include "../../../../common/Exception.h" 
   33 #include "../../../../common/GenericQueue.h" 
   36 #include <qnamespace.h> 
  166         void getChildren(std::vector<TreeItem*>& items, 
const std::string& type) 
const;
 
  205         virtual void setVisible(
const VISIBLE& visible, 
const bool& updateAncestors = 
false, 
const bool& updateDescendents = 
false);
 
Struct that implements the generic queue.