#include <logicalinputdevice.h>

Public Member Functions | |
| ButtonMapping () | |
| Constructor. | |
Protected Member Functions | |
| virtual | ~ButtonMapping () |
| Destructor. | |
| virtual void | SetTargetButton (LogicalButton *targetButton)=0 |
| Sets the target button. | |
| virtual LogicalButton * | GetTargetButton ()=0 |
| Gets the target button. | |
Friends | |
| class | LogicalButton |
| dtCore::ButtonMapping::ButtonMapping | ( | ) |
Constructor.
| dtCore::ButtonMapping::~ButtonMapping | ( | ) | [protected, virtual] |
Destructor.
| virtual void dtCore::ButtonMapping::SetTargetButton | ( | LogicalButton * | targetButton | ) | [protected, pure virtual] |
Sets the target button.
| targetButton | the new target button |
Implemented in dtCore::ButtonToButton.
| virtual LogicalButton* dtCore::ButtonMapping::GetTargetButton | ( | ) | [protected, pure virtual] |
friend class LogicalButton [friend] |