26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_CHARTFRAME_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_CHARTFRAME_H 
   30 #include "../Config.h" 
   35 namespace Ui { 
class ChartStyleFrameWidgetForm; }
 
   45       class ChartStyleWidget;
 
   89           std::auto_ptr<Ui::ChartStyleFrameWidgetForm>  
m_ui;           
 
   98 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_CHARTFRAME_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< Ui::ChartStyleFrameWidgetForm > m_ui
The Widget form. 
 
A base widget for settings. 
 
ChartDisplay * m_display
The display that will be configured by this widget. 
 
A class to represent a chart display. 
 
ChartStyleWidget * m_styleWidget
The widget used to configure the display's style. 
 
A base widget to be used on the chart settings.