indexing
description: "Implemented `IFont' Interface."
legal: "See notice at end of class."
status: "See notice at end of class."
note: "Automatically generated by the EiffelCOM Wizard."
class interface
IFONT_IMPL_PROXY
create
make_from_other (other: ECOM_INTERFACE)
ECOM_QUERIABLE
require ECOM_QUERIABLE
non_void_other: other /= Void
ensure ECOM_QUERIABLE
valid_initializer: initializer /= default_pointer
exists: exists
make_from_pointer (cpp_obj: POINTER)
require ECOM_QUERIABLE
non_default_pointer: cpp_obj /= default_pointer
ensure ECOM_QUERIABLE
valid_initializer: initializer /= default_pointer
exists: exists
feature
bold: BOOLEAN
require IFONT_INTERFACE
bold_user_precondition: bold_user_precondition
charset: INTEGER_32
require IFONT_INTERFACE
charset_user_precondition: charset_user_precondition
exists: BOOLEAN
ECOM_QUERIABLE
generating_type: STRING_8
ANY
generator: STRING_8
ANY
h_font: INTEGER_32
require IFONT_INTERFACE
h_font_user_precondition: h_font_user_precondition
italic: BOOLEAN
require IFONT_INTERFACE
italic_user_precondition: italic_user_precondition
item: POINTER
ECOM_QUERIABLE
name: STRING_8
require IFONT_INTERFACE
name_user_precondition: name_user_precondition
ensure IFONT_INTERFACE
non_void_name: Result /= Void
size: ECOM_CURRENCY
require IFONT_INTERFACE
size_user_precondition: size_user_precondition
ensure IFONT_INTERFACE
non_void_size: Result /= Void
valid_size: Result.item /= default_pointer
strikethrough: BOOLEAN
require IFONT_INTERFACE
strikethrough_user_precondition: strikethrough_user_precondition
underline: BOOLEAN
require IFONT_INTERFACE
underline_user_precondition: underline_user_precondition
weight: INTEGER_32
require IFONT_INTERFACE
weight_user_precondition: weight_user_precondition
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))
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
add_ref_hfont (a_h_font: INTEGER_32)
`a_h_font'
require IFONT_INTERFACE
add_ref_hfont_user_precondition: add_ref_hfont_user_precondition (a_h_font)
clone1 (ppfont: CELL [IFONT_INTERFACE])
`ppfont'
require IFONT_INTERFACE
non_void_ppfont: ppfont /= Void
clone1_user_precondition: clone1_user_precondition (ppfont)
ensure IFONT_INTERFACE
valid_ppfont: ppfont.item /= Void
is_equal1 (pfont_other: IFONT_INTERFACE)
`pfont_other'
require IFONT_INTERFACE
non_void_pfont_other: pfont_other /= Void
valid_pfont_other: pfont_other.item /= default_pointer
is_equal1_user_precondition: is_equal1_user_precondition (pfont_other)
release_hfont (a_h_font: INTEGER_32)
`a_h_font'
require IFONT_INTERFACE
release_hfont_user_precondition: release_hfont_user_precondition (a_h_font)
set_bold (pbold: BOOLEAN)
`pbold'
require IFONT_INTERFACE
set_bold_user_precondition: set_bold_user_precondition (pbold)
set_charset (pcharset: INTEGER_32)
`pcharset'
require IFONT_INTERFACE
set_charset_user_precondition: set_charset_user_precondition (pcharset)
set_italic (pitalic: BOOLEAN)
`pitalic'
require IFONT_INTERFACE
set_italic_user_precondition: set_italic_user_precondition (pitalic)
set_name (pname: STRING_8)
`pname'
require IFONT_INTERFACE
set_name_user_precondition: set_name_user_precondition (pname)
set_ratio (cy_logical: INTEGER_32; cy_himetric: INTEGER_32)
`cy_logical'
`cy_himetric'
require IFONT_INTERFACE
set_ratio_user_precondition: set_ratio_user_precondition (cy_logical, cy_himetric)
set_size (psize: ECOM_CURRENCY)
`psize'
require IFONT_INTERFACE
non_void_psize: psize /= Void
valid_psize: psize.item /= default_pointer
set_size_user_precondition: set_size_user_precondition (psize)
set_strikethrough (pstrikethrough: BOOLEAN)
`pstrikethrough'
require IFONT_INTERFACE
set_strikethrough_user_precondition: set_strikethrough_user_precondition (pstrikethrough)
set_underline (punderline: BOOLEAN)
`punderline'
require IFONT_INTERFACE
set_underline_user_precondition: set_underline_user_precondition (punderline)
set_weight (pweight: INTEGER_32)
`pweight'
require IFONT_INTERFACE
set_weight_user_precondition: set_weight_user_precondition (pweight)
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
feature
add_ref_hfont_user_precondition (a_h_font: INTEGER_32): BOOLEAN
add_ref_hfont
IFONT_INTERFACE
bold_user_precondition: BOOLEAN
bold
IFONT_INTERFACE
charset_user_precondition: BOOLEAN
charset
IFONT_INTERFACE
clone1_user_precondition (ppfont: CELL [IFONT_INTERFACE]): BOOLEAN
clone1
IFONT_INTERFACE
h_font_user_precondition: BOOLEAN
h_font
IFONT_INTERFACE
is_equal1_user_precondition (pfont_other: IFONT_INTERFACE): BOOLEAN
is_equal1
IFONT_INTERFACE
italic_user_precondition: BOOLEAN
italic
IFONT_INTERFACE
name_user_precondition: BOOLEAN
name
IFONT_INTERFACE
release_hfont_user_precondition (a_h_font: INTEGER_32): BOOLEAN
release_hfont
IFONT_INTERFACE
set_bold_user_precondition (pbold: BOOLEAN): BOOLEAN
set_bold
IFONT_INTERFACE
set_charset_user_precondition (pcharset: INTEGER_32): BOOLEAN
set_charset
IFONT_INTERFACE
set_italic_user_precondition (pitalic: BOOLEAN): BOOLEAN
set_italic
IFONT_INTERFACE
set_name_user_precondition (pname: STRING_8): BOOLEAN
set_name
IFONT_INTERFACE
set_ratio_user_precondition (cy_logical: INTEGER_32; cy_himetric: INTEGER_32): BOOLEAN
set_ratio
IFONT_INTERFACE
set_size_user_precondition (psize: ECOM_CURRENCY): BOOLEAN
set_size
IFONT_INTERFACE
set_strikethrough_user_precondition (pstrikethrough: BOOLEAN): BOOLEAN
set_strikethrough
IFONT_INTERFACE
set_underline_user_precondition (punderline: BOOLEAN): BOOLEAN
set_underline
IFONT_INTERFACE
set_weight_user_precondition (pweight: INTEGER_32): BOOLEAN
set_weight
IFONT_INTERFACE
size_user_precondition: BOOLEAN
size
IFONT_INTERFACE
strikethrough_user_precondition: BOOLEAN
strikethrough
IFONT_INTERFACE
underline_user_precondition: BOOLEAN
underline
IFONT_INTERFACE
weight_user_precondition: BOOLEAN
weight
IFONT_INTERFACE
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
ECOM_QUERIABLE
queriable_invariant: initializer /= default_pointer and then exists
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 IFONT_IMPL_PROXY