A factory to build the histogram frame object.  
 More...
#include <HistogramFrameFactory.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 the histogram frame object. 
Definition at line 50 of file HistogramFrameFactory.h.
 
◆ dictionary_type
◆ factory_type
◆ ~HistogramFrameFactory()
      
        
          | te::qt::widgets::HistogramFrameFactory::~HistogramFrameFactory  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ HistogramFrameFactory()
  
  
      
        
          | te::qt::widgets::HistogramFrameFactory::HistogramFrameFactory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ build()
◆ create()
◆ finalize()
  
  
      
        
          | static void te::qt::widgets::HistogramFrameFactory::finalize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ find()
◆ getDictionary()
It returns a reference to the internal dictionary of concrete factories. 
The dictionary is a singleton.
- Returns
 - A reference to the internal dictionary. 
 
Definition at line 157 of file AbstractFactory.h.
 
 
◆ getKey()
It returns the factory key associated to the concreate factory. 
- Returns
 - The factory key associated to the concreate factory. 
 
Definition at line 140 of file AbstractFactory.h.
 
 
◆ initialize()
  
  
      
        
          | static void te::qt::widgets::HistogramFrameFactory::initialize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ make() [1/2]
◆ make() [2/2]
◆ m_factoryKey
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.
 
 
◆ sm_factory
The documentation for this class was generated from the following file: