#include <TdkTipEvent.h>
Inheritance diagram for TdkTipEvent:
Public Member Functions | |
TdkTipEvent (TeBox &rect, TdkButton button, TdkButtonState buttonState, TdkKeyboardState keyboardState) | |
TdkTipEvent (TdkTipEvent &event) | |
virtual | ~TdkTipEvent () |
virtual std::string | name () |
virtual std::string | title () |
TdkTipEvent::TdkTipEvent | ( | TeBox & | rect, | |
TdkButton | button, | |||
TdkButtonState | buttonState, | |||
TdkKeyboardState | keyboardState | |||
) | [inline] |
TdkTipEvent::TdkTipEvent | ( | TdkTipEvent & | event | ) | [inline] |
virtual TdkTipEvent::~TdkTipEvent | ( | ) | [inline, virtual] |
std::string TdkTipEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkRectEvent.
std::string TdkTipEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkRectEvent.