Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Public Attributes | List of all members
orxonox::BaseInputBufferListenerTuple Class Referenceabstract

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/core/input/InputBuffer.h>

Inheritance diagram for orxonox::BaseInputBufferListenerTuple:
orxonox::InputBufferListenerTuple< T >

Public Member Functions

 BaseInputBufferListenerTuple (bool bListenToAllChanges, bool bOnlySingleInput, bool trueKeyFalseChar, char _char, KeyCode::ByEnum key)
 
virtual ~BaseInputBufferListenerTuple ()=default
 
virtual void callFunction ()=0
 

Public Attributes

bool bListenToAllChanges_
 
bool bOnlySingleInput_
 
char char_
 
KeyCode::ByEnum key_
 
bool trueKeyFalseChar_
 

Constructor & Destructor Documentation

orxonox::BaseInputBufferListenerTuple::BaseInputBufferListenerTuple ( bool  bListenToAllChanges,
bool  bOnlySingleInput,
bool  trueKeyFalseChar,
char  _char,
KeyCode::ByEnum  key 
)
inline
virtual orxonox::BaseInputBufferListenerTuple::~BaseInputBufferListenerTuple ( )
virtualdefault

Member Function Documentation

virtual void orxonox::BaseInputBufferListenerTuple::callFunction ( )
pure virtual

Member Data Documentation

bool orxonox::BaseInputBufferListenerTuple::bListenToAllChanges_
bool orxonox::BaseInputBufferListenerTuple::bOnlySingleInput_
char orxonox::BaseInputBufferListenerTuple::char_
KeyCode::ByEnum orxonox::BaseInputBufferListenerTuple::key_
bool orxonox::BaseInputBufferListenerTuple::trueKeyFalseChar_

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