INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Curves capabilities (CC) constants. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_CURVES_CAPABILITIES_CONSTANTS
inherit

WAPI_CURVE_CAPABILITIES
rename
cc_none as b32cc_none,
cc_circles as b32cc_circles,
cc_pie as b32cc_pie,
cc_chord as b32cc_chord,
cc_ellipses as b32cc_ellipses,
cc_wide as b32cc_wide,
cc_styled as b32cc_styled,
cc_widestyled as b32cc_widestyled,
cc_interiors as b32cc_interiors,
cc_roundrect as b32cc_roundrect
end
feature -- Access

Cc_none: INTEGER
-- Supports curves

Cc_circles: INTEGER
-- Supports circles

Cc_pie: INTEGER
-- Supports pie wedges

Cc_chord: INTEGER
-- Supports chords

Cc_ellipses: INTEGER
-- Supports ellipses

Cc_wide: INTEGER
-- Supports wide borders

Cc_styled: INTEGER
-- Supports styled borders

Cc_wide_styled: INTEGER
-- Supports wide, styled borders

Cc_interiors: INTEGER
-- Supports interiors

Cc_round_rect: INTEGER
-- Supports rectangles with rounded corners
end -- class WEL_CURVES_CAPABILITIES_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES