NCBI C++ ToolKit
|
Search Toolkit Book for IExporterFactory
#include <gui/core/ui_export_tool.hpp>
Public Member Functions | |
virtual | ~IExporterFactory () |
virtual IUIExportTool * | CreateInstance () const =0 |
create and instance of the IUIExporter More... | |
virtual bool | TestInputObjects (TConstScopedObjects &objects) const =0 |
Check if exporter can handle the objects. More... | |
Definition at line 62 of file ui_export_tool.hpp.
|
inlinevirtual |
Definition at line 65 of file ui_export_tool.hpp.
|
pure virtual |
create and instance of the IUIExporter
Implemented in CWiggleExporterFactory, CGtfExporterFactory, CGffExporterFactory, CFlatFileExporterFactory, CFastaExporterFactory, CAgpExporterFactory, C5ColExporterFactory, CPhyExporterFactory, CFastaAlignExporterFactory, CAlignTabExporterFactory, and CAsnExporterFactory.
|
pure virtual |
Check if exporter can handle the objects.
Implemented in CWiggleExporterFactory, CGtfExporterFactory, CGffExporterFactory, CFlatFileExporterFactory, CFastaExporterFactory, CAgpExporterFactory, C5ColExporterFactory, CPhyExporterFactory, CFastaAlignExporterFactory, CAlignTabExporterFactory, and CAsnExporterFactory.