MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLWinMoveOperation Class Reference

Detailed Description

The TSLWinMoveOperation class.

Operation Name winmove

Additional Data Pointer to TSLCoord, which is used as the anchor point for the move. If NULL, the centre of the extent is used

This is a windows style operation that is invoked automatically by the TSLWin SelectionOperation class. It assumes that a left-button press has already happened. Upon release, it will move the selected objects and deactivate back to the default operation.

Undo is available.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

static bool TSLWinMoveOperation::add ( TSLEditor * editor)
static

This method adds the operation to a TSLEditor object. It is passed a pointer to the editor object.

Arguments list details:

editor: a pointer to the TSLEditor object.

Returns true if added successfully, otherwise false.