FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::ITextListener Class Referenceabstract

Listener of text events. More...

#include <itextlistener.h>

+ Inheritance diagram for FIFE::ITextListener:
+ Collaboration diagram for FIFE::ITextListener:

Public Member Functions

virtual void textInput (TextEvent &evt)=0
 Called on a text input event. More...
 
virtual void textEdit (TextEvent &evt)=0
 Called on a text edit event. More...
 
virtual ~ITextListener ()
 
- Public Member Functions inherited from FIFE::IListener
virtual bool isActive ()
 Indicates if the listener is active. More...
 
virtual void setActive (bool active)
 Changes the listener status. More...
 
virtual ~IListener ()
 

Additional Inherited Members

- Protected Member Functions inherited from FIFE::IListener
 IListener ()
 

Detailed Description

Listener of text events.

To be able to listen for text events you must make a class which inherits from this class and implements its functions.

Definition at line 44 of file itextlistener.h.

Constructor & Destructor Documentation

◆ ~ITextListener()

virtual FIFE::ITextListener::~ITextListener ( )
inlinevirtual

Definition at line 56 of file itextlistener.h.

Member Function Documentation

◆ textEdit()

virtual void FIFE::ITextListener::textEdit ( TextEvent evt)
pure virtual

Called on a text edit event.

Parameters
evtTextEvent that describes the event.

◆ textInput()

virtual void FIFE::ITextListener::textInput ( TextEvent evt)
pure virtual

Called on a text input event.

Parameters
evtTextEvent that describes the event.

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