Ipelib
Classes | Public Member Functions | List of all members
ipe::SelectTool Class Reference

#include <ipetool.h>

Inherits ipe::Tool.

Classes

struct  SObj
 

Public Member Functions

 SelectTool (CanvasBase *canvas, Page *page, int view, double selectDistance, bool nonDestructive)
 
virtual void draw (Painter &painter) const
 
virtual void mouseButton (int button, bool press)
 
virtual void mouseMove ()
 
virtual bool key (String text, int modifiers)
 
- Public Member Functions inherited from ipe::Tool
virtual ~Tool ()
 
virtual void snapVtx (const Vector &mouse, Vector &pos, double &bound, bool cp) const
 

Additional Inherited Members

- Protected Member Functions inherited from ipe::Tool
 Tool (CanvasBase *canvas)
 
- Protected Attributes inherited from ipe::Tool
CanvasBaseiCanvas
 

Detailed Description

A tool for selecting objects.

Constructor & Destructor Documentation

◆ SelectTool()

SelectTool::SelectTool ( CanvasBase canvas,
Page page,
int  view,
double  selectDistance,
bool  nonDestructive 
)

Member Function Documentation

◆ draw()

void SelectTool::draw ( Painter painter) const
virtual

◆ mouseButton()

void SelectTool::mouseButton ( int  button,
bool  press 
)
virtual

◆ mouseMove()

void SelectTool::mouseMove ( )
virtual

Called when the mouse is moved on the canvas.

Reimplemented from ipe::Tool.

References ipe::Tool::iCanvas, ipe::CanvasBase::unsnappedPos(), and ipe::CanvasBase::updateTool().

◆ key()

bool SelectTool::key ( String  text,
int  modifiers 
)
virtual

Called when a key is pressed.

modifiers are as defined in CanvasBase::TModifiers.

Reimplemented from ipe::Tool.

References ipe::CanvasBase::finishTool(), ipe::Tool::iCanvas, and ipe::CanvasBase::updateTool().


The documentation for this class was generated from the following files: