PSEDM(3g) — Subroutines
Name
PSEDM − Sets the edit mode in the PHIGS state list entry.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
PSEDM (EDITMO)
Argument Data Type Access Description
---------------------------------------------------------------------------
EDITMO Integer Read Edit mode
---------------------------------------------------------------------------
Constants
Defined Argument Constant Description
---------------------------------------------------------------------------
EDITMO PINSRT Insert the new element into the open
structure after the element pointed to
by the current element pointer.
PREPLC Replace the element currently pointed
to by the element pointer.
---------------------------------------------------------------------------
Description
PSEDM sets the edit mode in the PHIGS state list entry to the specified edit mode value, either PINSRT or PREPLC. If the value of the element pointer is 0 (the top of the structure), the new element is inserted immediately before the first element. The pointer value points to the new element. The remaining structure elements are renumbered.
See Also
PDEL
PQEDM
PSEP