[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'IntfGraphics' (#lcl)

TLazReaderXPM

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TLazReaderXPM - this is a FPImage reader for xpm images

Declaration

Source position: intfgraphics.pas line 382

type TLazReaderXPM = class(TFPCustomImageReader, ILazImageReader)

protected

  function QueryInterface();

  function _AddRef;

  function _Release;

  procedure ClearPixelToColorTree;

  

  procedure InternalRead(); override;

  

  function InternalCheck(); override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  property UpdateDescription: Boolean; [rw]

end;

Inheritance

TLazReaderXPM,ILazImageReader

  

TLazReaderXPM - this is a FPImage reader for xpm images

|

TFPCustomImageReader

|

TFPCustomImageHandler

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.