#include <TdkSelectionDoneEvent.h>
Inheritance diagram for TdkSelectionDoneEvent:
Public Member Functions | |
TdkSelectionDoneEvent () | |
virtual | ~TdkSelectionDoneEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual bool | isIntercepted () |
virtual void | setIntercept (bool intercept) |
Protected Attributes | |
bool | interception |
TdkSelectionDoneEvent::TdkSelectionDoneEvent | ( | ) | [inline] |
virtual TdkSelectionDoneEvent::~TdkSelectionDoneEvent | ( | ) | [inline, virtual] |
std::string TdkSelectionDoneEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
std::string TdkSelectionDoneEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
bool TdkSelectionDoneEvent::isIntercepted | ( | ) | [inline, virtual] |
void TdkSelectionDoneEvent::setIntercept | ( | bool | intercept | ) | [inline, virtual] |
bool TdkSelectionDoneEvent::interception [protected] |