Query: magnifytool
OS: debian
Section: 3u
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MagnifyTool(3U) InterViews Reference Manual MagnifyTool(3U)NAMEMagnifyTool - tool for magnifying a portion of the GraphicView displayed in a viewerSYNOPSIS#include <Unidraw/Tools/magnify.h>DESCRIPTIONMagnifyTool lets the user magnify a portion a viewer's contents. The user sweeps out a rectangular area with the MagnifyTool, and the viewer will magnify the area to occupy the entire screen, if possible.PUBLIC OPERATIONSMagnifyTool(ControlInfo* = nil) Instantiate a MagnifyTool. virtual Manipulator* CreateManipulator( Viewer*, Event&, Transformer* ) virtual void InterpretManipulator(Manipulator*) CreateManipulator generates a DragManip with a RubberRect to provide visual feedback for specifying the rectangular area to be mag- nified. InterpretManipulator does not create a command; rather, it examines the DragManipulator's RubberRect and calls Magnify on the viewer with the RubberRect's final coordinates.SEE ALSORubband(3I), Tool(3U), Viewer(3U), manips(3U) Unidraw 23 January 1991 MagnifyTool(3U)