INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Device context to use the default printer which is ", "connected. ", "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-2001 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_DEFAULT_PRINTER_DC
inherit

WEL_PRINTER_DC
end
creation

make
feature {NONE}-- Initialization

make
-- Make a dc associated to the default printer.
-- If there is no default printer connected, `exists'
-- is equal to False.
feature -- Basic operations

retrieve_default_printer
-- Retrieve the default printer installed and set
-- `device', `driver', `output'.
feature -- Access

device: STRING

driver: STRING

output: STRING
invariant

device_not_void: device /= void
driver_not_void: driver /= void
output_not_void: output /= void
end -- class WEL_DEFAULT_PRINTER_DC

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES