[ The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

library(vc_support)

Library to support implementation of visualisation clients

Predicates

contract_destroy_event_handler
No description available
viewable(?)
No description available
viewable_changeable_execute(++ViewableName, ++ElementSpec, ?Goal, ++Solver)
Works as viewable_element_execute/3, but replaces the element spec with the changeable value as returned from the given Solver instead.
viewable_create(?, ?)
No description available
viewable_create(?, ?, ?)
No description available
viewable_create(?, ?, ?, ?)
No description available
viewable_element(++ViewableName, ++IndexList, ?ViewableElement)
Index a viewable element inside a viewable.
viewable_element_execute(++ViewableName, ++ElementSpec, ?Goal)
Execute a goal for a viewable element inside a viewable.
viewable_element_to_string(?ViewableElement, -String)
Convert a variable or term to a nice string.
viewable_expand(?, ?, ?)
No description available
viewable_expand(?, ?, ?, ?)
No description available
viewable_get_location_name(?, ?, ?, ?)
No description available
viewable_get_location_names(?, ?, ?)
No description available
viewable_size(?, ?)
No description available
viewable_type(?, ?)
No description available
vis_client_breakpoint
No description available
vis_client_cleanup(?, ?, ?)
No description available
vis_client_interest_modify(?, ?, ?, ?, ?)
No description available
vis_client_register(?, ?, ?, ?)
No description available
vis_client_request_termination(?)
No description available
vis_client_unregister(?)
No description available

Description

This library should be used if you intend to implement a new visualisation client. It should not be used for anything else.

Viewables are made up of viewable elements. A particular viewable element can accessed using viewable_element/3.

About


Generated from vc_support.eci on Sat Aug 7 01:44:42 2004