#include <TdkLocationEvent.h>
Inheritance diagram for TdkLocationEvent:
Public Member Functions | |
TdkLocationEvent (const TePoint &point, TdkButton button, TdkButtonState buttonState, TdkKeyboardState keyboardState) | |
TdkLocationEvent (const TdkLocationEvent &event) | |
virtual | ~TdkLocationEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual TePoint & | getPoint () |
virtual void | setPoint (TePoint &point) |
virtual TdkButton | getButton () |
virtual void | setButton (TdkButton button) |
virtual TdkButtonState | getButtonState () |
virtual void | setButtonState (TdkButtonState buttonState) |
virtual TdkKeyboardState | getKeyboardState () |
virtual void | setKeyboardState (TdkKeyboardState keyboardSate) |
Protected Attributes | |
TePoint | point_ |
TdkButton | button_ |
TdkButtonState | buttonState_ |
TdkKeyboardState | keyboardState_ |
TdkLocationEvent::TdkLocationEvent | ( | const TePoint & | point, | |
TdkButton | button, | |||
TdkButtonState | buttonState, | |||
TdkKeyboardState | keyboardState | |||
) | [inline] |
TdkLocationEvent::TdkLocationEvent | ( | const TdkLocationEvent & | event | ) | [inline] |
virtual TdkLocationEvent::~TdkLocationEvent | ( | ) | [inline, virtual] |
std::string TdkLocationEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
std::string TdkLocationEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
TePoint & TdkLocationEvent::getPoint | ( | ) | [inline, virtual] |
void TdkLocationEvent::setPoint | ( | TePoint & | point | ) | [inline, virtual] |
TdkButton TdkLocationEvent::getButton | ( | ) | [inline, virtual] |
void TdkLocationEvent::setButton | ( | TdkButton | button | ) | [inline, virtual] |
TdkButtonState TdkLocationEvent::getButtonState | ( | ) | [inline, virtual] |
void TdkLocationEvent::setButtonState | ( | TdkButtonState | buttonState | ) | [inline, virtual] |
TdkKeyboardState TdkLocationEvent::getKeyboardState | ( | ) | [inline, virtual] |
void TdkLocationEvent::setKeyboardState | ( | TdkKeyboardState | keyboardSate | ) | [inline, virtual] |
TePoint TdkLocationEvent::point_ [protected] |
TdkButton TdkLocationEvent::button_ [protected] |
TdkButtonState TdkLocationEvent::buttonState_ [protected] |
TdkKeyboardState TdkLocationEvent::keyboardState_ [protected] |