class
OvExportCmd
: public
Command
(Return to index)
command to export selection in idraw "PostScript" or drawtool serialized format.
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
OverlayUnidraw/ovexport.h
Public:
virtual
Command
*
Copy
()
virtual void
Execute
()
present
ExportChooser
to specify pathname, export flags, and export mode.
virtual boolean
Export
(const char* path)
export by constructing appropriate
ExternView
for idraw or drawtool format, and using it to transcribe the contents of the selected components to 'path'.
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
OvExportCmd
(
ControlInfo
*,
ExportChooser
* = nil)
OvExportCmd
(
Editor
* = nil,
ExportChooser
* = nil)
virtual boolean
Reversible
()
returns false.
virtual const char*
format
()
return string that indicates format: "drawtool" or "idraw".
virtual boolean
idraw_format
()
true when format is "idraw".
virtual boolean
svg_format
()
true when format is "svg".
virtual
~OvExportCmd
()
Protected:
void
Init
(
ExportChooser
*)
ExportChooser
*
chooser_
(more documentation)