Go to the documentation of this file.
6#ifndef iprocgui_CDocumentProcessingManagerComp_included
7#define iprocgui_CDocumentProcessingManagerComp_included
30 I_ASSIGN(m_inPlaceProcessingAttrPtr,
"InPlaceProcessing",
"If enabled, the input document will be the result of processing",
false,
false);
38 void DoProcessingToOutput(
const istd::IChangeable* inputDocumentPtr,
const QByteArray& documentTypeId);
42 I_ATTR(
bool, m_inPlaceProcessingAttrPtr);
Component to trigger document-to-document processing action.
iprocgui::CDocumentProcessingManagerCompBase BaseClass
void DoDocumentProcessing(const istd::IChangeable *inputDocumentPtr, const QByteArray &documentTypeId) override
Process the current document.
Common interface for data model objects, which can be changed.
This package contains GUI implementations of data processing.
© Witold Gantzke and Kirill Lepskiy