Panda3D
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
EventReceiver Class Reference

An abstract base class for anything that might care about receiving events. More...

#include "eventReceiver.h"

Static Public Member Functions

static TypeHandle get_class_type ()
 
static void init_type ()
 

Detailed Description

An abstract base class for anything that might care about receiving events.

An object that might receive an event should inherit from this class; each event may be sent with an optional EventReceiver pointer.

Definition at line 25 of file eventReceiver.h.

Member Function Documentation

◆ get_class_type()

static TypeHandle EventReceiver::get_class_type ( )
inlinestatic

Definition at line 28 of file eventReceiver.h.

◆ init_type()

static void EventReceiver::init_type ( )
inlinestatic

Definition at line 31 of file eventReceiver.h.


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