class
SaveFileFunc
: public
UnidrawFunc
(Return to index)
command to save document (to pathname)
Type:
Instantiable
Base Classes:
public
UnidrawFunc
Derived Classes
Include file:
ComUnidraw/unifunc.h
Description:
error=save([path]) -- save editor document (to pathname).
Public:
SaveFileFunc
(
ComTerp
*,
Editor
*)
virtual const char*
docstring
()
virtual void
execute
()
Command
*
save
(const char* path)
helper method to import from path
(more documentation)