MEASUREINTERACTION__DEFINE Name
MEASUREINTERACTION__DEFINE
Purpose
The purpose of this routine is to provide an interaction for creating
and manipulating TapeMeasure objects.
Authors
FANNING SOFTWARE CONSULTING BURRIDGE COMPUTING
1645 Sheely Drive 18 The Green South
Fort Collins Warborough, Oxon
CO 80526 USA OX10 7DN, ENGLAND
Phone: 970-221-0438 Phone: +44 (0)1865 858279
E-mail: davidf@dfanning.com E-mail: davidb@burridgecomputing.co.uk
Category
Objects. Syntax
theObject = Obj_New("MEASUREINTERACTION")
Superclasses
INTERACTION
CATCONTAINER IDLITCOMPONENT
IDL_CONTAINER Class Structure
class = { MEASUREINTERACTION, $
pixmap: Obj_New(), $ ; A pixmap for fast redraw.
mode: "", $ ; The current mode. "SELECT", "WRITE", "MOVE", etc.
selectedObjects: Ptr_New(), $ ; The currently selected objects.
sx: 0L, $ ; The static X location.
sy: 0L, $ ; The static Y location.
tapeObject: Obj_New(), $ ; The default TapeMeasure object.
layerObject: Obj_New(), $ ; A layer object for holding selectable annotation objects.
INHERITS INTERACTION $
} Messages
None.
Modification History
Written by: David W. Fanning, 9 August 2004.