Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE DYNAMICS OF WORKSTATION ATTRIBUTES

PINQ_DYNS_WS_ATTRS


CALL SEQUENCE

void pinq_dyns_ws_attrs(
)

TYPES

typedef struct {
	Pdyn_mod 	line_bundle;	/* polyline representation 	*/
	Pdyn_mod 	marker_bundle;	/* polymarker representation 	*/
	Pdyn_mod 	text_bundle;	/* text representation 	*/
	Pdyn_mod 	int_bundle;	/* interior representation 	*/
	Pdyn_mod 	edge_bundle;	/* edge representation 	*/
	Pdyn_mod 	pat_rep;	/* pattern representation 	*/
	Pdyn_mod 	colr_rep;	/* colour representation 	*/
	Pdyn_mod 	view_rep;	/* view representation 	*/
	Pdyn_mod 	ws_tran;	/* workstation transformation 	*/
	Pdyn_mod 	highl_filter;	/* highlight filter	*/
	Pdyn_mod 	invis_filter;	/* invisibility filter 	*/
	Pdyn_mod 	hlhsr_mode;	/* HLHSR mode 	*/
} Pdyns_ws_attrs;

typedef enum {
	PDYN_IRG, 
	PDYN_IMM, 
	PDYN_CBS
} Pdyn_mod;

PHIGS STATES

(PHOP, *, *, *).

EFFECT

Returns the capacity of the workstation of type ws_type to update the elements listed above. If the data is available, error indicator is returned as 0.

The data is read from the workstation description table of type ws_type.

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)
52
Ignoring function, workstation type not recognized by the implementation
51
Ignoring function, this information is not yet available for this generic workstation type: open a workstation of this type and use the specific workstation type
59
Ignoring function, the specified workstation does not have output capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)
62
Ignoring function, this information is not available for this MO workstation type


Previous Next Up Title Contents Index Functions Index Top Library