A connector for the te::qt::widgets::StyleDockWidget class to the Application Framework. More...
#include <StyleExplorer.h>
Public Slots | |
void | onApplicationTriggered (te::qt::af::evt::Event *evt) |
Listener to the application framewrork events. More... | |
void | styleChanged (te::map::AbstractLayer *l) |
Signals | |
void | triggered (te::qt::af::evt::Event *e) |
Public Member Functions | |
te::qt::widgets::StyleDockWidget * | getExplorer () const |
StyleExplorer (te::qt::widgets::StyleDockWidget *explorer, te::qt::af::ApplicationController *app, QObject *parent=0) | |
Constructor. More... | |
~StyleExplorer () | |
Destructor. More... | |
Protected Attributes | |
te::qt::af::ApplicationController * | m_app |
Pointer to applicatin controller;. More... | |
te::qt::widgets::StyleDockWidget * | m_explorer |
Pointer to a component te::qt::widgets::StyleDockWidget. More... | |
A connector for the te::qt::widgets::StyleDockWidget class to the Application Framework.
It is used to listen events sent by the application framework.
Definition at line 63 of file StyleExplorer.h.
te::qt::af::StyleExplorer::StyleExplorer | ( | te::qt::widgets::StyleDockWidget * | explorer, |
te::qt::af::ApplicationController * | app, | ||
QObject * | parent = 0 |
||
) |
Constructor.
explorer | te::qt::widgets::StyleDockWidget to be listened. |
te::qt::af::StyleExplorer::~StyleExplorer | ( | ) |
Destructor.
te::qt::widgets::StyleDockWidget* te::qt::af::StyleExplorer::getExplorer | ( | ) | const |
|
slot |
Listener to the application framewrork events.
evt | An event sent by framework. |
|
slot |
|
signal |
|
protected |
Pointer to applicatin controller;.
Definition at line 98 of file StyleExplorer.h.
|
protected |
Pointer to a component te::qt::widgets::StyleDockWidget.
Definition at line 100 of file StyleExplorer.h.