A factory to build widget objects.  
 More...
#include <ChartWidgetFactory.h>
 | 
| std::string  | m_factoryKey | 
|   | The key that identifies the concrete factory: it will be used for unregistering the factory during destruction.  More...
  | 
|   | 
A factory to build widget objects. 
Definition at line 50 of file ChartWidgetFactory.h.
 
  
  
      
        
          | virtual te::qt::widgets::ChartWidgetFactory::~ChartWidgetFactory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Virtual destructor. 
- Note
 - It will automatically unregister the factory from the dictionary. 
 
 
 
  
  
      
        
          | te::qt::widgets::ChartWidgetFactory::ChartWidgetFactory  | 
          ( | 
          const std::string &  | 
          factoryKey | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
It creates the factory. 
The key of a ChartWidgetFactory is a string.
- Parameters
 - 
  
    | factoryKey | The key that identifies the factory.  | 
  
   
 
 
  
  | 
      
   | 
  
protectedpure virtualinherited   | 
  
 
 
It returns a reference to the internal dictionary of concrete factories. 
The dictionary is a singleton.
- Returns
 - A reference to the internal dictionary. 
 
 
 
It returns the factory key associated to the concreate factory. 
- Returns
 - The factory key associated to the concreate factory. 
 
 
 
The key that identifies the concrete factory: it will be used for unregistering the factory during destruction. 
Definition at line 136 of file AbstractFactory.h.
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/widgets/charts/ChartWidgetFactory.h