26 #ifndef __TERRALIB_QT_SE_INTERNAL_GRAPHICFILLWIDGETFACTORY_H 
   27 #define __TERRALIB_QT_SE_INTERNAL_GRAPHICFILLWIDGETFACTORY_H 
   30 #include "../Config.h" 
   56           static void initialize();
 
   59           static void finalize();
 
  116 #endif  // __TERRALIB_QT_SE_INTERNAL_GRAPHICFILLWIDGETFACTORY_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
static GraphicFillWidgetFactory * sm_factory
A pointer to the global factory. 
 
The abstract factory of widgets used to configure Symbology Enconding Fill element. 
 
static std::string sm_factoryKey
The factory key. 
 
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...
 
Abstract class that represents a widget that can be used to build a fill element. ...