All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 Member Functions

te::qt::widgets::StyleDockWidgetgetExplorer () const
 
 StyleExplorer (te::qt::widgets::StyleDockWidget *explorer, QObject *parent=0)
 Constructor. More...
 
 ~StyleExplorer ()
 Destructor. More...
 

Protected Slots

void onApplicationTriggered (te::qt::af::evt::Event *evt)
 Listener to the application framewrork events. 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.

Definition at line 33 of file StyleExplorer.cpp.

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

Destructor.

Definition at line 40 of file StyleExplorer.cpp.

Member Function Documentation

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

Definition at line 44 of file StyleExplorer.cpp.

void te::qt::af::StyleExplorer::onApplicationTriggered ( te::qt::af::evt::Event evt)
protectedslot

Listener to the application framewrork events.

Parameters
evtAn event sent by framework.

Definition at line 49 of file StyleExplorer.cpp.

References te::qt::af::evt::LAYER_SELECTED, te::qt::af::evt::LAYER_STYLE_SELECTED, te::qt::af::evt::Event::m_id, te::qt::af::evt::LayerSelected::m_layer, and te::qt::af::evt::LayerStyleSelected::m_layer.

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


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