AM_CREATE_DETAIL creates a detail view.
+------------------------<-----------------------------------+
| |
| |
---->(AM_CREATE_DETAIL)----+----(:PARENT_VIEW)----|select view|-------------------------+----->
| |
| |
| +----------------<---------------+ |
| | | |
+----(:DETAIL-BORDER)---+--(:RECTANGLE)--|pnt1|--|pnt2|--+---+
| | | |
| +--(:CIRCLE)--|pnt1|--|pnt2|-----+ |
| | | |
| | +----<----+ | |
| | | | | |
| +--(:POLYGON)---+--|pnt|--+------+ |
| | | |
| | +----<----+ | |
| | | | | |
| +--(:SPLINE)---+--|pnt|--+-------+ |
| | | |
| +(*)-(:BACK)---------------------+ |
| | | |
| +--(:ACCEPT)---------------------+ |
| |
| |
+----(:DETAIL-LABEL)----|text|-------------------------------+
| |
+----(:DETAIL-SCALE)----|number|-----------------------------+
| |
| |
+----(:PREVIEW)----------------------------------------------+
(*) only with :POLYGON and :SPLINE
- :PARENT_VIEW specifies the parent view from which the detail view is to derive.
- :DETAIL-BORDER defines the border of the detail on the parent view:
- :RECTANGLE specifies a rectangular detail border.
- :CIRCLE specifies a circular detail border.
- :POLYGON specifies a polygonal detail border.
- :SPLINE specifies a splinar detail border.
- :BACK undoes the previously-created detail border segments
(available with :POLYGON and :SPLINE only).
- :ACCEPT completes the present detail border definition.
- :DETAIL-LABEL specifies the text for the detail view label.
- :DETAIL-SCALE specifies the scale of the detail view as a proportion
of the original view.
- :PREVIEW shows a viewport previewing the detail view.
Use this action to create a view of a detail of an existing view.
AM_CREATE_SECTION terminate action,
AM_CREATE_PARTIAL terminate action,
AM_VIEW_UPDATE terminate action