class
OvPrintCmd
: public
Command
(Return to index)
evolved clone of
PrintCmd
.
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
OverlayUnidraw/ovprint.h
Public:
virtual
Command
*
Copy
()
virtual void
Execute
()
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
OvPrintCmd
(
ControlInfo
*,
PrintChooser
* = nil)
OvPrintCmd
(
Editor
* = nil,
PrintChooser
* = nil)
virtual boolean
Reversible
()
returns false.
virtual boolean
idraw_format
()
return flag that indicates whether "idraw format" is checked in dialog box.
int
print
(const char* cmd, const char* file)
virtual boolean
to_printer
()
return flag that indicates whether "to printer" is checked in dialog box.
virtual
~OvPrintCmd
()
Protected:
void
Init
(
PrintChooser
*)
PrintChooser
*
chooser_
(more documentation)