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

Detailed Description

The TSLWinScaleOperation class.

Operation Name winscale

Additional Data Pointer to TSLCoord holding anchor point. If NULL, centre is used.

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 scale 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 TSLWinScaleOperation::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.