Class TImageHandlersManager
Unit
Declaration
type TImageHandlersManager = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- TImageHandlersManager
Overview
Methods
| Public | constructor Create; |
| Public | destructor Destroy; override; |
| Public | procedure RegisterImageHandlers(const ATypeName,TheExtentions:string; AReader:TFPCustomImageReaderClass; AWriter:TFPCustomImageWriterClass); |
| Public | procedure RegisterImageReader(const ATypeName,TheExtentions:string; AReader:TFPCustomImageReaderClass); |
| Public | procedure RegisterImageWriter(const ATypeName,TheExtentions:string; AWriter:TFPCustomImageWriterClass); |
Properties
| Public | property Count : integer read GetCount; |
| Public | property ImageReader [const TypeName: string]: TFPCustomImageReaderClass read GetReader; |
| Public | property ImageWriter [const TypeName: string]: TFPCustomImageWriterClass read GetWriter; |
| Public | property Extentions [const TypeName: string]: string read GetExt; |
| Public | property DefaultExtention [const TypeName: string]: string read GetDefExt; |
| Public | property TypeNames [index: integer]: string read GetTypeName; |
Description
Methods
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | procedure RegisterImageHandlers(const ATypeName,TheExtentions:string; AReader:TFPCustomImageReaderClass; AWriter:TFPCustomImageWriterClass); |
|
This item has no description. | |
| Public | procedure RegisterImageReader(const ATypeName,TheExtentions:string; AReader:TFPCustomImageReaderClass); |
|
This item has no description. | |
| Public | procedure RegisterImageWriter(const ATypeName,TheExtentions:string; AWriter:TFPCustomImageWriterClass); |
|
This item has no description. | |
Properties
| Public | property Count : integer read GetCount; |
|
This item has no description. | |
| Public | property ImageReader [const TypeName: string]: TFPCustomImageReaderClass read GetReader; |
|
This item has no description. | |
| Public | property ImageWriter [const TypeName: string]: TFPCustomImageWriterClass read GetWriter; |
|
This item has no description. | |
| Public | property Extentions [const TypeName: string]: string read GetExt; |
|
This item has no description. | |
| Public | property DefaultExtention [const TypeName: string]: string read GetDefExt; |
|
This item has no description. | |
| Public | property TypeNames [index: integer]: string read GetTypeName; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.