22 class DtCommandDefinition;
38 (
const DtString& fileFormat,
const DtString& filename,
39 bool checkpoint,
bool openAfterExport
41 (
const DtCommand& command,DtString& fileFormat, DtString& filename,
42 bool& checkpoint,
bool& openAfterExport
46 (const DtString& fileFormat, const DtString& filename,
48 const
DtRelativeTime& offset,
bool checkpoint,
bool openAfterExport
50 (const
DtCommand& command,DtString& fileFormat, DtString& filename,
52 bool& checkpoint,
bool& openAfterExport
59 DT_FACTORY_COMMAND_EXT(4,CutSection,
64 DT_FACTORY_COMMAND_EXT(5,AddExportType,
65 (const DtString& fileFormat,const DtString& fileFilter,
66 bool offsetData,
bool generateData,
int exportType,
68 (const
DtCommand& command,DtString& fileFormat,DtString& fileFilter,
69 bool& offsetData,
bool& generateData,
int& exportType,
72 DT_FACTORY_COMMAND_EXT(6,MergeInFile,
76 DT_FACTORY_COMMAND_EXT(7,AppendFileToEnd,
77 (const DtString& filename),
78 (const
DtCommand& command, DtString& filename))
80 DT_FACTORY_COMMAND_EXT(8,PrefixFileToStart,
81 (const DtString& filename),
82 (const
DtCommand& command, DtString& filename))
84 DT_FACTORY_COMMAND_EXT(9,TrimStart,
88 DT_FACTORY_COMMAND_EXT(10,OffsetTime,
92 DT_FACTORY_COMMAND_EXT(11,ConvertFile,
97 DT_FACTORY_COMMAND_EXT(12,FinishEditorThread,
99 (const
DtCommand& command,
void*& thread))
101 DT_FACTORY_COMMAND_EXT(13,SetRecheckpointOnExport,
102 (
bool recheckpointOnExport),
103 (const
DtCommand& command,
bool& recheckpointOnExport))
111 (const DtString& fileFormat, const DtString& fileFilter,
112 bool offsetData,
bool generateData,
int exportType),
113 (
DtResponse response, DtString& fileFormat,DtString& fileFilter,
114 bool& offsetData,
bool& generateData,
int& exportType))
126 DT_FACTORY_RESPONSE_EXT(-4,FileDataAdded,
128 const DtString& source),
132 DT_FACTORY_RESPONSE_EXT(-5,ExportCompleted,
133 (const DtString& fileFormat, const DtString& filename,
bool completed),
134 (DtResponse, DtString& fileFormat, DtString& filename,
bool& completed))
136 DT_FACTORY_RESPONSE_EXT(-6,RecheckpointOnExportChanged,
137 (
bool recheckpointOnExport),
138 (DtResponse,
bool& recheckpointOnExport))
144 static const
char* commandToString(
int commandId);
147 static const
char* responseToString(
int responseId);