|
virtual BMMExport | ~BitmapManager () |
|
virtual int | DeleteAllMaps ()=0 |
|
virtual int | AddStorage (BitmapStorage *s)=0 |
|
virtual int | AddFilter (BitmapFilter *a)=0 |
|
virtual int | AddBitmap (Bitmap *b)=0 |
|
virtual int | DelStorage (BitmapStorage *s)=0 |
|
virtual int | DelFilter (BitmapFilter *a)=0 |
|
virtual int | DelBitmap (Bitmap *b)=0 |
|
virtual BitmapFilter * | FindFilter (BitmapStorage *s, UINT type)=0 |
|
virtual BitmapStorage * | FindStorage (BitmapInfo *bi, int openMode)=0 |
|
virtual int | FnametoBitMapInfo (BitmapInfo *bi)=0 |
|
virtual void | FixFileExt (OPENFILENAME &ofn, const MCHAR *extension)=0 |
|
virtual void | MakeVfbPalette ()=0 |
|
virtual void | ListIO ()=0 |
|
virtual DllDir * | AppDllDir ()=0 |
|
virtual void | SetFileInputDialog (BitmapFileInputDialog *dlg=nullptr)=0 |
|
virtual void | SetFileOutputDialog (BitmapFileOutputDialog *dlg=nullptr)=0 |
|
virtual int | Status (int *sCount, int *aCount, int *bCount)=0 |
|
virtual int | Error (const MCHAR *string)=0 |
|
virtual void | UpdateAllStorageColorSettings ()=0 |
| Updates color management related settings and caches in all bitmap storages.
|
|
void | ClearInternalRelativePathResolutionCache () |
|
|
|
virtual HINSTANCE | AppInst ()=0 |
|
virtual HWND | AppWnd ()=0 |
|
virtual const MCHAR * | GetDir (int i)=0 |
|
virtual BOOL | AddMapDir (const MCHAR *dir, int update)=0 |
|
virtual int | GetMapDirCount ()=0 |
|
virtual const MCHAR * | GetMapDir (int i)=0 |
|
virtual Interface * | Max ()=0 |
|
|
virtual Bitmap * | NewBitmap ()=0 |
|
virtual BMMExport Bitmap * | Create (BitmapInfo *bi)=0 |
|
virtual BMMExport Bitmap * | Create (PBITMAPINFO pbmi, bool setGamma=false)=0 |
|
virtual BMMExport Bitmap * | Load (BitmapInfo *bi, BMMRES *status=nullptr)=0 |
|
virtual BMMRES | LoadInto (BitmapInfo *bi, Bitmap **map, BOOL forceReload=FALSE)=0 |
|
virtual BMMExport Bitmap * | ColorConvert (const Bitmap *source, const MSTR &toColorSpaceOrDisplay, const MSTR *toViewTransform=nullptr)=0 |
| Applies OpenColorIO based color conversion into a new bitmap of type BMM_FLOAT_RGBA_32 according to the given parameters.
|
|
virtual BMMExport BMMRES | ColorConvertInto (const Bitmap *source, Bitmap *target, const MSTR &toColorSpaceOrDisplay, const MSTR *toViewTransform=nullptr)=0 |
| Applies OpenColorIO based color conversion from a given Bitmap into another according to the given parameters.
|
|
|
virtual BOOL | SilentMode ()=0 |
|
virtual void | SysLog (int type, char *format,...)=0 |
|
virtual BOOL | SetSilentMode (BOOL s)=0 |
| Sets the silent mode on/off.
|
|
virtual void | SetLogLevel (DWORD level)=0 |
|
virtual DWORD | GetLogLevel ()=0 |
|
|
virtual BMMRES | GetImageInfoDlg (HWND hWnd, BitmapInfo *bi, const MCHAR *filename=nullptr)=0 |
|
virtual BMMRES | GetImageInfo (BitmapInfo *bi, const MCHAR *filename=nullptr)=0 |
|
virtual BOOL | ImageInputOptions (BitmapInfo *bi, HWND hWnd)=0 |
|
virtual BOOL | SelectDeviceInput (BitmapInfo *bi, HWND hWnd)=0 |
|
virtual BOOL | SelectDeviceOutput (BitmapInfo *bi, HWND hWnd)=0 |
|
virtual BOOL | SelectFileOutput (BitmapInfo *bi, HWND hWnd, const MCHAR *title=nullptr, ULONG *pflags=nullptr, const MCHAR *extension=nullptr, const MCHAR *config=nullptr, const MCHAR *map=nullptr)=0 |
|
virtual BOOL | SelectFileInput (BitmapInfo *bi, HWND hWnd, const MCHAR *title=nullptr)=0 |
|
virtual BOOL | SelectFileInputEx (BitmapInfo *bi, HWND hWnd, const MCHAR *title=nullptr, BOOL viewonly=FALSE)=0 |
|
virtual void | BeginSavingLoadErrorFiles ()=0 |
|
virtual NameTab & | GetLoadErrorFileList ()=0 |
|
virtual void | EndSavingLoadErrorFiles ()=0 |
|
virtual BMMExport bool | CanImport (const MCHAR *filename)=0 |
|
|
virtual void | RefreshAllVFBs ()=0 |
|
virtual void | DeleteAllAutonomousVFBMaps ()=0 |
|
|
virtual INT_PTR | Execute (int cmd, ULONG_PTR arg1=0, ULONG_PTR arg2=0, ULONG_PTR arg3=0)=0 |
|
virtual UtilExport | ~InterfaceServer () |
| Destructor.
|
|
virtual UtilExport BaseInterface * | GetInterface (Interface_ID id) |
|
template<class InterfaceType > |
InterfaceType * | GetTypedInterface () |
|
|
static UtilExport void * | operator new (size_t size) |
| Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e) |
| Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new (size_t size, const char *filename, int line) |
| New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, const char *filename, int line) |
| New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new (size_t size, unsigned long flags) |
| New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, unsigned long flags) |
| New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new[] (size_t size) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new[] (size_t size, const char *filename, int line) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new[] (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate arrays of objects.
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new[] (size_t size, unsigned long flags) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, unsigned long flags) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void | operator delete (void *ptr) |
| Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e) |
| Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete (void *ptr, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, int block_type, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete (void *ptr, unsigned long flags) |
| Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags) |
| Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete[] (void *ptr) |
| Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e) |
| Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete[] (void *ptr, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, int block_type, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete[] (void *ptr, unsigned long flags) |
| Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags) |
| Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, void *placement_ptr) |
| Placement new operator.
|
|
static UtilExport void | operator delete (void *ptr, void *placement_ptr) |
| Placement delete operator.
|
|
static UtilExport void * | aligned_malloc (size_t size, size_t alignment) |
| Allocates memory on a specified alignment boundary.
|
|
static UtilExport void * | aligned_realloc (void *ptr, size_t size, size_t alignment) |
| Reallocates memory on a specified alignment boundary.
|
|
static UtilExport void | aligned_free (void *ptr) |
| Frees a block of memory that was allocated with aligned_malloc/aligned_realloc.
|
|