A factory to build the histogram frame object. More...
#include <HistogramFrameFactory.h>
  
 Public Types | |
| typedef FactoryDictionary < AbstractFactory < te::qt::widgets::ChartWidget, std::string, std::less < std::string > >, std::string, std::less< std::string > >  | dictionary_type | 
| typedef AbstractFactory | factory_type | 
Public Member Functions | |
| const std::string & | getKey () const | 
| It returns the factory key associated to the concreate factory.  More... | |
| ~HistogramFrameFactory () | |
Static Public Member Functions | |
| static void | finalize () | 
| static const factory_type * | find (const std::string &factoryKey) | 
| static dictionary_type & | getDictionary () | 
| It returns a reference to the internal dictionary of concrete factories.  More... | |
| static void | initialize () | 
| static  te::qt::widgets::ChartWidget *  | make (const std::string &cwType) | 
| static  te::qt::widgets::ChartWidget *  | make (const std::string &cwType, QWidget *parent=0) | 
Protected Member Functions | |
| te::qt::widgets::ChartWidget * | build () | 
| Concrete factories (derived from this one) must implement this method in order to create objects.  More... | |
| virtual  te::qt::widgets::ChartWidget *  | create (QWidget *parent=0) | 
| HistogramFrameFactory () | |
Protected Attributes | |
| std::string | m_factoryKey | 
| The key that identifies the concrete factory: it will be used for unregistering the factory during destruction.  More... | |
Static Private Attributes | |
| static HistogramFrameFactory * | sm_factory | 
A factory to build the histogram frame object.
Definition at line 50 of file HistogramFrameFactory.h.
      
  | 
  inherited | 
Definition at line 73 of file AbstractFactory.h.
      
  | 
  inherited | 
Definition at line 77 of file AbstractFactory.h.
| te::qt::widgets::HistogramFrameFactory::~HistogramFrameFactory | ( | ) | 
Definition at line 43 of file HistogramFrameFactory.cpp.
      
  | 
  protected | 
Definition at line 53 of file HistogramFrameFactory.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::ChartWidget, std::string >.
Definition at line 48 of file HistogramFrameFactory.cpp.
      
  | 
  protectedvirtual | 
Implements te::qt::widgets::ChartWidgetFactory.
Definition at line 59 of file HistogramFrameFactory.cpp.
      
  | 
  static | 
Definition at line 37 of file HistogramFrameFactory.cpp.
Referenced by te::qt::widgets::ChartProperties::ChartProperties(), and initialize().
      
  | 
  staticinherited | 
      
  | 
  staticinherited | 
It returns a reference to the internal dictionary of concrete factories.
The dictionary is a singleton.
Referenced by te::qt::widgets::ChartProperties::ChartProperties().
      
  | 
  inherited | 
It returns the factory key associated to the concreate factory.
      
  | 
  static | 
Definition at line 31 of file HistogramFrameFactory.cpp.
References finalize(), HistogramFrameFactory(), and sm_factory.
Referenced by te::qt::widgets::ChartProperties::ChartProperties().
      
  | 
  staticinherited | 
Definition at line 29 of file ChartWidgetFactory.cpp.
References te::common::AbstractFactory< TPRODUCT, TFACTORYKEY, TKEYCOMPARE >::make().
Referenced by te::qt::widgets::ChartProperties::ChartProperties(), and te::qt::widgets::ChartProperties::onItemClicked().
      
  | 
  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 70 of file HistogramFrameFactory.h.
Referenced by initialize().