Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / appkit / NSCachedImageRep.inc
Size: Mime:
{ Parsed from AppKit.framework NSCachedImageRep.h }


{$ifdef TYPES}
type
  NSCachedImageRepPtr = ^NSCachedImageRep;
{$endif}

{$ifdef CLASSES}

type
  NSCachedImageRep = objcclass external (NSImageRep)
  private
    _origin: NSPoint;
    _window: NSWindow;
    _cache: pointer;
  public
    function initWithWindow_rect (win: NSWindow; rect: NSRect): id; message 'initWithWindow:rect:'; deprecated 'in 10_0, 10_6';
    function initWithSize_depth_separate_alpha (size_: NSSize; depth: NSWindowDepth; flag: ObjCBOOL; alpha: ObjCBOOL): id; message 'initWithSize:depth:separate:alpha:'; deprecated 'in 10_0, 10_6';
    function window: NSWindow; message 'window'; deprecated 'in 10_0, 10_6';
    function rect: NSRect; message 'rect'; deprecated 'in 10_0, 10_6';
  end;
{$endif}