scaletool(3u) sunos man page | unix.com

Man Page: scaletool

Operating Environment: sunos

Section: 3u

ScaleTool(3U)						    InterViews Reference Manual 					     ScaleTool(3U)

NAME
ScaleTool - tool for rotating components SYNOPSIS
#include <Unidraw/Tools/scale.h> DESCRIPTION
ScaleTool lets the user rotate components by direct manipulation. PUBLIC OPERATIONS
ScaleTool(ControlInfo* = nil) Create a new ScaleTool. virtual Manipulator* CreateManipulator( Viewer*, Event&, Transformer* ) virtual void InterpretManipulator(Manipulator*) CreateManipulator detects whether the user clicked on a component. If not, it clears the editor's selection and returns a nil manipulator. If a component was hit, and if the component was not previously selected, then CreateManipulator clears the editor's selection, selects the component the user hit, and delegates manipulator creation and interpretation to it. If the component was the only selected component, it again delegates manipulator creation and interpretation to the component, but the selection is unal- tered. If the user clicks on one of many selected components, then CreateManipulator will delegate manipulator creation and inter- pretation to the hit component without altering the selection. SEE ALSO
Tool(3U) Unidraw 24 January 1991 ScaleTool(3U)
Related Man Pages
movetool(3u) - hpux
selecttool(3u) - hpux
selecttool(3u) - minix
movetool(3u) - mojave
movetool(3u) - suse
Similar Topics in the Unix Linux Community
Delete lines with a word and their above lines
Merge and Sort tabular data from different text files
Using awk to remove lines from file that match text
Outputting sequences based on length with sed
Sort only numbers within a string