FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::IDropListener Class Referenceabstract

Listener of drop events. More...

#include <idroplistener.h>

+ Inheritance diagram for FIFE::IDropListener:
+ Collaboration diagram for FIFE::IDropListener:

Public Member Functions

virtual void fileDropped (DropEvent &evt)=0
 Called on a file drop event. More...
 
virtual ~IDropListener ()
 
- 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 drop events.

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

Definition at line 44 of file idroplistener.h.

Constructor & Destructor Documentation

◆ ~IDropListener()

virtual FIFE::IDropListener::~IDropListener ( )
inlinevirtual

Definition at line 51 of file idroplistener.h.

Member Function Documentation

◆ fileDropped()

virtual void FIFE::IDropListener::fileDropped ( DropEvent evt)
pure virtual

Called on a file drop event.

Parameters
evtDropEvent that describes the event.

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