/packages/cocoaint/src/webkit/WebDownload.inc
https://github.com/slibre/freepascal · Pascal · 56 lines · 11 code · 15 blank · 30 comment · 0 complexity · de7eb15c4559313548b9347a3c2d61ba MD5 · raw file
- { Parsed from Webkit.framework WebDownload.h }
- {$ifdef TYPES}
- {$ifndef WEBDOWNLOAD_PAS_T}
- {$define WEBDOWNLOAD_PAS_T}
- {$endif}
- {$endif}
- {$ifdef RECORDS}
- {$ifndef WEBDOWNLOAD_PAS_R}
- {$define WEBDOWNLOAD_PAS_R}
- {$endif}
- {$endif}
- {$ifdef FUNCTIONS}
- {$ifndef WEBDOWNLOAD_PAS_F}
- {$define WEBDOWNLOAD_PAS_F}
- {$endif}
- {$endif}
- {$ifdef EXTERNAL_SYMBOLS}
- {$ifndef WEBDOWNLOAD_PAS_S}
- {$define WEBDOWNLOAD_PAS_S}
- {$endif}
- {$endif}
- {$ifdef FORWARD}
- WebDownload = objcclass;
- WebDownloadPointer = ^WebDownload;
- WebDownloadPtr = WebDownloadPointer;
- {$endif}
- {$ifdef CLASSES}
- {$ifndef WEBDOWNLOAD_PAS_C}
- {$define WEBDOWNLOAD_PAS_C}
- { WebDownload }
- WebDownload = objcclass external (NSURLDownload)
- private
- _webInternal: WebDownloadInternal;
-
- public
- end;
- { WebDownloadDelegateCategory }
- WebDownloadDelegateCategory = objccategory external (NSObject)
- function downloadWindowForAuthenticationSheet(download: WebDownload): NSWindowPtr; message 'downloadWindowForAuthenticationSheet:';
- end;
- {$endif}
- {$endif}