indexing description: "Curves capabilities (CC) constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class WEL_CURVES_CAPABILITIES_CONSTANTS feature -- Access Cc_none: INTEGER is -- Supports curves external "C [macro %"wel.h%"]" alias "CC_NONE" end Cc_circles: INTEGER is -- Supports circles external "C [macro %"wel.h%"]" alias "CC_CIRCLES" end Cc_pie: INTEGER is -- Supports pie wedges external "C [macro %"wel.h%"]" alias "CC_PIE" end Cc_chord: INTEGER is -- Supports chords external "C [macro %"wel.h%"]" alias "CC_CHORD" end Cc_ellipses: INTEGER is -- Supports ellipses external "C [macro %"wel.h%"]" alias "CC_ELLIPSES" end Cc_wide: INTEGER is -- Supports wide borders external "C [macro %"wel.h%"]" alias "CC_WIDE" end Cc_styled: INTEGER is -- Supports styled borders external "C [macro %"wel.h%"]" alias "CC_STYLED" end Cc_wide_styled: INTEGER is -- Supports wide, styled borders external "C [macro %"wel.h%"]" alias "CC_WIDESTYLED" end Cc_interiors: INTEGER is -- Supports interiors external "C [macro %"wel.h%"]" alias "CC_INTERIORS" end Cc_round_rect: INTEGER is -- Supports rectangles with rounded corners external "C [macro %"wel.h%"]" alias "CC_ROUNDRECT" end end -- class WEL_CURVES_CAPABILITIES_CONSTANTS --|---------------------------------------------------------------- --| Windows Eiffel Library: library of reusable components for ISE Eiffel. --| Copyright (C) 1985-2004 Eiffel Software. All rights reserved. --| Duplication and distribution prohibited. May be used only with --| ISE Eiffel, under terms of user license. --| Contact Eiffel Software for any other use. --| --| Interactive Software Engineering Inc. --| dba Eiffel Software --| 356 Storke Road, Goleta, CA 93117 USA --| Telephone 805-685-1006, Fax 805-685-6869 --| Contact us at: http://www.eiffel.com/general/email.html --| Customer support: http://support.eiffel.com --| For latest info on our award winning products, visit: --| http://www.eiffel.com --|----------------------------------------------------------------