indexing
description: "Implemented `IFont' Interface."
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: a_pointer /= 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
require IFONT_INTERFACE
charset_user_precondition: charset_user_precondition
exists: BOOLEAN
ECOM_QUERIABLE
h_font: INTEGER
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
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
require IFONT_INTERFACE
weight_user_precondition: weight_user_precondition
feature
add_ref_hfont (a_h_font: INTEGER)
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)
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)
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)
pname
require IFONT_INTERFACE
set_name_user_precondition: set_name_user_precondition (pname)
set_ratio (cy_logical: INTEGER; cy_himetric: INTEGER)
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)
pweight
require IFONT_INTERFACE
set_weight_user_precondition: set_weight_user_precondition (pweight)
feature
add_ref_hfont_user_precondition (a_h_font: INTEGER): 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): BOOLEAN
release_hfont
IFONT_INTERFACE
set_bold_user_precondition (pbold: BOOLEAN): BOOLEAN
set_bold
IFONT_INTERFACE
set_charset_user_precondition (pcharset: INTEGER): BOOLEAN
set_charset
IFONT_INTERFACE
set_italic_user_precondition (pitalic: BOOLEAN): BOOLEAN
set_italic
IFONT_INTERFACE
set_name_user_precondition (pname: STRING): BOOLEAN
set_name
IFONT_INTERFACE
set_ratio_user_precondition (cy_logical: INTEGER; cy_himetric: INTEGER): 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): 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
end -- IFONT_IMPL_PROXY