A factory to build the string property widget object. More...
#include <StringPropertyWidgetFactory.h>
  
 Public Types | |
| typedef FactoryDictionary < AbstractFactory < te::qt::widgets::SimplePropertyWidget, int, TKEYCOMPARE >, int, TKEYCOMPARE >  | dictionary_type | 
| typedef AbstractFactory | factory_type | 
Public Member Functions | |
| const int & | getKey () const | 
| It returns the factory key associated to the concreate factory.  More... | |
| int | getType () const | 
| It returns the type of component widget that the factory knows how to create.  More... | |
| ~StringPropertyWidgetFactory () | |
Static Public Member Functions | |
| static void | finalize () | 
| static const factory_type * | find (const int &factoryKey) | 
| static dictionary_type & | getDictionary () | 
| It returns a reference to the internal dictionary of concrete factories.  More... | |
| static void | initialize () | 
| static  te::qt::widgets::SimplePropertyWidget *  | make (const int &type) | 
| static  te::qt::widgets::SimplePropertyWidget *  | make (const int &type, QWidget *parent=0) | 
Protected Member Functions | |
| te::qt::widgets::SimplePropertyWidget * | build () | 
| Concrete factories (derived from this one) must implement this method in order to create objects.  More... | |
| virtual  te::qt::widgets::SimplePropertyWidget *  | create (QWidget *parent=0) | 
| StringPropertyWidgetFactory () | |
Protected Attributes | |
| int | m_factoryKey | 
| The key that identifies the concrete factory: it will be used for unregistering the factory during destruction.  More... | |
Static Private Attributes | |
| static  StringPropertyWidgetFactory *  | sm_factory | 
A factory to build the string property widget object.
Definition at line 50 of file StringPropertyWidgetFactory.h.
      
  | 
  inherited | 
Definition at line 73 of file AbstractFactory.h.
      
  | 
  inherited | 
Definition at line 77 of file AbstractFactory.h.
| te::qt::widgets::StringPropertyWidgetFactory::~StringPropertyWidgetFactory | ( | ) | 
Definition at line 48 of file StringPropertyWidgetFactory.cpp.
      
  | 
  protected | 
Definition at line 58 of file StringPropertyWidgetFactory.cpp.
Referenced by initialize().
      
  | 
  protectedvirtual | 
Concrete factories (derived from this one) must implement this method in order to create objects.
Implements te::common::AbstractFactory< te::qt::widgets::SimplePropertyWidget, int >.
Definition at line 53 of file StringPropertyWidgetFactory.cpp.
      
  | 
  protectedvirtual | 
Implements te::qt::widgets::SimplePropertyWidgetFactory.
Definition at line 64 of file StringPropertyWidgetFactory.cpp.
      
  | 
  static | 
Definition at line 37 of file StringPropertyWidgetFactory.cpp.
Referenced by initialize().
      
  | 
  staticinherited | 
      
  | 
  staticinherited | 
It returns a reference to the internal dictionary of concrete factories.
The dictionary is a singleton.
      
  | 
  inherited | 
It returns the factory key associated to the concreate factory.
      
  | 
  virtual | 
It returns the type of component widget that the factory knows how to create.
Implements te::qt::widgets::SimplePropertyWidgetFactory.
Definition at line 43 of file StringPropertyWidgetFactory.cpp.
References te::dt::STRING_TYPE.
      
  | 
  static | 
Definition at line 31 of file StringPropertyWidgetFactory.cpp.
References finalize(), sm_factory, and StringPropertyWidgetFactory().
Referenced by te::qt::widgets::Module::initialize().
      
  | 
  staticinherited | 
Definition at line 30 of file SimplePropertyWidgetFactory.cpp.
References te::common::AbstractFactory< TPRODUCT, TFACTORYKEY, TKEYCOMPARE >::make().
Referenced by te::qt::widgets::NewPropertyWidget::onDataTypeComboBoxActivated().
      
  | 
  staticinherited | 
      
  | 
  protectedinherited | 
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.
      
  | 
  staticprivate | 
Definition at line 72 of file StringPropertyWidgetFactory.h.
Referenced by initialize().