6 Managing Styles

6 Q3Style_GetType

You can use the Q3Style_GetType function to get the type of a style object.

TQ3ObjectType Q3Style_GetType (TQ3StyleObject style);
style A style object.

DESCRIPTION


The Q3Style_GetType function returns, as its function result, the type of the style object specified by the style parameter. The types of style objects currently supported by QuickDraw3D are defined by these constants:

kQ3StyleTypeBackfacing
kQ3StyleTypeFill
kQ3StyleTypeHighlight
kQ3StyleTypeInterpolation
kQ3StyleTypeOrientation
kQ3StyleTypePickID
kQ3StyleTypePickParts
kQ3StyleTypeReceiveShadows
kQ3StyleTypeSubdivision
If the specified style object is invalid or is not one of these types, Q3Style_GetType returns the value kQ3ObjectTypeInvalid.

DESCRIPTION

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

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker