Handler for one document type (internal interface). More...
#include <SignDocSDK-cpp.h>
Public Member Functions | |
SignDocDocumentHandler () | |
Constructor. | |
virtual | ~SignDocDocumentHandler () |
Destructor. | |
SignDocDocumentHandler (SIGNDOC_DocumentHandler *aP) | |
Internal function. | |
SIGNDOC_DocumentHandler * | getImpl () |
Internal function. | |
const SIGNDOC_DocumentHandler * | getImpl () const |
Internal function. | |
void | destroyWithoutImpl () |
Internal function. | |
void | setImpl (SIGNDOC_DocumentHandler *aP) |
Internal function. | |
Protected Attributes | |
SIGNDOC_DocumentHandler * | p |
Handler for one document type (internal interface).
de::softpro::doc::SignDocDocumentHandler::SignDocDocumentHandler | ( | ) | [inline] |
Constructor.
virtual de::softpro::doc::SignDocDocumentHandler::~SignDocDocumentHandler | ( | ) | [inline, virtual] |
Destructor.
de::softpro::doc::SignDocDocumentHandler::SignDocDocumentHandler | ( | SIGNDOC_DocumentHandler * | aP ) | [inline] |
Internal function.
void de::softpro::doc::SignDocDocumentHandler::destroyWithoutImpl | ( | ) | [inline] |
Internal function.
const SIGNDOC_DocumentHandler* de::softpro::doc::SignDocDocumentHandler::getImpl | ( | ) | const [inline] |
Internal function.
SIGNDOC_DocumentHandler* de::softpro::doc::SignDocDocumentHandler::getImpl | ( | ) | [inline] |
Internal function.
void de::softpro::doc::SignDocDocumentHandler::setImpl | ( | SIGNDOC_DocumentHandler * | aP ) | [inline] |
Internal function.
SIGNDOC_DocumentHandler* de::softpro::doc::SignDocDocumentHandler::p [protected] |