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

Detailed Description

This is the TSLTextOperation.

Operation Name text

Additional Data None

It is a basic primitive operation. It allows the user to add a text object to the editor model.

The location of the text object is selected by a click of the left mouse button. The editor will send the client application a request for a dialog prompt asking the user to enter a string.

The operation is deactivated by a click of the right mouse button.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

static bool TSLTextOperation::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.