Query: selecttool
OS: php
Section: 3u
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SelectTool(3U) InterViews Reference Manual SelectTool(3U)NAMESelectTool - tool for modifying an editor's current selectionSYNOPSIS#include <Unidraw/Tools/select.h>DESCRIPTIONSelectTool lets a user change the current selection by direct manipulation, thus affecting the enclosing editor's selection object. A sin- gle click directly on a component view selects that view and unselects all others. Clicking while holding the Shift key down adds the tar- get 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.PUBLIC OPERATIONSSelectTool(ControlInfo* = nil) Create a new SelectTool. virtual Manipulator* CreateManipulator( Viewer*, Event&, Transformer* ) virtual void InterpretManipulator(Manipulator*) If the user did not click on a component, then CreateManipulator creates a DragManip with a RubberRect for dragging out a rectangu- lar area. Otherwise, CreateManipulator clears the editor's selection and selects the hit component. If the user holds the Shift key down in either case, the components that would have otherwise been selected will be unselected, and vice versa. InterpretManip- ulator will only be called if CreateManipulator returned a non-nil manipulator; in this case InterpretManipulator will examine the DragManipulator's RubberRect and select the component views falling completely within it.PROTECTED OPERATIONSvirtual void Localize(Selection*, Viewer*) Localize ensures that the given selection object contains only those views displayed in the given viewer. CreateManipulator calls this function to avoid possibly shift-selecting views from different components.SEE ALSOEditor(3U), Rubband(3I), Selection(3U), Tool(3U), Viewer(3U), manips(3U) Unidraw 24 January 1991 SelectTool(3U)
Related Man Pages |
---|
selecttool(3u) - minix |
selecttool(3u) - opensolaris |
selecttool(3u) - sunos |
selecttool(3u) - netbsd |
selecttool(3u) - mojave |
Similar Topics in the Unix Linux Community |
---|
what is that software |
selection criteria in Access query not working |