FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::IListener Class Reference

Base Listener. More...

#include <ilistener.h>

+ Inheritance diagram for FIFE::IListener:
+ Collaboration diagram for FIFE::IListener:

Public Member Functions

virtual bool isActive ()
 Indicates if the listener is active. More...
 
virtual void setActive (bool active)
 Changes the listener status. More...
 
virtual ~IListener ()
 

Protected Member Functions

 IListener ()
 

Private Attributes

bool m_active
 

Detailed Description

Base Listener.

Definition at line 40 of file ilistener.h.

Constructor & Destructor Documentation

◆ ~IListener()

virtual FIFE::IListener::~IListener ( )
inlinevirtual

Definition at line 51 of file ilistener.h.

◆ IListener()

FIFE::IListener::IListener ( )
inlineprotected

Definition at line 54 of file ilistener.h.

References m_active.

Member Function Documentation

◆ isActive()

virtual bool FIFE::IListener::isActive ( )
inlinevirtual

Indicates if the listener is active.

Definition at line 44 of file ilistener.h.

References m_active.

Referenced by FIFE::JoystickManager::removeJoystickListener().

+ Here is the caller graph for this function:

◆ setActive()

virtual void FIFE::IListener::setActive ( bool  active)
inlinevirtual

Changes the listener status.

Parameters
activeThe value to change the listener to active / inactive.

Definition at line 49 of file ilistener.h.

References m_active.

Referenced by FIFE::JoystickManager::removeJoystickListener().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_active

bool FIFE::IListener::m_active
private

Definition at line 56 of file ilistener.h.

Referenced by IListener(), isActive(), and setActive().


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