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