13 Managing a View's Attribute Set

13 Q3View_GetAttributeState

You can use the Q3View_GetAttributeState function to get the state of a view's attribute.

TQ3Status Q3View_GetAttributeState (
TQ3ViewObject view, 
TQ3AttributeType attributeType, 
void *data);
view A view.
attributeType
An attribute type.
data On exit, a pointer to the attribute data associated with the specified attribute type.

DESCRIPTION


The Q3View_GetAttributeState function returns, in the data parameter, a pointer to the attribute data associated with the attribute type specified by the attributeType parameter in the attribute set of the view specified by the view parameter. If the value NULL is returned in the data parameter, there is no attribute of the specified type in the view's attribute set.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 17 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker