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

Detailed Description

The TSLWinRotateOperation class.

Operation Name winrotate

Additional Data Pointer to TSLCoord holding the endpoint of the rotate. Cannot be NULL. The anchor point is defined by the centre point of the selected entities, or the anchor point of the first entity.

This is a windows style operation that is invoked automatically by the TSLWin HighlightManager class. It assumes that a left-button press has already happened. Upon release, it will rotate 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 TSLWinRotateOperation::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.