[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 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,ILazImageReader

  

TLazReaderXPM - this is a FPImage reader for xpm images.

|

TFPCustomImageReader

?

TObject


Version 3.2 Generated 2024-02-25 Home