26 #ifndef __TERRAVIEW_INTERNAL_TERRAVIEW_H 
   27 #define __TERRAVIEW_INTERNAL_TERRAVIEW_H 
   30 #include "../terralib/qt/af/BaseApplication.h" 
   44       class HelpManagerImpl;
 
   66     void init(
const std::string& configFile);
 
   83 #endif  // __TERRAVIEW_INTERNAL_TERRAVIEW_H 
A QMainWindow to be used as the basis for TerraLib applications. 
 
te::qt::widgets::HelpManagerImpl * m_helpManager
 
An interface for help managers implementations. 
 
TerraView(QWidget *parent=0)
 
The main class of TerraView.