8#include "ICreateOptions.h"
9#include "IOpenExistingOptions.h"
10#include "IEnvironment.h"
11#include "VersionInfo.h"
66 std::intptr_t userparam,
67 void (*pfnLog)(std::intptr_t userparam,
int level,
const char* szMessage),
68 bool (*pfnIsLevelActive)(std::intptr_t userparam,
int level),
69 void (*pfnReportFatalErrorAndExit)(std::intptr_t userparam,
const char* szMessage));
Class factory creating objects implemented in the imgdoc2-library.
Definition: ClassFactory.h:20
static std::shared_ptr< imgdoc2::IDoc > OpenExisting(imgdoc2::IOpenExistingOptions *open_existing_options, std::shared_ptr< IHostingEnvironment > environment=nullptr)
static std::unique_ptr< imgdoc2::IOpenExistingOptions > CreateOpenExistingOptionsUp()
static std::shared_ptr< imgdoc2::ICreateOptions > CreateCreateOptionsSp()
static std::shared_ptr< IHostingEnvironment > CreateStandardHostingEnvironment()
static imgdoc2::ICreateOptions * CreateCreateOptionsPtr()
static std::unique_ptr< imgdoc2::ICreateOptions > CreateCreateOptionsUp()
static std::shared_ptr< imgdoc2::IDoc > CreateNew(imgdoc2::ICreateOptions *create_options, std::shared_ptr< IHostingEnvironment > environment=nullptr)
static std::shared_ptr< IHostingEnvironment > CreateNullHostingEnvironment()
static std::shared_ptr< IHostingEnvironment > CreateHostingEnvironmentForFunctionPointers(std::intptr_t userparam, void(*pfnLog)(std::intptr_t userparam, int level, const char *szMessage), bool(*pfnIsLevelActive)(std::intptr_t userparam, int level), void(*pfnReportFatalErrorAndExit)(std::intptr_t userparam, const char *szMessage))
static imgdoc2::IOpenExistingOptions * CreateOpenExistingOptions()
static std::shared_ptr< imgdoc2::IOpenExistingOptions > CreateOpenExistingOptionsSp()
static VersionInfo GetVersionInfo()
Options for creating an imgdoc2-document.
Definition: ICreateOptions.h:16
This interface gathers all parameters for the operation of "opening an existing file".
Definition: IOpenExistingOptions.h:13
This structure gathers build-time information about the version of the library.
Definition: VersionInfo.h:14