te::qt::af::InfoExplorer Class Reference

#include <InfoExplorer.h>

Inheritance diagram for te::qt::af::InfoExplorer:

Public Slots

void onApplicationTriggered (te::qt::af::evt::Event *evt)
 Listener to the application framewrork events. More...
 

Signals

void triggered (te::qt::af::evt::Event *e)
 

Public Member Functions

te::qt::widgets::InfoDockWidgetgetInfo () const
 
 InfoExplorer (te::qt::widgets::InfoDockWidget *infoDock, te::qt::af::ApplicationController *app, QObject *parent=0)
 Constructor. More...
 
 ~InfoExplorer ()
 Destructor. More...
 

Protected Attributes

te::qt::af::ApplicationControllerm_app
 Pointer to applicatin controller;. More...
 
te::qt::widgets::InfoDockWidgetm_infoDock
 Pointer to a component te::qt::widgets::InfoDockWidget. More...
 
bool m_internalEvent
 Flag used for internal sent events. More...
 

Detailed Description

Definition at line 65 of file InfoExplorer.h.

Constructor & Destructor Documentation

◆ InfoExplorer()

te::qt::af::InfoExplorer::InfoExplorer ( te::qt::widgets::InfoDockWidget infoDock,
te::qt::af::ApplicationController app,
QObject *  parent = 0 
)

Constructor.

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

◆ ~InfoExplorer()

te::qt::af::InfoExplorer::~InfoExplorer ( )

Destructor.

Member Function Documentation

◆ getInfo()

te::qt::widgets::InfoDockWidget* te::qt::af::InfoExplorer::getInfo ( ) const

◆ onApplicationTriggered

void te::qt::af::InfoExplorer::onApplicationTriggered ( te::qt::af::evt::Event evt)
slot

Listener to the application framewrork events.

Parameters
evtAn event sent by framework.

◆ triggered

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

Member Data Documentation

◆ m_app

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

Pointer to applicatin controller;.

Definition at line 98 of file InfoExplorer.h.

◆ m_infoDock

te::qt::widgets::InfoDockWidget* te::qt::af::InfoExplorer::m_infoDock
protected

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

Definition at line 100 of file InfoExplorer.h.

◆ m_internalEvent

bool te::qt::af::InfoExplorer::m_internalEvent
protected

Flag used for internal sent events.

Definition at line 102 of file InfoExplorer.h.


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