メインコンテンツ

uimaptbx

Handle button down callbacks for objects on axesm-based map

Activation

set the ButtonDownFcn property to 'uimaptbx'

Description

uimaptbx processes mouse events for mapped objects. uimaptbx can be assigned to an object by setting the ButtonDownFcn to 'uimaptbx'. This is the default setting for all objects created with Mapping Toolbox™ functions.

If uimaptbx is assigned to an object, the following mouse events are recognized: A single-click and hold on an object displays the object tag. If no tag is assigned, the object type is displayed. A double-click on an object activates the Property Inspector. An extend-click on an object activates the Projection Control dialog box, which allows the map projection and display properties to be edited. An alternate-click on an object allows basic properties to be edited using simple mouse clicks and drags.

Definitions of extend-click and alternate-click on various platforms are as follows:

For MS-Windows:

Extend-click – Shift+click left button or both buttons

Alternate-click – Ctrl+click left button or right button

For X-Windows:

Extend-click – Shift+click left button or middle button

Alternate-click – Ctrl+ click left button or right button

Version History

Introduced before R2006a