#include <TdkSelectTransformationEvent.h>
Inheritance diagram for TdkSelectTransformationEvent:
Public Member Functions | |
TdkSelectTransformationEvent (TeBox &rect, TdkButton button, TdkButtonState buttonState, TdkKeyboardState keyboardState) | |
TdkSelectTransformationEvent (TdkSelectTransformationEvent &event) | |
virtual std::string | name () |
virtual std::string | title () |
virtual int | getPickId () |
virtual void | setPickId (int pickId) |
Protected Attributes | |
int | pickId_ |
TdkSelectTransformationEvent::TdkSelectTransformationEvent | ( | TeBox & | rect, | |
TdkButton | button, | |||
TdkButtonState | buttonState, | |||
TdkKeyboardState | keyboardState | |||
) | [inline] |
TdkSelectTransformationEvent::TdkSelectTransformationEvent | ( | TdkSelectTransformationEvent & | event | ) | [inline] |
std::string TdkSelectTransformationEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkSelectObjectsEvent.
std::string TdkSelectTransformationEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkSelectObjectsEvent.
int TdkSelectTransformationEvent::getPickId | ( | ) | [inline, virtual] |
void TdkSelectTransformationEvent::setPickId | ( | int | pickId | ) | [inline, virtual] |
int TdkSelectTransformationEvent::pickId_ [protected] |