Exponent::GUI::Listeners::IKeyboardListener Interface Reference

Inheritance diagram for Exponent::GUI::Listeners::IKeyboardListener:

Exponent::GUI::Controls::IControlRoot Exponent::GUI::Controls::CControlRoot Exponent::GUI::Controls::CControlPanel Exponent::GUI::Controls::CMenuItemDisplay Exponent::GUI::Controls::CPresetBrowser Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserHead Exponent::GUI::Controls::CPresetBrowser::CPresetBrowserSelector Exponent::GUI::Controls::CRadioButton Exponent::GUI::Controls::CScrollPanel List of all members.

Detailed Description

Allows for responding to keyboard actions.

Date:
21/08/2004
Author:
Paul Chana
Version:
1.0.0 Initial version
Note:
All contents of this source code are copyright 2005 Exp Digital Uk.
This source file is covered by the licence conditions of the Infinity API. You should have recieved a copy
with the source code. If you didnt, please refer to http://www.expdigital.co.uk All content is the Intellectual property of Exp Digital Uk.
Certain sections of this code may come from other sources. They are credited where applicable.
If you have comments, suggestions or bug reports please visit http://support.expdigital.co.uk
Id
IKeyboardListener.hpp,v 1.3 2007/02/08 21:07:54 paul Exp

Definition at line 32 of file IKeyboardListener.hpp.

Public Member Functions


Constructor & Destructor Documentation

Exponent::GUI::Listeners::IKeyboardListener::IKeyboardListener (  )  [inline]

Construction

Definition at line 44 of file IKeyboardListener.hpp.

virtual Exponent::GUI::Listeners::IKeyboardListener::~IKeyboardListener (  )  [inline, virtual]

Destruction

Definition at line 49 of file IKeyboardListener.hpp.


Member Function Documentation

virtual bool Exponent::GUI::Listeners::IKeyboardListener::handleKeyDown ( const CKeyboardEvent event  )  [pure virtual]

Handle key down events

Parameters:
event The event to handle
Return values:
bool True if you handled the event, false otherwise

virtual bool Exponent::GUI::Listeners::IKeyboardListener::handleKeyUp ( const CKeyboardEvent event  )  [pure virtual]

Handle key up events

Parameters:
event The event to handle
Return values:
bool True if you handled the event, false otherwise


Infinity API - Exponent::GUI::Listeners::IKeyboardListener Interface Reference generated on 7 Mar 2007