Document::Import

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:13:05 1991
Index Return to Main Contents
 

NAME

Document::Import - instance method  

TEMPLATE

importCommand = Command * Import()  

SPECIFIERS

public virtual  

DESCRIPTION

Import opens the import file dialog and checks whether the selected file can be imported through the method CanImportDocument. If this is the case it creates an input stream and passes it to the method DoImport to read in the data. Finally, it returns the command created by the method DoImport. Method is rarely overridden.  

ARGUMENTS

none

 

RETURN ARGUMENT

Command * importCommand

the command returned by the
method DoImport or gNoChanges
 

CATEGORIES

menu commands, client interface

 

FIRST DEFINITION

class Document  

FILES

implementation:
Document.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:28 GMT, March 30, 2022