1.8
Public Member Functions | Protected Attributes | List of all members
EventArg Class Reference

Base event argument class. More...

Inheritance diagram for EventArg:
Inheritance graph
[legend]

Public Member Functions

EGT_NODISCARD bool quit () const
 Was the event stopped from propagating? More...
 
void stop ()
 Stop the event from propagating. More...
 

Protected Attributes

bool m_stop {false}
 Is the event stopped. More...
 

Detailed Description

Base event argument class.

Member Function Documentation

◆ quit()

EGT_NODISCARD bool quit ( ) const
inline

Was the event stopped from propagating?

◆ stop()

void stop ( )
inline

Stop the event from propagating.

Member Data Documentation

◆ m_stop

bool m_stop {false}
protected

Is the event stopped.