![]() |
StarPeak ToolKit |
| About SPTK Downloads Documentation Examples Supported Platforms and Plugins | |
#include <sptkeventhandler.h>
Inheritance diagram for sptkEventHandler:

Public Member Functions | |
| void | setName (std::string name) |
| std::string | getName () |
| bool | registerGadget (sptkGadget *newGadget) |
| void | unregisterGadget (std::string gadgetName) |
| virtual void | doEvent (int eventClass, int eventType) |
| void | setName (std::string name) |
| std::string | getName () |
| bool | registerGadget (sptkGadget *newGadget) |
| void | unregisterGadget (std::string gadgetName) |
| virtual void | doEvent (int eventClass, int eventType) |
Protected Attributes | |
| std::string | name |
|
||||||||||||
|
Handle Events here. This function has to been overwritten with your Event-Handler. See documentations and examples for detailed informations.
|
|
||||||||||||
|
Handle Events here. This function has to been overwritten with your Event-Handler. See documentations and examples for detailed informations.
|
|
|
Get the name of the Handler
|
|
|
Get the name of the Handler
|
|
|
Register a new InputGadget to the EventHandler.
|
|
|
Register a new InputGadget to the EventHandler.
|
|
|
Set the name of the Handler.
|
|
|
Set the name of the Handler.
|
|
|
Unregister the given InputGadget from the EventHandler.
|
|
|
Unregister the given InputGadget from the EventHandler.
|
|
|
Unique name string of EventHandler |