26 #ifndef __TERRALIB_QT_AF_CONNECTORS_INTERNAL_INFOEXPLORER_H
27 #define __TERRALIB_QT_AF_CONNECTORS_INTERNAL_INFOEXPLORER_H
30 #include "../Config.h"
34 #include <QtCore/QObject>
51 class ApplicationController;
This is the base class for Layers.
The base API for TerraLib applications.
te::qt::widgets::InfoDockWidget * m_infoDock
Pointer to a component te::qt::widgets::InfoDockWidget.
void triggered(te::qt::af::evt::Event *e)
te::qt::af::ApplicationController * m_app
Pointer to applicatin controller;.
void onApplicationTriggered(te::qt::af::evt::Event *evt)
Listener to the application framewrork events.
te::qt::widgets::InfoDockWidget * getInfo() const
InfoExplorer(te::qt::widgets::InfoDockWidget *infoDock, te::qt::af::ApplicationController *app, QObject *parent=0)
Constructor.
bool m_internalEvent
Flag used for internal sent events.
~InfoExplorer()
Destructor.
A base class for application events.
#define TEQTAFEXPORT
You can use this macro in order to export/import classes and functions from this module.