C# Class SIL.FieldWorks.IText.InterlinearExportDialog

Summary description for InterlinearExportDialog.
Inheritance: SIL.FieldWorks.XWorks.ExportDialog
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
InterlinearExportDialog ( XCore.Mediator mediator, ICmObject objRoot, InterlinVc vc, IBookImporter bookImporter ) : System

Protected Methods

Method Description
ConfigureItem ( XmlDocument document, System.Windows.Forms.ListViewItem item, XmlNode ddNode ) : void

Override to do nothing since not configuring an FXT export process.

ItemDisabled ( string tag ) : bool
NodeIndex ( string pathname ) : int
PrepareForExport ( ) : bool

If the selected text is from Scripture, pop up a selection dialog to allow the user to export more than one section (maybe even more than one book!) to a single file.

Private Methods

Method Description
DoExport ( string outPath ) : void
DoExportWithProgress ( IThreadedProgress progressDlg ) : object
ExportPhase1 ( string mode, InterlinearExporter &exporter, string fileName ) : bool
LaunchFilterTextsDialog ( object sender, EventArgs args ) : void

Method Details

ConfigureItem() protected method

Override to do nothing since not configuring an FXT export process.
protected ConfigureItem ( XmlDocument document, System.Windows.Forms.ListViewItem item, XmlNode ddNode ) : void
document System.Xml.XmlDocument
item System.Windows.Forms.ListViewItem
ddNode System.Xml.XmlNode
return void

InterlinearExportDialog() public method

public InterlinearExportDialog ( XCore.Mediator mediator, ICmObject objRoot, InterlinVc vc, IBookImporter bookImporter ) : System
mediator XCore.Mediator
objRoot ICmObject
vc InterlinVc
bookImporter IBookImporter
return System

ItemDisabled() protected method

protected ItemDisabled ( string tag ) : bool
tag string
return bool

NodeIndex() protected method

protected NodeIndex ( string pathname ) : int
pathname string
return int

PrepareForExport() protected method

If the selected text is from Scripture, pop up a selection dialog to allow the user to export more than one section (maybe even more than one book!) to a single file.
protected PrepareForExport ( ) : bool
return bool