#include <InfoExplorer.h>
Public Slots | |
| void | onApplicationTriggered (te::qt::af::evt::Event *evt) |
| Listener to the application framewrork events. | |
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. | |
| ~InfoExplorer () | |
| Destructor. | |
Protected Attributes | |
| te::qt::af::ApplicationController * | m_app |
| Pointer to applicatin controller;. | |
| te::qt::widgets::InfoDockWidget * | m_infoDock |
| Pointer to a component te::qt::widgets::InfoDockWidget. | |
| bool | m_internalEvent |
| Flag used for internal sent events. | |
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.