Go to the documentation of this file.
6#ifndef iprocgui_CDocumentProcessingCommandComp_included
7#define iprocgui_CDocumentProcessingCommandComp_included
27 I_ASSIGN(m_outputDataCompPtr,
"OutputData",
"Result of document processing",
true,
"OutputData");
28 I_ASSIGN(m_outputDataGuiCompPtr,
"OutputDataGui",
"UI to show the output data object",
false,
"OutputDataGui");
Component to trigger some processing action for the current document.
void DoDocumentProcessing(const istd::IChangeable *inputDocumentPtr, const QByteArray &documentTypeId) override
Process the current document.
iprocgui::CDocumentProcessingManagerCompBase BaseClass
Common interface for data model objects, which can be changed.
Common interface for GUI objects using in component context.
This package contains GUI implementations of data processing.
© Witold Gantzke and Kirill Lepskiy