#include <InfoExplorer.h>
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::InfoDockWidget * | getInfo () 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::ApplicationController * | m_app |
Pointer to applicatin controller;. More... | |
te::qt::widgets::InfoDockWidget * | m_infoDock |
Pointer to a component te::qt::widgets::InfoDockWidget. More... | |
bool | m_internalEvent |
Flag used for internal sent events. More... | |
Definition at line 65 of file InfoExplorer.h.
te::qt::af::InfoExplorer::InfoExplorer | ( | te::qt::widgets::InfoDockWidget * | infoDock, |
te::qt::af::ApplicationController * | app, | ||
QObject * | parent = 0 |
||
) |
Constructor.
explorer | te::qt::widgets::StyleDockWidget to be listened. |
te::qt::af::InfoExplorer::~InfoExplorer | ( | ) |
Destructor.
te::qt::widgets::InfoDockWidget * te::qt::af::InfoExplorer::getInfo | ( | ) | const |
|
slot |
Listener to the application framewrork events.
evt | An event sent by framework. |
|
signal |
|
protected |
Pointer to applicatin controller;.
Definition at line 98 of file InfoExplorer.h.
|
protected |
Pointer to a component te::qt::widgets::InfoDockWidget.
Definition at line 100 of file InfoExplorer.h.
|
protected |
Flag used for internal sent events.
Definition at line 102 of file InfoExplorer.h.