A factory to build the string property widget object.  
 More...
#include <StringPropertyWidgetFactory.h>
 | 
| int  | 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 string property widget object. 
Definition at line 50 of file StringPropertyWidgetFactory.h.
 
◆ dictionary_type
◆ factory_type
◆ ~StringPropertyWidgetFactory()
      
        
          | te::qt::widgets::StringPropertyWidgetFactory::~StringPropertyWidgetFactory  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ StringPropertyWidgetFactory()
  
  
      
        
          | te::qt::widgets::StringPropertyWidgetFactory::StringPropertyWidgetFactory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ build()
◆ create()
◆ finalize()
  
  
      
        
          | static void te::qt::widgets::StringPropertyWidgetFactory::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 106 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 84 of file AbstractFactory.h.
 
 
◆ getType()
  
  
      
        
          | int te::qt::widgets::StringPropertyWidgetFactory::getType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ initialize()
  
  
      
        
          | static void te::qt::widgets::StringPropertyWidgetFactory::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: