te::qt::plugins::edit::ApplicationListener Class Reference

A listener of application framework. It is used to listen events sent by the application framework. More...

#include <ApplicationListener.h>

Inheritance diagram for te::qt::plugins::edit::ApplicationListener:
te::common::Singleton< ApplicationListener >

Static Public Member Functions

static ApplicationListenergetInstance ()
 It returns a reference to the singleton instance. More...
 

Protected Slots

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

Protected Member Functions

 ApplicationListener ()
 It initializes the singleton instance of the application framework listener. More...
 
 ~ApplicationListener ()
 Singleton destructor. More...
 

Friends

class te::common::Singleton< ApplicationListener >
 

Detailed Description

A listener of application framework. It is used to listen events sent by the application framework.

Definition at line 57 of file ApplicationListener.h.

Constructor & Destructor Documentation

te::qt::plugins::edit::ApplicationListener::ApplicationListener ( )
protected

It initializes the singleton instance of the application framework listener.

te::qt::plugins::edit::ApplicationListener::~ApplicationListener ( )
protected

Singleton destructor.

Member Function Documentation

static ApplicationListener & te::common::Singleton< ApplicationListener >::getInstance ( )
staticinherited

It returns a reference to the singleton instance.

Returns
A reference to the singleton instance.
void te::qt::plugins::edit::ApplicationListener::onApplicationTriggered ( te::qt::af::evt::Event e)
protectedslot

Friends And Related Function Documentation

Definition at line 61 of file ApplicationListener.h.


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