A tool for selecting objects. More...
#include <ipetool.h>
Inherits ipeqt::Tool.
A tool for selecting objects.
SelectTool::SelectTool | ( | Canvas * | canvas, | |
Page * | page, | |||
int | view, | |||
double | selectDistance, | |||
bool | nonDestructive | |||
) |
Constructor starts selection.
void SelectTool::draw | ( | Painter & | painter | ) | const [virtual] |
Implements ipeqt::Tool.
void SelectTool::mouseButton | ( | int | button, | |
bool | press | |||
) | [virtual] |
Reimplemented from ipeqt::Tool.
void SelectTool::mouseMove | ( | int | button | ) | [virtual] |
Reimplemented from ipeqt::Tool.
bool SelectTool::key | ( | int | code, | |
int | modifiers, | |||
String | text | |||
) | [virtual] |
Reimplemented from ipeqt::Tool.