Struct IAppEvent#
Defined in File app.h
Inheritance Relationships#
Derived Type#
public sdv::app::CAppControl
(Class CAppControl)
Struct Documentation#
-
struct IAppEvent#
Application event system. To be implemented by the application.
Subclassed by sdv::app::CAppControl
Public Functions
-
virtual void ProcessEvent(SAppEvent &sEvent) = 0#
Process the event.
- Parameters:
sEvent – [inout] Event structure containing the information to process.
- void ProcessEvent (inout SAppEvent sEvent)
Process the event.
- Parameters:
sEvent – [inout] Event structure containing the information to process.
Public Static Attributes
-
static ::sdv::interface_id _id = 0xE545F66A4F61D52B#
Interface ID.
-
virtual void ProcessEvent(SAppEvent &sEvent) = 0#