te::qt::af::StyleExplorer Class Reference

A connector for the te::qt::widgets::StyleDockWidget class to the Application Framework. More...

#include <StyleExplorer.h>

Inheritance diagram for te::qt::af::StyleExplorer:

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::StyleDockWidgetgetExplorer () const
 
 StyleExplorer (te::qt::widgets::StyleDockWidget *explorer, QObject *parent=0)
 Constructor. More...
 
 ~StyleExplorer ()
 Destructor. More...
 

Protected Attributes

te::qt::widgets::StyleDockWidgetm_explorer
 Pointer to a component te::qt::widgets::StyleDockWidget. More...
 

Detailed Description

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 61 of file StyleExplorer.h.

Constructor & Destructor Documentation

te::qt::af::StyleExplorer::StyleExplorer ( te::qt::widgets::StyleDockWidget explorer,
QObject *  parent = 0 
)

Constructor.

Parameters
explorerte::qt::widgets::StyleDockWidget to be listened.
te::qt::af::StyleExplorer::~StyleExplorer ( )

Destructor.

Member Function Documentation

te::qt::widgets::StyleDockWidget* te::qt::af::StyleExplorer::getExplorer ( ) const
void te::qt::af::StyleExplorer::onApplicationTriggered ( te::qt::af::evt::Event evt)
slot

Listener to the application framewrork events.

Parameters
evtAn event sent by framework.
void te::qt::af::StyleExplorer::styleChanged ( te::map::AbstractLayer l)
slot
void te::qt::af::StyleExplorer::triggered ( te::qt::af::evt::Event e)
signal

Member Data Documentation

te::qt::widgets::StyleDockWidget* te::qt::af::StyleExplorer::m_explorer
protected

Pointer to a component te::qt::widgets::StyleDockWidget.

Definition at line 96 of file StyleExplorer.h.


The documentation for this class was generated from the following file: