Query: movetool
OS: minix
Section: 3u
Links: minix man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MoveTool(3U) InterViews Reference Manual MoveTool(3U)NAMEMoveTool - tool for translating componentsSYNOPSIS#include <Unidraw/Tools/move.h>DESCRIPTIONMoveTool lets the user translate components to new positions by direct manipulation.PUBLIC OPERATIONSMoveTool(ControlInfo* = nil) Create a new MoveTool. 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 without altering the selection by calling GraphicView::CreateManipulator and GraphicView::InterpretManipulator on the com- ponent.SEE ALSOGraphicView(3U), Tool(3U) Unidraw 24 January 1991 MoveTool(3U)
Related Man Pages |
---|
movetool(3u) - debian |
movetool(3u) - osx |
movetool(3u) - bsd |
movetool(3u) - opensolaris |
movetool(3u) - suse |
Similar Topics in the Unix Linux Community |
---|
Troj_mdrop.gm |