Unit 'IntfGraphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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 390

type TLazReaderXPM = class(TFPCustomImageReader,ILazImageReader)

public

  function GetUpdateDescription;

  

  procedure SetUpdateDescription();

  

  function QueryInterface();

  

  function _AddRef;

  

  function _Release;

  

protected

  procedure ClearPixelToColorTree;

  

  procedure InternalRead(); override;

  

  function InternalCheck(); override;

  

public

  constructor Create; override;

  

Constructor for the class instance.

  destructor Destroy; override;

  

Destructor for the class instance.

  property UpdateDescription: Boolean; [rw]

  

end;

Inheritance

TLazReaderXPM

  

TLazReaderXPM - this is a FPImage reader for xpm images.

|

TObject,ILazImageReader