indexing
description: "Window drawing constants (DT_xxxx, DI_xxxx, ...)"
legal: "See notice at end of class."
status: "See notice at end of class."
date: "$Date: 2006-03-22 23:29:03 -0800 (Wed, 22 Mar 2006) $"
revision: "$Revision: 57641 $"
class interface
WEL_DRAWING_CONSTANTS
create
default_create
ANY
feature
generating_type: STRING_8
ANY
generator: STRING_8
ANY
feature
frozen deep_equal (some: ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
shallow_implies_deep: standard_equal (some, other) implies Result
both_or_none_void: (some = Void) implies (Result = (other = Void))
same_type: (Result and (some /= Void)) implies some.same_type (other)
symmetric: Result implies deep_equal (other, some)
frozen equal (some: ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.is_equal (other))
is_equal (other: like Current): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
symmetric: Result implies other.is_equal (Current)
consistent: standard_is_equal (other) implies Result
frozen standard_equal (some: ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.standard_is_equal (other))
frozen standard_is_equal (other: like Current): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
same_type: Result implies same_type (other)
symmetric: Result implies other.standard_is_equal (Current)
feature
conforms_to (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
same_type (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
definition: Result = (conforms_to (other) and other.conforms_to (Current))
valid_rop2_constant (c: INTEGER_32): BOOLEAN
`c'
feature
copy (other: like Current)
`other'
ANY
require ANY
other_not_void: other /= Void
type_identity: same_type (other)
ensure ANY
is_equal: is_equal (other)
frozen deep_copy (other: like Current)
copy`other'deep_twin
ANY
require ANY
other_not_void: other /= Void
ensure ANY
deep_equal: deep_equal (Current, other)
frozen deep_twin: like Current
ANY
ensure ANY
deep_equal: deep_equal (Current, Result)
frozen standard_copy (other: like Current)
`other'
ANY
require ANY
other_not_void: other /= Void
type_identity: same_type (other)
ensure ANY
is_standard_equal: standard_is_equal (other)
frozen standard_twin: like Current
`other'
ANY
ensure ANY
standard_twin_not_void: Result /= Void
equal: standard_equal (Result, Current)
frozen twin: like Current
`Current'
twincopycopy
ANY
ensure ANY
twin_not_void: Result /= Void
is_equal: Result.is_equal (Current)
feature
frozen default: like Current
ANY
frozen default_pointer: POINTER
`POINTER'
`p'default
`p'`POINTER'
ANY
default_rescue
ANY
frozen do_nothing
ANY
feature
blackness: INTEGER_32 is 66
dstinvert: INTEGER_32 is 5570569
maskpaint: INTEGER_32 is 2229030
mergecopy: INTEGER_32 is 12583114
mergepaint: INTEGER_32 is 12255782
notsrccopy: INTEGER_32 is 3342344
notsrcerase: INTEGER_32 is 1114278
patcopy: INTEGER_32 is 15728673
patinvert: INTEGER_32 is 5898313
patpaint: INTEGER_32 is 16452105
r2_black: INTEGER_32 is 1
r2_copypen: INTEGER_32 is 13
r2_masknotpen: INTEGER_32 is 3
r2_maskpen: INTEGER_32 is 9
r2_maskpennot: INTEGER_32 is 5
r2_mergenotpen: INTEGER_32 is 12
r2_mergepen: INTEGER_32 is 15
r2_mergepennot: INTEGER_32 is 14
r2_nop: INTEGER_32 is 11
r2_not: INTEGER_32 is 6
r2_notcopypen: INTEGER_32 is 4
r2_notmaskpen: INTEGER_32 is 8
r2_notmergepen: INTEGER_32 is 2
r2_notxorpen: INTEGER_32 is 10
r2_white: INTEGER_32 is 16
r2_xorpen: INTEGER_32 is 7
srcand: INTEGER_32 is 8913094
srccopy: INTEGER_32 is 13369376
srcerase: INTEGER_32 is 4457256
srcinvert: INTEGER_32 is 6684742
srcpaint: INTEGER_32 is 15597702
whiteness: INTEGER_32 is 16711778
feature
bdr_raisedinner: INTEGER_32 is 4
bdr_raisedouter: INTEGER_32 is 1
bdr_sunkeninner: INTEGER_32 is 8
bdr_sunkenouter: INTEGER_32 is 2
bf_adjust: INTEGER_32 is 8192
bf_bottom: INTEGER_32 is 8
bf_bottomleft: INTEGER_32 is 9
bf_bottomright: INTEGER_32 is 12
bf_diagonal: INTEGER_32 is 16
bf_diagonal_endbottomleft: INTEGER_32 is 25
bf_diagonal_endbottomright: INTEGER_32 is 28
bf_diagonal_endtopleft: INTEGER_32 is 19
bf_diagonal_endtopright: INTEGER_32 is 22
bf_flat: INTEGER_32 is 16384
bf_left: INTEGER_32 is 1
bf_middle: INTEGER_32 is 2048
bf_mono: INTEGER_32 is 32768
bf_rect: INTEGER_32 is 15
bf_right: INTEGER_32 is 4
bf_soft: INTEGER_32 is 4096
bf_top: INTEGER_32 is 2
bf_topleft: INTEGER_32 is 3
bf_topright: INTEGER_32 is 6
edge_bump: INTEGER_32 is 9
Bdr_sunkeninnerBdr_raisedouter
edge_etched: INTEGER_32 is 6
Bdr_sunkenouterBdr_raisedinner
edge_raised: INTEGER_32 is 5
Bdr_raisedouterBdr_raisedinner
edge_sunken: INTEGER_32 is 10
Bdr_sunkeninnerBdr_sunkenouter
feature
dfc_button: INTEGER_32 is 4
dfc_caption: INTEGER_32 is 1
dfc_menu: INTEGER_32 is 2
dfc_popupmenu: INTEGER_32 is 5
dfc_scroll: INTEGER_32 is 3
dfcs_adjustrect: INTEGER_32 is 8192
dfcs_button3state: INTEGER_32 is 8
dfcs_buttoncheck: INTEGER_32 is 0
dfcs_buttonpush: INTEGER_32 is 16
dfcs_buttonradio: INTEGER_32 is 4
dfcs_buttonradioimage: INTEGER_32 is 1
dfcs_buttonradiomask: INTEGER_32 is 2
dfcs_captionclose: INTEGER_32 is 0
dfcs_captionhelp: INTEGER_32 is 4
dfcs_captionmax: INTEGER_32 is 2
dfcs_captionmin: INTEGER_32 is 1
dfcs_captionrestore: INTEGER_32 is 3
dfcs_checked: INTEGER_32 is 1024
dfcs_flat: INTEGER_32 is 16384
dfcs_hot: INTEGER_32 is 4096
dfcs_inactive: INTEGER_32 is 256
dfcs_menuarrow: INTEGER_32 is 0
dfcs_menuarrowright: INTEGER_32 is 4
dfcs_menubullet: INTEGER_32 is 2
dfcs_menucheck: INTEGER_32 is 1
dfcs_mono: INTEGER_32 is 32768
dfcs_pushed: INTEGER_32 is 512
dfcs_scrollcombobox: INTEGER_32 is 5
dfcs_scrolldown: INTEGER_32 is 1
dfcs_scrollleft: INTEGER_32 is 2
dfcs_scrollright: INTEGER_32 is 3
dfcs_scrollsizegrip: INTEGER_32 is 8
dfcs_scrollsizegripright: INTEGER_32 is 16
dfcs_scrollup: INTEGER_32 is 0
dfcs_transparent: INTEGER_32 is 2048
feature
di_compat: INTEGER_32 is 4
di_defaultsize: INTEGER_32 is 8
di_image: INTEGER_32 is 2
di_mask: INTEGER_32 is 1
di_normal: INTEGER_32 is 3
feature
dss_disabled: INTEGER_32 is 32
dss_hideprefix: INTEGER_32 is 512
dss_mono: INTEGER_32 is 128
dss_normal: INTEGER_32 is 0
dss_prefixonly: INTEGER_32 is 1024
dss_right: INTEGER_32 is 32768
dss_union: INTEGER_32 is 16
dst_bitmap: INTEGER_32 is 4
dst_complex: INTEGER_32 is 0
dst_icon: INTEGER_32 is 3
dst_prefixtext: INTEGER_32 is 2
dst_text: INTEGER_32 is 1
feature
dt_bottom: INTEGER_32 is 8
dt_calcrect: INTEGER_32 is 1024
dt_center: INTEGER_32 is 1
dt_expandtabs: INTEGER_32 is 64
dt_externalleading: INTEGER_32 is 512
dt_hideprefix: INTEGER_32 is 1048576
dt_internal: INTEGER_32 is 4096
dt_left: INTEGER_32 is 0
dt_noclip: INTEGER_32 is 256
dt_noprefix: INTEGER_32 is 2048
dt_right: INTEGER_32 is 2
dt_singleline: INTEGER_32 is 32
dt_tabstop: INTEGER_32 is 128
dt_top: INTEGER_32 is 0
dt_vcenter: INTEGER_32 is 4
dt_wordbreak: INTEGER_32 is 16
feature
maskcopy: INTEGER_32
feature
io: STD_FILES
ANY
out: STRING_8
ANYtagged_out
ANY
print (some: ANY)
`some'
ANY
frozen tagged_out: STRING_8
ANYout
ANY
feature
operating_environment: OPERATING_ENVIRONMENT
ANY
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
indexing
copyright: "Copyright (c) 1984-2006, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
356 Storke Road, Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"
end WEL_DRAWING_CONSTANTS