27 #include "../../../common/Exception.h" 28 #include "../../../common/STLUtils.h" 29 #include "../../../core/translator/Translator.h" 40 std::string name = library->
getName();
51 std::string name = library->
getName();
64 std::map<std::string, SymbolLibrary*>::const_iterator it =
m_symbolLibraryMap.find(name);
72 std::pair<std::map<std::string, te::qt::widgets::SymbolLibrary*>::const_iterator,
75 return std::pair<std::map<std::string, SymbolLibrary*>::const_iterator,
#define TE_TR(message)
It marks a string in order to get translated.
The SymbolLibraryManager is a singleton that can be used to manage all loaded symbol libraries in Ter...
This class represents a library of symbols.
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
void FreeContents(boost::unordered_map< K, V * > &m)
This function can be applied to a map of pointers. It will delete each pointer in the map...