BaseEventArgs Class

Base class for the arguments raised via signal functions. More...

Public Functions

BaseEventArgs()
bool isHandled() const
void setHandled(bool handled)

Detailed Description

Member Function Documentation

BaseEventArgs::BaseEventArgs()

Constructs BaseEventArgs class.

bool BaseEventArgs::isHandled() const

Returns whether the event is processed or not.

void BaseEventArgs::setHandled(bool handled)

Sets whether the event is processed or not to handled.

See also isHandled().