static std::string sm_factoryKey
The factory key. 
 
BasicFillWidgetFactory()
It creates the factory. 
 
A concrete factory that builds a fill widget used to configure a basic fill element. 
 
AbstractFillWidget * build()
Concrete factories (derived from this one) must implement this method in order to create objects...
 
~BasicFillWidgetFactory()
Destructor. 
 
A concrete factory that builds a fill widget used to configure a basic fill element. 
 
static void initialize()
It initializes the factory: the singleton instance will be registered in the abstract factory Abstrac...
 
static BasicFillWidgetFactory * sm_factory
A pointer to the global factory. 
 
The abstract factory of widgets used to configure Symbology Enconding Fill element. 
 
A widget used to build a basic fill element. 
 
A widget used to build a basic fill element. 
 
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
 
Abstract class that represents a widget that can be used to build a fill element. ...