Go to the documentation of this file.
26 #ifndef __TERRALIB_QT_AF_CONNECTORS_INTERNAL_STYLEEXPLORER_H
27 #define __TERRALIB_QT_AF_CONNECTORS_INTERNAL_STYLEEXPLORER_H
30 #include "../Config.h"
33 #include <QtCore/QObject>
37 namespace map {
class AbstractLayer; }
44 class StyleDockWidget;
49 class ApplicationController;
109 #endif // __TERRALIB_QT_AF_CONNECTORS_INTERNAL_STYLEEXPLORER_H
void triggered(te::qt::af::evt::Event *e)
A connector for the te::qt::widgets::StyleDockWidget class to the Application Framework.
te::qt::widgets::StyleDockWidget * m_explorer
Pointer to a component te::qt::widgets::StyleDockWidget.
void onApplicationTriggered(te::qt::af::evt::Event *evt)
Listener to the application framewrork events.
The base API for TerraLib applications.
#define TEQTAFEXPORT
You can use this macro in order to export/import classes and functions from this module.
te::qt::af::ApplicationController * m_app
Pointer to applicatin controller;.
bool m_internalEvent
Flag used for internal sent events.
~StyleExplorer()
Destructor.
te::qt::widgets::StyleDockWidget * getExplorer() const
A base class for application events.
This is the base class for layers.
StyleExplorer(te::qt::widgets::StyleDockWidget *explorer, te::qt::af::ApplicationController *app, QObject *parent=0)
Constructor.
void styleChanged(te::map::AbstractLayer *l)