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

TGdkPixbufFormat

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

Declaration

Source position: lazgdkpixbuf2.pas line 185

type TGdkPixbufFormat = object

  name: Pgchar;

  

  signature: PGdkPixbufModulePattern;

  

  domain: Pgchar;

  

  description: Pgchar;

  

  mime_types: PPgchar;

  

  extensions: PPgchar;

  

  flags: guint32;

  

  disabled: gboolean;

  

  license: Pgchar;

  

  function copy;

  

  procedure free;

  

  function get_description;

  

  function get_extensions;

  

  function get_license;

  

  function get_mime_types;

  

  function get_name;

  

  function is_disabled;

  

  function is_save_option_supported();

  

  function is_scalable;

  

  function is_writable;

  

  procedure set_disabled();

  

end;

Inheritance

TGdkPixbufFormat