The SymbolLibraryManager is a singleton that can be used to manage all loaded symbol libraries in TerraLib.  
 More...
#include <SymbolLibraryManager.h>
The SymbolLibraryManager is a singleton that can be used to manage all loaded symbol libraries in TerraLib. 
- See also
 - Symbol, SymbolLibrary, Singleton 
 
Definition at line 55 of file SymbolLibraryManager.h.
 
◆ ~SymbolLibraryManager()
  
  
      
        
          | virtual te::qt::widgets::SymbolLibraryManager::~SymbolLibraryManager  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ SymbolLibraryManager()
  
  
      
        
          | te::qt::widgets::SymbolLibraryManager::SymbolLibraryManager  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
It initializes the Singleton. 
 
 
◆ getInstance()
It returns a reference to the singleton instance. 
- Returns
 - A reference to the singleton instance. 
 
Definition at line 126 of file Singleton.h.
 
 
◆ getLibrary()
      
        
          | SymbolLibrary* te::qt::widgets::SymbolLibraryManager::getLibrary  | 
          ( | 
           | ) | 
           const | 
        
      
 
It returns the symbol library identified by a given name or NULL if none is found. 
- Parameters
 - 
  
    | name | The name of the symbol library we are looking for. | 
  
   
- Returns
 - A pointer to a symbol library or NULL if none is found. 
 
 
 
◆ te::common::Singleton< SymbolLibraryManager >
◆ m_symbolLibrary
  
  
      
        
          | std::unique_ptr<SymbolLibrary> te::qt::widgets::SymbolLibraryManager::m_symbolLibrary | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: