Loading...
Searching...
No Matches
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, te::qt::af::ApplicationController *app, QObject *parent=0)
 Constructor. More...
 
 ~StyleExplorer ()
 Destructor. More...
 

Protected Attributes

te::qt::af::ApplicationControllerm_app
 Pointer to applicatin controller;. More...
 
te::qt::widgets::StyleDockWidgetm_explorer
 Pointer to a component te::qt::widgets::StyleDockWidget. More...
 
bool m_internalEvent
 Flag used for internal sent events. 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.

It is used to listen events sent by the application framework.

Definition at line 63 of file StyleExplorer.h.

Constructor & Destructor Documentation

◆ StyleExplorer()

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

Constructor.

Parameters
explorerte::qt::widgets::StyleDockWidget to be listened.

◆ ~StyleExplorer()

te::qt::af::StyleExplorer::~StyleExplorer ( )

Destructor.

Member Function Documentation

◆ getExplorer()

te::qt::widgets::StyleDockWidget * te::qt::af::StyleExplorer::getExplorer ( ) const

◆ onApplicationTriggered

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.

◆ styleChanged

void te::qt::af::StyleExplorer::styleChanged ( te::map::AbstractLayer l)
slot

◆ triggered

void te::qt::af::StyleExplorer::triggered ( te::qt::af::evt::Event e)
signal

Member Data Documentation

◆ m_app

te::qt::af::ApplicationController* te::qt::af::StyleExplorer::m_app
protected

Pointer to applicatin controller;.

Definition at line 98 of file StyleExplorer.h.

◆ m_explorer

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

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

Definition at line 100 of file StyleExplorer.h.

◆ m_internalEvent

bool te::qt::af::StyleExplorer::m_internalEvent
protected

Flag used for internal sent events.

Definition at line 102 of file StyleExplorer.h.


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