25 #ifndef __TERRALIB_QT_WIDGETS_LAYER_INTERNAL_FOLDERITEM_H    26 #define __TERRALIB_QT_WIDGETS_LAYER_INTERNAL_FOLDERITEM_H    31 #include "../../../../maptools/AbstractLayer.h"    77         std::string getAsString() 
const;
    88         void setVisible(
const VISIBLE& visible, 
const bool& updateAncestors = 
false, 
const bool& updateDescendents = 
false);
    90         Qt::ItemFlags flags();
    98         void setTitle(
const std::string& title);
   111 #endif //__TERRALIB_QT_WIDGETS_LAYER_INTERNAL_FOLDERITEM_H 
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr