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:
QObject

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.

Definition at line 63 of file af/connectors/StyleExplorer.h.

Constructor & Destructor Documentation

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.

Definition at line 34 of file af/connectors/StyleExplorer.cpp.

References m_explorer, styleChanged(), and ~StyleExplorer().

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

Destructor.

Referenced by StyleExplorer().

Member Function Documentation

void te::qt::af::StyleExplorer::styleChanged ( te::map::AbstractLayer l)
slot
void te::qt::af::StyleExplorer::triggered ( te::qt::af::evt::Event e)
signal

Referenced by styleChanged().

Member Data Documentation

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

Pointer to applicatin controller;.

Definition at line 98 of file af/connectors/StyleExplorer.h.

Referenced by onApplicationTriggered().

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 af/connectors/StyleExplorer.h.

Referenced by getExplorer(), onApplicationTriggered(), and StyleExplorer().

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

Flag used for internal sent events.

Definition at line 102 of file af/connectors/StyleExplorer.h.

Referenced by onApplicationTriggered(), and styleChanged().


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