36   std::map<std::string, te::common::AbstractFactory<AbstractFillWidget, std::string>*>::const_iterator it;
 
   37   for(it = dic.
begin(); it != dic.
end(); ++it) 
 
   38     keys.push_back(it->second->getKey());
 
   42   : te::common::AbstractFactory<te::qt::widgets::
AbstractFillWidget, std::string>(factoryKey)
 
static dictionary_type & getDictionary()
It returns a reference to the internal dictionary of concrete factories. 
 
std::map< TFACTORYKEY, TFACTORY *, TKEYCOMPARE >::const_iterator end() const 
It returns an iterator to the end of the container. 
 
std::map< TFACTORYKEY, TFACTORY *, TKEYCOMPARE >::const_iterator begin() const 
It returns an iterator to the first stored factory. 
 
This class represents a dictionary of factories.