SelectTool
tool for modifying an editor's current selection
- Provided by: ivtools-dev (Version: 1.2.11a1-6)
- Source: ivtools
- Report a bug
tool for modifying an editor's current selection
#include <Unidraw/Tools/select.h>
SelectTool lets a user change the current selection by direct manipulation, thus affecting the enclosing editor's selection object. A single click directly on a component view selects that view and unselects all others. Clicking while holding the Shift key down adds the target component to the selection if it was not already selected and removes it if it was selected. The user can select all components within a rectangular area in the viewer by clicking somewhere outside the nearest component and dragging to specify the rectangular area. All components completely within the area will be selected.
Editor(3U), Rubband(3I), Selection(3U), Tool(3U), Viewer(3U), manips(3U)