summaryrefslogtreecommitdiff
path: root/packages/cocoaint
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2011-01-02 14:50:46 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2011-01-02 14:50:46 +0000
commit0dfba44e97597764c4493c0afbc928093e8bc3dd (patch)
tree674d86e04cbfbff78bdf39f254941f2ddec70478 /packages/cocoaint
parent6a7affca5153b5d4be003ff75c41ffdcae70b301 (diff)
downloadfpc-0dfba44e97597764c4493c0afbc928093e8bc3dd.tar.gz
* changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another
change is that it is now also allowed to specify an external name for formal external class definitions, but if they are later mixed with regular class definitions the external names have to match. o because the "external" status of methods is now set while parsing the class rather than afterwards, some procdir compatibility checks had to be inlined because they only have to be performed for * also adapted the syntax for external cppclasses in the same way * fixed return type of NSObject.retainCount and NSObject.hash (NSUInteger instead of cint) * moved "patches" directory from cocoaint/src to cocoaint/utils/cocoa-skel so they are used by the conversion script when re-parsing the headers * updated Objective-C header parser script to o use the new external class syntax o not write inheritance information for root classes (NSObject, NSProxy) o use internal translation tables for some conflicting method names that are named specially in objcbase.pp and updated parsed headers * fixed rtl/inc/objcbase.pp and tests to conform to the new external class syntax git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16684 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/cocoaint')
-rw-r--r--packages/cocoaint/src/AnonClassDefinitionsCoredata.pas422
-rw-r--r--packages/cocoaint/src/AnonClassDefinitionsQuartzcore.pas818
-rw-r--r--packages/cocoaint/src/AnonClassDefinitionsWebkit.pas658
-rw-r--r--packages/cocoaint/src/appkit/NSATSTypesetter.inc24
-rw-r--r--packages/cocoaint/src/appkit/NSAccessibility.inc10
-rw-r--r--packages/cocoaint/src/appkit/NSActionCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSAffineTransform.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSAlert.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSAnimation.inc22
-rw-r--r--packages/cocoaint/src/appkit/NSAnimationContext.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc6
-rw-r--r--packages/cocoaint/src/appkit/NSApplication.inc44
-rw-r--r--packages/cocoaint/src/appkit/NSApplicationScripting.inc10
-rw-r--r--packages/cocoaint/src/appkit/NSArrayController.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSAttributedString.inc34
-rw-r--r--packages/cocoaint/src/appkit/NSBezierPath.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSBitmapImageRep.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSBox.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSBrowser.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSBrowserCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSButton.inc32
-rw-r--r--packages/cocoaint/src/appkit/NSButtonCell.inc28
-rw-r--r--packages/cocoaint/src/appkit/NSCIImageRep.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSCachedImageRep.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSCell.inc36
-rw-r--r--packages/cocoaint/src/appkit/NSClipView.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSCollectionView.inc18
-rw-r--r--packages/cocoaint/src/appkit/NSColor.inc20
-rw-r--r--packages/cocoaint/src/appkit/NSColorList.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSColorPanel.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSColorPicker.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSColorPicking.inc10
-rw-r--r--packages/cocoaint/src/appkit/NSColorSpace.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSColorWell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSComboBox.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSComboBoxCell.inc11
-rw-r--r--packages/cocoaint/src/appkit/NSControl.inc28
-rw-r--r--packages/cocoaint/src/appkit/NSController.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSCursor.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSCustomImageRep.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSDatePicker.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSDatePickerCell.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSDictionaryController.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSDockTile.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSDocument.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSDocumentController.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSDocumentScripting.inc6
-rw-r--r--packages/cocoaint/src/appkit/NSDragging.inc18
-rw-r--r--packages/cocoaint/src/appkit/NSDrawer.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSEPSImageRep.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSErrors.inc2
-rw-r--r--packages/cocoaint/src/appkit/NSEvent.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSFileWrapper.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSFont.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSFontDescriptor.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSFontManager.inc20
-rw-r--r--packages/cocoaint/src/appkit/NSFontPanel.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSForm.inc2
-rw-r--r--packages/cocoaint/src/appkit/NSFormCell.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSGlyphGenerator.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSGlyphInfo.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSGradient.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSGraphics.inc2
-rw-r--r--packages/cocoaint/src/appkit/NSGraphicsContext.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSHelpManager.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSImage.inc20
-rw-r--r--packages/cocoaint/src/appkit/NSImageCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSImageRep.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSImageView.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSInputManager.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSInputServer.inc15
-rw-r--r--packages/cocoaint/src/appkit/NSInterfaceStyle.inc6
-rw-r--r--packages/cocoaint/src/appkit/NSKeyValueBinding.inc18
-rw-r--r--packages/cocoaint/src/appkit/NSLayoutManager.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSLevelIndicator.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSMatrix.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSMenu.inc28
-rw-r--r--packages/cocoaint/src/appkit/NSMenuItem.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSMenuItemCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSMenuView.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSMovie.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSMovieView.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSNib.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSNibLoading.inc10
-rw-r--r--packages/cocoaint/src/appkit/NSObjectController.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSOpenGL.inc20
-rw-r--r--packages/cocoaint/src/appkit/NSOpenGLView.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSOpenPanel.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSOutlineView.inc20
-rw-r--r--packages/cocoaint/src/appkit/NSPDFImageRep.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSPICTImageRep.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSPageLayout.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSPanel.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSParagraphStyle.inc20
-rw-r--r--packages/cocoaint/src/appkit/NSPasteboard.inc36
-rw-r--r--packages/cocoaint/src/appkit/NSPasteboardItem.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSPathCell.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSPathComponentCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSPathControl.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSPersistentDocument.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSPopUpButton.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSPopUpButtonCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSPredicateEditor.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSPredicateEditorRowTemplate.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSPrintInfo.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSPrintOperation.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSPrintPanel.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSPrinter.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSProgressIndicator.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSQuickDrawView.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSResponder.inc24
-rw-r--r--packages/cocoaint/src/appkit/NSRuleEditor.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSRulerMarker.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSRulerView.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSRunningApplication.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSSavePanel.inc20
-rw-r--r--packages/cocoaint/src/appkit/NSScreen.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSScrollView.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSScroller.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSSearchField.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSSearchFieldCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSSecureTextField.inc13
-rw-r--r--packages/cocoaint/src/appkit/NSSegmentedControl.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSShadow.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSSlider.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSSliderCell.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSSound.inc20
-rw-r--r--packages/cocoaint/src/appkit/NSSpeechRecognizer.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSSpellChecker.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSSpellProtocol.inc10
-rw-r--r--packages/cocoaint/src/appkit/NSSplitView.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSStatusBar.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSStatusItem.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSStepper.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSStepperCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSStringDrawing.inc18
-rw-r--r--packages/cocoaint/src/appkit/NSTabView.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSTabViewItem.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTableColumn.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSTableHeaderCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTableHeaderView.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTableView.inc24
-rw-r--r--packages/cocoaint/src/appkit/NSText.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSTextAttachment.inc25
-rw-r--r--packages/cocoaint/src/appkit/NSTextContainer.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTextField.inc20
-rw-r--r--packages/cocoaint/src/appkit/NSTextFieldCell.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTextInputClient.inc6
-rw-r--r--packages/cocoaint/src/appkit/NSTextInputContext.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTextList.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTextStorage.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSTextStorageScripting.inc6
-rw-r--r--packages/cocoaint/src/appkit/NSTextTable.inc20
-rw-r--r--packages/cocoaint/src/appkit/NSTextView.inc36
-rw-r--r--packages/cocoaint/src/appkit/NSTokenField.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSTokenFieldCell.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSToolbar.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSToolbarItem.inc12
-rw-r--r--packages/cocoaint/src/appkit/NSToolbarItemGroup.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTouch.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTrackingArea.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTreeController.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTreeNode.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSTypesetter.inc16
-rw-r--r--packages/cocoaint/src/appkit/NSUserDefaultsController.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSUserInterfaceItemSearching.inc10
-rw-r--r--packages/cocoaint/src/appkit/NSUserInterfaceValidation.inc10
-rw-r--r--packages/cocoaint/src/appkit/NSView.inc32
-rw-r--r--packages/cocoaint/src/appkit/NSViewController.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSWindow.inc28
-rw-r--r--packages/cocoaint/src/appkit/NSWindowController.inc8
-rw-r--r--packages/cocoaint/src/appkit/NSWindowScripting.inc6
-rw-r--r--packages/cocoaint/src/appkit/NSWorkspace.inc16
-rw-r--r--packages/cocoaint/src/coredata/AnonIncludeClassDefinitionsCoredata.inc32
-rw-r--r--packages/cocoaint/src/coredata/CoreDataDefines.inc2
-rw-r--r--packages/cocoaint/src/coredata/CoreDataErrors.inc2
-rw-r--r--packages/cocoaint/src/coredata/NSAtomicStore.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSAtomicStoreCacheNode.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSAttributeDescription.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSEntityDescription.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSEntityMapping.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSEntityMigrationPolicy.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSExpressionDescription.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSFetchRequest.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSFetchRequestExpression.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSFetchedPropertyDescription.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSManagedObject.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSManagedObjectContext.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSManagedObjectID.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSManagedObjectModel.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSMappingModel.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSMigrationManager.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSPersistentStore.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSPersistentStoreCoordinator.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSPropertyDescription.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSPropertyMapping.inc8
-rw-r--r--packages/cocoaint/src/coredata/NSRelationshipDescription.inc8
-rw-r--r--packages/cocoaint/src/foundation/Foundation.inc4
-rw-r--r--packages/cocoaint/src/foundation/NSAffineTransform.inc82
-rw-r--r--packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSAppleEventManager.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSAppleScript.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSArchiver.inc18
-rw-r--r--packages/cocoaint/src/foundation/NSArray.inc34
-rw-r--r--packages/cocoaint/src/foundation/NSAttributedString.inc101
-rw-r--r--packages/cocoaint/src/foundation/NSAutoreleasePool.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSBundle.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSCache.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSCalendar.inc14
-rw-r--r--packages/cocoaint/src/foundation/NSCalendarDate.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSCharacterSet.inc14
-rw-r--r--packages/cocoaint/src/foundation/NSClassDescription.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSCoder.inc16
-rw-r--r--packages/cocoaint/src/foundation/NSComparisonPredicate.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSCompoundPredicate.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSConnection.inc18
-rw-r--r--packages/cocoaint/src/foundation/NSData.inc39
-rw-r--r--packages/cocoaint/src/foundation/NSDate.inc16
-rw-r--r--packages/cocoaint/src/foundation/NSDateFormatter.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSDecimal.inc2
-rw-r--r--packages/cocoaint/src/foundation/NSDecimalNumber.inc26
-rw-r--r--packages/cocoaint/src/foundation/NSDictionary.inc30
-rw-r--r--packages/cocoaint/src/foundation/NSDistantObject.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSDistributedLock.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSEnumerator.inc16
-rw-r--r--packages/cocoaint/src/foundation/NSError.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSException.inc18
-rw-r--r--packages/cocoaint/src/foundation/NSExpression.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSFileHandle.inc26
-rw-r--r--packages/cocoaint/src/foundation/NSFileManager.inc26
-rw-r--r--packages/cocoaint/src/foundation/NSFormatter.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSGarbageCollector.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSGeometry.inc14
-rw-r--r--packages/cocoaint/src/foundation/NSHFSFileTypes.inc2
-rw-r--r--packages/cocoaint/src/foundation/NSHTTPCookie.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSHashTable.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSHost.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSIndexPath.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSIndexSet.inc14
-rw-r--r--packages/cocoaint/src/foundation/NSInvocation.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSKeyValueCoding.inc26
-rw-r--r--packages/cocoaint/src/foundation/NSKeyValueObserving.inc30
-rw-r--r--packages/cocoaint/src/foundation/NSKeyedArchiver.inc30
-rw-r--r--packages/cocoaint/src/foundation/NSLocale.inc20
-rw-r--r--packages/cocoaint/src/foundation/NSLock.inc30
-rw-r--r--packages/cocoaint/src/foundation/NSMapTable.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSMetadata.inc30
-rw-r--r--packages/cocoaint/src/foundation/NSMethodSignature.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSNetServices.inc30
-rw-r--r--packages/cocoaint/src/foundation/NSNotification.inc18
-rw-r--r--packages/cocoaint/src/foundation/NSNotificationQueue.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSNull.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSNumberFormatter.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSObjCRuntime.inc2
-rw-r--r--packages/cocoaint/src/foundation/NSObject.inc48
-rw-r--r--packages/cocoaint/src/foundation/NSObjectScripting.inc6
-rw-r--r--packages/cocoaint/src/foundation/NSOperation.inc20
-rw-r--r--packages/cocoaint/src/foundation/NSOrthography.inc16
-rw-r--r--packages/cocoaint/src/foundation/NSPathUtilities.inc10
-rw-r--r--packages/cocoaint/src/foundation/NSPointerArray.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSPointerFunctions.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSPort.inc33
-rw-r--r--packages/cocoaint/src/foundation/NSPortCoder.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSPortMessage.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSPortNameServer.inc26
-rw-r--r--packages/cocoaint/src/foundation/NSPredicate.inc24
-rw-r--r--packages/cocoaint/src/foundation/NSProcessInfo.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSPropertyList.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSProtocolChecker.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSProxy.inc14
-rw-r--r--packages/cocoaint/src/foundation/NSRange.inc6
-rw-r--r--packages/cocoaint/src/foundation/NSRunLoop.inc20
-rw-r--r--packages/cocoaint/src/foundation/NSScanner.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSScriptClassDescription.inc16
-rw-r--r--packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSScriptCommand.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSScriptCommandDescription.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSScriptExecutionContext.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc6
-rw-r--r--packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc69
-rw-r--r--packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc59
-rw-r--r--packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSScriptWhoseTests.inc28
-rw-r--r--packages/cocoaint/src/foundation/NSSet.inc36
-rw-r--r--packages/cocoaint/src/foundation/NSSortDescriptor.inc20
-rw-r--r--packages/cocoaint/src/foundation/NSSpellServer.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSStream.inc36
-rw-r--r--packages/cocoaint/src/foundation/NSString.inc40
-rw-r--r--packages/cocoaint/src/foundation/NSTask.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSTextCheckingResult.inc16
-rw-r--r--packages/cocoaint/src/foundation/NSThread.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSTimeZone.inc16
-rw-r--r--packages/cocoaint/src/foundation/NSTimer.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSURL.inc20
-rw-r--r--packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSURLCache.inc14
-rw-r--r--packages/cocoaint/src/foundation/NSURLConnection.inc16
-rw-r--r--packages/cocoaint/src/foundation/NSURLCredential.inc20
-rw-r--r--packages/cocoaint/src/foundation/NSURLCredentialStorage.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSURLDownload.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSURLError.inc2
-rw-r--r--packages/cocoaint/src/foundation/NSURLHandle.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSURLProtectionSpace.inc16
-rw-r--r--packages/cocoaint/src/foundation/NSURLProtocol.inc12
-rw-r--r--packages/cocoaint/src/foundation/NSURLRequest.inc22
-rw-r--r--packages/cocoaint/src/foundation/NSURLResponse.inc14
-rw-r--r--packages/cocoaint/src/foundation/NSUndoManager.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSUserDefaults.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSValue.inc26
-rw-r--r--packages/cocoaint/src/foundation/NSValueTransformer.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSXMLDTD.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSXMLDTDNode.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSXMLDocument.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSXMLElement.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSXMLNode.inc8
-rw-r--r--packages/cocoaint/src/foundation/NSXMLNodeOptions.inc2
-rw-r--r--packages/cocoaint/src/foundation/NSXMLParser.inc16
-rw-r--r--packages/cocoaint/src/quartzcore/AnonIncludeClassDefinitionsQuartzcore.inc68
-rw-r--r--packages/cocoaint/src/quartzcore/CAAnimation.inc42
-rw-r--r--packages/cocoaint/src/quartzcore/CABase.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CACIFilterAdditions.inc6
-rw-r--r--packages/cocoaint/src/quartzcore/CAConstraintLayoutManager.inc18
-rw-r--r--packages/cocoaint/src/quartzcore/CAEmitterCell.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CAEmitterLayer.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CAGradientLayer.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CALayer.inc20
-rw-r--r--packages/cocoaint/src/quartzcore/CAMediaTiming.inc6
-rw-r--r--packages/cocoaint/src/quartzcore/CAMediaTimingFunction.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CAOpenGLLayer.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CARenderer.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CAReplicatorLayer.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CAScrollLayer.inc12
-rw-r--r--packages/cocoaint/src/quartzcore/CAShapeLayer.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CATextLayer.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CATiledLayer.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CATransaction.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CATransform3D.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CATransformLayer.inc7
-rw-r--r--packages/cocoaint/src/quartzcore/CAValueFunction.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CIColor.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CIContext.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CIFilter.inc12
-rw-r--r--packages/cocoaint/src/quartzcore/CIFilterGenerator.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CIFilterShape.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CIImage.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CIImageAccumulator.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CIImageProvider.inc10
-rw-r--r--packages/cocoaint/src/quartzcore/CIKernel.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CIPlugIn.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CIPlugInInterface.inc6
-rw-r--r--packages/cocoaint/src/quartzcore/CIRAWFilter.inc6
-rw-r--r--packages/cocoaint/src/quartzcore/CISampler.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CIVector.inc8
-rw-r--r--packages/cocoaint/src/quartzcore/CVBase.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVBuffer.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVDisplayLink.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVHostTime.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVImageBuffer.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVOpenGLBuffer.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVOpenGLBufferPool.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVOpenGLTexture.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVOpenGLTextureCache.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVPixelBuffer.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVPixelBufferPool.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVPixelFormatDescription.inc2
-rw-r--r--packages/cocoaint/src/quartzcore/CVReturn.inc2
-rw-r--r--packages/cocoaint/src/webkit/AnonIncludeClassDefinitionsWebkit.inc60
-rw-r--r--packages/cocoaint/src/webkit/CarbonUtils.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOM.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMAbstractView.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMAttr.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMCDATASection.inc7
-rw-r--r--packages/cocoaint/src/webkit/DOMCSS.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSCharsetRule.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSFontFaceRule.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSImportRule.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSMediaRule.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSPageRule.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSPrimitiveValue.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSRule.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSRuleList.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSStyleDeclaration.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSStyleRule.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSUnknownRule.inc7
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSValue.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSValueList.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMCharacterData.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMComment.inc7
-rw-r--r--packages/cocoaint/src/webkit/DOMCore.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMCounter.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMDocument.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMDocumentFragment.inc7
-rw-r--r--packages/cocoaint/src/webkit/DOMDocumentType.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMElement.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMEntity.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMEntityReference.inc7
-rw-r--r--packages/cocoaint/src/webkit/DOMEvent.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMEventException.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMEventListener.inc6
-rw-r--r--packages/cocoaint/src/webkit/DOMEventTarget.inc6
-rw-r--r--packages/cocoaint/src/webkit/DOMEvents.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMException.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMExtensions.inc14
-rw-r--r--packages/cocoaint/src/webkit/DOMFile.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMFileList.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTML.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLAnchorElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLAppletElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLAreaElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLBRElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLBaseElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLBodyElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLButtonElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLCollection.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLDListElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLDivElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLDocument.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLEmbedElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLFieldSetElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLFontElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLFormElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLFrameElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLFrameSetElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLHRElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLHeadElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLHeadingElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLHtmlElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLIFrameElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLImageElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLInputElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLIsIndexElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLLIElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLLabelElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLLegendElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLLinkElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLMapElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLMarqueeElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLMenuElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLMetaElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLModElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLOListElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLObjectElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLOptGroupElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLOptionElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLOptionsCollection.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLParamElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLPreElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLScriptElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLSelectElement.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLStyleElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLTableColElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLTableElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLTableRowElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLTextAreaElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLTitleElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLUListElement.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMImplementation.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMKeyboardEvent.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMMediaList.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMMouseEvent.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMMutationEvent.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMNamedNodeMap.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMNode.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMNodeFilter.inc6
-rw-r--r--packages/cocoaint/src/webkit/DOMNodeIterator.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMNodeList.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMNotation.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMObject.inc11
-rw-r--r--packages/cocoaint/src/webkit/DOMOverflowEvent.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMProcessingInstruction.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMProgressEvent.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMRGBColor.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMRange.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMRangeException.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMRanges.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMRect.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMStyleSheet.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMStyleSheetList.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMStylesheets.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMText.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMTraversal.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMTreeWalker.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMUIEvent.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMViews.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMWheelEvent.inc8
-rw-r--r--packages/cocoaint/src/webkit/DOMXPath.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMXPathException.inc2
-rw-r--r--packages/cocoaint/src/webkit/DOMXPathExpression.inc12
-rw-r--r--packages/cocoaint/src/webkit/DOMXPathNSResolver.inc6
-rw-r--r--packages/cocoaint/src/webkit/DOMXPathResult.inc8
-rw-r--r--packages/cocoaint/src/webkit/HIWebView.inc2
-rw-r--r--packages/cocoaint/src/webkit/WebArchive.inc8
-rw-r--r--packages/cocoaint/src/webkit/WebBackForwardList.inc12
-rw-r--r--packages/cocoaint/src/webkit/WebDOMOperations.inc26
-rw-r--r--packages/cocoaint/src/webkit/WebDataSource.inc8
-rw-r--r--packages/cocoaint/src/webkit/WebDocument.inc18
-rw-r--r--packages/cocoaint/src/webkit/WebDownload.inc11
-rw-r--r--packages/cocoaint/src/webkit/WebEditingDelegate.inc6
-rw-r--r--packages/cocoaint/src/webkit/WebFrame.inc8
-rw-r--r--packages/cocoaint/src/webkit/WebFrameLoadDelegate.inc6
-rw-r--r--packages/cocoaint/src/webkit/WebFrameView.inc8
-rw-r--r--packages/cocoaint/src/webkit/WebHistory.inc8
-rw-r--r--packages/cocoaint/src/webkit/WebHistoryItem.inc8
-rw-r--r--packages/cocoaint/src/webkit/WebKitErrors.inc2
-rw-r--r--packages/cocoaint/src/webkit/WebPlugin.inc6
-rw-r--r--packages/cocoaint/src/webkit/WebPluginContainer.inc6
-rw-r--r--packages/cocoaint/src/webkit/WebPluginViewFactory.inc6
-rw-r--r--packages/cocoaint/src/webkit/WebPolicyDelegate.inc10
-rw-r--r--packages/cocoaint/src/webkit/WebPreferences.inc8
-rw-r--r--packages/cocoaint/src/webkit/WebResource.inc8
-rw-r--r--packages/cocoaint/src/webkit/WebResourceLoadDelegate.inc6
-rw-r--r--packages/cocoaint/src/webkit/WebScriptObject.inc18
-rw-r--r--packages/cocoaint/src/webkit/WebUIDelegate.inc10
-rw-r--r--packages/cocoaint/src/webkit/WebView.inc28
-rw-r--r--packages/cocoaint/utils/cocoa-skel/patches/NSBundle.patch (renamed from packages/cocoaint/src/patches/NSBundle.patch)0
-rw-r--r--packages/cocoaint/utils/cocoa-skel/patches/NSObjCRuntime.patch (renamed from packages/cocoaint/src/patches/NSObjCRuntime.patch)0
-rwxr-xr-xpackages/cocoaint/utils/parser.php2
-rw-r--r--packages/cocoaint/utils/source/objp.php62
-rw-r--r--packages/cocoaint/utils/source/objp_base.php12
532 files changed, 3499 insertions, 4644 deletions
diff --git a/packages/cocoaint/src/AnonClassDefinitionsCoredata.pas b/packages/cocoaint/src/AnonClassDefinitionsCoredata.pas
index e21eef086f..88c28a50a5 100644
--- a/packages/cocoaint/src/AnonClassDefinitionsCoredata.pas
+++ b/packages/cocoaint/src/AnonClassDefinitionsCoredata.pas
@@ -9,217 +9,217 @@ unit AnonClassDefinitionsCoredata;
interface
type
- Protocol = objcclass; external;
- NSAffineTransform = objcclass; external;
- NSData = objcclass; external;
- NSAppleEventDescriptor = objcclass; external;
- NSAppleEventManager = objcclass; external;
- NSDictionary = objcclass; external;
- NSString = objcclass; external;
- NSURL = objcclass; external;
- NSAppleScript = objcclass; external;
- NSMutableData = objcclass; external;
- NSMutableDictionary = objcclass; external;
- NSMutableArray = objcclass; external;
- NSArchiver = objcclass; external;
- NSUnarchiver = objcclass; external;
- NSIndexSet = objcclass; external;
- NSArray = objcclass; external;
- NSAttributedString = objcclass; external;
- NSMutableAttributedString = objcclass; external;
- NSAutoreleasePool = objcclass; external;
- NSError = objcclass; external;
- NSBundle = objcclass; external;
- NSCache = objcclass; external;
- NSDateComponents = objcclass; external;
- NSLocale = objcclass; external;
- NSTimeZone = objcclass; external;
- NSCalendar = objcclass; external;
- NSCalendarDate = objcclass; external;
- NSCharacterSet = objcclass; external;
- NSMutableCharacterSet = objcclass; external;
- NSClassDescription = objcclass; external;
- NSCoder = objcclass; external;
- NSPredicateOperator = objcclass; external;
- NSExpression = objcclass; external;
- NSComparisonPredicate = objcclass; external;
- NSCompoundPredicate = objcclass; external;
- NSDistantObject = objcclass; external;
- NSException = objcclass; external;
- NSPort = objcclass; external;
- NSRunLoop = objcclass; external;
- NSPortNameServer = objcclass; external;
- NSDistantObjectRequest = objcclass; external;
- NSConnection = objcclass; external;
- NSPurgeableData = objcclass; external;
- NSDate = objcclass; external;
- NSDateFormatter = objcclass; external;
- NSDecimalNumber = objcclass; external;
- NSDecimalNumberHandler = objcclass; external;
- NSSet = objcclass; external;
- NSDistributedLock = objcclass; external;
- NSDistributedNotificationCenter = objcclass; external;
- NSEnumerator = objcclass; external;
- NSAssertionHandler = objcclass; external;
- NSPredicate = objcclass; external;
- NSFileHandle = objcclass; external;
- NSPipe = objcclass; external;
- NSDirectoryEnumerator = objcclass; external;
- NSNumber = objcclass; external;
- NSFileManager = objcclass; external;
- NSFormatter = objcclass; external;
- NSGarbageCollector = objcclass; external;
- NSHashTable = objcclass; external;
- NSHost = objcclass; external;
- NSHTTPCookieInternal = objcclass; external;
- NSHTTPCookie = objcclass; external;
- NSHTTPCookieStorageInternal = objcclass; external;
- NSHTTPCookieStorage = objcclass; external;
- NSIndexPath = objcclass; external;
- NSMutableIndexSet = objcclass; external;
- NSMethodSignature = objcclass; external;
- NSInvocation = objcclass; external;
- NSKeyedArchiver = objcclass; external;
- NSKeyedUnarchiver = objcclass; external;
- NSLock = objcclass; external;
- NSConditionLock = objcclass; external;
- NSRecursiveLock = objcclass; external;
- NSCondition = objcclass; external;
- NSMapTable = objcclass; external;
- NSMetadataItem = objcclass; external;
- NSMetadataQueryAttributeValueTuple = objcclass; external;
- NSMetadataQueryResultGroup = objcclass; external;
- NSMetadataQuery = objcclass; external;
- NSInputStream = objcclass; external;
- NSOutputStream = objcclass; external;
- NSNetService = objcclass; external;
- NSNetServiceBrowser = objcclass; external;
- NSOperationQueue = objcclass; external;
- NSNotification = objcclass; external;
- NSNotificationCenter = objcclass; external;
- NSNotificationQueue = objcclass; external;
- NSNull = objcclass; external;
- NSNumberFormatter = objcclass; external;
- NSObject = objcclass; external;
- NSScriptObjectSpecifier = objcclass; external;
- NSOperation = objcclass; external;
- NSBlockOperation = objcclass; external;
- NSInvocationOperation = objcclass; external;
- NSOrthography = objcclass; external;
- NSPointerArray = objcclass; external;
- NSPointerFunctions = objcclass; external;
- NSPortMessage = objcclass; external;
- NSMachPort = objcclass; external;
- NSMessagePort = objcclass; external;
- NSSocketPort = objcclass; external;
- NSPortCoder = objcclass; external;
- NSMachBootstrapServer = objcclass; external;
- NSMessagePortNameServer = objcclass; external;
- NSSocketPortNameServer = objcclass; external;
- NSProcessInfo = objcclass; external;
- NSPropertyListSerialization = objcclass; external;
- NSProtocolChecker = objcclass; external;
- NSProxy = objcclass; external;
- NSTimer = objcclass; external;
- NSScanner = objcclass; external;
- NSScriptCommandDescription = objcclass; external;
- NSScriptClassDescription = objcclass; external;
- NSScriptCoercionHandler = objcclass; external;
- NSScriptCommand = objcclass; external;
- NSScriptExecutionContext = objcclass; external;
- NSScriptWhoseTest = objcclass; external;
- NSIndexSpecifier = objcclass; external;
- NSMiddleSpecifier = objcclass; external;
- NSNameSpecifier = objcclass; external;
- NSPositionalSpecifier = objcclass; external;
- NSPropertySpecifier = objcclass; external;
- NSRandomSpecifier = objcclass; external;
- NSRangeSpecifier = objcclass; external;
- NSRelativeSpecifier = objcclass; external;
- NSUniqueIDSpecifier = objcclass; external;
- NSWhoseSpecifier = objcclass; external;
- NSCloneCommand = objcclass; external;
- NSCloseCommand = objcclass; external;
- NSCountCommand = objcclass; external;
- NSCreateCommand = objcclass; external;
- NSDeleteCommand = objcclass; external;
- NSExistsCommand = objcclass; external;
- NSGetCommand = objcclass; external;
- NSMoveCommand = objcclass; external;
- NSQuitCommand = objcclass; external;
- NSSetCommand = objcclass; external;
- NSMutableSet = objcclass; external;
- NSScriptSuiteRegistry = objcclass; external;
- NSLogicalTest = objcclass; external;
- NSSpecifierTest = objcclass; external;
- NSCountedSet = objcclass; external;
- NSSortDescriptor = objcclass; external;
- NSSpellServer = objcclass; external;
- NSStream = objcclass; external;
- NSMutableString = objcclass; external;
- NSSimpleCString = objcclass; external;
- NSConstantString = objcclass; external;
- NSTask = objcclass; external;
- NSTextCheckingResult = objcclass; external;
- NSThread = objcclass; external;
- NSUndoManager = objcclass; external;
- NSURLAuthenticationChallenge = objcclass; external;
- NSURLCredential = objcclass; external;
- NSURLProtectionSpace = objcclass; external;
- NSURLResponse = objcclass; external;
- NSURLAuthenticationChallengeInternal = objcclass; external;
- NSCachedURLResponseInternal = objcclass; external;
- NSURLRequest = objcclass; external;
- NSCachedURLResponse = objcclass; external;
- NSURLCacheInternal = objcclass; external;
- NSURLCache = objcclass; external;
- NSURLConnectionInternal = objcclass; external;
- NSURLConnection = objcclass; external;
- NSURLCredentialInternal = objcclass; external;
- NSURLCredentialStorageInternal = objcclass; external;
- NSURLCredentialStorage = objcclass; external;
- NSURLDownloadInternal = objcclass; external;
- NSURLDownload = objcclass; external;
- NSURLHandle = objcclass; external;
- NSURLProtectionSpaceInternal = objcclass; external;
- NSMutableURLRequest = objcclass; external;
- NSURLProtocol = objcclass; external;
- NSURLProtocolInternal = objcclass; external;
- NSURLRequestInternal = objcclass; external;
- NSURLResponseInternal = objcclass; external;
- NSHTTPURLResponseInternal = objcclass; external;
- NSHTTPURLResponse = objcclass; external;
- NSUserDefaults = objcclass; external;
- NSValue = objcclass; external;
- NSValueTransformer = objcclass; external;
- NSXMLDTD = objcclass; external;
- NSXMLDocument = objcclass; external;
- NSXMLDTDNode = objcclass; external;
- NSXMLElement = objcclass; external;
- NSXMLNode = objcclass; external;
- NSXMLParser = objcclass; external;
- NSAtomicStore = objcclass; external;
- NSAtomicStoreCacheNode = objcclass; external;
- NSEntityDescription = objcclass; external;
- NSAttributeDescription = objcclass; external;
- NSManagedObjectModel = objcclass; external;
- NSManagedObjectContext = objcclass; external;
- NSManagedObject = objcclass; external;
- NSEntityMapping = objcclass; external;
- NSMigrationManager = objcclass; external;
- NSEntityMigrationPolicy = objcclass; external;
- NSExpressionDescription = objcclass; external;
- NSFetchRequest = objcclass; external;
- NSFetchedPropertyDescription = objcclass; external;
- NSFetchRequestExpression = objcclass; external;
- NSManagedObjectID = objcclass; external;
- NSPersistentStore = objcclass; external;
- NSPersistentStoreCoordinator = objcclass; external;
- NSMappingModel = objcclass; external;
- NSMigrationContext = objcclass; external;
- NSPropertyDescription = objcclass; external;
- NSPropertyMapping = objcclass; external;
- NSRelationshipDescription = objcclass; external;
+ Protocol = objcclass external;
+ NSAffineTransform = objcclass external;
+ NSData = objcclass external;
+ NSAppleEventDescriptor = objcclass external;
+ NSAppleEventManager = objcclass external;
+ NSDictionary = objcclass external;
+ NSString = objcclass external;
+ NSURL = objcclass external;
+ NSAppleScript = objcclass external;
+ NSMutableData = objcclass external;
+ NSMutableDictionary = objcclass external;
+ NSMutableArray = objcclass external;
+ NSArchiver = objcclass external;
+ NSUnarchiver = objcclass external;
+ NSIndexSet = objcclass external;
+ NSArray = objcclass external;
+ NSAttributedString = objcclass external;
+ NSMutableAttributedString = objcclass external;
+ NSAutoreleasePool = objcclass external;
+ NSError = objcclass external;
+ NSBundle = objcclass external;
+ NSCache = objcclass external;
+ NSDateComponents = objcclass external;
+ NSLocale = objcclass external;
+ NSTimeZone = objcclass external;
+ NSCalendar = objcclass external;
+ NSCalendarDate = objcclass external;
+ NSCharacterSet = objcclass external;
+ NSMutableCharacterSet = objcclass external;
+ NSClassDescription = objcclass external;
+ NSCoder = objcclass external;
+ NSPredicateOperator = objcclass external;
+ NSExpression = objcclass external;
+ NSComparisonPredicate = objcclass external;
+ NSCompoundPredicate = objcclass external;
+ NSDistantObject = objcclass external;
+ NSException = objcclass external;
+ NSPort = objcclass external;
+ NSRunLoop = objcclass external;
+ NSPortNameServer = objcclass external;
+ NSDistantObjectRequest = objcclass external;
+ NSConnection = objcclass external;
+ NSPurgeableData = objcclass external;
+ NSDate = objcclass external;
+ NSDateFormatter = objcclass external;
+ NSDecimalNumber = objcclass external;
+ NSDecimalNumberHandler = objcclass external;
+ NSSet = objcclass external;
+ NSDistributedLock = objcclass external;
+ NSDistributedNotificationCenter = objcclass external;
+ NSEnumerator = objcclass external;
+ NSAssertionHandler = objcclass external;
+ NSPredicate = objcclass external;
+ NSFileHandle = objcclass external;
+ NSPipe = objcclass external;
+ NSDirectoryEnumerator = objcclass external;
+ NSNumber = objcclass external;
+ NSFileManager = objcclass external;
+ NSFormatter = objcclass external;
+ NSGarbageCollector = objcclass external;
+ NSHashTable = objcclass external;
+ NSHost = objcclass external;
+ NSHTTPCookieInternal = objcclass external;
+ NSHTTPCookie = objcclass external;
+ NSHTTPCookieStorageInternal = objcclass external;
+ NSHTTPCookieStorage = objcclass external;
+ NSIndexPath = objcclass external;
+ NSMutableIndexSet = objcclass external;
+ NSMethodSignature = objcclass external;
+ NSInvocation = objcclass external;
+ NSKeyedArchiver = objcclass external;
+ NSKeyedUnarchiver = objcclass external;
+ NSLock = objcclass external;
+ NSConditionLock = objcclass external;
+ NSRecursiveLock = objcclass external;
+ NSCondition = objcclass external;
+ NSMapTable = objcclass external;
+ NSMetadataItem = objcclass external;
+ NSMetadataQueryAttributeValueTuple = objcclass external;
+ NSMetadataQueryResultGroup = objcclass external;
+ NSMetadataQuery = objcclass external;
+ NSInputStream = objcclass external;
+ NSOutputStream = objcclass external;
+ NSNetService = objcclass external;
+ NSNetServiceBrowser = objcclass external;
+ NSOperationQueue = objcclass external;
+ NSNotification = objcclass external;
+ NSNotificationCenter = objcclass external;
+ NSNotificationQueue = objcclass external;
+ NSNull = objcclass external;
+ NSNumberFormatter = objcclass external;
+ NSObject = objcclass external;
+ NSScriptObjectSpecifier = objcclass external;
+ NSOperation = objcclass external;
+ NSBlockOperation = objcclass external;
+ NSInvocationOperation = objcclass external;
+ NSOrthography = objcclass external;
+ NSPointerArray = objcclass external;
+ NSPointerFunctions = objcclass external;
+ NSPortMessage = objcclass external;
+ NSMachPort = objcclass external;
+ NSMessagePort = objcclass external;
+ NSSocketPort = objcclass external;
+ NSPortCoder = objcclass external;
+ NSMachBootstrapServer = objcclass external;
+ NSMessagePortNameServer = objcclass external;
+ NSSocketPortNameServer = objcclass external;
+ NSProcessInfo = objcclass external;
+ NSPropertyListSerialization = objcclass external;
+ NSProtocolChecker = objcclass external;
+ NSProxy = objcclass external;
+ NSTimer = objcclass external;
+ NSScanner = objcclass external;
+ NSScriptCommandDescription = objcclass external;
+ NSScriptClassDescription = objcclass external;
+ NSScriptCoercionHandler = objcclass external;
+ NSScriptCommand = objcclass external;
+ NSScriptExecutionContext = objcclass external;
+ NSScriptWhoseTest = objcclass external;
+ NSIndexSpecifier = objcclass external;
+ NSMiddleSpecifier = objcclass external;
+ NSNameSpecifier = objcclass external;
+ NSPositionalSpecifier = objcclass external;
+ NSPropertySpecifier = objcclass external;
+ NSRandomSpecifier = objcclass external;
+ NSRangeSpecifier = objcclass external;
+ NSRelativeSpecifier = objcclass external;
+ NSUniqueIDSpecifier = objcclass external;
+ NSWhoseSpecifier = objcclass external;
+ NSCloneCommand = objcclass external;
+ NSCloseCommand = objcclass external;
+ NSCountCommand = objcclass external;
+ NSCreateCommand = objcclass external;
+ NSDeleteCommand = objcclass external;
+ NSExistsCommand = objcclass external;
+ NSGetCommand = objcclass external;
+ NSMoveCommand = objcclass external;
+ NSQuitCommand = objcclass external;
+ NSSetCommand = objcclass external;
+ NSMutableSet = objcclass external;
+ NSScriptSuiteRegistry = objcclass external;
+ NSLogicalTest = objcclass external;
+ NSSpecifierTest = objcclass external;
+ NSCountedSet = objcclass external;
+ NSSortDescriptor = objcclass external;
+ NSSpellServer = objcclass external;
+ NSStream = objcclass external;
+ NSMutableString = objcclass external;
+ NSSimpleCString = objcclass external;
+ NSConstantString = objcclass external;
+ NSTask = objcclass external;
+ NSTextCheckingResult = objcclass external;
+ NSThread = objcclass external;
+ NSUndoManager = objcclass external;
+ NSURLAuthenticationChallenge = objcclass external;
+ NSURLCredential = objcclass external;
+ NSURLProtectionSpace = objcclass external;
+ NSURLResponse = objcclass external;
+ NSURLAuthenticationChallengeInternal = objcclass external;
+ NSCachedURLResponseInternal = objcclass external;
+ NSURLRequest = objcclass external;
+ NSCachedURLResponse = objcclass external;
+ NSURLCacheInternal = objcclass external;
+ NSURLCache = objcclass external;
+ NSURLConnectionInternal = objcclass external;
+ NSURLConnection = objcclass external;
+ NSURLCredentialInternal = objcclass external;
+ NSURLCredentialStorageInternal = objcclass external;
+ NSURLCredentialStorage = objcclass external;
+ NSURLDownloadInternal = objcclass external;
+ NSURLDownload = objcclass external;
+ NSURLHandle = objcclass external;
+ NSURLProtectionSpaceInternal = objcclass external;
+ NSMutableURLRequest = objcclass external;
+ NSURLProtocol = objcclass external;
+ NSURLProtocolInternal = objcclass external;
+ NSURLRequestInternal = objcclass external;
+ NSURLResponseInternal = objcclass external;
+ NSHTTPURLResponseInternal = objcclass external;
+ NSHTTPURLResponse = objcclass external;
+ NSUserDefaults = objcclass external;
+ NSValue = objcclass external;
+ NSValueTransformer = objcclass external;
+ NSXMLDTD = objcclass external;
+ NSXMLDocument = objcclass external;
+ NSXMLDTDNode = objcclass external;
+ NSXMLElement = objcclass external;
+ NSXMLNode = objcclass external;
+ NSXMLParser = objcclass external;
+ NSAtomicStore = objcclass external;
+ NSAtomicStoreCacheNode = objcclass external;
+ NSEntityDescription = objcclass external;
+ NSAttributeDescription = objcclass external;
+ NSManagedObjectModel = objcclass external;
+ NSManagedObjectContext = objcclass external;
+ NSManagedObject = objcclass external;
+ NSEntityMapping = objcclass external;
+ NSMigrationManager = objcclass external;
+ NSEntityMigrationPolicy = objcclass external;
+ NSExpressionDescription = objcclass external;
+ NSFetchRequest = objcclass external;
+ NSFetchedPropertyDescription = objcclass external;
+ NSFetchRequestExpression = objcclass external;
+ NSManagedObjectID = objcclass external;
+ NSPersistentStore = objcclass external;
+ NSPersistentStoreCoordinator = objcclass external;
+ NSMappingModel = objcclass external;
+ NSMigrationContext = objcclass external;
+ NSPropertyDescription = objcclass external;
+ NSPropertyMapping = objcclass external;
+ NSRelationshipDescription = objcclass external;
implementation
diff --git a/packages/cocoaint/src/AnonClassDefinitionsQuartzcore.pas b/packages/cocoaint/src/AnonClassDefinitionsQuartzcore.pas
index b2ae8beba8..275d6b81fb 100644
--- a/packages/cocoaint/src/AnonClassDefinitionsQuartzcore.pas
+++ b/packages/cocoaint/src/AnonClassDefinitionsQuartzcore.pas
@@ -9,415 +9,415 @@ unit AnonClassDefinitionsQuartzcore;
interface
type
- Protocol = objcclass; external;
- NSAffineTransform = objcclass; external;
- NSData = objcclass; external;
- NSAppleEventDescriptor = objcclass; external;
- NSAppleEventManager = objcclass; external;
- NSDictionary = objcclass; external;
- NSString = objcclass; external;
- NSURL = objcclass; external;
- NSAppleScript = objcclass; external;
- NSMutableData = objcclass; external;
- NSMutableDictionary = objcclass; external;
- NSMutableArray = objcclass; external;
- NSArchiver = objcclass; external;
- NSUnarchiver = objcclass; external;
- NSIndexSet = objcclass; external;
- NSArray = objcclass; external;
- NSAttributedString = objcclass; external;
- NSMutableAttributedString = objcclass; external;
- NSAutoreleasePool = objcclass; external;
- NSError = objcclass; external;
- NSBundle = objcclass; external;
- NSCache = objcclass; external;
- NSDateComponents = objcclass; external;
- NSLocale = objcclass; external;
- NSTimeZone = objcclass; external;
- NSCalendar = objcclass; external;
- NSCalendarDate = objcclass; external;
- NSCharacterSet = objcclass; external;
- NSMutableCharacterSet = objcclass; external;
- NSClassDescription = objcclass; external;
- NSCoder = objcclass; external;
- NSPredicateOperator = objcclass; external;
- NSExpression = objcclass; external;
- NSComparisonPredicate = objcclass; external;
- NSCompoundPredicate = objcclass; external;
- NSDistantObject = objcclass; external;
- NSException = objcclass; external;
- NSPort = objcclass; external;
- NSRunLoop = objcclass; external;
- NSPortNameServer = objcclass; external;
- NSDistantObjectRequest = objcclass; external;
- NSConnection = objcclass; external;
- NSPurgeableData = objcclass; external;
- NSDate = objcclass; external;
- NSDateFormatter = objcclass; external;
- NSDecimalNumber = objcclass; external;
- NSDecimalNumberHandler = objcclass; external;
- NSSet = objcclass; external;
- NSDistributedLock = objcclass; external;
- NSDistributedNotificationCenter = objcclass; external;
- NSEnumerator = objcclass; external;
- NSAssertionHandler = objcclass; external;
- NSPredicate = objcclass; external;
- NSFileHandle = objcclass; external;
- NSPipe = objcclass; external;
- NSDirectoryEnumerator = objcclass; external;
- NSNumber = objcclass; external;
- NSFileManager = objcclass; external;
- NSFormatter = objcclass; external;
- NSGarbageCollector = objcclass; external;
- NSHashTable = objcclass; external;
- NSHost = objcclass; external;
- NSHTTPCookieInternal = objcclass; external;
- NSHTTPCookie = objcclass; external;
- NSHTTPCookieStorageInternal = objcclass; external;
- NSHTTPCookieStorage = objcclass; external;
- NSIndexPath = objcclass; external;
- NSMutableIndexSet = objcclass; external;
- NSMethodSignature = objcclass; external;
- NSInvocation = objcclass; external;
- NSKeyedArchiver = objcclass; external;
- NSKeyedUnarchiver = objcclass; external;
- NSLock = objcclass; external;
- NSConditionLock = objcclass; external;
- NSRecursiveLock = objcclass; external;
- NSCondition = objcclass; external;
- NSMapTable = objcclass; external;
- NSMetadataItem = objcclass; external;
- NSMetadataQueryAttributeValueTuple = objcclass; external;
- NSMetadataQueryResultGroup = objcclass; external;
- NSMetadataQuery = objcclass; external;
- NSInputStream = objcclass; external;
- NSOutputStream = objcclass; external;
- NSNetService = objcclass; external;
- NSNetServiceBrowser = objcclass; external;
- NSOperationQueue = objcclass; external;
- NSNotification = objcclass; external;
- NSNotificationCenter = objcclass; external;
- NSNotificationQueue = objcclass; external;
- NSNull = objcclass; external;
- NSNumberFormatter = objcclass; external;
- NSObject = objcclass; external;
- NSScriptObjectSpecifier = objcclass; external;
- NSOperation = objcclass; external;
- NSBlockOperation = objcclass; external;
- NSInvocationOperation = objcclass; external;
- NSOrthography = objcclass; external;
- NSPointerArray = objcclass; external;
- NSPointerFunctions = objcclass; external;
- NSPortMessage = objcclass; external;
- NSMachPort = objcclass; external;
- NSMessagePort = objcclass; external;
- NSSocketPort = objcclass; external;
- NSPortCoder = objcclass; external;
- NSMachBootstrapServer = objcclass; external;
- NSMessagePortNameServer = objcclass; external;
- NSSocketPortNameServer = objcclass; external;
- NSProcessInfo = objcclass; external;
- NSPropertyListSerialization = objcclass; external;
- NSProtocolChecker = objcclass; external;
- NSProxy = objcclass; external;
- NSTimer = objcclass; external;
- NSScanner = objcclass; external;
- NSScriptCommandDescription = objcclass; external;
- NSScriptClassDescription = objcclass; external;
- NSScriptCoercionHandler = objcclass; external;
- NSScriptCommand = objcclass; external;
- NSScriptExecutionContext = objcclass; external;
- NSScriptWhoseTest = objcclass; external;
- NSIndexSpecifier = objcclass; external;
- NSMiddleSpecifier = objcclass; external;
- NSNameSpecifier = objcclass; external;
- NSPositionalSpecifier = objcclass; external;
- NSPropertySpecifier = objcclass; external;
- NSRandomSpecifier = objcclass; external;
- NSRangeSpecifier = objcclass; external;
- NSRelativeSpecifier = objcclass; external;
- NSUniqueIDSpecifier = objcclass; external;
- NSWhoseSpecifier = objcclass; external;
- NSCloneCommand = objcclass; external;
- NSCloseCommand = objcclass; external;
- NSCountCommand = objcclass; external;
- NSCreateCommand = objcclass; external;
- NSDeleteCommand = objcclass; external;
- NSExistsCommand = objcclass; external;
- NSGetCommand = objcclass; external;
- NSMoveCommand = objcclass; external;
- NSQuitCommand = objcclass; external;
- NSSetCommand = objcclass; external;
- NSMutableSet = objcclass; external;
- NSScriptSuiteRegistry = objcclass; external;
- NSLogicalTest = objcclass; external;
- NSSpecifierTest = objcclass; external;
- NSCountedSet = objcclass; external;
- NSSortDescriptor = objcclass; external;
- NSSpellServer = objcclass; external;
- NSStream = objcclass; external;
- NSMutableString = objcclass; external;
- NSSimpleCString = objcclass; external;
- NSConstantString = objcclass; external;
- NSTask = objcclass; external;
- NSTextCheckingResult = objcclass; external;
- NSThread = objcclass; external;
- NSUndoManager = objcclass; external;
- NSURLAuthenticationChallenge = objcclass; external;
- NSURLCredential = objcclass; external;
- NSURLProtectionSpace = objcclass; external;
- NSURLResponse = objcclass; external;
- NSURLAuthenticationChallengeInternal = objcclass; external;
- NSCachedURLResponseInternal = objcclass; external;
- NSURLRequest = objcclass; external;
- NSCachedURLResponse = objcclass; external;
- NSURLCacheInternal = objcclass; external;
- NSURLCache = objcclass; external;
- NSURLConnectionInternal = objcclass; external;
- NSURLConnection = objcclass; external;
- NSURLCredentialInternal = objcclass; external;
- NSURLCredentialStorageInternal = objcclass; external;
- NSURLCredentialStorage = objcclass; external;
- NSURLDownloadInternal = objcclass; external;
- NSURLDownload = objcclass; external;
- NSURLHandle = objcclass; external;
- NSURLProtectionSpaceInternal = objcclass; external;
- NSMutableURLRequest = objcclass; external;
- NSURLProtocol = objcclass; external;
- NSURLProtocolInternal = objcclass; external;
- NSURLRequestInternal = objcclass; external;
- NSURLResponseInternal = objcclass; external;
- NSHTTPURLResponseInternal = objcclass; external;
- NSHTTPURLResponse = objcclass; external;
- NSUserDefaults = objcclass; external;
- NSValue = objcclass; external;
- NSValueTransformer = objcclass; external;
- NSXMLDTD = objcclass; external;
- NSXMLDocument = objcclass; external;
- NSXMLDTDNode = objcclass; external;
- NSXMLElement = objcclass; external;
- NSXMLNode = objcclass; external;
- NSXMLParser = objcclass; external;
- NSActionCell = objcclass; external;
- NSBezierPath = objcclass; external;
- NSTextField = objcclass; external;
- NSPanel = objcclass; external;
- NSWindow = objcclass; external;
- NSImage = objcclass; external;
- NSButton = objcclass; external;
- NSAlert = objcclass; external;
- NSGraphicsContext = objcclass; external;
- NSAnimation = objcclass; external;
- NSViewAnimation = objcclass; external;
- NSAnimationContext = objcclass; external;
- NSPasteboard = objcclass; external;
- NSDockTile = objcclass; external;
- NSApplication = objcclass; external;
- NSArrayController = objcclass; external;
- NSATSTypesetter = objcclass; external;
- NSFileWrapper = objcclass; external;
- NSTextBlock = objcclass; external;
- NSTextTable = objcclass; external;
- NSTextList = objcclass; external;
- CIImage = objcclass; external;
- NSColor = objcclass; external;
- NSColorSpace = objcclass; external;
- NSBitmapImageRep = objcclass; external;
- NSFont = objcclass; external;
- NSBox = objcclass; external;
- NSMatrix = objcclass; external;
- NSScroller = objcclass; external;
- NSBrowser = objcclass; external;
- NSBrowserCell = objcclass; external;
- NSSound = objcclass; external;
- NSButtonCell = objcclass; external;
- NSCachedImageRep = objcclass; external;
- NSEvent = objcclass; external;
- NSMenu = objcclass; external;
- NSText = objcclass; external;
- NSView = objcclass; external;
- NSTextView = objcclass; external;
- NSCell = objcclass; external;
- NSCIImageRep = objcclass; external;
- NSClipView = objcclass; external;
- NSCollectionView = objcclass; external;
- NSNib = objcclass; external;
- NSCollectionViewItem = objcclass; external;
- NSColorList = objcclass; external;
- NSColorPanel = objcclass; external;
- NSColorPicker = objcclass; external;
- NSColorWell = objcclass; external;
- NSComboBox = objcclass; external;
- NSTableView = objcclass; external;
- NSComboBoxCell = objcclass; external;
- NSControl = objcclass; external;
- NSController = objcclass; external;
- NSCursor = objcclass; external;
- NSCustomImageRep = objcclass; external;
- NSDatePicker = objcclass; external;
- NSDatePickerCell = objcclass; external;
- NSDictionaryController = objcclass; external;
- NSMenuItem = objcclass; external;
- NSPageLayout = objcclass; external;
- NSPrintInfo = objcclass; external;
- NSPrintOperation = objcclass; external;
- NSSavePanel = objcclass; external;
- NSWindowController = objcclass; external;
- NSDocument = objcclass; external;
- NSOpenPanel = objcclass; external;
- NSDocumentController = objcclass; external;
- NSDrawer = objcclass; external;
- NSPDFImageRep = objcclass; external;
- NSEPSImageRep = objcclass; external;
- NSTrackingArea = objcclass; external;
- NSFontDescriptor = objcclass; external;
- NSFontPanel = objcclass; external;
- NSFontManager = objcclass; external;
- NSFormCell = objcclass; external;
- NSGlyphGenerator = objcclass; external;
- NSGlyphInfo = objcclass; external;
- NSGradient = objcclass; external;
- CIContext = objcclass; external;
- NSHelpManager = objcclass; external;
- NSImageRep = objcclass; external;
- _NSImageAuxiliary = objcclass; external;
- NSImageCell = objcclass; external;
- NSImageView = objcclass; external;
- NSInputServer = objcclass; external;
- NSInputManager = objcclass; external;
- NSTextStorage = objcclass; external;
- NSTypesetter = objcclass; external;
- NSTextContainer = objcclass; external;
- NSRulerView = objcclass; external;
- NSParagraphStyle = objcclass; external;
- NSRulerMarker = objcclass; external;
- NSTabWell = objcclass; external;
- NSStorage = objcclass; external;
- NSRunStorage = objcclass; external;
- NSSortedArray = objcclass; external;
- NSLayoutManager = objcclass; external;
- NSLevelIndicator = objcclass; external;
- NSLevelIndicatorCell = objcclass; external;
- NSMenuView = objcclass; external;
- NSMenuItemCell = objcclass; external;
- NSScreen = objcclass; external;
- QTMovie = objcclass; external;
- NSMovie = objcclass; external;
- NSMovieView = objcclass; external;
- NSIBObjectData = objcclass; external;
- NSNibConnector = objcclass; external;
- NSNibControlConnector = objcclass; external;
- NSNibOutletConnector = objcclass; external;
- NSManagedObjectContext = objcclass; external;
- NSFetchRequest = objcclass; external;
- NSObjectController = objcclass; external;
- NSOpenGLPixelFormat = objcclass; external;
- NSOpenGLPixelBuffer = objcclass; external;
- NSOpenGLContext = objcclass; external;
- NSOpenGLLayer = objcclass; external;
- NSOpenGLView = objcclass; external;
- NSTableHeaderView = objcclass; external;
- NSTableColumn = objcclass; external;
- NSMouseTracker = objcclass; external;
- NSOutlineView = objcclass; external;
- NSViewController = objcclass; external;
- NSTextTab = objcclass; external;
- NSMutableParagraphStyle = objcclass; external;
- NSPasteboardItem = objcclass; external;
- NSPathComponentCell = objcclass; external;
- NSPopUpButtonCell = objcclass; external;
- NSPathCell = objcclass; external;
- NSPathControl = objcclass; external;
- NSManagedObjectModel = objcclass; external;
- NSPersistentDocument = objcclass; external;
- NSPICTImageRep = objcclass; external;
- NSPopUpButton = objcclass; external;
- NSPredicateTemplate = objcclass; external;
- NSPredicateEditor = objcclass; external;
- NSEntityDescription = objcclass; external;
- NSPredicateEditorRowTemplate = objcclass; external;
- NSPrinter = objcclass; external;
- NSPrintPanel = objcclass; external;
- NSProgressIndicator = objcclass; external;
- NSQuickDrawView = objcclass; external;
- NSResponder = objcclass; external;
- NSRuleEditor = objcclass; external;
- NSScrollView = objcclass; external;
- NSRunningApplication = objcclass; external;
- NSNavView = objcclass; external;
- NSSavePanelAuxiliary = objcclass; external;
- NSSearchField = objcclass; external;
- NSSearchFieldCell = objcclass; external;
- NSSecureTextField = objcclass; external;
- NSSecureTextFieldCell = objcclass; external;
- NSSegmentedCell = objcclass; external;
- NSSegmentedControl = objcclass; external;
- NSShadow = objcclass; external;
- NSSimpleHorizontalTypesetter = objcclass; external;
- NSSlider = objcclass; external;
- NSSliderCell = objcclass; external;
- NSSpeechRecognizer = objcclass; external;
- NSSpeechSynthesizer = objcclass; external;
- NSSpellChecker = objcclass; external;
- NSSplitView = objcclass; external;
- NSStatusItem = objcclass; external;
- NSStatusBar = objcclass; external;
- NSStepper = objcclass; external;
- NSStepperCell = objcclass; external;
- NSTableHeaderCell = objcclass; external;
- NSTabViewItem = objcclass; external;
- NSTabView = objcclass; external;
- NSTextAttachment = objcclass; external;
- NSTextAttachmentCell = objcclass; external;
- NSTextFieldCell = objcclass; external;
- NSTextInputContext = objcclass; external;
- NSTextTableBlock = objcclass; external;
- NSTokenField = objcclass; external;
- NSTokenFieldCell = objcclass; external;
- NSToolbarItem = objcclass; external;
- NSToolbar = objcclass; external;
- NSToolbarItemViewer = objcclass; external;
- NSToolbarItemGroup = objcclass; external;
- NSTouch = objcclass; external;
- NSTreeNode = objcclass; external;
- NSTreeController = objcclass; external;
- NSUserDefaultsController = objcclass; external;
- CIFilter = objcclass; external;
- CALayer = objcclass; external;
- _NSViewAuxiliary = objcclass; external;
- NSWindowAuxiliary = objcclass; external;
- NSWorkspace = objcclass; external;
- CAMediaTimingFunction = objcclass; external;
- CAValueFunction = objcclass; external;
- CAAnimation = objcclass; external;
- CAPropertyAnimation = objcclass; external;
- CABasicAnimation = objcclass; external;
- CAKeyframeAnimation = objcclass; external;
- CATransition = objcclass; external;
- CAAnimationGroup = objcclass; external;
- CAConstraint = objcclass; external;
- CAConstraintLayoutManager = objcclass; external;
- CAEmitterCell = objcclass; external;
- CAEmitterLayer = objcclass; external;
- CAGradientLayer = objcclass; external;
- CALayerArray = objcclass; external;
- CAOpenGLLayer = objcclass; external;
- CARenderer = objcclass; external;
- CAReplicatorLayer = objcclass; external;
- CAScrollLayer = objcclass; external;
- CAShapeLayer = objcclass; external;
- CATextLayer = objcclass; external;
- CATiledLayer = objcclass; external;
- CATransaction = objcclass; external;
- CATransformLayer = objcclass; external;
- CIColor = objcclass; external;
- CIKernel = objcclass; external;
- CIFilterGenerator = objcclass; external;
- CIFilterShape = objcclass; external;
- CIImageAccumulator = objcclass; external;
- CIPlugIn = objcclass; external;
- CISampler = objcclass; external;
- CIVector = objcclass; external;
+ Protocol = objcclass external;
+ NSAffineTransform = objcclass external;
+ NSData = objcclass external;
+ NSAppleEventDescriptor = objcclass external;
+ NSAppleEventManager = objcclass external;
+ NSDictionary = objcclass external;
+ NSString = objcclass external;
+ NSURL = objcclass external;
+ NSAppleScript = objcclass external;
+ NSMutableData = objcclass external;
+ NSMutableDictionary = objcclass external;
+ NSMutableArray = objcclass external;
+ NSArchiver = objcclass external;
+ NSUnarchiver = objcclass external;
+ NSIndexSet = objcclass external;
+ NSArray = objcclass external;
+ NSAttributedString = objcclass external;
+ NSMutableAttributedString = objcclass external;
+ NSAutoreleasePool = objcclass external;
+ NSError = objcclass external;
+ NSBundle = objcclass external;
+ NSCache = objcclass external;
+ NSDateComponents = objcclass external;
+ NSLocale = objcclass external;
+ NSTimeZone = objcclass external;
+ NSCalendar = objcclass external;
+ NSCalendarDate = objcclass external;
+ NSCharacterSet = objcclass external;
+ NSMutableCharacterSet = objcclass external;
+ NSClassDescription = objcclass external;
+ NSCoder = objcclass external;
+ NSPredicateOperator = objcclass external;
+ NSExpression = objcclass external;
+ NSComparisonPredicate = objcclass external;
+ NSCompoundPredicate = objcclass external;
+ NSDistantObject = objcclass external;
+ NSException = objcclass external;
+ NSPort = objcclass external;
+ NSRunLoop = objcclass external;
+ NSPortNameServer = objcclass external;
+ NSDistantObjectRequest = objcclass external;
+ NSConnection = objcclass external;
+ NSPurgeableData = objcclass external;
+ NSDate = objcclass external;
+ NSDateFormatter = objcclass external;
+ NSDecimalNumber = objcclass external;
+ NSDecimalNumberHandler = objcclass external;
+ NSSet = objcclass external;
+ NSDistributedLock = objcclass external;
+ NSDistributedNotificationCenter = objcclass external;
+ NSEnumerator = objcclass external;
+ NSAssertionHandler = objcclass external;
+ NSPredicate = objcclass external;
+ NSFileHandle = objcclass external;
+ NSPipe = objcclass external;
+ NSDirectoryEnumerator = objcclass external;
+ NSNumber = objcclass external;
+ NSFileManager = objcclass external;
+ NSFormatter = objcclass external;
+ NSGarbageCollector = objcclass external;
+ NSHashTable = objcclass external;
+ NSHost = objcclass external;
+ NSHTTPCookieInternal = objcclass external;
+ NSHTTPCookie = objcclass external;
+ NSHTTPCookieStorageInternal = objcclass external;
+ NSHTTPCookieStorage = objcclass external;
+ NSIndexPath = objcclass external;
+ NSMutableIndexSet = objcclass external;
+ NSMethodSignature = objcclass external;
+ NSInvocation = objcclass external;
+ NSKeyedArchiver = objcclass external;
+ NSKeyedUnarchiver = objcclass external;
+ NSLock = objcclass external;
+ NSConditionLock = objcclass external;
+ NSRecursiveLock = objcclass external;
+ NSCondition = objcclass external;
+ NSMapTable = objcclass external;
+ NSMetadataItem = objcclass external;
+ NSMetadataQueryAttributeValueTuple = objcclass external;
+ NSMetadataQueryResultGroup = objcclass external;
+ NSMetadataQuery = objcclass external;
+ NSInputStream = objcclass external;
+ NSOutputStream = objcclass external;
+ NSNetService = objcclass external;
+ NSNetServiceBrowser = objcclass external;
+ NSOperationQueue = objcclass external;
+ NSNotification = objcclass external;
+ NSNotificationCenter = objcclass external;
+ NSNotificationQueue = objcclass external;
+ NSNull = objcclass external;
+ NSNumberFormatter = objcclass external;
+ NSObject = objcclass external;
+ NSScriptObjectSpecifier = objcclass external;
+ NSOperation = objcclass external;
+ NSBlockOperation = objcclass external;
+ NSInvocationOperation = objcclass external;
+ NSOrthography = objcclass external;
+ NSPointerArray = objcclass external;
+ NSPointerFunctions = objcclass external;
+ NSPortMessage = objcclass external;
+ NSMachPort = objcclass external;
+ NSMessagePort = objcclass external;
+ NSSocketPort = objcclass external;
+ NSPortCoder = objcclass external;
+ NSMachBootstrapServer = objcclass external;
+ NSMessagePortNameServer = objcclass external;
+ NSSocketPortNameServer = objcclass external;
+ NSProcessInfo = objcclass external;
+ NSPropertyListSerialization = objcclass external;
+ NSProtocolChecker = objcclass external;
+ NSProxy = objcclass external;
+ NSTimer = objcclass external;
+ NSScanner = objcclass external;
+ NSScriptCommandDescription = objcclass external;
+ NSScriptClassDescription = objcclass external;
+ NSScriptCoercionHandler = objcclass external;
+ NSScriptCommand = objcclass external;
+ NSScriptExecutionContext = objcclass external;
+ NSScriptWhoseTest = objcclass external;
+ NSIndexSpecifier = objcclass external;
+ NSMiddleSpecifier = objcclass external;
+ NSNameSpecifier = objcclass external;
+ NSPositionalSpecifier = objcclass external;
+ NSPropertySpecifier = objcclass external;
+ NSRandomSpecifier = objcclass external;
+ NSRangeSpecifier = objcclass external;
+ NSRelativeSpecifier = objcclass external;
+ NSUniqueIDSpecifier = objcclass external;
+ NSWhoseSpecifier = objcclass external;
+ NSCloneCommand = objcclass external;
+ NSCloseCommand = objcclass external;
+ NSCountCommand = objcclass external;
+ NSCreateCommand = objcclass external;
+ NSDeleteCommand = objcclass external;
+ NSExistsCommand = objcclass external;
+ NSGetCommand = objcclass external;
+ NSMoveCommand = objcclass external;
+ NSQuitCommand = objcclass external;
+ NSSetCommand = objcclass external;
+ NSMutableSet = objcclass external;
+ NSScriptSuiteRegistry = objcclass external;
+ NSLogicalTest = objcclass external;
+ NSSpecifierTest = objcclass external;
+ NSCountedSet = objcclass external;
+ NSSortDescriptor = objcclass external;
+ NSSpellServer = objcclass external;
+ NSStream = objcclass external;
+ NSMutableString = objcclass external;
+ NSSimpleCString = objcclass external;
+ NSConstantString = objcclass external;
+ NSTask = objcclass external;
+ NSTextCheckingResult = objcclass external;
+ NSThread = objcclass external;
+ NSUndoManager = objcclass external;
+ NSURLAuthenticationChallenge = objcclass external;
+ NSURLCredential = objcclass external;
+ NSURLProtectionSpace = objcclass external;
+ NSURLResponse = objcclass external;
+ NSURLAuthenticationChallengeInternal = objcclass external;
+ NSCachedURLResponseInternal = objcclass external;
+ NSURLRequest = objcclass external;
+ NSCachedURLResponse = objcclass external;
+ NSURLCacheInternal = objcclass external;
+ NSURLCache = objcclass external;
+ NSURLConnectionInternal = objcclass external;
+ NSURLConnection = objcclass external;
+ NSURLCredentialInternal = objcclass external;
+ NSURLCredentialStorageInternal = objcclass external;
+ NSURLCredentialStorage = objcclass external;
+ NSURLDownloadInternal = objcclass external;
+ NSURLDownload = objcclass external;
+ NSURLHandle = objcclass external;
+ NSURLProtectionSpaceInternal = objcclass external;
+ NSMutableURLRequest = objcclass external;
+ NSURLProtocol = objcclass external;
+ NSURLProtocolInternal = objcclass external;
+ NSURLRequestInternal = objcclass external;
+ NSURLResponseInternal = objcclass external;
+ NSHTTPURLResponseInternal = objcclass external;
+ NSHTTPURLResponse = objcclass external;
+ NSUserDefaults = objcclass external;
+ NSValue = objcclass external;
+ NSValueTransformer = objcclass external;
+ NSXMLDTD = objcclass external;
+ NSXMLDocument = objcclass external;
+ NSXMLDTDNode = objcclass external;
+ NSXMLElement = objcclass external;
+ NSXMLNode = objcclass external;
+ NSXMLParser = objcclass external;
+ NSActionCell = objcclass external;
+ NSBezierPath = objcclass external;
+ NSTextField = objcclass external;
+ NSPanel = objcclass external;
+ NSWindow = objcclass external;
+ NSImage = objcclass external;
+ NSButton = objcclass external;
+ NSAlert = objcclass external;
+ NSGraphicsContext = objcclass external;
+ NSAnimation = objcclass external;
+ NSViewAnimation = objcclass external;
+ NSAnimationContext = objcclass external;
+ NSPasteboard = objcclass external;
+ NSDockTile = objcclass external;
+ NSApplication = objcclass external;
+ NSArrayController = objcclass external;
+ NSATSTypesetter = objcclass external;
+ NSFileWrapper = objcclass external;
+ NSTextBlock = objcclass external;
+ NSTextTable = objcclass external;
+ NSTextList = objcclass external;
+ CIImage = objcclass external;
+ NSColor = objcclass external;
+ NSColorSpace = objcclass external;
+ NSBitmapImageRep = objcclass external;
+ NSFont = objcclass external;
+ NSBox = objcclass external;
+ NSMatrix = objcclass external;
+ NSScroller = objcclass external;
+ NSBrowser = objcclass external;
+ NSBrowserCell = objcclass external;
+ NSSound = objcclass external;
+ NSButtonCell = objcclass external;
+ NSCachedImageRep = objcclass external;
+ NSEvent = objcclass external;
+ NSMenu = objcclass external;
+ NSText = objcclass external;
+ NSView = objcclass external;
+ NSTextView = objcclass external;
+ NSCell = objcclass external;
+ NSCIImageRep = objcclass external;
+ NSClipView = objcclass external;
+ NSCollectionView = objcclass external;
+ NSNib = objcclass external;
+ NSCollectionViewItem = objcclass external;
+ NSColorList = objcclass external;
+ NSColorPanel = objcclass external;
+ NSColorPicker = objcclass external;
+ NSColorWell = objcclass external;
+ NSComboBox = objcclass external;
+ NSTableView = objcclass external;
+ NSComboBoxCell = objcclass external;
+ NSControl = objcclass external;
+ NSController = objcclass external;
+ NSCursor = objcclass external;
+ NSCustomImageRep = objcclass external;
+ NSDatePicker = objcclass external;
+ NSDatePickerCell = objcclass external;
+ NSDictionaryController = objcclass external;
+ NSMenuItem = objcclass external;
+ NSPageLayout = objcclass external;
+ NSPrintInfo = objcclass external;
+ NSPrintOperation = objcclass external;
+ NSSavePanel = objcclass external;
+ NSWindowController = objcclass external;
+ NSDocument = objcclass external;
+ NSOpenPanel = objcclass external;
+ NSDocumentController = objcclass external;
+ NSDrawer = objcclass external;
+ NSPDFImageRep = objcclass external;
+ NSEPSImageRep = objcclass external;
+ NSTrackingArea = objcclass external;
+ NSFontDescriptor = objcclass external;
+ NSFontPanel = objcclass external;
+ NSFontManager = objcclass external;
+ NSFormCell = objcclass external;
+ NSGlyphGenerator = objcclass external;
+ NSGlyphInfo = objcclass external;
+ NSGradient = objcclass external;
+ CIContext = objcclass external;
+ NSHelpManager = objcclass external;
+ NSImageRep = objcclass external;
+ _NSImageAuxiliary = objcclass external;
+ NSImageCell = objcclass external;
+ NSImageView = objcclass external;
+ NSInputServer = objcclass external;
+ NSInputManager = objcclass external;
+ NSTextStorage = objcclass external;
+ NSTypesetter = objcclass external;
+ NSTextContainer = objcclass external;
+ NSRulerView = objcclass external;
+ NSParagraphStyle = objcclass external;
+ NSRulerMarker = objcclass external;
+ NSTabWell = objcclass external;
+ NSStorage = objcclass external;
+ NSRunStorage = objcclass external;
+ NSSortedArray = objcclass external;
+ NSLayoutManager = objcclass external;
+ NSLevelIndicator = objcclass external;
+ NSLevelIndicatorCell = objcclass external;
+ NSMenuView = objcclass external;
+ NSMenuItemCell = objcclass external;
+ NSScreen = objcclass external;
+ QTMovie = objcclass external;
+ NSMovie = objcclass external;
+ NSMovieView = objcclass external;
+ NSIBObjectData = objcclass external;
+ NSNibConnector = objcclass external;
+ NSNibControlConnector = objcclass external;
+ NSNibOutletConnector = objcclass external;
+ NSManagedObjectContext = objcclass external;
+ NSFetchRequest = objcclass external;
+ NSObjectController = objcclass external;
+ NSOpenGLPixelFormat = objcclass external;
+ NSOpenGLPixelBuffer = objcclass external;
+ NSOpenGLContext = objcclass external;
+ NSOpenGLLayer = objcclass external;
+ NSOpenGLView = objcclass external;
+ NSTableHeaderView = objcclass external;
+ NSTableColumn = objcclass external;
+ NSMouseTracker = objcclass external;
+ NSOutlineView = objcclass external;
+ NSViewController = objcclass external;
+ NSTextTab = objcclass external;
+ NSMutableParagraphStyle = objcclass external;
+ NSPasteboardItem = objcclass external;
+ NSPathComponentCell = objcclass external;
+ NSPopUpButtonCell = objcclass external;
+ NSPathCell = objcclass external;
+ NSPathControl = objcclass external;
+ NSManagedObjectModel = objcclass external;
+ NSPersistentDocument = objcclass external;
+ NSPICTImageRep = objcclass external;
+ NSPopUpButton = objcclass external;
+ NSPredicateTemplate = objcclass external;
+ NSPredicateEditor = objcclass external;
+ NSEntityDescription = objcclass external;
+ NSPredicateEditorRowTemplate = objcclass external;
+ NSPrinter = objcclass external;
+ NSPrintPanel = objcclass external;
+ NSProgressIndicator = objcclass external;
+ NSQuickDrawView = objcclass external;
+ NSResponder = objcclass external;
+ NSRuleEditor = objcclass external;
+ NSScrollView = objcclass external;
+ NSRunningApplication = objcclass external;
+ NSNavView = objcclass external;
+ NSSavePanelAuxiliary = objcclass external;
+ NSSearchField = objcclass external;
+ NSSearchFieldCell = objcclass external;
+ NSSecureTextField = objcclass external;
+ NSSecureTextFieldCell = objcclass external;
+ NSSegmentedCell = objcclass external;
+ NSSegmentedControl = objcclass external;
+ NSShadow = objcclass external;
+ NSSimpleHorizontalTypesetter = objcclass external;
+ NSSlider = objcclass external;
+ NSSliderCell = objcclass external;
+ NSSpeechRecognizer = objcclass external;
+ NSSpeechSynthesizer = objcclass external;
+ NSSpellChecker = objcclass external;
+ NSSplitView = objcclass external;
+ NSStatusItem = objcclass external;
+ NSStatusBar = objcclass external;
+ NSStepper = objcclass external;
+ NSStepperCell = objcclass external;
+ NSTableHeaderCell = objcclass external;
+ NSTabViewItem = objcclass external;
+ NSTabView = objcclass external;
+ NSTextAttachment = objcclass external;
+ NSTextAttachmentCell = objcclass external;
+ NSTextFieldCell = objcclass external;
+ NSTextInputContext = objcclass external;
+ NSTextTableBlock = objcclass external;
+ NSTokenField = objcclass external;
+ NSTokenFieldCell = objcclass external;
+ NSToolbarItem = objcclass external;
+ NSToolbar = objcclass external;
+ NSToolbarItemViewer = objcclass external;
+ NSToolbarItemGroup = objcclass external;
+ NSTouch = objcclass external;
+ NSTreeNode = objcclass external;
+ NSTreeController = objcclass external;
+ NSUserDefaultsController = objcclass external;
+ CIFilter = objcclass external;
+ CALayer = objcclass external;
+ _NSViewAuxiliary = objcclass external;
+ NSWindowAuxiliary = objcclass external;
+ NSWorkspace = objcclass external;
+ CAMediaTimingFunction = objcclass external;
+ CAValueFunction = objcclass external;
+ CAAnimation = objcclass external;
+ CAPropertyAnimation = objcclass external;
+ CABasicAnimation = objcclass external;
+ CAKeyframeAnimation = objcclass external;
+ CATransition = objcclass external;
+ CAAnimationGroup = objcclass external;
+ CAConstraint = objcclass external;
+ CAConstraintLayoutManager = objcclass external;
+ CAEmitterCell = objcclass external;
+ CAEmitterLayer = objcclass external;
+ CAGradientLayer = objcclass external;
+ CALayerArray = objcclass external;
+ CAOpenGLLayer = objcclass external;
+ CARenderer = objcclass external;
+ CAReplicatorLayer = objcclass external;
+ CAScrollLayer = objcclass external;
+ CAShapeLayer = objcclass external;
+ CATextLayer = objcclass external;
+ CATiledLayer = objcclass external;
+ CATransaction = objcclass external;
+ CATransformLayer = objcclass external;
+ CIColor = objcclass external;
+ CIKernel = objcclass external;
+ CIFilterGenerator = objcclass external;
+ CIFilterShape = objcclass external;
+ CIImageAccumulator = objcclass external;
+ CIPlugIn = objcclass external;
+ CISampler = objcclass external;
+ CIVector = objcclass external;
implementation
diff --git a/packages/cocoaint/src/AnonClassDefinitionsWebkit.pas b/packages/cocoaint/src/AnonClassDefinitionsWebkit.pas
index 0d7997e2e5..56aa1a3218 100644
--- a/packages/cocoaint/src/AnonClassDefinitionsWebkit.pas
+++ b/packages/cocoaint/src/AnonClassDefinitionsWebkit.pas
@@ -9,335 +9,335 @@ unit AnonClassDefinitionsWebkit;
interface
type
- Protocol = objcclass; external;
- NSAffineTransform = objcclass; external;
- NSData = objcclass; external;
- NSAppleEventDescriptor = objcclass; external;
- NSAppleEventManager = objcclass; external;
- NSDictionary = objcclass; external;
- NSString = objcclass; external;
- NSURL = objcclass; external;
- NSAppleScript = objcclass; external;
- NSMutableData = objcclass; external;
- NSMutableDictionary = objcclass; external;
- NSMutableArray = objcclass; external;
- NSArchiver = objcclass; external;
- NSUnarchiver = objcclass; external;
- NSIndexSet = objcclass; external;
- NSArray = objcclass; external;
- NSAttributedString = objcclass; external;
- NSMutableAttributedString = objcclass; external;
- NSAutoreleasePool = objcclass; external;
- NSError = objcclass; external;
- NSBundle = objcclass; external;
- NSCache = objcclass; external;
- NSDateComponents = objcclass; external;
- NSLocale = objcclass; external;
- NSTimeZone = objcclass; external;
- NSCalendar = objcclass; external;
- NSCalendarDate = objcclass; external;
- NSCharacterSet = objcclass; external;
- NSMutableCharacterSet = objcclass; external;
- NSClassDescription = objcclass; external;
- NSCoder = objcclass; external;
- NSPredicateOperator = objcclass; external;
- NSExpression = objcclass; external;
- NSComparisonPredicate = objcclass; external;
- NSCompoundPredicate = objcclass; external;
- NSDistantObject = objcclass; external;
- NSException = objcclass; external;
- NSPort = objcclass; external;
- NSRunLoop = objcclass; external;
- NSPortNameServer = objcclass; external;
- NSDistantObjectRequest = objcclass; external;
- NSConnection = objcclass; external;
- NSPurgeableData = objcclass; external;
- NSDate = objcclass; external;
- NSDateFormatter = objcclass; external;
- NSDecimalNumber = objcclass; external;
- NSDecimalNumberHandler = objcclass; external;
- NSSet = objcclass; external;
- NSDistributedLock = objcclass; external;
- NSDistributedNotificationCenter = objcclass; external;
- NSEnumerator = objcclass; external;
- NSAssertionHandler = objcclass; external;
- NSPredicate = objcclass; external;
- NSFileHandle = objcclass; external;
- NSPipe = objcclass; external;
- NSDirectoryEnumerator = objcclass; external;
- NSNumber = objcclass; external;
- NSFileManager = objcclass; external;
- NSFormatter = objcclass; external;
- NSGarbageCollector = objcclass; external;
- NSHashTable = objcclass; external;
- NSHost = objcclass; external;
- NSHTTPCookieInternal = objcclass; external;
- NSHTTPCookie = objcclass; external;
- NSHTTPCookieStorageInternal = objcclass; external;
- NSHTTPCookieStorage = objcclass; external;
- NSIndexPath = objcclass; external;
- NSMutableIndexSet = objcclass; external;
- NSMethodSignature = objcclass; external;
- NSInvocation = objcclass; external;
- NSKeyedArchiver = objcclass; external;
- NSKeyedUnarchiver = objcclass; external;
- NSLock = objcclass; external;
- NSConditionLock = objcclass; external;
- NSRecursiveLock = objcclass; external;
- NSCondition = objcclass; external;
- NSMapTable = objcclass; external;
- NSMetadataItem = objcclass; external;
- NSMetadataQueryAttributeValueTuple = objcclass; external;
- NSMetadataQueryResultGroup = objcclass; external;
- NSMetadataQuery = objcclass; external;
- NSInputStream = objcclass; external;
- NSOutputStream = objcclass; external;
- NSNetService = objcclass; external;
- NSNetServiceBrowser = objcclass; external;
- NSOperationQueue = objcclass; external;
- NSNotification = objcclass; external;
- NSNotificationCenter = objcclass; external;
- NSNotificationQueue = objcclass; external;
- NSNull = objcclass; external;
- NSNumberFormatter = objcclass; external;
- NSObject = objcclass; external;
- NSScriptObjectSpecifier = objcclass; external;
- NSOperation = objcclass; external;
- NSBlockOperation = objcclass; external;
- NSInvocationOperation = objcclass; external;
- NSOrthography = objcclass; external;
- NSPointerArray = objcclass; external;
- NSPointerFunctions = objcclass; external;
- NSPortMessage = objcclass; external;
- NSMachPort = objcclass; external;
- NSMessagePort = objcclass; external;
- NSSocketPort = objcclass; external;
- NSPortCoder = objcclass; external;
- NSMachBootstrapServer = objcclass; external;
- NSMessagePortNameServer = objcclass; external;
- NSSocketPortNameServer = objcclass; external;
- NSProcessInfo = objcclass; external;
- NSPropertyListSerialization = objcclass; external;
- NSProtocolChecker = objcclass; external;
- NSProxy = objcclass; external;
- NSTimer = objcclass; external;
- NSScanner = objcclass; external;
- NSScriptCommandDescription = objcclass; external;
- NSScriptClassDescription = objcclass; external;
- NSScriptCoercionHandler = objcclass; external;
- NSScriptCommand = objcclass; external;
- NSScriptExecutionContext = objcclass; external;
- NSScriptWhoseTest = objcclass; external;
- NSIndexSpecifier = objcclass; external;
- NSMiddleSpecifier = objcclass; external;
- NSNameSpecifier = objcclass; external;
- NSPositionalSpecifier = objcclass; external;
- NSPropertySpecifier = objcclass; external;
- NSRandomSpecifier = objcclass; external;
- NSRangeSpecifier = objcclass; external;
- NSRelativeSpecifier = objcclass; external;
- NSUniqueIDSpecifier = objcclass; external;
- NSWhoseSpecifier = objcclass; external;
- NSCloneCommand = objcclass; external;
- NSCloseCommand = objcclass; external;
- NSCountCommand = objcclass; external;
- NSCreateCommand = objcclass; external;
- NSDeleteCommand = objcclass; external;
- NSExistsCommand = objcclass; external;
- NSGetCommand = objcclass; external;
- NSMoveCommand = objcclass; external;
- NSQuitCommand = objcclass; external;
- NSSetCommand = objcclass; external;
- NSMutableSet = objcclass; external;
- NSScriptSuiteRegistry = objcclass; external;
- NSLogicalTest = objcclass; external;
- NSSpecifierTest = objcclass; external;
- NSCountedSet = objcclass; external;
- NSSortDescriptor = objcclass; external;
- NSSpellServer = objcclass; external;
- NSStream = objcclass; external;
- NSMutableString = objcclass; external;
- NSSimpleCString = objcclass; external;
- NSConstantString = objcclass; external;
- NSTask = objcclass; external;
- NSTextCheckingResult = objcclass; external;
- NSThread = objcclass; external;
- NSUndoManager = objcclass; external;
- NSURLAuthenticationChallenge = objcclass; external;
- NSURLCredential = objcclass; external;
- NSURLProtectionSpace = objcclass; external;
- NSURLResponse = objcclass; external;
- NSURLAuthenticationChallengeInternal = objcclass; external;
- NSCachedURLResponseInternal = objcclass; external;
- NSURLRequest = objcclass; external;
- NSCachedURLResponse = objcclass; external;
- NSURLCacheInternal = objcclass; external;
- NSURLCache = objcclass; external;
- NSURLConnectionInternal = objcclass; external;
- NSURLConnection = objcclass; external;
- NSURLCredentialInternal = objcclass; external;
- NSURLCredentialStorageInternal = objcclass; external;
- NSURLCredentialStorage = objcclass; external;
- NSURLDownloadInternal = objcclass; external;
- NSURLDownload = objcclass; external;
- NSURLHandle = objcclass; external;
- NSURLProtectionSpaceInternal = objcclass; external;
- NSMutableURLRequest = objcclass; external;
- NSURLProtocol = objcclass; external;
- NSURLProtocolInternal = objcclass; external;
- NSURLRequestInternal = objcclass; external;
- NSURLResponseInternal = objcclass; external;
- NSHTTPURLResponseInternal = objcclass; external;
- NSHTTPURLResponse = objcclass; external;
- NSUserDefaults = objcclass; external;
- NSValue = objcclass; external;
- NSValueTransformer = objcclass; external;
- NSXMLDTD = objcclass; external;
- NSXMLDocument = objcclass; external;
- NSXMLDTDNode = objcclass; external;
- NSXMLElement = objcclass; external;
- NSXMLNode = objcclass; external;
- NSXMLParser = objcclass; external;
- NSImage = objcclass; external;
- DOMDocument = objcclass; external;
- DOMAbstractView = objcclass; external;
- DOMCSSStyleDeclaration = objcclass; external;
- DOMElement = objcclass; external;
- DOMAttr = objcclass; external;
- DOMCDATASection = objcclass; external;
- DOMCharacterData = objcclass; external;
- DOMComment = objcclass; external;
- DOMCounter = objcclass; external;
- DOMCSSCharsetRule = objcclass; external;
- DOMCSSFontFaceRule = objcclass; external;
- DOMCSSStyleSheet = objcclass; external;
- DOMMediaList = objcclass; external;
- DOMCSSImportRule = objcclass; external;
- DOMCSSRuleList = objcclass; external;
- DOMCSSMediaRule = objcclass; external;
- DOMCSSPageRule = objcclass; external;
- DOMRGBColor = objcclass; external;
- DOMRect = objcclass; external;
- DOMCSSPrimitiveValue = objcclass; external;
- DOMCSSRule = objcclass; external;
- DOMCSSValue = objcclass; external;
- DOMCSSStyleRule = objcclass; external;
- DOMCSSUnknownRule = objcclass; external;
- DOMCSSValueList = objcclass; external;
- DOMDocumentFragment = objcclass; external;
- DOMDocumentType = objcclass; external;
- DOMEntityReference = objcclass; external;
- DOMEvent = objcclass; external;
- DOMHTMLCollection = objcclass; external;
- DOMHTMLElement = objcclass; external;
- DOMImplementation = objcclass; external;
- DOMNode = objcclass; external;
- DOMNodeIterator = objcclass; external;
- DOMNodeList = objcclass; external;
- DOMProcessingInstruction = objcclass; external;
- DOMRange = objcclass; external;
- DOMStyleSheetList = objcclass; external;
- DOMText = objcclass; external;
- DOMTreeWalker = objcclass; external;
- DOMXPathExpression = objcclass; external;
- DOMXPathResult = objcclass; external;
- DOMNamedNodeMap = objcclass; external;
- DOMEntity = objcclass; external;
- DOMFile = objcclass; external;
- DOMFileList = objcclass; external;
- DOMHTMLAnchorElement = objcclass; external;
- DOMHTMLAppletElement = objcclass; external;
- DOMHTMLAreaElement = objcclass; external;
- DOMHTMLBaseElement = objcclass; external;
- DOMHTMLBaseFontElement = objcclass; external;
- DOMHTMLBodyElement = objcclass; external;
- DOMHTMLBRElement = objcclass; external;
- DOMHTMLFormElement = objcclass; external;
- DOMHTMLButtonElement = objcclass; external;
- DOMHTMLDirectoryElement = objcclass; external;
- DOMHTMLDivElement = objcclass; external;
- DOMHTMLDListElement = objcclass; external;
- DOMHTMLDocument = objcclass; external;
- DOMHTMLEmbedElement = objcclass; external;
- DOMHTMLFieldSetElement = objcclass; external;
- DOMHTMLFontElement = objcclass; external;
- DOMHTMLFrameElement = objcclass; external;
- DOMHTMLFrameSetElement = objcclass; external;
- DOMHTMLHeadElement = objcclass; external;
- DOMHTMLHeadingElement = objcclass; external;
- DOMHTMLHRElement = objcclass; external;
- DOMHTMLHtmlElement = objcclass; external;
- DOMHTMLIFrameElement = objcclass; external;
- DOMHTMLImageElement = objcclass; external;
- DOMHTMLInputElement = objcclass; external;
- DOMHTMLIsIndexElement = objcclass; external;
- DOMHTMLLabelElement = objcclass; external;
- DOMHTMLLegendElement = objcclass; external;
- DOMHTMLLIElement = objcclass; external;
- DOMStyleSheet = objcclass; external;
- DOMHTMLLinkElement = objcclass; external;
- DOMHTMLMapElement = objcclass; external;
- DOMHTMLMarqueeElement = objcclass; external;
- DOMHTMLMenuElement = objcclass; external;
- DOMHTMLMetaElement = objcclass; external;
- DOMHTMLModElement = objcclass; external;
- DOMHTMLObjectElement = objcclass; external;
- DOMHTMLOListElement = objcclass; external;
- DOMHTMLOptGroupElement = objcclass; external;
- DOMHTMLOptionElement = objcclass; external;
- DOMHTMLOptionsCollection = objcclass; external;
- DOMHTMLParagraphElement = objcclass; external;
- DOMHTMLParamElement = objcclass; external;
- DOMHTMLPreElement = objcclass; external;
- DOMHTMLQuoteElement = objcclass; external;
- DOMHTMLScriptElement = objcclass; external;
- DOMHTMLSelectElement = objcclass; external;
- DOMHTMLStyleElement = objcclass; external;
- DOMHTMLTableCaptionElement = objcclass; external;
- DOMHTMLTableCellElement = objcclass; external;
- DOMHTMLTableColElement = objcclass; external;
- DOMHTMLTableSectionElement = objcclass; external;
- DOMHTMLTableElement = objcclass; external;
- DOMHTMLTableRowElement = objcclass; external;
- DOMHTMLTextAreaElement = objcclass; external;
- DOMHTMLTitleElement = objcclass; external;
- DOMHTMLUListElement = objcclass; external;
- DOMKeyboardEvent = objcclass; external;
- DOMMouseEvent = objcclass; external;
- DOMMutationEvent = objcclass; external;
- DOMNotation = objcclass; external;
- DOMObject = objcclass; external;
- DOMOverflowEvent = objcclass; external;
- DOMProgressEvent = objcclass; external;
- NSColor = objcclass; external;
- DOMUIEvent = objcclass; external;
- DOMWheelEvent = objcclass; external;
- WebView = objcclass; external;
- WebArchivePrivate = objcclass; external;
- WebResource = objcclass; external;
- WebArchive = objcclass; external;
- WebHistoryItem = objcclass; external;
- WebBackForwardListPrivate = objcclass; external;
- WebBackForwardList = objcclass; external;
- WebDataSourcePrivate = objcclass; external;
- WebFrame = objcclass; external;
- WebDataSource = objcclass; external;
- WebDownloadInternal = objcclass; external;
- WebDownload = objcclass; external;
- WebFramePrivate = objcclass; external;
- WebFrameView = objcclass; external;
- WebScriptObject = objcclass; external;
- WebFrameViewPrivate = objcclass; external;
- WebHistoryPrivate = objcclass; external;
- WebHistory = objcclass; external;
- WebHistoryItemPrivate = objcclass; external;
- WebPolicyPrivate = objcclass; external;
- WebPreferencesPrivate = objcclass; external;
- WebPreferences = objcclass; external;
- WebResourcePrivate = objcclass; external;
- WebScriptObjectPrivate = objcclass; external;
- WebUndefined = objcclass; external;
- WebViewPrivate = objcclass; external;
+ Protocol = objcclass external;
+ NSAffineTransform = objcclass external;
+ NSData = objcclass external;
+ NSAppleEventDescriptor = objcclass external;
+ NSAppleEventManager = objcclass external;
+ NSDictionary = objcclass external;
+ NSString = objcclass external;
+ NSURL = objcclass external;
+ NSAppleScript = objcclass external;
+ NSMutableData = objcclass external;
+ NSMutableDictionary = objcclass external;
+ NSMutableArray = objcclass external;
+ NSArchiver = objcclass external;
+ NSUnarchiver = objcclass external;
+ NSIndexSet = objcclass external;
+ NSArray = objcclass external;
+ NSAttributedString = objcclass external;
+ NSMutableAttributedString = objcclass external;
+ NSAutoreleasePool = objcclass external;
+ NSError = objcclass external;
+ NSBundle = objcclass external;
+ NSCache = objcclass external;
+ NSDateComponents = objcclass external;
+ NSLocale = objcclass external;
+ NSTimeZone = objcclass external;
+ NSCalendar = objcclass external;
+ NSCalendarDate = objcclass external;
+ NSCharacterSet = objcclass external;
+ NSMutableCharacterSet = objcclass external;
+ NSClassDescription = objcclass external;
+ NSCoder = objcclass external;
+ NSPredicateOperator = objcclass external;
+ NSExpression = objcclass external;
+ NSComparisonPredicate = objcclass external;
+ NSCompoundPredicate = objcclass external;
+ NSDistantObject = objcclass external;
+ NSException = objcclass external;
+ NSPort = objcclass external;
+ NSRunLoop = objcclass external;
+ NSPortNameServer = objcclass external;
+ NSDistantObjectRequest = objcclass external;
+ NSConnection = objcclass external;
+ NSPurgeableData = objcclass external;
+ NSDate = objcclass external;
+ NSDateFormatter = objcclass external;
+ NSDecimalNumber = objcclass external;
+ NSDecimalNumberHandler = objcclass external;
+ NSSet = objcclass external;
+ NSDistributedLock = objcclass external;
+ NSDistributedNotificationCenter = objcclass external;
+ NSEnumerator = objcclass external;
+ NSAssertionHandler = objcclass external;
+ NSPredicate = objcclass external;
+ NSFileHandle = objcclass external;
+ NSPipe = objcclass external;
+ NSDirectoryEnumerator = objcclass external;
+ NSNumber = objcclass external;
+ NSFileManager = objcclass external;
+ NSFormatter = objcclass external;
+ NSGarbageCollector = objcclass external;
+ NSHashTable = objcclass external;
+ NSHost = objcclass external;
+ NSHTTPCookieInternal = objcclass external;
+ NSHTTPCookie = objcclass external;
+ NSHTTPCookieStorageInternal = objcclass external;
+ NSHTTPCookieStorage = objcclass external;
+ NSIndexPath = objcclass external;
+ NSMutableIndexSet = objcclass external;
+ NSMethodSignature = objcclass external;
+ NSInvocation = objcclass external;
+ NSKeyedArchiver = objcclass external;
+ NSKeyedUnarchiver = objcclass external;
+ NSLock = objcclass external;
+ NSConditionLock = objcclass external;
+ NSRecursiveLock = objcclass external;
+ NSCondition = objcclass external;
+ NSMapTable = objcclass external;
+ NSMetadataItem = objcclass external;
+ NSMetadataQueryAttributeValueTuple = objcclass external;
+ NSMetadataQueryResultGroup = objcclass external;
+ NSMetadataQuery = objcclass external;
+ NSInputStream = objcclass external;
+ NSOutputStream = objcclass external;
+ NSNetService = objcclass external;
+ NSNetServiceBrowser = objcclass external;
+ NSOperationQueue = objcclass external;
+ NSNotification = objcclass external;
+ NSNotificationCenter = objcclass external;
+ NSNotificationQueue = objcclass external;
+ NSNull = objcclass external;
+ NSNumberFormatter = objcclass external;
+ NSObject = objcclass external;
+ NSScriptObjectSpecifier = objcclass external;
+ NSOperation = objcclass external;
+ NSBlockOperation = objcclass external;
+ NSInvocationOperation = objcclass external;
+ NSOrthography = objcclass external;
+ NSPointerArray = objcclass external;
+ NSPointerFunctions = objcclass external;
+ NSPortMessage = objcclass external;
+ NSMachPort = objcclass external;
+ NSMessagePort = objcclass external;
+ NSSocketPort = objcclass external;
+ NSPortCoder = objcclass external;
+ NSMachBootstrapServer = objcclass external;
+ NSMessagePortNameServer = objcclass external;
+ NSSocketPortNameServer = objcclass external;
+ NSProcessInfo = objcclass external;
+ NSPropertyListSerialization = objcclass external;
+ NSProtocolChecker = objcclass external;
+ NSProxy = objcclass external;
+ NSTimer = objcclass external;
+ NSScanner = objcclass external;
+ NSScriptCommandDescription = objcclass external;
+ NSScriptClassDescription = objcclass external;
+ NSScriptCoercionHandler = objcclass external;
+ NSScriptCommand = objcclass external;
+ NSScriptExecutionContext = objcclass external;
+ NSScriptWhoseTest = objcclass external;
+ NSIndexSpecifier = objcclass external;
+ NSMiddleSpecifier = objcclass external;
+ NSNameSpecifier = objcclass external;
+ NSPositionalSpecifier = objcclass external;
+ NSPropertySpecifier = objcclass external;
+ NSRandomSpecifier = objcclass external;
+ NSRangeSpecifier = objcclass external;
+ NSRelativeSpecifier = objcclass external;
+ NSUniqueIDSpecifier = objcclass external;
+ NSWhoseSpecifier = objcclass external;
+ NSCloneCommand = objcclass external;
+ NSCloseCommand = objcclass external;
+ NSCountCommand = objcclass external;
+ NSCreateCommand = objcclass external;
+ NSDeleteCommand = objcclass external;
+ NSExistsCommand = objcclass external;
+ NSGetCommand = objcclass external;
+ NSMoveCommand = objcclass external;
+ NSQuitCommand = objcclass external;
+ NSSetCommand = objcclass external;
+ NSMutableSet = objcclass external;
+ NSScriptSuiteRegistry = objcclass external;
+ NSLogicalTest = objcclass external;
+ NSSpecifierTest = objcclass external;
+ NSCountedSet = objcclass external;
+ NSSortDescriptor = objcclass external;
+ NSSpellServer = objcclass external;
+ NSStream = objcclass external;
+ NSMutableString = objcclass external;
+ NSSimpleCString = objcclass external;
+ NSConstantString = objcclass external;
+ NSTask = objcclass external;
+ NSTextCheckingResult = objcclass external;
+ NSThread = objcclass external;
+ NSUndoManager = objcclass external;
+ NSURLAuthenticationChallenge = objcclass external;
+ NSURLCredential = objcclass external;
+ NSURLProtectionSpace = objcclass external;
+ NSURLResponse = objcclass external;
+ NSURLAuthenticationChallengeInternal = objcclass external;
+ NSCachedURLResponseInternal = objcclass external;
+ NSURLRequest = objcclass external;
+ NSCachedURLResponse = objcclass external;
+ NSURLCacheInternal = objcclass external;
+ NSURLCache = objcclass external;
+ NSURLConnectionInternal = objcclass external;
+ NSURLConnection = objcclass external;
+ NSURLCredentialInternal = objcclass external;
+ NSURLCredentialStorageInternal = objcclass external;
+ NSURLCredentialStorage = objcclass external;
+ NSURLDownloadInternal = objcclass external;
+ NSURLDownload = objcclass external;
+ NSURLHandle = objcclass external;
+ NSURLProtectionSpaceInternal = objcclass external;
+ NSMutableURLRequest = objcclass external;
+ NSURLProtocol = objcclass external;
+ NSURLProtocolInternal = objcclass external;
+ NSURLRequestInternal = objcclass external;
+ NSURLResponseInternal = objcclass external;
+ NSHTTPURLResponseInternal = objcclass external;
+ NSHTTPURLResponse = objcclass external;
+ NSUserDefaults = objcclass external;
+ NSValue = objcclass external;
+ NSValueTransformer = objcclass external;
+ NSXMLDTD = objcclass external;
+ NSXMLDocument = objcclass external;
+ NSXMLDTDNode = objcclass external;
+ NSXMLElement = objcclass external;
+ NSXMLNode = objcclass external;
+ NSXMLParser = objcclass external;
+ NSImage = objcclass external;
+ DOMDocument = objcclass external;
+ DOMAbstractView = objcclass external;
+ DOMCSSStyleDeclaration = objcclass external;
+ DOMElement = objcclass external;
+ DOMAttr = objcclass external;
+ DOMCDATASection = objcclass external;
+ DOMCharacterData = objcclass external;
+ DOMComment = objcclass external;
+ DOMCounter = objcclass external;
+ DOMCSSCharsetRule = objcclass external;
+ DOMCSSFontFaceRule = objcclass external;
+ DOMCSSStyleSheet = objcclass external;
+ DOMMediaList = objcclass external;
+ DOMCSSImportRule = objcclass external;
+ DOMCSSRuleList = objcclass external;
+ DOMCSSMediaRule = objcclass external;
+ DOMCSSPageRule = objcclass external;
+ DOMRGBColor = objcclass external;
+ DOMRect = objcclass external;
+ DOMCSSPrimitiveValue = objcclass external;
+ DOMCSSRule = objcclass external;
+ DOMCSSValue = objcclass external;
+ DOMCSSStyleRule = objcclass external;
+ DOMCSSUnknownRule = objcclass external;
+ DOMCSSValueList = objcclass external;
+ DOMDocumentFragment = objcclass external;
+ DOMDocumentType = objcclass external;
+ DOMEntityReference = objcclass external;
+ DOMEvent = objcclass external;
+ DOMHTMLCollection = objcclass external;
+ DOMHTMLElement = objcclass external;
+ DOMImplementation = objcclass external;
+ DOMNode = objcclass external;
+ DOMNodeIterator = objcclass external;
+ DOMNodeList = objcclass external;
+ DOMProcessingInstruction = objcclass external;
+ DOMRange = objcclass external;
+ DOMStyleSheetList = objcclass external;
+ DOMText = objcclass external;
+ DOMTreeWalker = objcclass external;
+ DOMXPathExpression = objcclass external;
+ DOMXPathResult = objcclass external;
+ DOMNamedNodeMap = objcclass external;
+ DOMEntity = objcclass external;
+ DOMFile = objcclass external;
+ DOMFileList = objcclass external;
+ DOMHTMLAnchorElement = objcclass external;
+ DOMHTMLAppletElement = objcclass external;
+ DOMHTMLAreaElement = objcclass external;
+ DOMHTMLBaseElement = objcclass external;
+ DOMHTMLBaseFontElement = objcclass external;
+ DOMHTMLBodyElement = objcclass external;
+ DOMHTMLBRElement = objcclass external;
+ DOMHTMLFormElement = objcclass external;
+ DOMHTMLButtonElement = objcclass external;
+ DOMHTMLDirectoryElement = objcclass external;
+ DOMHTMLDivElement = objcclass external;
+ DOMHTMLDListElement = objcclass external;
+ DOMHTMLDocument = objcclass external;
+ DOMHTMLEmbedElement = objcclass external;
+ DOMHTMLFieldSetElement = objcclass external;
+ DOMHTMLFontElement = objcclass external;
+ DOMHTMLFrameElement = objcclass external;
+ DOMHTMLFrameSetElement = objcclass external;
+ DOMHTMLHeadElement = objcclass external;
+ DOMHTMLHeadingElement = objcclass external;
+ DOMHTMLHRElement = objcclass external;
+ DOMHTMLHtmlElement = objcclass external;
+ DOMHTMLIFrameElement = objcclass external;
+ DOMHTMLImageElement = objcclass external;
+ DOMHTMLInputElement = objcclass external;
+ DOMHTMLIsIndexElement = objcclass external;
+ DOMHTMLLabelElement = objcclass external;
+ DOMHTMLLegendElement = objcclass external;
+ DOMHTMLLIElement = objcclass external;
+ DOMStyleSheet = objcclass external;
+ DOMHTMLLinkElement = objcclass external;
+ DOMHTMLMapElement = objcclass external;
+ DOMHTMLMarqueeElement = objcclass external;
+ DOMHTMLMenuElement = objcclass external;
+ DOMHTMLMetaElement = objcclass external;
+ DOMHTMLModElement = objcclass external;
+ DOMHTMLObjectElement = objcclass external;
+ DOMHTMLOListElement = objcclass external;
+ DOMHTMLOptGroupElement = objcclass external;
+ DOMHTMLOptionElement = objcclass external;
+ DOMHTMLOptionsCollection = objcclass external;
+ DOMHTMLParagraphElement = objcclass external;
+ DOMHTMLParamElement = objcclass external;
+ DOMHTMLPreElement = objcclass external;
+ DOMHTMLQuoteElement = objcclass external;
+ DOMHTMLScriptElement = objcclass external;
+ DOMHTMLSelectElement = objcclass external;
+ DOMHTMLStyleElement = objcclass external;
+ DOMHTMLTableCaptionElement = objcclass external;
+ DOMHTMLTableCellElement = objcclass external;
+ DOMHTMLTableColElement = objcclass external;
+ DOMHTMLTableSectionElement = objcclass external;
+ DOMHTMLTableElement = objcclass external;
+ DOMHTMLTableRowElement = objcclass external;
+ DOMHTMLTextAreaElement = objcclass external;
+ DOMHTMLTitleElement = objcclass external;
+ DOMHTMLUListElement = objcclass external;
+ DOMKeyboardEvent = objcclass external;
+ DOMMouseEvent = objcclass external;
+ DOMMutationEvent = objcclass external;
+ DOMNotation = objcclass external;
+ DOMObject = objcclass external;
+ DOMOverflowEvent = objcclass external;
+ DOMProgressEvent = objcclass external;
+ NSColor = objcclass external;
+ DOMUIEvent = objcclass external;
+ DOMWheelEvent = objcclass external;
+ WebView = objcclass external;
+ WebArchivePrivate = objcclass external;
+ WebResource = objcclass external;
+ WebArchive = objcclass external;
+ WebHistoryItem = objcclass external;
+ WebBackForwardListPrivate = objcclass external;
+ WebBackForwardList = objcclass external;
+ WebDataSourcePrivate = objcclass external;
+ WebFrame = objcclass external;
+ WebDataSource = objcclass external;
+ WebDownloadInternal = objcclass external;
+ WebDownload = objcclass external;
+ WebFramePrivate = objcclass external;
+ WebFrameView = objcclass external;
+ WebScriptObject = objcclass external;
+ WebFrameViewPrivate = objcclass external;
+ WebHistoryPrivate = objcclass external;
+ WebHistory = objcclass external;
+ WebHistoryItemPrivate = objcclass external;
+ WebPolicyPrivate = objcclass external;
+ WebPreferencesPrivate = objcclass external;
+ WebPreferences = objcclass external;
+ WebResourcePrivate = objcclass external;
+ WebScriptObjectPrivate = objcclass external;
+ WebUndefined = objcclass external;
+ WebViewPrivate = objcclass external;
implementation
diff --git a/packages/cocoaint/src/appkit/NSATSTypesetter.inc b/packages/cocoaint/src/appkit/NSATSTypesetter.inc
index bbb19af277..1867c5e154 100644
--- a/packages/cocoaint/src/appkit/NSATSTypesetter.inc
+++ b/packages/cocoaint/src/appkit/NSATSTypesetter.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSATSTypesetter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSATSTYPESETTER_PAS_C}
{ NSATSTypesetter }
- NSATSTypesetter = objcclass(NSTypesetter)
+ NSATSTypesetter = objcclass external (NSTypesetter)
private
_attributedString: NSAttributedString;
_paragraphGlyphRange: NSRange;
@@ -58,18 +58,16 @@
_private: id;
public
- class function alloc: NSATSTypesetter; message 'alloc';
-
class function sharedTypesetter: id; message 'sharedTypesetter';
- end; external;
+ end;
{ NSPantherCompatibilityCategory }
- NSPantherCompatibilityCategory = objccategory(NSATSTypesetter)
+ NSPantherCompatibilityCategory = objccategory external (NSATSTypesetter)
function lineFragmentRectForProposedRect_remainingRect(proposedRect: NSRect; remainingRect: NSRectPointer): NSRect; message 'lineFragmentRectForProposedRect:remainingRect:'; deprecated 'in Mac OS X 10.4 and later';
- end; external;
+ end;
{ NSPrimitiveInterfaceCategory }
- NSPrimitiveInterfaceCategory = objccategory(NSATSTypesetter)
+ NSPrimitiveInterfaceCategory = objccategory external (NSATSTypesetter)
function usesFontLeading: Boolean; message 'usesFontLeading';
procedure setUsesFontLeading(flag: Boolean); message 'setUsesFontLeading:';
function typesetterBehavior: NSTypesetterBehavior; message 'typesetterBehavior';
@@ -95,20 +93,20 @@
function currentTextContainer: NSTextContainer; message 'currentTextContainer';
procedure setHardInvalidation_forGlyphRange(flag: Boolean; glyphRange: NSRange); message 'setHardInvalidation:forGlyphRange:';
procedure getLineFragmentRect_usedRect_forParagraphSeparatorGlyphRange_atProposedOrigin(lineFragmentRect: NSRectPtr; lineFragmentUsedRect: NSRectPtr; paragraphSeparatorGlyphRange_: NSRange; lineOrigin: NSPoint); message 'getLineFragmentRect:usedRect:forParagraphSeparatorGlyphRange:atProposedOrigin:';
- end; external;
+ end;
{ NSLayoutPhaseInterface_NSATSTypesetterCategory }
- NSLayoutPhaseInterface_NSATSTypesetterCategory = objccategory(NSATSTypesetter)
+ NSLayoutPhaseInterface_NSATSTypesetterCategory = objccategory external name 'NSLayoutPhaseInterface' (NSATSTypesetter)
procedure willSetLineFragmentRect_forGlyphRange_usedRect_baselineOffset(lineRect: NSRectPtr; glyphRange: NSRange; usedRect: NSRectPtr; baselineOffset: CGFloatPtr); message 'willSetLineFragmentRect:forGlyphRange:usedRect:baselineOffset:';
function shouldBreakLineByWordBeforeCharacterAtIndex(charIndex: NSUInteger): Boolean; message 'shouldBreakLineByWordBeforeCharacterAtIndex:';
function shouldBreakLineByHyphenatingBeforeCharacterAtIndex(charIndex: NSUInteger): Boolean; message 'shouldBreakLineByHyphenatingBeforeCharacterAtIndex:';
function hyphenationFactorForGlyphAtIndex(glyphIndex: NSUInteger): single; message 'hyphenationFactorForGlyphAtIndex:';
function hyphenCharacterForGlyphAtIndex(glyphIndex: NSUInteger): UTF32Char; message 'hyphenCharacterForGlyphAtIndex:';
function boundingBoxForControlGlyphAtIndex_forTextContainer_proposedLineFragment_glyphPosition_characterIndex(glyphIndex: NSUInteger; textContainer: NSTextContainer; proposedRect: NSRect; glyphPosition: NSPoint; charIndex: NSUInteger): NSRect; message 'boundingBoxForControlGlyphAtIndex:forTextContainer:proposedLineFragment:glyphPosition:characterIndex:';
- end; external name 'NSLayoutPhaseInterface';
+ end;
{ NSGlyphStorageInterface_NSATSTypesetterCategory }
- NSGlyphStorageInterface_NSATSTypesetterCategory = objccategory(NSATSTypesetter)
+ NSGlyphStorageInterface_NSATSTypesetterCategory = objccategory external name 'NSGlyphStorageInterface' (NSATSTypesetter)
function characterRangeForGlyphRange_actualGlyphRange(glyphRange: NSRange; actualGlyphRange: NSRangePointer): NSRange; message 'characterRangeForGlyphRange:actualGlyphRange:';
function glyphRangeForCharacterRange_actualCharacterRange(charRange: NSRange; actualCharRange: NSRangePointer): NSRange; message 'glyphRangeForCharacterRange:actualCharacterRange:';
function getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(glyphsRange: NSRange; glyphBuffer: NSGlyphPtr; charIndexBuffer: NSUIntegerPtr; inscribeBuffer: NSGlyphInscriptionPtr; elasticBuffer: pboolean): NSUInteger; message 'getGlyphsInRange:glyphs:characterIndexes:glyphInscriptions:elasticBits:';
@@ -121,7 +119,7 @@
procedure setLocation_withAdvancements_forStartOfGlyphRange(location: NSPoint; advancements: CGFloatPtr; glyphRange: NSRange); message 'setLocation:withAdvancements:forStartOfGlyphRange:';
procedure setAttachmentSize_forGlyphRange(attachmentSize: NSSize; glyphRange: NSRange); message 'setAttachmentSize:forGlyphRange:';
procedure setBidiLevels_forGlyphRange(levels: pbyte; glyphRange: NSRange); message 'setBidiLevels:forGlyphRange:';
- end; external name 'NSGlyphStorageInterface';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSAccessibility.inc b/packages/cocoaint/src/appkit/NSAccessibility.inc
index e997be5ede..576016ff62 100644
--- a/packages/cocoaint/src/appkit/NSAccessibility.inc
+++ b/packages/cocoaint/src/appkit/NSAccessibility.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSAccessibility.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -337,7 +337,7 @@ var
{$define NSACCESSIBILITY_PAS_C}
{ NSAccessibilityCategory }
- NSAccessibilityCategory = objccategory(NSObject)
+ NSAccessibilityCategory = objccategory external (NSObject)
function accessibilityAttributeNames: NSArray; message 'accessibilityAttributeNames';
function accessibilityAttributeValue(attribute: NSString): id; message 'accessibilityAttributeValue:';
function accessibilityIsAttributeSettable(attribute: NSString): Boolean; message 'accessibilityIsAttributeSettable:';
@@ -353,12 +353,12 @@ var
function accessibilityIndexOfChild(child: id): NSUInteger; message 'accessibilityIndexOfChild:';
function accessibilityArrayAttributeCount(attribute: NSString): NSUInteger; message 'accessibilityArrayAttributeCount:';
function accessibilityArrayAttributeValues_index_maxCount(attribute: NSString; index: NSUInteger; maxCount: NSUInteger): NSArray; message 'accessibilityArrayAttributeValues:index:maxCount:';
- end; external;
+ end;
{ NSAccessibilityAdditionsCategory }
- NSAccessibilityAdditionsCategory = objccategory(NSObject)
+ NSAccessibilityAdditionsCategory = objccategory external (NSObject)
function accessibilitySetOverrideValue_forAttribute(value: id; attribute: NSString): Boolean; message 'accessibilitySetOverrideValue:forAttribute:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSActionCell.inc b/packages/cocoaint/src/appkit/NSActionCell.inc
index 83cf0a25ec..9902212684 100644
--- a/packages/cocoaint/src/appkit/NSActionCell.inc
+++ b/packages/cocoaint/src/appkit/NSActionCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSActionCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSACTIONCELL_PAS_C}
{ NSActionCell }
- NSActionCell = objcclass(NSCell)
+ NSActionCell = objcclass external (NSCell)
private
_tag: NSInteger;
_target: id;
@@ -50,15 +50,13 @@
_controlView: id;
public
- class function alloc: NSActionCell; message 'alloc';
-
function target: id; message 'target';
procedure setTarget(anObject: id); message 'setTarget:';
function action: SEL; message 'action';
procedure setAction(aSelector: SEL); message 'setAction:';
function tag: NSInteger; message 'tag';
procedure setTag(anInt: NSInteger); message 'setTag:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSAffineTransform.inc b/packages/cocoaint/src/appkit/NSAffineTransform.inc
index 3175e2f976..2c9c5ef1f2 100644
--- a/packages/cocoaint/src/appkit/NSAffineTransform.inc
+++ b/packages/cocoaint/src/appkit/NSAffineTransform.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSAffineTransform.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -51,13 +51,11 @@ NSAffineTransformStructPtr = ^NSAffineTransformStruct;
{$define NSAFFINETRANSFORM_PAS_C}
{ NSAffineTransform }
- NSAffineTransform = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSAffineTransform = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_transformStruct: NSAffineTransformStruct;
public
- class function alloc: NSAffineTransform; message 'alloc';
-
class function transform: NSAffineTransform; message 'transform';
function initWithTransform(transform_: NSAffineTransform): id; message 'initWithTransform:';
procedure translateXBy_yBy(deltaX: CGFloat; deltaY: CGFloat); message 'translateXBy:yBy:';
@@ -77,14 +75,14 @@ NSAffineTransformStructPtr = ^NSAffineTransformStruct;
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSAppKitAdditonsCategory }
- NSAppKitAdditonsCategory = objccategory(NSAffineTransform)
+ NSAppKitAdditonsCategory = objccategory external (NSAffineTransform)
function transformBezierPath(aPath: NSBezierPath): NSBezierPath; message 'transformBezierPath:';
procedure set_; message 'set';
procedure concat; message 'concat';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSAlert.inc b/packages/cocoaint/src/appkit/NSAlert.inc
index 2c3af69f00..bf64ee39c2 100644
--- a/packages/cocoaint/src/appkit/NSAlert.inc
+++ b/packages/cocoaint/src/appkit/NSAlert.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSAlert.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -60,7 +60,7 @@ type
{$define NSALERT_PAS_C}
{ NSAlert }
- NSAlert = objcclass(NSObject)
+ NSAlert = objcclass external (NSObject)
private
_informationField: NSTextField;
_first: id;
@@ -94,8 +94,6 @@ type
_accessoryView: id;
public
- class function alloc: NSAlert; message 'alloc';
-
class function alertWithError(error: NSError): NSAlert; message 'alertWithError:';
class function alertWithMessageText_defaultButton_alternateButton_otherButton_informativeTextWithFormat(message: NSString; defaultButton: NSString; alternateButton: NSString; otherButton: NSString; firstKey: id): NSAlert; varargs; message 'alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:';
procedure setMessageText(messageText_: NSString); message 'setMessageText:';
@@ -124,7 +122,7 @@ type
procedure alertDidEnd_returnCode_contextInfo(alert: NSAlert; returnCode: NSInteger; contextInfo: Pointer); message 'alertDidEnd:returnCode:contextInfo:';
procedure beginSheetModalForWindow_modalDelegate_didEndSelector_contextInfo(window_: NSWindow; delegate_: id; didEndSelector: SEL; contextInfo: Pointer); message 'beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:';
function window: id; message 'window';
- end; external;
+ end;
{$endif}
{$endif}
@@ -133,8 +131,8 @@ type
{$define NSALERT_PAS_P}
{ NSAlertDelegate Protocol }
- NSAlertDelegateProtocol = objcprotocol
+ NSAlertDelegateProtocol = objcprotocol external name 'NSAlertDelegate'
function alertShowHelp(alert: NSAlert): Boolean; message 'alertShowHelp:';
- end; external name 'NSAlertDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSAnimation.inc b/packages/cocoaint/src/appkit/NSAnimation.inc
index 411e0e603a..e4c49f5470 100644
--- a/packages/cocoaint/src/appkit/NSAnimation.inc
+++ b/packages/cocoaint/src/appkit/NSAnimation.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSAnimation.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -82,7 +82,7 @@ var
{$define NSANIMATION_PAS_C}
{ NSAnimation }
- NSAnimation = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSAnimation = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_duration: NSTimeInterval;
_currentProgress: NSAnimationProgress;
@@ -123,8 +123,6 @@ var
_reserved4: NSInteger;
public
- class function alloc: NSAnimation; message 'alloc';
-
function initWithDuration_animationCurve(duration_: NSTimeInterval; animationCurve_: NSAnimationCurve): id; message 'initWithDuration:animationCurve:';
procedure startAnimation; message 'startAnimation';
procedure stopAnimation; message 'stopAnimation';
@@ -156,10 +154,10 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSViewAnimation }
- NSViewAnimation = objcclass(NSAnimation)
+ NSViewAnimation = objcclass external (NSAnimation)
private
_viewAnimations: NSArray;
_viewAnimationInfo: CFMutableDictionaryRef;
@@ -180,12 +178,10 @@ var
_reserved8: NSUInteger;
public
- class function alloc: NSViewAnimation; message 'alloc';
-
function initWithViewAnimations(viewAnimations_: NSArray): id; message 'initWithViewAnimations:';
function viewAnimations: NSArray; message 'viewAnimations';
procedure setViewAnimations(viewAnimations_: NSArray); message 'setViewAnimations:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -194,20 +190,20 @@ var
{$define NSANIMATION_PAS_P}
{ NSAnimationDelegate Protocol }
- NSAnimationDelegateProtocol = objcprotocol
+ NSAnimationDelegateProtocol = objcprotocol external name 'NSAnimationDelegate'
function animationShouldStart(animation: NSAnimation): Boolean; message 'animationShouldStart:';
procedure animationDidStop(animation: NSAnimation); message 'animationDidStop:';
procedure animationDidEnd(animation: NSAnimation); message 'animationDidEnd:';
function animation_valueForProgress(animation: NSAnimation; progress: NSAnimationProgress): single; message 'animation:valueForProgress:';
procedure animation_didReachProgressMark(animation: NSAnimation; progress: NSAnimationProgress); message 'animation:didReachProgressMark:';
- end; external name 'NSAnimationDelegate';
+ end;
{ NSAnimatablePropertyContainer Protocol }
- NSAnimatablePropertyContainerProtocol = objcprotocol
+ NSAnimatablePropertyContainerProtocol = objcprotocol external name 'NSAnimatablePropertyContainer'
function animator: id; message 'animator';
function animations: NSDictionary; message 'animations';
procedure setAnimations(dict: NSDictionary); message 'setAnimations:';
function animationForKey(key: NSString): id; message 'animationForKey:';
- end; external name 'NSAnimatablePropertyContainer';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSAnimationContext.inc b/packages/cocoaint/src/appkit/NSAnimationContext.inc
index f6b4da75bb..15333cfc6a 100644
--- a/packages/cocoaint/src/appkit/NSAnimationContext.inc
+++ b/packages/cocoaint/src/appkit/NSAnimationContext.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSAnimationContext.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,20 +42,18 @@
{$define NSANIMATIONCONTEXT_PAS_C}
{ NSAnimationContext }
- NSAnimationContext = objcclass(NSObject)
+ NSAnimationContext = objcclass external (NSObject)
private
_duration: NSTimeInterval;
_reserved: array[0..4] of id;
public
- class function alloc: NSAnimationContext; message 'alloc';
-
class procedure beginGrouping; message 'beginGrouping';
class procedure endGrouping; message 'endGrouping';
class function currentContext: NSAnimationContext; message 'currentContext';
procedure setDuration(duration_: NSTimeInterval); message 'setDuration:';
function duration: NSTimeInterval; message 'duration';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc b/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc
index 19c580b15f..b3a55aeed7 100644
--- a/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc
+++ b/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSAppleScriptExtensions.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -39,9 +39,9 @@
{$define NSAPPLESCRIPTEXTENSIONS_PAS_C}
{ NSExtensionsCategory }
- NSExtensionsCategory = objccategory(NSAppleScript)
+ NSExtensionsCategory = objccategory external (NSAppleScript)
function richTextSource: NSAttributedString; message 'richTextSource';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSApplication.inc b/packages/cocoaint/src/appkit/NSApplication.inc
index 31f7fe3d34..a42fda8ecd 100644
--- a/packages/cocoaint/src/appkit/NSApplication.inc
+++ b/packages/cocoaint/src/appkit/NSApplication.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSApplication.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -165,7 +165,7 @@ var
{$define NSAPPLICATION_PAS_C}
{ NSApplication }
- NSApplication = objcclass(NSResponder, NSUserInterfaceValidationsProtocol)
+ NSApplication = objcclass external (NSResponder, NSUserInterfaceValidationsProtocol)
private
_currentEvent: NSEvent;
_windowList: id;
@@ -220,8 +220,6 @@ var
_threadingSupport: _NSThreadPrivatePtr;
public
- class function alloc: NSApplication; message 'alloc';
-
class function sharedApplication: NSApplication; message 'sharedApplication';
procedure setDelegate(anObject: id); message 'setDelegate:';
function delegate: id; message 'delegate';
@@ -291,10 +289,10 @@ var
{ Adopted Protocols }
function validateUserInterfaceItem(anItem: id): Boolean;
- end; external;
+ end;
{ NSWindowsMenuCategory }
- NSWindowsMenuCategory = objccategory(NSApplication)
+ NSWindowsMenuCategory = objccategory external (NSApplication)
procedure setWindowsMenu(aMenu: NSMenu); message 'setWindowsMenu:';
function windowsMenu: NSMenu; message 'windowsMenu';
procedure arrangeInFront(sender: id); message 'arrangeInFront:';
@@ -303,49 +301,49 @@ var
procedure changeWindowsItem_title_filename(win: NSWindow; aString: NSString; isFilename: Boolean); message 'changeWindowsItem:title:filename:';
procedure updateWindowsItem(win: NSWindow); message 'updateWindowsItem:';
procedure miniaturizeAll(sender: id); message 'miniaturizeAll:';
- end; external;
+ end;
{ NSFullKeyboardAccessCategory }
- NSFullKeyboardAccessCategory = objccategory(NSApplication)
+ NSFullKeyboardAccessCategory = objccategory external (NSApplication)
function isFullKeyboardAccessEnabled: Boolean; message 'isFullKeyboardAccessEnabled';
- end; external;
+ end;
{ NSServicesMenuCategory }
- NSServicesMenuCategory = objccategory(NSApplication)
+ NSServicesMenuCategory = objccategory external (NSApplication)
procedure setServicesMenu(aMenu: NSMenu); message 'setServicesMenu:';
function servicesMenu: NSMenu; message 'servicesMenu';
procedure registerServicesMenuSendTypes_returnTypes(sendTypes: NSArray; returnTypes: NSArray); message 'registerServicesMenuSendTypes:returnTypes:';
- end; external;
+ end;
{ NSServicesRequestsCategory }
- NSServicesRequestsCategory = objccategory(NSObject)
+ NSServicesRequestsCategory = objccategory external (NSObject)
function writeSelectionToPasteboard_types(pboard: NSPasteboard; types: NSArray): Boolean; message 'writeSelectionToPasteboard:types:';
function readSelectionFromPasteboard(pboard: NSPasteboard): Boolean; message 'readSelectionFromPasteboard:';
- end; external;
+ end;
{ NSServicesHandlingCategory }
- NSServicesHandlingCategory = objccategory(NSApplication)
+ NSServicesHandlingCategory = objccategory external (NSApplication)
procedure setServicesProvider(provider: id); message 'setServicesProvider:';
function servicesProvider: id; message 'servicesProvider';
- end; external;
+ end;
{ NSStandardAboutPanelCategory }
- NSStandardAboutPanelCategory = objccategory(NSApplication)
+ NSStandardAboutPanelCategory = objccategory external (NSApplication)
procedure orderFrontStandardAboutPanel(sender: id); message 'orderFrontStandardAboutPanel:';
procedure orderFrontStandardAboutPanelWithOptions(optionsDictionary: NSDictionary); message 'orderFrontStandardAboutPanelWithOptions:';
- end; external;
+ end;
{ NSApplicationLayoutDirectionCategory }
- NSApplicationLayoutDirectionCategory = objccategory(NSApplication)
+ NSApplicationLayoutDirectionCategory = objccategory external (NSApplication)
function userInterfaceLayoutDirection: NSUserInterfaceLayoutDirection; message 'userInterfaceLayoutDirection';
- end; external;
+ end;
{ NSDeprecated_NSApplicationCategory }
- NSDeprecated_NSApplicationCategory = objccategory(NSApplication)
+ NSDeprecated_NSApplicationCategory = objccategory external name 'NSDeprecated' (NSApplication)
function runModalForWindow_relativeToWindow(theWindow: NSWindow; docWindow: NSWindow): NSInteger; message 'runModalForWindow:relativeToWindow:'; deprecated 'in Mac OS X 10 and later';
function beginModalSessionForWindow_relativeToWindow(theWindow: NSWindow; docWindow: NSWindow): NSModalSession; message 'beginModalSessionForWindow:relativeToWindow:'; deprecated 'in Mac OS X 10 and later';
procedure application_printFiles(sender: NSApplication; filenames: NSArray); message 'application:printFiles:';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -354,7 +352,7 @@ var
{$define NSAPPLICATION_PAS_P}
{ NSApplicationDelegate Protocol }
- NSApplicationDelegateProtocol = objcprotocol
+ NSApplicationDelegateProtocol = objcprotocol external name 'NSApplicationDelegate'
function applicationShouldTerminate(sender: NSApplication): NSApplicationTerminateReply; message 'applicationShouldTerminate:';
function application_openFile(sender: NSApplication; filename: NSString): Boolean; message 'application:openFile:';
procedure application_openFiles(sender: NSApplication; filenames: NSArray); message 'application:openFiles:';
@@ -382,6 +380,6 @@ var
procedure applicationDidUpdate(notification: NSNotification); message 'applicationDidUpdate:';
procedure applicationWillTerminate(notification: NSNotification); message 'applicationWillTerminate:';
procedure applicationDidChangeScreenParameters(notification: NSNotification); message 'applicationDidChangeScreenParameters:';
- end; external name 'NSApplicationDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSApplicationScripting.inc b/packages/cocoaint/src/appkit/NSApplicationScripting.inc
index 07861c3475..33ae99aa41 100644
--- a/packages/cocoaint/src/appkit/NSApplicationScripting.inc
+++ b/packages/cocoaint/src/appkit/NSApplicationScripting.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSApplicationScripting.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -39,15 +39,15 @@
{$define NSAPPLICATIONSCRIPTING_PAS_C}
{ NSScripting_NSApplicationCategory }
- NSScripting_NSApplicationCategory = objccategory(NSApplication)
+ NSScripting_NSApplicationCategory = objccategory external name 'NSScripting' (NSApplication)
function orderedDocuments: NSArray; message 'orderedDocuments';
function orderedWindows: NSArray; message 'orderedWindows';
- end; external name 'NSScripting';
+ end;
{ NSApplicationScriptingDelegationCategory }
- NSApplicationScriptingDelegationCategory = objccategory(NSObject)
+ NSApplicationScriptingDelegationCategory = objccategory external (NSObject)
function application_delegateHandlesKey(sender: NSApplication; key: NSString): Boolean; message 'application:delegateHandlesKey:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSArrayController.inc b/packages/cocoaint/src/appkit/NSArrayController.inc
index 1544cc028a..e337c9ae85 100644
--- a/packages/cocoaint/src/appkit/NSArrayController.inc
+++ b/packages/cocoaint/src/appkit/NSArrayController.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSArrayController.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSARRAYCONTROLLER_PAS_C}
{ NSArrayController }
- NSArrayController = objcclass(NSObjectController)
+ NSArrayController = objcclass external (NSObjectController)
private
_reserved4: Pointer;
_rearrangementExtensions: id;
@@ -77,8 +77,6 @@
_arrangedObjects: NSArray;
public
- class function alloc: NSArrayController; message 'alloc';
-
procedure rearrangeObjects; message 'rearrangeObjects';
procedure setAutomaticallyRearrangesObjects(flag: Boolean); message 'setAutomaticallyRearrangesObjects:';
function automaticallyRearrangesObjects: Boolean; message 'automaticallyRearrangesObjects';
@@ -126,7 +124,7 @@
procedure removeObjectsAtArrangedObjectIndexes(indexes: NSIndexSet); message 'removeObjectsAtArrangedObjectIndexes:';
procedure removeObject(object_: id); message 'removeObject:';
procedure removeObjects(objects: NSArray); message 'removeObjects:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSAttributedString.inc b/packages/cocoaint/src/appkit/NSAttributedString.inc
index f5ff8b0bce..68d0665922 100644
--- a/packages/cocoaint/src/appkit/NSAttributedString.inc
+++ b/packages/cocoaint/src/appkit/NSAttributedString.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSAttributedString.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -154,11 +154,9 @@ var
{$define NSATTRIBUTEDSTRING_PAS_C}
{ NSAttributedString }
- NSAttributedString = objcclass(NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
+ NSAttributedString = objcclass external (NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSAttributedString; message 'alloc';
-
function string_: NSString; message 'string';
function attributesAtIndex_effectiveRange(location: NSUInteger; range: NSRangePointer): NSDictionary; message 'attributesAtIndex:effectiveRange:';
@@ -167,20 +165,18 @@ var
function mutableCopyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSMutableAttributedString }
- NSMutableAttributedString = objcclass(NSAttributedString)
+ NSMutableAttributedString = objcclass external (NSAttributedString)
public
- class function alloc: NSMutableAttributedString; message 'alloc';
-
procedure replaceCharactersInRange_withString(range: NSRange; str: NSString); message 'replaceCharactersInRange:withString:';
procedure setAttributes_range(attrs: NSDictionary; range: NSRange); message 'setAttributes:range:';
- end; external;
+ end;
{ NSExtendedAttributedStringCategory }
- NSExtendedAttributedStringCategory = objccategory(NSAttributedString)
+ NSExtendedAttributedStringCategory = objccategory external (NSAttributedString)
function length: NSUInteger; message 'length';
function attribute_atIndex_effectiveRange(attrName: NSString; location: NSUInteger; range: NSRangePointer): id; message 'attribute:atIndex:effectiveRange:';
function attributedSubstringFromRange(range: NSRange): NSAttributedString; message 'attributedSubstringFromRange:';
@@ -190,10 +186,10 @@ var
function initWithString(str: NSString): id; message 'initWithString:';
function initWithString_attributes(str: NSString; attrs: NSDictionary): id; message 'initWithString:attributes:';
function initWithAttributedString(attrStr: NSAttributedString): id; message 'initWithAttributedString:';
- end; external;
+ end;
{ NSExtendedMutableAttributedStringCategory }
- NSExtendedMutableAttributedStringCategory = objccategory(NSMutableAttributedString)
+ NSExtendedMutableAttributedStringCategory = objccategory external (NSMutableAttributedString)
function mutableString: NSMutableString; message 'mutableString';
procedure addAttribute_value_range(name: NSString; value: id; range: NSRange); message 'addAttribute:value:range:';
procedure addAttributes_range(attrs: NSDictionary; range: NSRange); message 'addAttributes:range:';
@@ -205,10 +201,10 @@ var
procedure setAttributedString(attrString: NSAttributedString); message 'setAttributedString:';
procedure beginEditing; message 'beginEditing';
procedure endEditing; message 'endEditing';
- end; external;
+ end;
{ NSAttributedStringKitAdditionsCategory }
- NSAttributedStringKitAdditionsCategory = objccategory(NSAttributedString)
+ NSAttributedStringKitAdditionsCategory = objccategory external (NSAttributedString)
function fontAttributesInRange(range: NSRange): NSDictionary; message 'fontAttributesInRange:';
function rulerAttributesInRange(range: NSRange): NSDictionary; message 'rulerAttributesInRange:';
function containsAttachments: Boolean; message 'containsAttachments';
@@ -240,18 +236,18 @@ var
function RTFDFromRange_documentAttributes(range: NSRange; dict: NSDictionary): NSData; message 'RTFDFromRange:documentAttributes:';
function RTFDFileWrapperFromRange_documentAttributes(range: NSRange; dict: NSDictionary): NSFileWrapper; message 'RTFDFileWrapperFromRange:documentAttributes:';
function docFormatFromRange_documentAttributes(range: NSRange; dict: NSDictionary): NSData; message 'docFormatFromRange:documentAttributes:';
- end; external;
+ end;
{ NSDeprecatedKitAdditionsCategory }
- NSDeprecatedKitAdditionsCategory = objccategory(NSAttributedString)
+ NSDeprecatedKitAdditionsCategory = objccategory external (NSAttributedString)
class function textFileTypes: NSArray; message 'textFileTypes';
class function textPasteboardTypes: NSArray; message 'textPasteboardTypes';
class function textUnfilteredFileTypes: NSArray; message 'textUnfilteredFileTypes';
class function textUnfilteredPasteboardTypes: NSArray; message 'textUnfilteredPasteboardTypes';
- end; external;
+ end;
{ NSMutableAttributedStringKitAdditionsCategory }
- NSMutableAttributedStringKitAdditionsCategory = objccategory(NSMutableAttributedString)
+ NSMutableAttributedStringKitAdditionsCategory = objccategory external (NSMutableAttributedString)
function readFromURL_options_documentAttributes_error(url: NSURL; opts: NSDictionary; dict: NSDictionaryPointer; error: NSErrorPointer): Boolean; message 'readFromURL:options:documentAttributes:error:';
function readFromData_options_documentAttributes_error(data: NSData; opts: NSDictionary; dict: NSDictionaryPointer; error: NSErrorPointer): Boolean; message 'readFromData:options:documentAttributes:error:';
function readFromURL_options_documentAttributes(url: NSURL; options: NSDictionary; dict: NSDictionaryPointer): Boolean; message 'readFromURL:options:documentAttributes:';
@@ -266,7 +262,7 @@ var
procedure fixFontAttributeInRange(range: NSRange); message 'fixFontAttributeInRange:';
procedure fixParagraphStyleAttributeInRange(range: NSRange); message 'fixParagraphStyleAttributeInRange:';
procedure fixAttachmentAttributeInRange(range: NSRange); message 'fixAttachmentAttributeInRange:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSBezierPath.inc b/packages/cocoaint/src/appkit/NSBezierPath.inc
index 92db32f4d9..add29bb7ba 100644
--- a/packages/cocoaint/src/appkit/NSBezierPath.inc
+++ b/packages/cocoaint/src/appkit/NSBezierPath.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSBezierPath.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -75,7 +75,7 @@ type
{$define NSBEZIERPATH_PAS_C}
{ NSBezierPath }
- NSBezierPath = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSBezierPath = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_elementCount: NSInteger;
_elementMax: NSInteger;
@@ -105,8 +105,6 @@ type
end;
public
- class function alloc: NSBezierPath; message 'alloc';
-
class function bezierPath: NSBezierPath; message 'bezierPath';
class function bezierPathWithRect(rect: NSRect): NSBezierPath; message 'bezierPathWithRect:';
class function bezierPathWithOvalInRect(rect: NSRect): NSBezierPath; message 'bezierPathWithOvalInRect:';
@@ -182,13 +180,13 @@ type
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSBezierPathDeprecatedCategory }
- NSBezierPathDeprecatedCategory = objccategory(NSBezierPath)
+ NSBezierPathDeprecatedCategory = objccategory external (NSBezierPath)
function cachesBezierPath: Boolean; message 'cachesBezierPath'; deprecated 'in Mac OS X 10 and later';
procedure setCachesBezierPath(flag: Boolean); message 'setCachesBezierPath:'; deprecated 'in Mac OS X 10 and later';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSBitmapImageRep.inc b/packages/cocoaint/src/appkit/NSBitmapImageRep.inc
index 36ea1078cc..7014ce8e10 100644
--- a/packages/cocoaint/src/appkit/NSBitmapImageRep.inc
+++ b/packages/cocoaint/src/appkit/NSBitmapImageRep.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSBitmapImageRep.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -103,7 +103,7 @@ var
{$define NSBITMAPIMAGEREP_PAS_C}
{ NSBitmapImageRep }
- NSBitmapImageRep = objcclass(NSImageRep)
+ NSBitmapImageRep = objcclass external (NSImageRep)
private
__moreRepFlags: bitpacked record
case byte of
@@ -130,8 +130,6 @@ var
_properties: id;
public
- class function alloc: NSBitmapImageRep; message 'alloc';
-
function initWithFocusedViewRect(rect: NSRect): id; message 'initWithFocusedViewRect:';
function initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel(planes: PChar; width: NSInteger; height: NSInteger; bps: NSInteger; spp: NSInteger; alpha: Boolean; isPlanar_: Boolean; colorSpaceName_: NSString; rBytes: NSInteger; pBits: NSInteger): id; message 'initWithBitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpaceName:bytesPerRow:bitsPerPixel:';
function initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bitmapFormat_bytesPerRow_bitsPerPixel(planes: PChar; width: NSInteger; height: NSInteger; bps: NSInteger; spp: NSInteger; alpha: Boolean; isPlanar_: Boolean; colorSpaceName_: NSString; bitmapFormat_: NSBitmapFormat; rBytes: NSInteger; pBits: NSInteger): id; message 'initWithBitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpaceName:bitmapFormat:bytesPerRow:bitsPerPixel:';
@@ -169,15 +167,15 @@ var
function colorSpace: NSColorSpace; message 'colorSpace';
function bitmapImageRepByConvertingToColorSpace_renderingIntent(targetSpace: NSColorSpace; renderingIntent: NSColorRenderingIntent): NSBitmapImageRep; message 'bitmapImageRepByConvertingToColorSpace:renderingIntent:';
function bitmapImageRepByRetaggingWithColorSpace(newSpace: NSColorSpace): NSBitmapImageRep; message 'bitmapImageRepByRetaggingWithColorSpace:';
- end; external;
+ end;
{ NSBitmapImageFileTypeExtensionsCategory }
- NSBitmapImageFileTypeExtensionsCategory = objccategory(NSBitmapImageRep)
+ NSBitmapImageFileTypeExtensionsCategory = objccategory external (NSBitmapImageRep)
class function representationOfImageRepsInArray_usingType_properties(imageReps: NSArray; storageType: NSBitmapImageFileType; properties: NSDictionary): NSData; message 'representationOfImageRepsInArray:usingType:properties:';
function representationUsingType_properties(storageType: NSBitmapImageFileType; properties: NSDictionary): NSData; message 'representationUsingType:properties:';
procedure setProperty_withValue(property_: NSString; value: id); message 'setProperty:withValue:';
function valueForProperty(property_: NSString): id; message 'valueForProperty:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSBox.inc b/packages/cocoaint/src/appkit/NSBox.inc
index d62168590a..43d26d3d60 100644
--- a/packages/cocoaint/src/appkit/NSBox.inc
+++ b/packages/cocoaint/src/appkit/NSBox.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSBox.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -67,7 +67,7 @@ type
{$define NSBOX_PAS_C}
{ NSBox }
- NSBox = objcclass(NSView)
+ NSBox = objcclass external (NSView)
private
_titleCell: id;
_contentView: id;
@@ -92,8 +92,6 @@ type
_unused: id;
public
- class function alloc: NSBox; message 'alloc';
-
function borderType: NSBorderType; message 'borderType';
function titlePosition: NSTitlePosition; message 'titlePosition';
procedure setBorderType(aType: NSBorderType); message 'setBorderType:';
@@ -115,15 +113,15 @@ type
procedure setContentView(aView: NSView); message 'setContentView:';
function isTransparent: Boolean; message 'isTransparent';
procedure setTransparent(flag: Boolean); message 'setTransparent:';
- end; external;
+ end;
{ NSKeyboardUI_NSBoxCategory }
- NSKeyboardUI_NSBoxCategory = objccategory(NSBox)
+ NSKeyboardUI_NSBoxCategory = objccategory external name 'NSKeyboardUI' (NSBox)
procedure setTitleWithMnemonic(stringWithAmpersand: NSString); message 'setTitleWithMnemonic:';
- end; external name 'NSKeyboardUI';
+ end;
{ NSCustomBoxTypePropertiesCategory }
- NSCustomBoxTypePropertiesCategory = objccategory(NSBox)
+ NSCustomBoxTypePropertiesCategory = objccategory external (NSBox)
function borderWidth: CGFloat; message 'borderWidth';
procedure setBorderWidth(borderWidth_: CGFloat); message 'setBorderWidth:';
function cornerRadius: CGFloat; message 'cornerRadius';
@@ -132,7 +130,7 @@ type
procedure setBorderColor(borderColor_: NSColor); message 'setBorderColor:';
function fillColor: NSColor; message 'fillColor';
procedure setFillColor(fillColor_: NSColor); message 'setFillColor:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSBrowser.inc b/packages/cocoaint/src/appkit/NSBrowser.inc
index 9fc412b313..7af815df49 100644
--- a/packages/cocoaint/src/appkit/NSBrowser.inc
+++ b/packages/cocoaint/src/appkit/NSBrowser.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSBrowser.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -135,7 +135,7 @@ var
{$define NSBROWSER_PAS_C}
{ NSBrowser }
- NSBrowser = objcclass(NSControl)
+ NSBrowser = objcclass external (NSControl)
private
_target: id;
_action: SEL;
@@ -157,8 +157,6 @@ var
_brflags: _Brflags;
public
- class function alloc: NSBrowser; message 'alloc';
-
class function cellClass: Pobjc_class; message 'cellClass';
procedure loadColumnZero; message 'loadColumnZero';
function isLoaded: Boolean; message 'isLoaded';
@@ -273,17 +271,17 @@ var
procedure setBackgroundColor(color: NSColor); message 'setBackgroundColor:';
function backgroundColor: NSColor; message 'backgroundColor';
procedure editItemAtIndexPath_withEvent_select(indexPath: NSIndexPath; theEvent: NSEvent; select: Boolean); message 'editItemAtIndexPath:withEvent:select:';
- end; external;
+ end;
{ NSDeprecated_NSBrowserCategory }
- NSDeprecated_NSBrowserCategory = objccategory(NSBrowser)
+ NSDeprecated_NSBrowserCategory = objccategory external name 'NSDeprecated' (NSBrowser)
procedure setAcceptsArrowKeys(flag: Boolean); message 'setAcceptsArrowKeys:'; deprecated 'in Mac OS X 10.6 and later';
function acceptsArrowKeys: Boolean; message 'acceptsArrowKeys'; deprecated 'in Mac OS X 10.6 and later';
procedure displayColumn(column: NSInteger); message 'displayColumn:'; deprecated 'in Mac OS X 10.3 and later';
procedure displayAllColumns; message 'displayAllColumns'; deprecated 'in Mac OS X 10.3 and later';
procedure scrollViaScroller(sender: NSScroller); message 'scrollViaScroller:'; deprecated 'in Mac OS X 10.3 and later';
procedure updateScroller; message 'updateScroller'; deprecated 'in Mac OS X 10.3 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -292,7 +290,7 @@ var
{$define NSBROWSER_PAS_P}
{ NSBrowserDelegate Protocol }
- NSBrowserDelegateProtocol = objcprotocol
+ NSBrowserDelegateProtocol = objcprotocol external name 'NSBrowserDelegate'
function browser_numberOfRowsInColumn(sender: NSBrowser; column: NSInteger): NSInteger; message 'browser:numberOfRowsInColumn:';
procedure browser_createRowsForColumn_inMatrix(sender: NSBrowser; column: NSInteger; matrix: NSMatrix); message 'browser:createRowsForColumn:inMatrix:';
function browser_numberOfChildrenOfItem(browser: NSBrowser; item: id): NSInteger; message 'browser:numberOfChildrenOfItem:';
@@ -327,6 +325,6 @@ var
function browser_headerViewControllerForItem(browser: NSBrowser; item: id): NSViewController; message 'browser:headerViewControllerForItem:';
procedure browser_didChangeLastColumn_toColumn(browser: NSBrowser; oldLastColumn: NSInteger; column: NSInteger); message 'browser:didChangeLastColumn:toColumn:';
function browser_selectionIndexesForProposedSelection_inColumn(browser: NSBrowser; proposedSelectionIndexes: NSIndexSet; column: NSInteger): NSIndexSet; message 'browser:selectionIndexesForProposedSelection:inColumn:';
- end; external name 'NSBrowserDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSBrowserCell.inc b/packages/cocoaint/src/appkit/NSBrowserCell.inc
index 90b57cd997..a6bc8b703c 100644
--- a/packages/cocoaint/src/appkit/NSBrowserCell.inc
+++ b/packages/cocoaint/src/appkit/NSBrowserCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSBrowserCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSBROWSERCELL_PAS_C}
{ NSBrowserCell }
- NSBrowserCell = objcclass(NSCell)
+ NSBrowserCell = objcclass external (NSCell)
public
- class function alloc: NSBrowserCell; message 'alloc';
-
class function branchImage: NSImage; message 'branchImage';
class function highlightedBranchImage: NSImage; message 'highlightedBranchImage';
function highlightColorInView(controlView_: NSView): NSColor; message 'highlightColorInView:';
@@ -60,7 +58,7 @@
function image: NSImage; message 'image';
procedure setAlternateImage(newAltImage: NSImage); message 'setAlternateImage:';
function alternateImage: NSImage; message 'alternateImage';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSButton.inc b/packages/cocoaint/src/appkit/NSButton.inc
index 58b6e56a08..8958498013 100644
--- a/packages/cocoaint/src/appkit/NSButton.inc
+++ b/packages/cocoaint/src/appkit/NSButton.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSButton.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSBUTTON_PAS_C}
{ NSButton }
- NSButton = objcclass(NSControl, NSUserInterfaceValidationsProtocol)
+ NSButton = objcclass external (NSControl, NSUserInterfaceValidationsProtocol)
public
- class function alloc: NSButton; message 'alloc';
-
function title: NSString; message 'title';
procedure setTitle(aString: NSString); message 'setTitle:';
function alternateTitle: NSString; message 'alternateTitle';
@@ -75,45 +73,45 @@
{ Adopted Protocols }
function validateUserInterfaceItem(anItem: id): Boolean;
- end; external;
+ end;
{ NSKeyboardUI_NSButtonCategory }
- NSKeyboardUI_NSButtonCategory = objccategory(NSButton)
+ NSKeyboardUI_NSButtonCategory = objccategory external name 'NSKeyboardUI' (NSButton)
procedure setTitleWithMnemonic(stringWithAmpersand: NSString); message 'setTitleWithMnemonic:';
- end; external name 'NSKeyboardUI';
+ end;
{ NSButtonAttributedStringMethodsCategory }
- NSButtonAttributedStringMethodsCategory = objccategory(NSButton)
+ NSButtonAttributedStringMethodsCategory = objccategory external (NSButton)
function attributedTitle: NSAttributedString; message 'attributedTitle';
procedure setAttributedTitle(aString: NSAttributedString); message 'setAttributedTitle:';
function attributedAlternateTitle: NSAttributedString; message 'attributedAlternateTitle';
procedure setAttributedAlternateTitle(obj: NSAttributedString); message 'setAttributedAlternateTitle:';
- end; external;
+ end;
{ NSButtonBezelStylesCategory }
- NSButtonBezelStylesCategory = objccategory(NSButton)
+ NSButtonBezelStylesCategory = objccategory external (NSButton)
procedure setBezelStyle(bezelStyle_: NSBezelStyle); message 'setBezelStyle:';
function bezelStyle: NSBezelStyle; message 'bezelStyle';
- end; external;
+ end;
{ NSButtonMixedStateCategory }
- NSButtonMixedStateCategory = objccategory(NSButton)
+ NSButtonMixedStateCategory = objccategory external (NSButton)
procedure setAllowsMixedState(flag: Boolean); message 'setAllowsMixedState:';
function allowsMixedState: Boolean; message 'allowsMixedState';
procedure setNextState; message 'setNextState';
- end; external;
+ end;
{ NSButtonBorderCategory }
- NSButtonBorderCategory = objccategory(NSButton)
+ NSButtonBorderCategory = objccategory external (NSButton)
procedure setShowsBorderOnlyWhileMouseInside(show: Boolean); message 'setShowsBorderOnlyWhileMouseInside:';
function showsBorderOnlyWhileMouseInside: Boolean; message 'showsBorderOnlyWhileMouseInside';
- end; external;
+ end;
{ NSButtonSoundExtensionsCategory }
- NSButtonSoundExtensionsCategory = objccategory(NSButton)
+ NSButtonSoundExtensionsCategory = objccategory external (NSButton)
procedure setSound(aSound: NSSound); message 'setSound:';
function sound: NSSound; message 'sound';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSButtonCell.inc b/packages/cocoaint/src/appkit/NSButtonCell.inc
index def284b550..9f75a3141f 100644
--- a/packages/cocoaint/src/appkit/NSButtonCell.inc
+++ b/packages/cocoaint/src/appkit/NSButtonCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSButtonCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -167,7 +167,7 @@ __BCFlags2Ptr = ^__BCFlags2;
{$define NSBUTTONCELL_PAS_C}
{ NSButtonCell }
- NSButtonCell = objcclass(NSActionCell)
+ NSButtonCell = objcclass external (NSActionCell)
private
_altContents: NSString;
_sound: id;
@@ -180,8 +180,6 @@ __BCFlags2Ptr = ^__BCFlags2;
_alternateImageOrKeyEquivalentFont: id;
public
- class function alloc: NSButtonCell; message 'alloc';
-
function title: NSString; message 'title';
procedure setTitle(aString: NSString); message 'setTitle:';
function alternateTitle: NSString; message 'alternateTitle';
@@ -214,19 +212,19 @@ __BCFlags2Ptr = ^__BCFlags2;
procedure drawImage_withFrame_inView(image_: NSImage; frame: NSRect; controlView_: NSView); message 'drawImage:withFrame:inView:';
function drawTitle_withFrame_inView(title_: NSAttributedString; frame: NSRect; controlView_: NSView): NSRect; message 'drawTitle:withFrame:inView:';
procedure drawBezelWithFrame_inView(frame: NSRect; controlView_: NSView); message 'drawBezelWithFrame:inView:';
- end; external;
+ end;
{ NSKeyboardUI_NSButtonCellCategory }
- NSKeyboardUI_NSButtonCellCategory = objccategory(NSButtonCell)
+ NSKeyboardUI_NSButtonCellCategory = objccategory external name 'NSKeyboardUI' (NSButtonCell)
procedure setTitleWithMnemonic(stringWithAmpersand: NSString); message 'setTitleWithMnemonic:';
procedure setAlternateTitleWithMnemonic(stringWithAmpersand: NSString); message 'setAlternateTitleWithMnemonic:';
procedure setAlternateMnemonicLocation(location: NSUInteger); message 'setAlternateMnemonicLocation:';
function alternateMnemonicLocation: NSUInteger; message 'alternateMnemonicLocation';
function alternateMnemonic: NSString; message 'alternateMnemonic';
- end; external name 'NSKeyboardUI';
+ end;
{ NSButtonCellExtensionsCategory }
- NSButtonCellExtensionsCategory = objccategory(NSButtonCell)
+ NSButtonCellExtensionsCategory = objccategory external (NSButtonCell)
function gradientType: NSGradientType; message 'gradientType';
procedure setGradientType(type__: NSGradientType); message 'setGradientType:';
procedure setImageDimsWhenDisabled(flag: Boolean); message 'setImageDimsWhenDisabled:';
@@ -237,27 +235,27 @@ __BCFlags2Ptr = ^__BCFlags2;
procedure mouseExited(event: NSEvent); message 'mouseExited:';
function backgroundColor: NSColor; message 'backgroundColor';
procedure setBackgroundColor(color: NSColor); message 'setBackgroundColor:';
- end; external;
+ end;
{ NSButtonCellAttributedStringMethodsCategory }
- NSButtonCellAttributedStringMethodsCategory = objccategory(NSButtonCell)
+ NSButtonCellAttributedStringMethodsCategory = objccategory external (NSButtonCell)
function attributedTitle: NSAttributedString; message 'attributedTitle';
procedure setAttributedTitle(obj: NSAttributedString); message 'setAttributedTitle:';
function attributedAlternateTitle: NSAttributedString; message 'attributedAlternateTitle';
procedure setAttributedAlternateTitle(obj: NSAttributedString); message 'setAttributedAlternateTitle:';
- end; external;
+ end;
{ NSButtonCellBezelStylesCategory }
- NSButtonCellBezelStylesCategory = objccategory(NSButtonCell)
+ NSButtonCellBezelStylesCategory = objccategory external (NSButtonCell)
procedure setBezelStyle(bezelStyle_: NSBezelStyle); message 'setBezelStyle:';
function bezelStyle: NSBezelStyle; message 'bezelStyle';
- end; external;
+ end;
{ NSButtonCellSoundExtensionsCategory }
- NSButtonCellSoundExtensionsCategory = objccategory(NSButtonCell)
+ NSButtonCellSoundExtensionsCategory = objccategory external (NSButtonCell)
procedure setSound(aSound: NSSound); message 'setSound:';
function sound: NSSound; message 'sound';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSCIImageRep.inc b/packages/cocoaint/src/appkit/NSCIImageRep.inc
index 5e8d6c3780..b278d05f17 100644
--- a/packages/cocoaint/src/appkit/NSCIImageRep.inc
+++ b/packages/cocoaint/src/appkit/NSCIImageRep.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSCIImageRep.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,24 +42,22 @@
{$define NSCIIMAGEREP_PAS_C}
{ NSCIImageRep }
- NSCIImageRep = objcclass(NSImageRep)
+ NSCIImageRep = objcclass external (NSImageRep)
private
_ciImage: CIImage;
public
- class function alloc: NSCIImageRep; message 'alloc';
-
class function imageRepWithCIImage(image: CIImage): id; message 'imageRepWithCIImage:';
function initWithCIImage(image: CIImage): id; message 'initWithCIImage:';
function CIImage: CIImage; message 'CIImage';
- end; external;
+ end;
{ NSAppKitAdditions_CIImageCategory }
- NSAppKitAdditions_CIImageCategory = objccategory(CIImage)
+ NSAppKitAdditions_CIImageCategory = objccategory external name 'NSAppKitAdditions' (CIImage)
function initWithBitmapImageRep(bitmapImageRep: NSBitmapImageRep): id; message 'initWithBitmapImageRep:';
procedure drawInRect_fromRect_operation_fraction(rect: NSRect; fromRect: NSRect; op: NSCompositingOperation; delta: CGFloat); message 'drawInRect:fromRect:operation:fraction:';
procedure drawAtPoint_fromRect_operation_fraction(point: NSPoint; fromRect: NSRect; op: NSCompositingOperation; delta: CGFloat); message 'drawAtPoint:fromRect:operation:fraction:';
- end; external name 'NSAppKitAdditions';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSCachedImageRep.inc b/packages/cocoaint/src/appkit/NSCachedImageRep.inc
index 13c1bf2416..eabb4e331e 100644
--- a/packages/cocoaint/src/appkit/NSCachedImageRep.inc
+++ b/packages/cocoaint/src/appkit/NSCachedImageRep.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSCachedImageRep.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,20 +42,18 @@
{$define NSCACHEDIMAGEREP_PAS_C}
{ NSCachedImageRep }
- NSCachedImageRep = objcclass(NSImageRep)
+ NSCachedImageRep = objcclass external (NSImageRep)
private
_origin: NSPoint;
_window: NSWindow;
_cache: Pointer; {garbage collector: __strong }
public
- class function alloc: NSCachedImageRep; message 'alloc';
-
function initWithWindow_rect(win: NSWindow; rect: NSRect): id; message 'initWithWindow:rect:';
function initWithSize_depth_separate_alpha(size_: NSSize; depth: NSWindowDepth; flag: Boolean; alpha: Boolean): id; message 'initWithSize:depth:separate:alpha:';
function window: NSWindow; message 'window';
function rect: NSRect; message 'rect';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSCell.inc b/packages/cocoaint/src/appkit/NSCell.inc
index f18ee8689f..0032a79d64 100644
--- a/packages/cocoaint/src/appkit/NSCell.inc
+++ b/packages/cocoaint/src/appkit/NSCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -220,15 +220,13 @@ var
{$define NSCELL_PAS_C}
{ NSCell }
- NSCell = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSCell = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_contents: id;
_cFlags: _CFlags;
_support: id;
public
- class function alloc: NSCell; message 'alloc';
-
class function prefersTrackingUntilMouseUp: Boolean; message 'prefersTrackingUntilMouseUp';
function initTextCell(aString: NSString): id; message 'initTextCell:';
function initImageCell(image_: NSImage): id; message 'initImageCell:';
@@ -349,10 +347,10 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSKeyboardUI_NSCellCategory }
- NSKeyboardUI_NSCellCategory = objccategory(NSCell)
+ NSKeyboardUI_NSCellCategory = objccategory external name 'NSKeyboardUI' (NSCell)
procedure setRefusesFirstResponder(flag: Boolean); message 'setRefusesFirstResponder:';
function refusesFirstResponder: Boolean; message 'refusesFirstResponder';
function acceptsFirstResponder: Boolean; message 'acceptsFirstResponder';
@@ -367,50 +365,50 @@ var
function focusRingType: NSFocusRingType; message 'focusRingType';
class function defaultFocusRingType: NSFocusRingType; message 'defaultFocusRingType';
function wantsNotificationForMarkedText: Boolean; message 'wantsNotificationForMarkedText';
- end; external name 'NSKeyboardUI';
+ end;
{ NSCellAttributedStringMethodsCategory }
- NSCellAttributedStringMethodsCategory = objccategory(NSCell)
+ NSCellAttributedStringMethodsCategory = objccategory external (NSCell)
function attributedStringValue: NSAttributedString; message 'attributedStringValue';
procedure setAttributedStringValue(obj: NSAttributedString); message 'setAttributedStringValue:';
function allowsEditingTextAttributes: Boolean; message 'allowsEditingTextAttributes';
procedure setAllowsEditingTextAttributes(flag: Boolean); message 'setAllowsEditingTextAttributes:';
function importsGraphics: Boolean; message 'importsGraphics';
procedure setImportsGraphics(flag: Boolean); message 'setImportsGraphics:';
- end; external;
+ end;
{ NSCellMixedStateCategory }
- NSCellMixedStateCategory = objccategory(NSCell)
+ NSCellMixedStateCategory = objccategory external (NSCell)
procedure setAllowsMixedState(flag: Boolean); message 'setAllowsMixedState:';
function allowsMixedState: Boolean; message 'allowsMixedState';
function nextState: NSInteger; message 'nextState';
procedure setNextState; message 'setNextState';
- end; external;
+ end;
{ NSCellHitTestCategory }
- NSCellHitTestCategory = objccategory(NSCell)
+ NSCellHitTestCategory = objccategory external (NSCell)
function hitTestForEvent_inRect_ofView(event: NSEvent; cellFrame: NSRect; controlView_: NSView): NSUInteger; message 'hitTestForEvent:inRect:ofView:';
- end; external;
+ end;
{ NSCellExpansionCategory }
- NSCellExpansionCategory = objccategory(NSCell)
+ NSCellExpansionCategory = objccategory external (NSCell)
function expansionFrameWithFrame_inView(cellFrame: NSRect; view: NSView): NSRect; message 'expansionFrameWithFrame:inView:';
procedure drawWithExpansionFrame_inView(cellFrame: NSRect; view: NSView); message 'drawWithExpansionFrame:inView:';
- end; external;
+ end;
{ NSCellBackgroundStyleCategory }
- NSCellBackgroundStyleCategory = objccategory(NSCell)
+ NSCellBackgroundStyleCategory = objccategory external (NSCell)
function backgroundStyle: NSBackgroundStyle; message 'backgroundStyle';
procedure setBackgroundStyle(style: NSBackgroundStyle); message 'setBackgroundStyle:';
function interiorBackgroundStyle: NSBackgroundStyle; message 'interiorBackgroundStyle';
- end; external;
+ end;
{ NSDeprecated_NSCellCategory }
- NSDeprecated_NSCellCategory = objccategory(NSCell)
+ NSDeprecated_NSCellCategory = objccategory external name 'NSDeprecated' (NSCell)
function entryType: NSInteger; message 'entryType'; deprecated 'in Mac OS X 10 and later';
procedure setEntryType(aType: NSInteger); message 'setEntryType:'; deprecated 'in Mac OS X 10 and later';
procedure setFloatingPointFormat_left_right(autoRange: Boolean; leftDigits: NSUInteger; rightDigits: NSUInteger); message 'setFloatingPointFormat:left:right:'; deprecated 'in Mac OS X 10 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSClipView.inc b/packages/cocoaint/src/appkit/NSClipView.inc
index 41220d9f39..f62ed8e968 100644
--- a/packages/cocoaint/src/appkit/NSClipView.inc
+++ b/packages/cocoaint/src/appkit/NSClipView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSClipView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSCLIPVIEW_PAS_C}
{ NSClipView }
- NSClipView = objcclass(NSView)
+ NSClipView = objcclass external (NSView)
private
_backgroundColor: NSColor;
_docView: NSView;
@@ -75,8 +75,6 @@
end;
public
- class function alloc: NSClipView; message 'alloc';
-
procedure setBackgroundColor(color: NSColor); message 'setBackgroundColor:';
function backgroundColor: NSColor; message 'backgroundColor';
procedure setDrawsBackground(flag: Boolean); message 'setDrawsBackground:';
@@ -94,13 +92,13 @@
function autoscroll(theEvent: NSEvent): Boolean; message 'autoscroll:';
function constrainScrollPoint(newOrigin: NSPoint): NSPoint; message 'constrainScrollPoint:';
procedure scrollToPoint(newOrigin: NSPoint); message 'scrollToPoint:';
- end; external;
+ end;
{ NSClipViewSuperviewCategory }
- NSClipViewSuperviewCategory = objccategory(NSView)
+ NSClipViewSuperviewCategory = objccategory external (NSView)
procedure reflectScrolledClipView(aClipView: NSClipView); message 'reflectScrolledClipView:';
procedure scrollClipView_toPoint(aClipView: NSClipView; aPoint: NSPoint); message 'scrollClipView:toPoint:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSCollectionView.inc b/packages/cocoaint/src/appkit/NSCollectionView.inc
index 5d16423cb5..80466f2a1d 100644
--- a/packages/cocoaint/src/appkit/NSCollectionView.inc
+++ b/packages/cocoaint/src/appkit/NSCollectionView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSCollectionView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -57,7 +57,7 @@ const
{$define NSCOLLECTIONVIEW_PAS_C}
{ NSCollectionViewItem }
- NSCollectionViewItem = objcclass(NSViewController, NSCopyingProtocol)
+ NSCollectionViewItem = objcclass external (NSViewController, NSCopyingProtocol)
private
_collectionView: NSCollectionView;
__cviFlags: bitpacked record
@@ -74,18 +74,16 @@ const
_reserved2: Pointer;
public
- class function alloc: NSCollectionViewItem; message 'alloc';
-
function collectionView: NSCollectionView; message 'collectionView';
procedure setSelected(flag: Boolean); message 'setSelected:';
function isSelected: Boolean; message 'isSelected';
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSCollectionView }
- NSCollectionView = objcclass(NSView)
+ NSCollectionView = objcclass external (NSView)
private
_content: NSArray;
_selectionIndexes: NSMutableIndexSet;
@@ -137,8 +135,6 @@ const
_reserved: array[0..15] of Pointer;
public
- class function alloc: NSCollectionView; message 'alloc';
-
procedure setDelegate(aDelegate: id); message 'setDelegate:';
function delegate: id; message 'delegate';
function isFirstResponder: Boolean; message 'isFirstResponder';
@@ -167,7 +163,7 @@ const
function frameForItemAtIndex(index: NSUInteger): NSRect; message 'frameForItemAtIndex:';
procedure setDraggingSourceOperationMask_forLocal(dragOperationMask: NSDragOperation; localDestination: Boolean); message 'setDraggingSourceOperationMask:forLocal:';
function draggingImageForItemsAtIndexes_withEvent_offset(indexes: NSIndexSet; event: NSEvent; dragImageOffset: NSPointPointer): NSImage; message 'draggingImageForItemsAtIndexes:withEvent:offset:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -176,13 +172,13 @@ const
{$define NSCOLLECTIONVIEW_PAS_P}
{ NSCollectionViewDelegate Protocol }
- NSCollectionViewDelegateProtocol = objcprotocol
+ NSCollectionViewDelegateProtocol = objcprotocol external name 'NSCollectionViewDelegate'
function collectionView_canDragItemsAtIndexes_withEvent(collectionView: NSCollectionView; indexes: NSIndexSet; event: NSEvent): Boolean; message 'collectionView:canDragItemsAtIndexes:withEvent:';
function collectionView_writeItemsAtIndexes_toPasteboard(collectionView: NSCollectionView; indexes: NSIndexSet; pasteboard: NSPasteboard): Boolean; message 'collectionView:writeItemsAtIndexes:toPasteboard:';
function collectionView_namesOfPromisedFilesDroppedAtDestination_forDraggedItemsAtIndexes(collectionView: NSCollectionView; dropURL: NSURL; indexes: NSIndexSet): NSArray; message 'collectionView:namesOfPromisedFilesDroppedAtDestination:forDraggedItemsAtIndexes:';
function collectionView_draggingImageForItemsAtIndexes_withEvent_offset(collectionView: NSCollectionView; indexes: NSIndexSet; event: NSEvent; dragImageOffset: NSPointPointer): NSImage; message 'collectionView:draggingImageForItemsAtIndexes:withEvent:offset:';
function collectionView_validateDrop_proposedIndex_dropOperation(collectionView: NSCollectionView; draggingInfo: id; proposedDropIndex: NSIntegerPtr; proposedDropOperation: NSCollectionViewDropOperationPtr): NSDragOperation; message 'collectionView:validateDrop:proposedIndex:dropOperation:';
function collectionView_acceptDrop_index_dropOperation(collectionView: NSCollectionView; draggingInfo: id; index: NSInteger; dropOperation: NSCollectionViewDropOperation): Boolean; message 'collectionView:acceptDrop:index:dropOperation:';
- end; external name 'NSCollectionViewDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSColor.inc b/packages/cocoaint/src/appkit/NSColor.inc
index 6ebeba12da..5d1256966b 100644
--- a/packages/cocoaint/src/appkit/NSColor.inc
+++ b/packages/cocoaint/src/appkit/NSColor.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSColor.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -50,11 +50,9 @@ var
{$define NSCOLOR_PAS_C}
{ NSColor }
- NSColor = objcclass(NSObject)
+ NSColor = objcclass external (NSObject)
public
- class function alloc: NSColor; message 'alloc';
-
class function colorWithCalibratedWhite_alpha(white: CGFloat; alpha: CGFloat): NSColor; message 'colorWithCalibratedWhite:alpha:';
class function colorWithCalibratedHue_saturation_brightness_alpha(hue: CGFloat; saturation: CGFloat; brightness: CGFloat; alpha: CGFloat): NSColor; message 'colorWithCalibratedHue:saturation:brightness:alpha:';
class function colorWithCalibratedRed_green_blue_alpha(red: CGFloat; green: CGFloat; blue: CGFloat; alpha: CGFloat): NSColor; message 'colorWithCalibratedRed:green:blue:alpha:';
@@ -154,22 +152,22 @@ var
procedure drawSwatchInRect(rect: NSRect); message 'drawSwatchInRect:';
class procedure setIgnoresAlpha(flag: Boolean); message 'setIgnoresAlpha:';
class function ignoresAlpha: Boolean; message 'ignoresAlpha';
- end; external;
+ end;
{ NSQuartzCoreAdditions_NSColorCategory }
- NSQuartzCoreAdditions_NSColorCategory = objccategory(NSColor)
+ NSQuartzCoreAdditions_NSColorCategory = objccategory external name 'NSQuartzCoreAdditions' (NSColor)
class function colorWithCIColor(color: CIColor): NSColor; message 'colorWithCIColor:';
- end; external name 'NSQuartzCoreAdditions';
+ end;
{ NSAppKitAdditionsCategory }
- NSAppKitAdditionsCategory = objccategory(CIColor)
+ NSAppKitAdditionsCategory = objccategory external (CIColor)
function initWithColor(color: NSColor): id; message 'initWithColor:';
- end; external;
+ end;
{ NSAppKitColorExtensionsCategory }
- NSAppKitColorExtensionsCategory = objccategory(NSCoder)
+ NSAppKitColorExtensionsCategory = objccategory external (NSCoder)
function decodeNXColor: NSColor; message 'decodeNXColor';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSColorList.inc b/packages/cocoaint/src/appkit/NSColorList.inc
index 191bc868ed..096537c9ce 100644
--- a/packages/cocoaint/src/appkit/NSColorList.inc
+++ b/packages/cocoaint/src/appkit/NSColorList.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSColorList.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -46,7 +46,7 @@ var
{$define NSCOLORLIST_PAS_C}
{ NSColorList }
- NSColorList = objcclass(NSObject, NSCodingProtocol)
+ NSColorList = objcclass external (NSObject, NSCodingProtocol)
private
_keyArray: NSMutableArray;
_colorArray: NSMutableArray;
@@ -75,8 +75,6 @@ var
_clAuxiliaryStorage: id;
public
- class function alloc: NSColorList; message 'alloc';
-
class function availableColorLists: NSArray; message 'availableColorLists';
class function colorListNamed(name_: NSString): NSColorList; message 'colorListNamed:';
function initWithName(name_: NSString): id; message 'initWithName:';
@@ -94,7 +92,7 @@ var
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSColorPanel.inc b/packages/cocoaint/src/appkit/NSColorPanel.inc
index 58c9e0c251..fceae95673 100644
--- a/packages/cocoaint/src/appkit/NSColorPanel.inc
+++ b/packages/cocoaint/src/appkit/NSColorPanel.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSColorPanel.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -75,7 +75,7 @@ var
{$define NSCOLORPANEL_PAS_C}
{ NSColorPanel }
- NSColorPanel = objcclass(NSPanel)
+ NSColorPanel = objcclass external (NSPanel)
private
_colorSwatch: id;
_reserved1: id;
@@ -110,8 +110,6 @@ var
_opacityTextController: id;
public
- class function alloc: NSColorPanel; message 'alloc';
-
class function sharedColorPanel: NSColorPanel; message 'sharedColorPanel';
class function sharedColorPanelExists: Boolean; message 'sharedColorPanelExists';
class function dragColor_withEvent_fromView(color_: NSColor; theEvent: NSEvent; sourceView: NSView): Boolean; message 'dragColor:withEvent:fromView:';
@@ -132,17 +130,17 @@ var
procedure setTarget(anObject: id); message 'setTarget:';
procedure attachColorList(colorList: NSColorList); message 'attachColorList:';
procedure detachColorList(colorList: NSColorList); message 'detachColorList:';
- end; external;
+ end;
{ NSColorPanel_NSApplicationCategory }
- NSColorPanel_NSApplicationCategory = objccategory(NSApplication)
+ NSColorPanel_NSApplicationCategory = objccategory external name 'NSColorPanel' (NSApplication)
procedure orderFrontColorPanel(sender: id); message 'orderFrontColorPanel:';
- end; external name 'NSColorPanel';
+ end;
{ NSColorPanelResponderMethodCategory }
- NSColorPanelResponderMethodCategory = objccategory(NSObject)
+ NSColorPanelResponderMethodCategory = objccategory external (NSObject)
procedure changeColor(sender: id); message 'changeColor:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSColorPicker.inc b/packages/cocoaint/src/appkit/NSColorPicker.inc
index 8a02dcf7cf..73714d18b9 100644
--- a/packages/cocoaint/src/appkit/NSColorPicker.inc
+++ b/packages/cocoaint/src/appkit/NSColorPicker.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSColorPicker.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define NSCOLORPICKER_PAS_C}
{ NSColorPicker }
- NSColorPicker = objcclass(NSObject, NSColorPickingDefaultProtocol)
+ NSColorPicker = objcclass external (NSObject, NSColorPickingDefaultProtocol)
private
_imageObject: id;
_colorPanel: NSColorPanel;
_buttonToolTip: NSString;
public
- class function alloc: NSColorPicker; message 'alloc';
-
function initWithPickerMask_colorPanel(mask: NSUInteger; owningColorPanel: NSColorPanel): id; message 'initWithPickerMask:colorPanel:';
function colorPanel: NSColorPanel; message 'colorPanel';
function provideNewButtonImage: NSImage; message 'provideNewButtonImage';
@@ -64,7 +62,7 @@
{ Adopted Protocols }
procedure alphaControlAddedOrRemoved(sender: id);
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSColorPicking.inc b/packages/cocoaint/src/appkit/NSColorPicking.inc
index a8ebb5091f..1eb51f7c85 100644
--- a/packages/cocoaint/src/appkit/NSColorPicking.inc
+++ b/packages/cocoaint/src/appkit/NSColorPicking.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSColorPicking.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -40,7 +40,7 @@
{$define NSCOLORPICKING_PAS_P}
{ NSColorPickingDefault Protocol }
- NSColorPickingDefaultProtocol = objcprotocol
+ NSColorPickingDefaultProtocol = objcprotocol external name 'NSColorPickingDefault'
function initWithPickerMask_colorPanel(mask: NSUInteger; owningColorPanel: NSColorPanel): id; message 'initWithPickerMask:colorPanel:';
function provideNewButtonImage: NSImage; message 'provideNewButtonImage';
procedure insertNewButtonImage_in(newButtonImage: NSImage; buttonCell: NSButtonCell); message 'insertNewButtonImage:in:';
@@ -51,14 +51,14 @@
procedure setMode(mode: NSColorPanelMode); message 'setMode:';
function buttonToolTip: NSString; message 'buttonToolTip';
function minContentSize: NSSize; message 'minContentSize';
- end; external name 'NSColorPickingDefault';
+ end;
{ NSColorPickingCustom Protocol }
- NSColorPickingCustomProtocol = objcprotocol
+ NSColorPickingCustomProtocol = objcprotocol external name 'NSColorPickingCustom'
function supportsMode(mode: NSColorPanelMode): Boolean; message 'supportsMode:';
function currentMode: NSColorPanelMode; message 'currentMode';
function provideNewView(initialRequest: Boolean): NSView; message 'provideNewView:';
procedure setColor(newColor: NSColor); message 'setColor:';
- end; external name 'NSColorPickingCustom';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSColorSpace.inc b/packages/cocoaint/src/appkit/NSColorSpace.inc
index 21badc9bbc..456124887b 100644
--- a/packages/cocoaint/src/appkit/NSColorSpace.inc
+++ b/packages/cocoaint/src/appkit/NSColorSpace.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSColorSpace.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -59,7 +59,7 @@ type
{$define NSCOLORSPACE_PAS_C}
{ NSColorSpace }
- NSColorSpace = objcclass(NSObject, NSCodingProtocol)
+ NSColorSpace = objcclass external (NSObject, NSCodingProtocol)
private
_profile: id;
__flags: bitpacked record
@@ -79,8 +79,6 @@ type
_reserved: array[0..4] of Pointer;
public
- class function alloc: NSColorSpace; message 'alloc';
-
function initWithICCProfileData(iccData: NSData): id; message 'initWithICCProfileData:';
function ICCProfileData: NSData; message 'ICCProfileData';
function initWithColorSyncProfile(prof: Pointer): id; message 'initWithColorSyncProfile:';
@@ -104,7 +102,7 @@ type
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSColorWell.inc b/packages/cocoaint/src/appkit/NSColorWell.inc
index 3c81c9034d..1d64041b70 100644
--- a/packages/cocoaint/src/appkit/NSColorWell.inc
+++ b/packages/cocoaint/src/appkit/NSColorWell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSColorWell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSCOLORWELL_PAS_C}
{ NSColorWell }
- NSColorWell = objcclass(NSControl)
+ NSColorWell = objcclass external (NSControl)
private
_color: NSColor;
_target: id;
@@ -60,8 +60,6 @@
end;
public
- class function alloc: NSColorWell; message 'alloc';
-
procedure deactivate; message 'deactivate';
procedure activate(exclusive: Boolean); message 'activate:';
function isActive: Boolean; message 'isActive';
@@ -71,7 +69,7 @@
procedure takeColorFrom(sender: id); message 'takeColorFrom:';
procedure setColor(color_: NSColor); message 'setColor:';
function color: NSColor; message 'color';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSComboBox.inc b/packages/cocoaint/src/appkit/NSComboBox.inc
index 7912d85ba4..ef16f1bec4 100644
--- a/packages/cocoaint/src/appkit/NSComboBox.inc
+++ b/packages/cocoaint/src/appkit/NSComboBox.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSComboBox.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -51,13 +51,11 @@ var
{$define NSCOMBOBOX_PAS_C}
{ NSComboBox }
- NSComboBox = objcclass(NSTextField)
+ NSComboBox = objcclass external (NSTextField)
private
_dataSource: id;
public
- class function alloc: NSComboBox; message 'alloc';
-
function hasVerticalScroller: Boolean; message 'hasVerticalScroller';
procedure setHasVerticalScroller(flag: Boolean); message 'setHasVerticalScroller:';
function intercellSpacing: NSSize; message 'intercellSpacing';
@@ -95,7 +93,7 @@ var
function objectValueOfSelectedItem: id; message 'objectValueOfSelectedItem';
function indexOfItemWithObjectValue(object_: id): NSInteger; message 'indexOfItemWithObjectValue:';
function objectValues: NSArray; message 'objectValues';
- end; external;
+ end;
{$endif}
{$endif}
@@ -104,19 +102,19 @@ var
{$define NSCOMBOBOX_PAS_P}
{ NSComboBoxDataSource Protocol }
- NSComboBoxDataSourceProtocol = objcprotocol
+ NSComboBoxDataSourceProtocol = objcprotocol external name 'NSComboBoxDataSource'
function numberOfItemsInComboBox(aComboBox: NSComboBox): NSInteger; message 'numberOfItemsInComboBox:';
function comboBox_objectValueForItemAtIndex(aComboBox: NSComboBox; index: NSInteger): id; message 'comboBox:objectValueForItemAtIndex:';
function comboBox_indexOfItemWithStringValue(aComboBox: NSComboBox; string_: NSString): NSUInteger; message 'comboBox:indexOfItemWithStringValue:';
function comboBox_completedString(aComboBox: NSComboBox; string_: NSString): NSString; message 'comboBox:completedString:';
- end; external name 'NSComboBoxDataSource';
+ end;
{ NSComboBoxDelegate Protocol }
- NSComboBoxDelegateProtocol = objcprotocol
+ NSComboBoxDelegateProtocol = objcprotocol external name 'NSComboBoxDelegate'
procedure comboBoxWillPopUp(notification: NSNotification); message 'comboBoxWillPopUp:';
procedure comboBoxWillDismiss(notification: NSNotification); message 'comboBoxWillDismiss:';
procedure comboBoxSelectionDidChange(notification: NSNotification); message 'comboBoxSelectionDidChange:';
procedure comboBoxSelectionIsChanging(notification: NSNotification); message 'comboBoxSelectionIsChanging:';
- end; external name 'NSComboBoxDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSComboBoxCell.inc b/packages/cocoaint/src/appkit/NSComboBoxCell.inc
index 2e4c495c66..71cc917408 100644
--- a/packages/cocoaint/src/appkit/NSComboBoxCell.inc
+++ b/packages/cocoaint/src/appkit/NSComboBoxCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSComboBoxCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -43,7 +43,7 @@
{$define NSCOMBOBOXCELL_PAS_C}
{ NSComboBoxCell }
- NSComboBoxCell = objcclass(NSTextFieldCell)
+ NSComboBoxCell = objcclass external (NSTextFieldCell)
private
_delegate: id;
_dataSource: id;
@@ -71,8 +71,7 @@
_reserved: Pointer;
public
- class function alloc: NSComboBoxCell; message 'alloc';
- end; external;
+ end;
{$endif}
{$endif}
@@ -81,11 +80,11 @@
{$define NSCOMBOBOXCELL_PAS_P}
{ NSComboBoxCellDataSource Protocol }
- NSComboBoxCellDataSourceProtocol = objcprotocol
+ NSComboBoxCellDataSourceProtocol = objcprotocol external name 'NSComboBoxCellDataSource'
function numberOfItemsInComboBoxCell(comboBoxCell: NSComboBoxCell): NSInteger; message 'numberOfItemsInComboBoxCell:';
function comboBoxCell_objectValueForItemAtIndex(aComboBoxCell: NSComboBoxCell; index: NSInteger): id; message 'comboBoxCell:objectValueForItemAtIndex:';
function comboBoxCell_indexOfItemWithStringValue(aComboBoxCell: NSComboBoxCell; string_: NSString): NSUInteger; message 'comboBoxCell:indexOfItemWithStringValue:';
function comboBoxCell_completedString(aComboBoxCell: NSComboBoxCell; uncompletedString: NSString): NSString; message 'comboBoxCell:completedString:';
- end; external name 'NSComboBoxCellDataSource';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSControl.inc b/packages/cocoaint/src/appkit/NSControl.inc
index 6b855a95aa..a0d6e8257a 100644
--- a/packages/cocoaint/src/appkit/NSControl.inc
+++ b/packages/cocoaint/src/appkit/NSControl.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSControl.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -49,7 +49,7 @@ var
{$define NSCONTROL_PAS_C}
{ NSControl }
- NSControl = objcclass(NSView)
+ NSControl = objcclass external (NSView)
private
_tag: NSInteger;
_cell: id;
@@ -68,8 +68,6 @@ var
end;
public
- class function alloc: NSControl; message 'alloc';
-
class procedure setCellClass(factoryId: Pobjc_class); message 'setCellClass:';
class function cellClass: Pobjc_class; message 'cellClass';
function initWithFrame(frameRect: NSRect): id; message 'initWithFrame:';
@@ -129,32 +127,32 @@ var
function integerValue: NSInteger; message 'integerValue';
procedure setIntegerValue(anInteger: NSInteger); message 'setIntegerValue:';
procedure takeIntegerValueFrom(sender: id); message 'takeIntegerValueFrom:';
- end; external;
+ end;
{ NSKeyboardUI_NSControlCategory }
- NSKeyboardUI_NSControlCategory = objccategory(NSControl)
+ NSKeyboardUI_NSControlCategory = objccategory external name 'NSKeyboardUI' (NSControl)
procedure performClick(sender: id); message 'performClick:';
procedure setRefusesFirstResponder(flag: Boolean); message 'setRefusesFirstResponder:';
function refusesFirstResponder: Boolean; message 'refusesFirstResponder';
- end; external name 'NSKeyboardUI';
+ end;
{ NSControlSubclassNotificationsCategory }
- NSControlSubclassNotificationsCategory = objccategory(NSObject)
+ NSControlSubclassNotificationsCategory = objccategory external (NSObject)
procedure controlTextDidBeginEditing(obj: NSNotification); message 'controlTextDidBeginEditing:';
procedure controlTextDidEndEditing(obj: NSNotification); message 'controlTextDidEndEditing:';
procedure controlTextDidChange(obj: NSNotification); message 'controlTextDidChange:';
- end; external;
+ end;
{ NSControlAttributedStringMethodsCategory }
- NSControlAttributedStringMethodsCategory = objccategory(NSControl)
+ NSControlAttributedStringMethodsCategory = objccategory external (NSControl)
function attributedStringValue: NSAttributedString; message 'attributedStringValue';
procedure setAttributedStringValue(obj: NSAttributedString); message 'setAttributedStringValue:';
- end; external;
+ end;
{ NSDeprecated_NSControlCategory }
- NSDeprecated_NSControlCategory = objccategory(NSControl)
+ NSDeprecated_NSControlCategory = objccategory external name 'NSDeprecated' (NSControl)
procedure setFloatingPointFormat_left_right(autoRange: Boolean; leftDigits: NSUInteger; rightDigits: NSUInteger); message 'setFloatingPointFormat:left:right:'; deprecated 'in Mac OS X 10 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -163,7 +161,7 @@ var
{$define NSCONTROL_PAS_P}
{ NSControlTextEditingDelegate Protocol }
- NSControlTextEditingDelegateProtocol = objcprotocol
+ NSControlTextEditingDelegateProtocol = objcprotocol external name 'NSControlTextEditingDelegate'
function control_textShouldBeginEditing(control: NSControl; fieldEditor: NSText): Boolean; message 'control:textShouldBeginEditing:';
function control_textShouldEndEditing(control: NSControl; fieldEditor: NSText): Boolean; message 'control:textShouldEndEditing:';
function control_didFailToFormatString_errorDescription(control: NSControl; string_: NSString; error: NSString): Boolean; message 'control:didFailToFormatString:errorDescription:';
@@ -171,6 +169,6 @@ var
function control_isValidObject(control: NSControl; obj: id): Boolean; message 'control:isValidObject:';
function control_textView_doCommandBySelector(control: NSControl; textView: NSTextView; commandSelector: SEL): Boolean; message 'control:textView:doCommandBySelector:';
function control_textView_completions_forPartialWordRange_indexOfSelectedItem(control: NSControl; textView: NSTextView; words: NSArray; charRange: NSRange; index: NSIntegerPtr): NSArray; message 'control:textView:completions:forPartialWordRange:indexOfSelectedItem:';
- end; external name 'NSControlTextEditingDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSController.inc b/packages/cocoaint/src/appkit/NSController.inc
index 8798cea9ad..90602ce5dc 100644
--- a/packages/cocoaint/src/appkit/NSController.inc
+++ b/packages/cocoaint/src/appkit/NSController.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSController.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSCONTROLLER_PAS_C}
{ NSController }
- NSController = objcclass(NSObject, NSCodingProtocol)
+ NSController = objcclass external (NSObject, NSCodingProtocol)
private
_reserved: Pointer;
_reserved2: Pointer;
@@ -70,8 +70,6 @@
_singleValueAccessor: id;
public
- class function alloc: NSController; message 'alloc';
-
procedure objectDidBeginEditing(editor: id); message 'objectDidBeginEditing:';
procedure objectDidEndEditing(editor: id); message 'objectDidEndEditing:';
procedure discardEditing; message 'discardEditing';
@@ -82,7 +80,7 @@
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSCursor.inc b/packages/cocoaint/src/appkit/NSCursor.inc
index e7a79469f7..da2cee14b9 100644
--- a/packages/cocoaint/src/appkit/NSCursor.inc
+++ b/packages/cocoaint/src/appkit/NSCursor.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSCursor.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -46,7 +46,7 @@ const
{$define NSCURSOR_PAS_C}
{ NSCursor }
- NSCursor = objcclass(NSObject, NSCodingProtocol)
+ NSCursor = objcclass external (NSObject, NSCodingProtocol)
private
_hotSpot: NSPoint;
__flags: bitpacked record
@@ -62,8 +62,6 @@ const
_image: id;
public
- class function alloc: NSCursor; message 'alloc';
-
class function currentCursor: NSCursor; message 'currentCursor';
class function currentSystemCursor: NSCursor; message 'currentSystemCursor';
class function arrowCursor: NSCursor; message 'arrowCursor';
@@ -103,7 +101,7 @@ const
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSCustomImageRep.inc b/packages/cocoaint/src/appkit/NSCustomImageRep.inc
index 65701b128a..1adc0f1c2b 100644
--- a/packages/cocoaint/src/appkit/NSCustomImageRep.inc
+++ b/packages/cocoaint/src/appkit/NSCustomImageRep.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSCustomImageRep.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,19 +42,17 @@
{$define NSCUSTOMIMAGEREP_PAS_C}
{ NSCustomImageRep }
- NSCustomImageRep = objcclass(NSImageRep)
+ NSCustomImageRep = objcclass external (NSImageRep)
private
_drawMethod: SEL;
_drawObject: id;
_reserved: cuint;
public
- class function alloc: NSCustomImageRep; message 'alloc';
-
function initWithDrawSelector_delegate(aMethod: SEL; anObject: id): id; message 'initWithDrawSelector:delegate:';
function drawSelector: SEL; message 'drawSelector';
function delegate: id; message 'delegate';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSDatePicker.inc b/packages/cocoaint/src/appkit/NSDatePicker.inc
index 8dd43599bd..d8f5492126 100644
--- a/packages/cocoaint/src/appkit/NSDatePicker.inc
+++ b/packages/cocoaint/src/appkit/NSDatePicker.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSDatePicker.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSDATEPICKER_PAS_C}
{ NSDatePicker }
- NSDatePicker = objcclass(NSControl)
+ NSDatePicker = objcclass external (NSControl)
public
- class function alloc: NSDatePicker; message 'alloc';
-
function datePickerStyle: NSDatePickerStyle; message 'datePickerStyle';
procedure setDatePickerStyle(newStyle: NSDatePickerStyle); message 'setDatePickerStyle:';
function isBezeled: Boolean; message 'isBezeled';
@@ -79,7 +77,7 @@
procedure setMaxDate(date: NSDate); message 'setMaxDate:';
function delegate: id; message 'delegate';
procedure setDelegate(anObject: id); message 'setDelegate:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSDatePickerCell.inc b/packages/cocoaint/src/appkit/NSDatePickerCell.inc
index b82955e7b4..564b14a0aa 100644
--- a/packages/cocoaint/src/appkit/NSDatePickerCell.inc
+++ b/packages/cocoaint/src/appkit/NSDatePickerCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSDatePickerCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -71,7 +71,7 @@ type
{$define NSDATEPICKERCELL_PAS_C}
{ NSDatePickerCell }
- NSDatePickerCell = objcclass(NSActionCell)
+ NSDatePickerCell = objcclass external (NSActionCell)
private
_timeInterval: NSTimeInterval;
_minDate: NSDate;
@@ -105,8 +105,6 @@ type
_reserved4: id;
public
- class function alloc: NSDatePickerCell; message 'alloc';
-
function datePickerStyle: NSDatePickerStyle; message 'datePickerStyle';
procedure setDatePickerStyle(newStyle: NSDatePickerStyle); message 'setDatePickerStyle:';
function drawsBackground: Boolean; message 'drawsBackground';
@@ -135,7 +133,7 @@ type
procedure setMaxDate(date: NSDate); message 'setMaxDate:';
function delegate: id; message 'delegate';
procedure setDelegate(anObject: id); message 'setDelegate:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -144,8 +142,8 @@ type
{$define NSDATEPICKERCELL_PAS_P}
{ NSDatePickerCellDelegate Protocol }
- NSDatePickerCellDelegateProtocol = objcprotocol
+ NSDatePickerCellDelegateProtocol = objcprotocol external name 'NSDatePickerCellDelegate'
procedure datePickerCell_validateProposedDateValue_timeInterval(aDatePickerCell: NSDatePickerCell; proposedDateValue: NSDatePointer; proposedTimeInterval: NSTimeIntervalPtr); message 'datePickerCell:validateProposedDateValue:timeInterval:';
- end; external name 'NSDatePickerCellDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSDictionaryController.inc b/packages/cocoaint/src/appkit/NSDictionaryController.inc
index d731bb67bb..58fd16331d 100644
--- a/packages/cocoaint/src/appkit/NSDictionaryController.inc
+++ b/packages/cocoaint/src/appkit/NSDictionaryController.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSDictionaryController.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSDICTIONARYCONTROLLER_PAS_C}
{ NSDictionaryController }
- NSDictionaryController = objcclass(NSArrayController)
+ NSDictionaryController = objcclass external (NSArrayController)
private
_reserved5: Pointer;
_reserved6: Pointer;
@@ -67,8 +67,6 @@
end;
public
- class function alloc: NSDictionaryController; message 'alloc';
-
function newObject: id; message 'newObject';
procedure setInitialKey(key: NSString); message 'setInitialKey:';
function initialKey: NSString; message 'initialKey';
@@ -82,10 +80,10 @@
function localizedKeyDictionary: NSDictionary; message 'localizedKeyDictionary';
procedure setLocalizedKeyTable(stringsFileName: NSString); message 'setLocalizedKeyTable:';
function localizedKeyTable: NSString; message 'localizedKeyTable';
- end; external;
+ end;
{ NSDictionaryControllerKeyValuePairCategory }
- NSDictionaryControllerKeyValuePairCategory = objccategory(NSObject)
+ NSDictionaryControllerKeyValuePairCategory = objccategory external (NSObject)
procedure setLocalizedKey(localizedKey: NSString); message 'setLocalizedKey:';
function localizedKey: NSString; message 'localizedKey';
procedure setKey(key: NSString); message 'setKey:';
@@ -93,7 +91,7 @@
procedure setValue(value: id); message 'setValue:';
function value: id; message 'value';
function isExplicitlyIncluded: Boolean; message 'isExplicitlyIncluded';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSDockTile.inc b/packages/cocoaint/src/appkit/NSDockTile.inc
index 986565ca8d..a96bd03839 100644
--- a/packages/cocoaint/src/appkit/NSDockTile.inc
+++ b/packages/cocoaint/src/appkit/NSDockTile.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSDockTile.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -47,7 +47,7 @@ const
{$define NSDOCKTILE_PAS_C}
{ NSDockTile }
- NSDockTile = objcclass(NSObject)
+ NSDockTile = objcclass external (NSObject)
private
_owner: id;
_dockContextRef: Pointer;
@@ -67,8 +67,6 @@ const
reserved: array[0..4] of id;
public
- class function alloc: NSDockTile; message 'alloc';
-
function size: NSSize; message 'size';
procedure setContentView(view: NSView); message 'setContentView:';
function contentView: NSView; message 'contentView';
@@ -78,7 +76,7 @@ const
procedure setBadgeLabel(string_: NSString); message 'setBadgeLabel:';
function badgeLabel: NSString; message 'badgeLabel';
function owner: id; message 'owner';
- end; external;
+ end;
{$endif}
{$endif}
@@ -87,9 +85,9 @@ const
{$define NSDOCKTILE_PAS_P}
{ NSDockTilePlugIn Protocol }
- NSDockTilePlugInProtocol = objcprotocol
+ NSDockTilePlugInProtocol = objcprotocol external name 'NSDockTilePlugIn'
procedure setDockTile(dockTile: NSDockTile); message 'setDockTile:';
function dockMenu: NSMenu; message 'dockMenu';
- end; external name 'NSDockTilePlugIn';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSDocument.inc b/packages/cocoaint/src/appkit/NSDocument.inc
index 7f5f6c658f..8bd9336a96 100644
--- a/packages/cocoaint/src/appkit/NSDocument.inc
+++ b/packages/cocoaint/src/appkit/NSDocument.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSDocument.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -65,7 +65,7 @@ type
{$define NSDOCUMENT_PAS_C}
{ NSDocument }
- NSDocument = objcclass(NSObject, NSUserInterfaceValidationsProtocol)
+ NSDocument = objcclass external (NSObject, NSUserInterfaceValidationsProtocol)
private
_window: NSWindow;
_windowControllers: id;
@@ -96,8 +96,6 @@ type
_savePanelSaveType: NSString;
public
- class function alloc: NSDocument; message 'alloc';
-
function init: id; message 'init';
function initWithType_error(typeName: NSString; outError: NSErrorPointer): id; message 'initWithType:error:';
class function canConcurrentlyReadDocumentsOfType(typeName: NSString): Boolean; message 'canConcurrentlyReadDocumentsOfType:';
@@ -178,10 +176,10 @@ type
function validateUserInterfaceItem(anItem: id): Boolean; message 'validateUserInterfaceItem:';
{ Adopted Protocols }
- end; external;
+ end;
{ NSDeprecated_NSDocumentCategory }
- NSDeprecated_NSDocumentCategory = objccategory(NSDocument)
+ NSDeprecated_NSDocumentCategory = objccategory external name 'NSDeprecated' (NSDocument)
function dataRepresentationOfType(type_: NSString): NSData; message 'dataRepresentationOfType:'; deprecated 'in Mac OS X 10.4 and later';
function fileAttributesToWriteToFile_ofType_saveOperation(fullDocumentPath: NSString; documentTypeName: NSString; saveOperationType: NSSaveOperationType): NSDictionary; message 'fileAttributesToWriteToFile:ofType:saveOperation:';
function fileName: NSString; message 'fileName'; deprecated 'in Mac OS X 10.4 and later';
@@ -202,7 +200,7 @@ type
function writeToFile_ofType_originalFile_saveOperation(fullDocumentPath: NSString; documentTypeName: NSString; fullOriginalDocumentPath: NSString; saveOperationType: NSSaveOperationType): Boolean; message 'writeToFile:ofType:originalFile:saveOperation:'; deprecated 'in Mac OS X 10.4 and later';
function writeToURL_ofType(url: NSURL; type_: NSString): Boolean; message 'writeToURL:ofType:'; deprecated 'in Mac OS X 10.4 and later';
function writeWithBackupToFile_ofType_saveOperation(fullDocumentPath: NSString; documentTypeName: NSString; saveOperationType: NSSaveOperationType): Boolean; message 'writeWithBackupToFile:ofType:saveOperation:'; deprecated 'in Mac OS X 10.4 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSDocumentController.inc b/packages/cocoaint/src/appkit/NSDocumentController.inc
index 43c77086b0..4c9341d8c4 100644
--- a/packages/cocoaint/src/appkit/NSDocumentController.inc
+++ b/packages/cocoaint/src/appkit/NSDocumentController.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSDocumentController.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSDOCUMENTCONTROLLER_PAS_C}
{ NSDocumentController }
- NSDocumentController = objcclass(NSObject, NSCodingProtocol, NSUserInterfaceValidationsProtocol)
+ NSDocumentController = objcclass external (NSObject, NSCodingProtocol, NSUserInterfaceValidationsProtocol)
private
_documents: id;
_moreVars: id;
@@ -51,8 +51,6 @@
_recentsLimit: cint;
public
- class function alloc: NSDocumentController; message 'alloc';
-
class function sharedDocumentController: id; message 'sharedDocumentController';
function init: id; message 'init';
function documents: NSArray; message 'documents';
@@ -96,10 +94,10 @@
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSDeprecated_NSDocumentControllerCategory }
- NSDeprecated_NSDocumentControllerCategory = objccategory(NSDocumentController)
+ NSDeprecated_NSDocumentControllerCategory = objccategory external name 'NSDeprecated' (NSDocumentController)
function fileExtensionsFromType(typeName: NSString): NSArray; message 'fileExtensionsFromType:'; deprecated 'in Mac OS X 10.5 and later';
function typeFromFileExtension(fileNameExtensionOrHFSFileType: NSString): NSString; message 'typeFromFileExtension:'; deprecated 'in Mac OS X 10.5 and later';
function documentForFileName(fileName: NSString): id; message 'documentForFileName:'; deprecated 'in Mac OS X 10.4 and later';
@@ -112,7 +110,7 @@
function openUntitledDocumentOfType_display(type_: NSString; display: Boolean): id; message 'openUntitledDocumentOfType:display:'; deprecated 'in Mac OS X 10.4 and later';
procedure setShouldCreateUI(flag: Boolean); message 'setShouldCreateUI:'; deprecated 'in Mac OS X 10.4 and later';
function shouldCreateUI: Boolean; message 'shouldCreateUI'; deprecated 'in Mac OS X 10.4 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSDocumentScripting.inc b/packages/cocoaint/src/appkit/NSDocumentScripting.inc
index 39331db5c2..71d1fb1c65 100644
--- a/packages/cocoaint/src/appkit/NSDocumentScripting.inc
+++ b/packages/cocoaint/src/appkit/NSDocumentScripting.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSDocumentScripting.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -39,14 +39,14 @@
{$define NSDOCUMENTSCRIPTING_PAS_C}
{ NSScripting_NSDocumentCategory }
- NSScripting_NSDocumentCategory = objccategory(NSDocument)
+ NSScripting_NSDocumentCategory = objccategory external name 'NSScripting' (NSDocument)
function lastComponentOfFileName: NSString; message 'lastComponentOfFileName';
procedure setLastComponentOfFileName(str: NSString); message 'setLastComponentOfFileName:';
function handleSaveScriptCommand(command: NSScriptCommand): id; message 'handleSaveScriptCommand:';
function handleCloseScriptCommand(command: NSCloseCommand): id; message 'handleCloseScriptCommand:';
function handlePrintScriptCommand(command: NSScriptCommand): id; message 'handlePrintScriptCommand:';
function objectSpecifier: NSScriptObjectSpecifier; message 'objectSpecifier';
- end; external name 'NSScripting';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSDragging.inc b/packages/cocoaint/src/appkit/NSDragging.inc
index d908465a4f..6d91ad7b2e 100644
--- a/packages/cocoaint/src/appkit/NSDragging.inc
+++ b/packages/cocoaint/src/appkit/NSDragging.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSDragging.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -58,7 +58,7 @@ const
{$define NSDRAGGING_PAS_C}
{ NSDraggingDestinationCategory }
- NSDraggingDestinationCategory = objccategory(NSObject)
+ NSDraggingDestinationCategory = objccategory external (NSObject)
function draggingEntered(sender: id): NSDragOperation; message 'draggingEntered:';
function draggingUpdated(sender: id): NSDragOperation; message 'draggingUpdated:';
procedure draggingExited(sender: id); message 'draggingExited:';
@@ -67,22 +67,22 @@ const
procedure concludeDragOperation(sender: id); message 'concludeDragOperation:';
procedure draggingEnded(sender: id); message 'draggingEnded:';
function wantsPeriodicDraggingUpdates: Boolean; message 'wantsPeriodicDraggingUpdates';
- end; external;
+ end;
{ NSDraggingSourceCategory }
- NSDraggingSourceCategory = objccategory(NSObject)
+ NSDraggingSourceCategory = objccategory external (NSObject)
function draggingSourceOperationMaskForLocal(flag: Boolean): NSDragOperation; message 'draggingSourceOperationMaskForLocal:';
function namesOfPromisedFilesDroppedAtDestination(dropDestination: NSURL): NSArray; message 'namesOfPromisedFilesDroppedAtDestination:';
procedure draggedImage_beganAt(image: NSImage; screenPoint: NSPoint); message 'draggedImage:beganAt:';
procedure draggedImage_endedAt_operation(image: NSImage; screenPoint: NSPoint; operation: NSDragOperation); message 'draggedImage:endedAt:operation:';
procedure draggedImage_movedTo(image: NSImage; screenPoint: NSPoint); message 'draggedImage:movedTo:';
function ignoreModifierKeysWhileDragging: Boolean; message 'ignoreModifierKeysWhileDragging';
- end; external;
+ end;
{ NSDraggingSourceDeprecatedCategory }
- NSDraggingSourceDeprecatedCategory = objccategory(NSObject)
+ NSDraggingSourceDeprecatedCategory = objccategory external (NSObject)
procedure draggedImage_endedAt_deposited(image: NSImage; screenPoint: NSPoint; flag: Boolean); message 'draggedImage:endedAt:deposited:'; deprecated 'in Mac OS X 10.1 and later';
- end; external;
+ end;
{$endif}
{$endif}
@@ -91,7 +91,7 @@ const
{$define NSDRAGGING_PAS_P}
{ NSDraggingInfo Protocol }
- NSDraggingInfoProtocol = objcprotocol
+ NSDraggingInfoProtocol = objcprotocol external name 'NSDraggingInfo'
function draggingDestinationWindow: NSWindow; message 'draggingDestinationWindow';
function draggingSourceOperationMask: NSDragOperation; message 'draggingSourceOperationMask';
function draggingLocation: NSPoint; message 'draggingLocation';
@@ -102,6 +102,6 @@ const
function draggingSequenceNumber: NSInteger; message 'draggingSequenceNumber';
procedure slideDraggedImageTo(screenPoint: NSPoint); message 'slideDraggedImageTo:';
function namesOfPromisedFilesDroppedAtDestination(dropDestination: NSURL): NSArray; message 'namesOfPromisedFilesDroppedAtDestination:';
- end; external name 'NSDraggingInfo';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSDrawer.inc b/packages/cocoaint/src/appkit/NSDrawer.inc
index ddfc640b4b..289d26ac86 100644
--- a/packages/cocoaint/src/appkit/NSDrawer.inc
+++ b/packages/cocoaint/src/appkit/NSDrawer.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSDrawer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -63,7 +63,7 @@ var
{$define NSDRAWER_PAS_C}
{ NSDrawer }
- NSDrawer = objcclass(NSResponder)
+ NSDrawer = objcclass external (NSResponder)
private
_drawerState: NSDrawerState;
_drawerNextState: NSDrawerState;
@@ -88,8 +88,6 @@ var
_drawerObserver: CFRunLoopObserverRef; {garbage collector: __strong }
public
- class function alloc: NSDrawer; message 'alloc';
-
function initWithContentSize_preferredEdge(contentSize_: NSSize; edge_: NSRectEdge): id; message 'initWithContentSize:preferredEdge:';
procedure setParentWindow(parent: NSWindow); message 'setParentWindow:';
function parentWindow: NSWindow; message 'parentWindow';
@@ -115,12 +113,12 @@ var
function leadingOffset: CGFloat; message 'leadingOffset';
procedure setTrailingOffset(offset: CGFloat); message 'setTrailingOffset:';
function trailingOffset: CGFloat; message 'trailingOffset';
- end; external;
+ end;
{ DrawersCategory }
- DrawersCategory = objccategory(NSWindow)
+ DrawersCategory = objccategory external (NSWindow)
function drawers: NSArray; message 'drawers';
- end; external;
+ end;
{$endif}
{$endif}
@@ -129,7 +127,7 @@ var
{$define NSDRAWER_PAS_P}
{ NSDrawerDelegate Protocol }
- NSDrawerDelegateProtocol = objcprotocol
+ NSDrawerDelegateProtocol = objcprotocol external name 'NSDrawerDelegate'
function drawerShouldOpen(sender: NSDrawer): Boolean; message 'drawerShouldOpen:';
function drawerShouldClose(sender: NSDrawer): Boolean; message 'drawerShouldClose:';
function drawerWillResizeContents_toSize(sender: NSDrawer; contentSize: NSSize): NSSize; message 'drawerWillResizeContents:toSize:';
@@ -137,6 +135,6 @@ var
procedure drawerDidOpen(notification: NSNotification); message 'drawerDidOpen:';
procedure drawerWillClose(notification: NSNotification); message 'drawerWillClose:';
procedure drawerDidClose(notification: NSNotification); message 'drawerDidClose:';
- end; external name 'NSDrawerDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSEPSImageRep.inc b/packages/cocoaint/src/appkit/NSEPSImageRep.inc
index 82c664369d..4710a1ed52 100644
--- a/packages/cocoaint/src/appkit/NSEPSImageRep.inc
+++ b/packages/cocoaint/src/appkit/NSEPSImageRep.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSEPSImageRep.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,21 +42,19 @@
{$define NSEPSIMAGEREP_PAS_C}
{ NSEPSImageRep }
- NSEPSImageRep = objcclass(NSImageRep)
+ NSEPSImageRep = objcclass external (NSImageRep)
private
_bBoxOrigin: NSPoint;
_epsData: NSData;
_pdfImageRep: NSPDFImageRep;
public
- class function alloc: NSEPSImageRep; message 'alloc';
-
class function imageRepWithData(epsData: NSData): id; message 'imageRepWithData:';
function initWithData(epsData: NSData): id; message 'initWithData:';
procedure prepareGState; message 'prepareGState';
function EPSRepresentation: NSData; message 'EPSRepresentation';
function boundingBox: NSRect; message 'boundingBox';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSErrors.inc b/packages/cocoaint/src/appkit/NSErrors.inc
index c5a5ba7919..69e9094782 100644
--- a/packages/cocoaint/src/appkit/NSErrors.inc
+++ b/packages/cocoaint/src/appkit/NSErrors.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSErrors.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/appkit/NSEvent.inc b/packages/cocoaint/src/appkit/NSEvent.inc
index 17086bacb2..60977e0ba8 100644
--- a/packages/cocoaint/src/appkit/NSEvent.inc
+++ b/packages/cocoaint/src/appkit/NSEvent.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSEvent.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -227,7 +227,7 @@ type
{$define NSEVENT_PAS_C}
{ NSEvent }
- NSEvent = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSEvent = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_type: NSEventType;
_location: NSPoint;
@@ -317,8 +317,6 @@ type
{$endif}
public
- class function alloc: NSEvent; message 'alloc';
-
function type_: NSEventType; message 'type';
function modifierFlags: NSUInteger; message 'modifierFlags';
function timestamp: NSTimeInterval; message 'timestamp';
@@ -386,7 +384,7 @@ type
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSFileWrapper.inc b/packages/cocoaint/src/appkit/NSFileWrapper.inc
index 40b09e98ab..089a579e45 100644
--- a/packages/cocoaint/src/appkit/NSFileWrapper.inc
+++ b/packages/cocoaint/src/appkit/NSFileWrapper.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSFileWrapper.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -59,7 +59,7 @@ type
{$define NSFILEWRAPPER_PAS_C}
{ NSFileWrapper }
- NSFileWrapper = objcclass(NSObject, NSCodingProtocol)
+ NSFileWrapper = objcclass external (NSObject, NSCodingProtocol)
private
_fileAttributes: NSDictionary;
_preferredFileName: NSString;
@@ -69,8 +69,6 @@ type
_moreVars: id;
public
- class function alloc: NSFileWrapper; message 'alloc';
-
function initWithURL_options_error(url: NSURL; options: NSFileWrapperReadingOptions; outError: NSErrorPointer): id; message 'initWithURL:options:error:';
function initDirectoryWithFileWrappers(childrenByPreferredName: NSDictionary): id; message 'initDirectoryWithFileWrappers:';
function initRegularFileWithContents(contents: NSData): id; message 'initRegularFileWithContents:';
@@ -102,10 +100,10 @@ type
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSDeprecated_NSFileWrapperCategory }
- NSDeprecated_NSFileWrapperCategory = objccategory(NSFileWrapper)
+ NSDeprecated_NSFileWrapperCategory = objccategory external name 'NSDeprecated' (NSFileWrapper)
function initWithPath(path: NSString): id; message 'initWithPath:';
function initSymbolicLinkWithDestination(path: NSString): id; message 'initSymbolicLinkWithDestination:';
function needsToBeUpdatedFromPath(path: NSString): Boolean; message 'needsToBeUpdatedFromPath:';
@@ -114,7 +112,7 @@ type
function addFileWithPath(path: NSString): NSString; message 'addFileWithPath:';
function addSymbolicLinkWithDestination_preferredFilename(path: NSString; filename_: NSString): NSString; message 'addSymbolicLinkWithDestination:preferredFilename:';
function symbolicLinkDestination: NSString; message 'symbolicLinkDestination';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSFont.inc b/packages/cocoaint/src/appkit/NSFont.inc
index 4c3a72a932..7b59d10972 100644
--- a/packages/cocoaint/src/appkit/NSFont.inc
+++ b/packages/cocoaint/src/appkit/NSFont.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSFont.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -104,7 +104,7 @@ var
{$define NSFONT_PAS_C}
{ NSFont }
- NSFont = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSFont = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_name: NSString;
_size: CGFloat;
@@ -124,8 +124,6 @@ var
_private: id;
public
- class function alloc: NSFont; message 'alloc';
-
class function fontWithName_size(fontName_: NSString; fontSize: CGFloat): NSFont; message 'fontWithName:size:';
class function fontWithName_matrix(fontName_: NSString; fontMatrix: CGFloatPtr): NSFont; message 'fontWithName:matrix:';
class function fontWithDescriptor_size(fontDescriptor_: NSFontDescriptor; fontSize: CGFloat): NSFont; message 'fontWithDescriptor:size:';
@@ -186,10 +184,10 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSFontDeprecatedCategory }
- NSFontDeprecatedCategory = objccategory(NSFont)
+ NSFontDeprecatedCategory = objccategory external (NSFont)
class procedure useFont(fontName_: NSString); message 'useFont:'; deprecated 'in Mac OS X 10.4 and later';
function widthOfString(string_: NSString): CGFloat; message 'widthOfString:'; deprecated 'in Mac OS X 10.4 and later';
function isBaseFont: Boolean; message 'isBaseFont'; deprecated 'in Mac OS X 10.4 and later';
@@ -206,7 +204,7 @@ var
function positionOfGlyph_struckOverRect_metricsExist(aGlyph: NSGlyph; aRect: NSRect; exist: pboolean): NSPoint; message 'positionOfGlyph:struckOverRect:metricsExist:'; deprecated 'in Mac OS X 10.4 and later';
function positionOfGlyph_forCharacter_struckOverRect(aGlyph: NSGlyph; aChar: unichar; aRect: NSRect): NSPoint; message 'positionOfGlyph:forCharacter:struckOverRect:'; deprecated 'in Mac OS X 10.4 and later';
function positionOfGlyph_withRelation_toBaseGlyph_totalAdvancement_metricsExist(thisGlyph: NSGlyph; rel: NSGlyphRelation; baseGlyph: NSGlyph; adv: NSSizePointer; exist: pboolean): NSPoint; message 'positionOfGlyph:withRelation:toBaseGlyph:totalAdvancement:metricsExist:'; deprecated 'in Mac OS X 10.4 and later';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSFontDescriptor.inc b/packages/cocoaint/src/appkit/NSFontDescriptor.inc
index 25c999e689..e59f13746e 100644
--- a/packages/cocoaint/src/appkit/NSFontDescriptor.inc
+++ b/packages/cocoaint/src/appkit/NSFontDescriptor.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSFontDescriptor.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -103,7 +103,7 @@ var
{$define NSFONTDESCRIPTOR_PAS_C}
{ NSFontDescriptor }
- NSFontDescriptor = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSFontDescriptor = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_attributes: NSMutableDictionary;
_reserved1: id;
@@ -113,8 +113,6 @@ var
_reserved5: id;
public
- class function alloc: NSFontDescriptor; message 'alloc';
-
function postscriptName: NSString; message 'postscriptName';
function pointSize: CGFloat; message 'pointSize';
function matrix: NSAffineTransform; message 'matrix';
@@ -138,7 +136,7 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSFontManager.inc b/packages/cocoaint/src/appkit/NSFontManager.inc
index 4eeb2f0bc3..9e47ff6a31 100644
--- a/packages/cocoaint/src/appkit/NSFontManager.inc
+++ b/packages/cocoaint/src/appkit/NSFontManager.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSFontManager.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -78,7 +78,7 @@ const
{$define NSFONTMANAGER_PAS_C}
{ NSFontManager }
- NSFontManager = objcclass(NSObject)
+ NSFontManager = objcclass external (NSObject)
private
_panel: NSFontPanel;
_fmReserved1: cuint;
@@ -103,8 +103,6 @@ const
_fmReserved4: NSUInteger;
public
- class function alloc: NSFontManager; message 'alloc';
-
class procedure setFontPanelFactory(factoryId: Pobjc_class); message 'setFontPanelFactory:';
class procedure setFontManagerFactory(factoryId: Pobjc_class); message 'setFontManagerFactory:';
class function sharedFontManager: NSFontManager; message 'sharedFontManager';
@@ -148,10 +146,10 @@ const
function convertFontTraits(traits: NSFontTraitMask): NSFontTraitMask; message 'convertFontTraits:';
procedure setTarget(aTarget: id); message 'setTarget:';
function target: id; message 'target';
- end; external;
+ end;
{ NSFontManagerMenuActionMethodsCategory }
- NSFontManagerMenuActionMethodsCategory = objccategory(NSFontManager)
+ NSFontManagerMenuActionMethodsCategory = objccategory external (NSFontManager)
function fontNamed_hasTraits(fName: NSString; someTraits: NSFontTraitMask): Boolean; message 'fontNamed:hasTraits:';
function availableFontNamesWithTraits(someTraits: NSFontTraitMask): NSArray; message 'availableFontNamesWithTraits:';
procedure addFontTrait(sender: id); message 'addFontTrait:';
@@ -160,17 +158,17 @@ const
procedure modifyFont(sender: id); message 'modifyFont:';
procedure orderFrontFontPanel(sender: id); message 'orderFrontFontPanel:';
procedure orderFrontStylesPanel(sender: id); message 'orderFrontStylesPanel:';
- end; external;
+ end;
{ NSFontManagerDelegateCategory }
- NSFontManagerDelegateCategory = objccategory(NSObject)
+ NSFontManagerDelegateCategory = objccategory external (NSObject)
function fontManager_willIncludeFont(sender: id; fontName: NSString): Boolean; message 'fontManager:willIncludeFont:';
- end; external;
+ end;
{ NSFontManagerResponderMethodCategory }
- NSFontManagerResponderMethodCategory = objccategory(NSObject)
+ NSFontManagerResponderMethodCategory = objccategory external (NSObject)
procedure changeFont(sender: id); message 'changeFont:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSFontPanel.inc b/packages/cocoaint/src/appkit/NSFontPanel.inc
index be0b08e7a7..16c29ec2c0 100644
--- a/packages/cocoaint/src/appkit/NSFontPanel.inc
+++ b/packages/cocoaint/src/appkit/NSFontPanel.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSFontPanel.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -66,7 +66,7 @@ const
{$define NSFONTPANEL_PAS_C}
{ NSFontPanel }
- NSFontPanel = objcclass(NSPanel)
+ NSFontPanel = objcclass external (NSPanel)
private
_manager: NSFontManager;
_collectionNames: NSArray;
@@ -138,8 +138,6 @@ const
{$endif}
public
- class function alloc: NSFontPanel; message 'alloc';
-
class function sharedFontPanel: NSFontPanel; message 'sharedFontPanel';
class function sharedFontPanelExists: Boolean; message 'sharedFontPanelExists';
function accessoryView: NSView; message 'accessoryView';
@@ -150,12 +148,12 @@ const
function isEnabled: Boolean; message 'isEnabled';
procedure setEnabled(flag: Boolean); message 'setEnabled:';
procedure reloadDefaultFontFamilies; message 'reloadDefaultFontFamilies';
- end; external;
+ end;
{ NSFontPanelValidationAdditionsCategory }
- NSFontPanelValidationAdditionsCategory = objccategory(NSObject)
+ NSFontPanelValidationAdditionsCategory = objccategory external (NSObject)
function validModesForFontPanel(fontPanel: NSFontPanel): NSUInteger; message 'validModesForFontPanel:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSForm.inc b/packages/cocoaint/src/appkit/NSForm.inc
index 7c8737b127..6828ed11e6 100644
--- a/packages/cocoaint/src/appkit/NSForm.inc
+++ b/packages/cocoaint/src/appkit/NSForm.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSForm.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/appkit/NSFormCell.inc b/packages/cocoaint/src/appkit/NSFormCell.inc
index 008bd01f6d..a9275db958 100644
--- a/packages/cocoaint/src/appkit/NSFormCell.inc
+++ b/packages/cocoaint/src/appkit/NSFormCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSFormCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define NSFORMCELL_PAS_C}
{ NSFormCell }
- NSFormCell = objcclass(NSActionCell)
+ NSFormCell = objcclass external (NSActionCell)
private
_titleWidth: CGFloat;
_titleCell: id;
_titleEndPoint: CGFloat;
public
- class function alloc: NSFormCell; message 'alloc';
-
function initTextCell(aString: NSString): id; message 'initTextCell:';
function titleWidth(aSize: NSSize): CGFloat; message 'titleWidth:';
procedure setTitleWidth(width: CGFloat); message 'setTitleWidth:';
@@ -67,18 +65,18 @@
function placeholderAttributedString: NSAttributedString; message 'placeholderAttributedString';
function titleBaseWritingDirection: NSWritingDirection; message 'titleBaseWritingDirection';
procedure setTitleBaseWritingDirection(writingDirection: NSWritingDirection); message 'setTitleBaseWritingDirection:';
- end; external;
+ end;
{ NSKeyboardUI_NSFormCellCategory }
- NSKeyboardUI_NSFormCellCategory = objccategory(NSFormCell)
+ NSKeyboardUI_NSFormCellCategory = objccategory external name 'NSKeyboardUI' (NSFormCell)
procedure setTitleWithMnemonic(stringWithAmpersand: NSString); message 'setTitleWithMnemonic:';
- end; external name 'NSKeyboardUI';
+ end;
{ NSFormCellAttributedStringMethodsCategory }
- NSFormCellAttributedStringMethodsCategory = objccategory(NSFormCell)
+ NSFormCellAttributedStringMethodsCategory = objccategory external (NSFormCell)
function attributedTitle: NSAttributedString; message 'attributedTitle';
procedure setAttributedTitle(obj: NSAttributedString); message 'setAttributedTitle:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSGlyphGenerator.inc b/packages/cocoaint/src/appkit/NSGlyphGenerator.inc
index 135a58a1de..6bdcbde265 100644
--- a/packages/cocoaint/src/appkit/NSGlyphGenerator.inc
+++ b/packages/cocoaint/src/appkit/NSGlyphGenerator.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSGlyphGenerator.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -50,14 +50,12 @@ const
{$define NSGLYPHGENERATOR_PAS_C}
{ NSGlyphGenerator }
- NSGlyphGenerator = objcclass(NSObject)
+ NSGlyphGenerator = objcclass external (NSObject)
public
- class function alloc: NSGlyphGenerator; message 'alloc';
-
procedure generateGlyphsForGlyphStorage_desiredNumberOfCharacters_glyphIndex_characterIndex(glyphStorage: id; nChars: NSUInteger; glyphIndex: NSUIntegerPtr; charIndex: NSUIntegerPtr); message 'generateGlyphsForGlyphStorage:desiredNumberOfCharacters:glyphIndex:characterIndex:';
class function sharedGlyphGenerator: id; message 'sharedGlyphGenerator';
- end; external;
+ end;
{$endif}
{$endif}
@@ -66,11 +64,11 @@ const
{$define NSGLYPHGENERATOR_PAS_P}
{ NSGlyphStorage Protocol }
- NSGlyphStorageProtocol = objcprotocol
+ NSGlyphStorageProtocol = objcprotocol external name 'NSGlyphStorage'
procedure insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(glyphs: NSGlyphPtr; length: NSUInteger; glyphIndex: NSUInteger; charIndex: NSUInteger); message 'insertGlyphs:length:forStartingGlyphAtIndex:characterIndex:';
procedure setIntAttribute_value_forGlyphAtIndex(attributeTag: NSInteger; val: NSInteger; glyphIndex: NSUInteger); message 'setIntAttribute:value:forGlyphAtIndex:';
function attributedString: NSAttributedString; message 'attributedString';
function layoutOptions: NSUInteger; message 'layoutOptions';
- end; external name 'NSGlyphStorage';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSGlyphInfo.inc b/packages/cocoaint/src/appkit/NSGlyphInfo.inc
index 1bc518851d..7172f930c9 100644
--- a/packages/cocoaint/src/appkit/NSGlyphInfo.inc
+++ b/packages/cocoaint/src/appkit/NSGlyphInfo.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSGlyphInfo.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -57,13 +57,11 @@ type
{$define NSGLYPHINFO_PAS_C}
{ NSGlyphInfo }
- NSGlyphInfo = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSGlyphInfo = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_baseString: NSString;
public
- class function alloc: NSGlyphInfo; message 'alloc';
-
class function glyphInfoWithGlyphName_forFont_baseString(glyphName_: NSString; font: NSFont; theString: NSString): NSGlyphInfo; message 'glyphInfoWithGlyphName:forFont:baseString:';
class function glyphInfoWithGlyph_forFont_baseString(glyph: NSGlyph; font: NSFont; theString: NSString): NSGlyphInfo; message 'glyphInfoWithGlyph:forFont:baseString:';
class function glyphInfoWithCharacterIdentifier_collection_baseString(cid: NSUInteger; characterCollection_: NSCharacterCollection; theString: NSString): NSGlyphInfo; message 'glyphInfoWithCharacterIdentifier:collection:baseString:';
@@ -75,7 +73,7 @@ type
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSGradient.inc b/packages/cocoaint/src/appkit/NSGradient.inc
index 3626f364ac..8a54e860be 100644
--- a/packages/cocoaint/src/appkit/NSGradient.inc
+++ b/packages/cocoaint/src/appkit/NSGradient.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSGradient.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -53,7 +53,7 @@ const
{$define NSGRADIENT_PAS_C}
{ NSGradient }
- NSGradient = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSGradient = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_colorArray: NSArray;
_colorSpace: NSColorSpace;
@@ -64,8 +64,6 @@ const
_reserved3: Pointer;
public
- class function alloc: NSGradient; message 'alloc';
-
function initWithStartingColor_endingColor(startingColor: NSColor; endingColor: NSColor): id; message 'initWithStartingColor:endingColor:';
function initWithColors(colorArray: NSArray): id; message 'initWithColors:';
function initWithColorsAndLocations(firstKey: id): id; varargs; message 'initWithColorsAndLocations:';
@@ -85,7 +83,7 @@ const
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSGraphics.inc b/packages/cocoaint/src/appkit/NSGraphics.inc
index 1886ddf918..3d25b3e8a4 100644
--- a/packages/cocoaint/src/appkit/NSGraphics.inc
+++ b/packages/cocoaint/src/appkit/NSGraphics.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSGraphics.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/appkit/NSGraphicsContext.inc b/packages/cocoaint/src/appkit/NSGraphicsContext.inc
index 199ee4ef8c..a57ca543d2 100644
--- a/packages/cocoaint/src/appkit/NSGraphicsContext.inc
+++ b/packages/cocoaint/src/appkit/NSGraphicsContext.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSGraphicsContext.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -63,11 +63,9 @@ var
{$define NSGRAPHICSCONTEXT_PAS_C}
{ NSGraphicsContext }
- NSGraphicsContext = objcclass(NSObject)
+ NSGraphicsContext = objcclass external (NSObject)
public
- class function alloc: NSGraphicsContext; message 'alloc';
-
class function graphicsContextWithAttributes(attributes_: NSDictionary): NSGraphicsContext; message 'graphicsContextWithAttributes:';
class function graphicsContextWithWindow(window: NSWindow): NSGraphicsContext; message 'graphicsContextWithWindow:';
class function graphicsContextWithBitmapImageRep(bitmapRep: NSBitmapImageRep): NSGraphicsContext; message 'graphicsContextWithBitmapImageRep:';
@@ -83,18 +81,18 @@ var
procedure flushGraphics; message 'flushGraphics';
function graphicsPort: Pointer; message 'graphicsPort';
function isFlipped: Boolean; message 'isFlipped';
- end; external;
+ end;
{ NSQuartzCoreAdditionsCategory }
- NSQuartzCoreAdditionsCategory = objccategory(NSGraphicsContext)
+ NSQuartzCoreAdditionsCategory = objccategory external (NSGraphicsContext)
function CIContext: CIContext; message 'CIContext';
- end; external;
+ end;
{ NSGraphicsContextDeprecatedCategory }
- NSGraphicsContextDeprecatedCategory = objccategory(NSGraphicsContext)
+ NSGraphicsContextDeprecatedCategory = objccategory external (NSGraphicsContext)
function focusStack: id; message 'focusStack';
procedure setFocusStack(stack: id); message 'setFocusStack:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSHelpManager.inc b/packages/cocoaint/src/appkit/NSHelpManager.inc
index 63af3c3289..0d5b182bc3 100644
--- a/packages/cocoaint/src/appkit/NSHelpManager.inc
+++ b/packages/cocoaint/src/appkit/NSHelpManager.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSHelpManager.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -47,7 +47,7 @@ var
{$define NSHELPMANAGER_PAS_C}
{ NSHelpManager }
- NSHelpManager = objcclass(NSObject)
+ NSHelpManager = objcclass external (NSObject)
private
_helpMapTable: NSMapTable;
_keyMapTable: NSMapTable;
@@ -58,8 +58,6 @@ var
_helpBundle: NSBundle;
public
- class function alloc: NSHelpManager; message 'alloc';
-
class function sharedHelpManager: NSHelpManager; message 'sharedHelpManager';
class procedure setContextHelpModeActive(active: Boolean); message 'setContextHelpModeActive:';
class function isContextHelpModeActive: Boolean; message 'isContextHelpModeActive';
@@ -70,18 +68,18 @@ var
procedure openHelpAnchor_inBook(anchor: NSString; book: NSString); message 'openHelpAnchor:inBook:';
procedure findString_inBook(query: NSString; book: NSString); message 'findString:inBook:';
function registerBooksInBundle(bundle: NSBundle): Boolean; message 'registerBooksInBundle:';
- end; external;
+ end;
{ NSBundleHelpExtensionCategory }
- NSBundleHelpExtensionCategory = objccategory(NSBundle)
+ NSBundleHelpExtensionCategory = objccategory external (NSBundle)
function contextHelpForKey(key: NSString): NSAttributedString; message 'contextHelpForKey:';
- end; external;
+ end;
{ NSApplicationHelpExtensionCategory }
- NSApplicationHelpExtensionCategory = objccategory(NSApplication)
+ NSApplicationHelpExtensionCategory = objccategory external (NSApplication)
procedure activateContextHelpMode(sender: id); message 'activateContextHelpMode:';
procedure showHelp(sender: id); message 'showHelp:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSImage.inc b/packages/cocoaint/src/appkit/NSImage.inc
index ff36ce3626..8144c1117d 100644
--- a/packages/cocoaint/src/appkit/NSImage.inc
+++ b/packages/cocoaint/src/appkit/NSImage.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSImage.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -129,7 +129,7 @@ var
{$define NSIMAGE_PAS_C}
{ NSImage }
- NSImage = objcclass(NSObject)
+ NSImage = objcclass external (NSObject)
private
_name: NSString;
_size: NSSize;
@@ -164,8 +164,6 @@ var
_imageAuxiliary: _NSImageAuxiliary;
public
- class function alloc: NSImage; message 'alloc';
-
class function imageNamed(name_: NSString): id; message 'imageNamed:';
function initWithSize(aSize: NSSize): id; message 'initWithSize:';
function initWithData(data: NSData): id; message 'initWithData:';
@@ -226,16 +224,16 @@ var
function CGImageForProposedRect_context_hints(proposedDestRect: NSRectPtr; referenceContext: NSGraphicsContext; hints: NSDictionary): CGImageRef; message 'CGImageForProposedRect:context:hints:';
function bestRepresentationForRect_context_hints(rect: NSRect; referenceContext: NSGraphicsContext; hints: NSDictionary): NSImageRep; message 'bestRepresentationForRect:context:hints:';
function hitTestRect_withImageDestinationRect_context_hints_flipped(testRectDestSpace: NSRect; imageRectDestSpace: NSRect; context: NSGraphicsContext; hints: NSDictionary; flipped: Boolean): Boolean; message 'hitTestRect:withImageDestinationRect:context:hints:flipped:';
- end; external;
+ end;
{ NSBundleImageExtensionCategory }
- NSBundleImageExtensionCategory = objccategory(NSBundle)
+ NSBundleImageExtensionCategory = objccategory external (NSBundle)
function pathForImageResource(name: NSString): NSString; message 'pathForImageResource:';
function URLForImageResource(name: NSString): NSURL; message 'URLForImageResource:';
- end; external;
+ end;
{ NSDeprecated_NSImageCategory }
- NSDeprecated_NSImageCategory = objccategory(NSImage)
+ NSDeprecated_NSImageCategory = objccategory external name 'NSDeprecated' (NSImage)
procedure setFlipped(flag: Boolean); message 'setFlipped:';
function isFlipped: Boolean; message 'isFlipped';
procedure dissolveToPoint_fraction(point: NSPoint; aFloat: CGFloat); message 'dissolveToPoint:fraction:';
@@ -253,7 +251,7 @@ var
function isCachedSeparately: Boolean; message 'isCachedSeparately';
procedure setCacheDepthMatchesImageDepth(flag: Boolean); message 'setCacheDepthMatchesImageDepth:';
function cacheDepthMatchesImageDepth: Boolean; message 'cacheDepthMatchesImageDepth';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -262,12 +260,12 @@ var
{$define NSIMAGE_PAS_P}
{ NSImageDelegate Protocol }
- NSImageDelegateProtocol = objcprotocol
+ NSImageDelegateProtocol = objcprotocol external name 'NSImageDelegate'
function imageDidNotDraw_inRect(sender: id; aRect: NSRect): NSImage; message 'imageDidNotDraw:inRect:';
procedure image_willLoadRepresentation(image: NSImage; rep: NSImageRep); message 'image:willLoadRepresentation:';
procedure image_didLoadRepresentationHeader(image: NSImage; rep: NSImageRep); message 'image:didLoadRepresentationHeader:';
procedure image_didLoadPartOfRepresentation_withValidRows(image: NSImage; rep: NSImageRep; rows: NSInteger); message 'image:didLoadPartOfRepresentation:withValidRows:';
procedure image_didLoadRepresentation_withStatus(image: NSImage; rep: NSImageRep; status: NSImageLoadStatus); message 'image:didLoadRepresentation:withStatus:';
- end; external name 'NSImageDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSImageCell.inc b/packages/cocoaint/src/appkit/NSImageCell.inc
index c785bc0b33..27350393b7 100644
--- a/packages/cocoaint/src/appkit/NSImageCell.inc
+++ b/packages/cocoaint/src/appkit/NSImageCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSImageCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -69,7 +69,7 @@ type
{$define NSIMAGECELL_PAS_C}
{ NSImageCell }
- NSImageCell = objcclass(NSCell, NSCopyingProtocol, NSCodingProtocol)
+ NSImageCell = objcclass external (NSCell, NSCopyingProtocol, NSCodingProtocol)
private
_controlView: id;
__icFlags: bitpacked record
@@ -87,8 +87,6 @@ type
_scaledImage: NSImage;
public
- class function alloc: NSImageCell; message 'alloc';
-
function imageAlignment: NSImageAlignment; message 'imageAlignment';
procedure setImageAlignment(newAlign: NSImageAlignment); message 'setImageAlignment:';
function imageScaling: NSImageScaling; message 'imageScaling';
@@ -100,7 +98,7 @@ type
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSImageRep.inc b/packages/cocoaint/src/appkit/NSImageRep.inc
index 4fd9a1e51f..1e7d0eff9e 100644
--- a/packages/cocoaint/src/appkit/NSImageRep.inc
+++ b/packages/cocoaint/src/appkit/NSImageRep.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSImageRep.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -51,7 +51,7 @@ var
{$define NSIMAGEREP_PAS_C}
{ NSImageRep }
- NSImageRep = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSImageRep = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
__repFlags: bitpacked record
case byte of
@@ -74,8 +74,6 @@ var
_pixelsHigh: cint;
public
- class function alloc: NSImageRep; message 'alloc';
-
function draw: Boolean; message 'draw';
function drawAtPoint(point: NSPoint): Boolean; message 'drawAtPoint:';
function drawInRect(rect: NSRect): Boolean; message 'drawInRect:';
@@ -121,7 +119,7 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSImageView.inc b/packages/cocoaint/src/appkit/NSImageView.inc
index e762578900..dc5eba4b35 100644
--- a/packages/cocoaint/src/appkit/NSImageView.inc
+++ b/packages/cocoaint/src/appkit/NSImageView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSImageView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSIMAGEVIEW_PAS_C}
{ NSImageView }
- NSImageView = objcclass(NSControl)
+ NSImageView = objcclass external (NSControl)
private
__ivFlags: bitpacked record
case byte of
@@ -61,8 +61,6 @@
_action: SEL;
public
- class function alloc: NSImageView; message 'alloc';
-
function image: NSImage; message 'image';
procedure setImage(newImage: NSImage); message 'setImage:';
function imageAlignment: NSImageAlignment; message 'imageAlignment';
@@ -77,7 +75,7 @@
function animates: Boolean; message 'animates';
function allowsCutCopyPaste: Boolean; message 'allowsCutCopyPaste';
procedure setAllowsCutCopyPaste(allow: Boolean); message 'setAllowsCutCopyPaste:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSInputManager.inc b/packages/cocoaint/src/appkit/NSInputManager.inc
index 65be7bea83..89bc2058ef 100644
--- a/packages/cocoaint/src/appkit/NSInputManager.inc
+++ b/packages/cocoaint/src/appkit/NSInputManager.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSInputManager.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -43,7 +43,7 @@
{$define NSINPUTMANAGER_PAS_C}
{ NSInputManager }
- NSInputManager = objcclass(NSObject, NSTextInputProtocol)
+ NSInputManager = objcclass external (NSObject, NSTextInputProtocol)
private
_currentClient: id;
_server: id;
@@ -62,8 +62,6 @@
_reservedInputManager2: cint;
public
- class function alloc: NSInputManager; message 'alloc';
-
class function currentInputManager: NSInputManager; message 'currentInputManager';
class procedure cycleToNextInputLanguage(sender: id); message 'cycleToNextInputLanguage:';
class procedure cycleToNextInputServerInLanguage(sender: id); message 'cycleToNextInputServerInLanguage:';
@@ -92,7 +90,7 @@
function firstRectForCharacterRange(theRange: NSRange): NSRect;
function characterIndexForPoint(thePoint: NSPoint): NSUInteger;
function validAttributesForMarkedText: NSArray;
- end; external;
+ end;
{$endif}
{$endif}
@@ -101,7 +99,7 @@
{$define NSINPUTMANAGER_PAS_P}
{ NSTextInput Protocol }
- NSTextInputProtocol = objcprotocol
+ NSTextInputProtocol = objcprotocol external name 'NSTextInput'
procedure insertText(aString: id); message 'insertText:';
procedure doCommandBySelector(aSelector: SEL); message 'doCommandBySelector:';
procedure setMarkedText_selectedRange(aString: id; selRange: NSRange); message 'setMarkedText:selectedRange:';
@@ -114,6 +112,6 @@
function firstRectForCharacterRange(theRange: NSRange): NSRect; message 'firstRectForCharacterRange:';
function characterIndexForPoint(thePoint: NSPoint): NSUInteger; message 'characterIndexForPoint:';
function validAttributesForMarkedText: NSArray; message 'validAttributesForMarkedText';
- end; external name 'NSTextInput';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSInputServer.inc b/packages/cocoaint/src/appkit/NSInputServer.inc
index aa62e93ca9..6143e1852a 100644
--- a/packages/cocoaint/src/appkit/NSInputServer.inc
+++ b/packages/cocoaint/src/appkit/NSInputServer.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSInputServer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -44,13 +44,12 @@
{$define NSINPUTSERVER_PAS_C}
{ NSInputServer }
- NSInputServer = objcclass(NSObject, NSInputServiceProviderProtocol, NSInputServerMouseTrackerProtocol)
+ NSInputServer = objcclass external (NSObject, NSInputServiceProviderProtocol, NSInputServerMouseTrackerProtocol)
private
_name: NSString;
_delegate: id;
public
- class function alloc: NSInputServer; message 'alloc';
{ Adopted Protocols }
procedure insertText_client(aString: id; sender: id);
@@ -71,7 +70,7 @@
function mouseDownOnCharacterIndex_atCoordinate_withModifier_client(theIndex: NSUInteger; thePoint: NSPoint; theFlags: NSUInteger; sender: id): Boolean;
function mouseDraggedOnCharacterIndex_atCoordinate_withModifier_client(theIndex: NSUInteger; thePoint: NSPoint; theFlags: NSUInteger; sender: id): Boolean;
procedure mouseUpOnCharacterIndex_atCoordinate_withModifier_client(theIndex: NSUInteger; thePoint: NSPoint; theFlags: NSUInteger; sender: id);
- end; external;
+ end;
{$endif}
{$endif}
@@ -80,7 +79,7 @@
{$define NSINPUTSERVER_PAS_P}
{ NSInputServiceProvider Protocol }
- NSInputServiceProviderProtocol = objcprotocol
+ NSInputServiceProviderProtocol = objcprotocol external name 'NSInputServiceProvider'
procedure insertText_client(aString: id; sender: id); message 'insertText:client:'; deprecated 'in Mac OS X 10.6 and later';
procedure doCommandBySelector_client(aSelector: SEL; sender: id); message 'doCommandBySelector:client:'; deprecated 'in Mac OS X 10.6 and later';
procedure markedTextAbandoned(sender: id); message 'markedTextAbandoned:'; deprecated 'in Mac OS X 10.6 and later';
@@ -96,13 +95,13 @@
procedure inputClientDisabled(sender: id); message 'inputClientDisabled:'; deprecated 'in Mac OS X 10.6 and later';
procedure activeConversationWillChange_fromOldConversation(sender: id; oldConversation: NSInteger); message 'activeConversationWillChange:fromOldConversation:'; deprecated 'in Mac OS X 10.6 and later';
procedure activeConversationChanged_toNewConversation(sender: id; newConversation: NSInteger); message 'activeConversationChanged:toNewConversation:'; deprecated 'in Mac OS X 10.6 and later';
- end; external name 'NSInputServiceProvider';
+ end;
{ NSInputServerMouseTracker Protocol }
- NSInputServerMouseTrackerProtocol = objcprotocol
+ NSInputServerMouseTrackerProtocol = objcprotocol external name 'NSInputServerMouseTracker'
function mouseDownOnCharacterIndex_atCoordinate_withModifier_client(theIndex: NSUInteger; thePoint: NSPoint; theFlags: NSUInteger; sender: id): Boolean; message 'mouseDownOnCharacterIndex:atCoordinate:withModifier:client:'; deprecated 'in Mac OS X 10.6 and later';
function mouseDraggedOnCharacterIndex_atCoordinate_withModifier_client(theIndex: NSUInteger; thePoint: NSPoint; theFlags: NSUInteger; sender: id): Boolean; message 'mouseDraggedOnCharacterIndex:atCoordinate:withModifier:client:'; deprecated 'in Mac OS X 10.6 and later';
procedure mouseUpOnCharacterIndex_atCoordinate_withModifier_client(theIndex: NSUInteger; thePoint: NSPoint; theFlags: NSUInteger; sender: id); message 'mouseUpOnCharacterIndex:atCoordinate:withModifier:client:'; deprecated 'in Mac OS X 10.6 and later';
- end; external name 'NSInputServerMouseTracker';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSInterfaceStyle.inc b/packages/cocoaint/src/appkit/NSInterfaceStyle.inc
index 33616594c2..e5b9109b71 100644
--- a/packages/cocoaint/src/appkit/NSInterfaceStyle.inc
+++ b/packages/cocoaint/src/appkit/NSInterfaceStyle.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSInterfaceStyle.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -59,10 +59,10 @@ var
{$define NSINTERFACESTYLE_PAS_C}
{ NSInterfaceStyleCategory }
- NSInterfaceStyleCategory = objccategory(NSResponder)
+ NSInterfaceStyleCategory = objccategory external (NSResponder)
function interfaceStyle: NSInterfaceStyle; message 'interfaceStyle';
procedure setInterfaceStyle(interfaceStyle: NSInterfaceStyle); message 'setInterfaceStyle:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSKeyValueBinding.inc b/packages/cocoaint/src/appkit/NSKeyValueBinding.inc
index 43ceee8fe7..441a9a97a2 100644
--- a/packages/cocoaint/src/appkit/NSKeyValueBinding.inc
+++ b/packages/cocoaint/src/appkit/NSKeyValueBinding.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSKeyValueBinding.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -158,7 +158,7 @@ var
{$define NSKEYVALUEBINDING_PAS_C}
{ NSKeyValueBindingCreationCategory }
- NSKeyValueBindingCreationCategory = objccategory(NSObject)
+ NSKeyValueBindingCreationCategory = objccategory external (NSObject)
class procedure exposeBinding(binding: NSString); message 'exposeBinding:';
function exposedBindings: NSArray; message 'exposedBindings';
function valueClassForBinding(binding: NSString): Pobjc_class; message 'valueClassForBinding:';
@@ -166,26 +166,26 @@ var
procedure unbind(binding: NSString); message 'unbind:';
function infoForBinding(binding: NSString): NSDictionary; message 'infoForBinding:';
function optionDescriptionsForBinding(aBinding: NSString): NSArray; message 'optionDescriptionsForBinding:';
- end; external;
+ end;
{ NSPlaceholdersCategory }
- NSPlaceholdersCategory = objccategory(NSObject)
+ NSPlaceholdersCategory = objccategory external (NSObject)
class procedure setDefaultPlaceholder_forMarker_withBinding(placeholder: id; marker: id; binding: NSString); message 'setDefaultPlaceholder:forMarker:withBinding:';
class function defaultPlaceholderForMarker_withBinding(marker: id; binding: NSString): id; message 'defaultPlaceholderForMarker:withBinding:';
- end; external;
+ end;
{ NSEditorRegistrationCategory }
- NSEditorRegistrationCategory = objccategory(NSObject)
+ NSEditorRegistrationCategory = objccategory external (NSObject)
procedure objectDidBeginEditing(editor: id); message 'objectDidBeginEditing:';
procedure objectDidEndEditing(editor: id); message 'objectDidEndEditing:';
- end; external;
+ end;
{ NSEditorCategory }
- NSEditorCategory = objccategory(NSObject)
+ NSEditorCategory = objccategory external (NSObject)
procedure discardEditing; message 'discardEditing';
function commitEditing: Boolean; message 'commitEditing';
procedure commitEditingWithDelegate_didCommitSelector_contextInfo(delegate: id; didCommitSelector: SEL; contextInfo: Pointer); message 'commitEditingWithDelegate:didCommitSelector:contextInfo:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSLayoutManager.inc b/packages/cocoaint/src/appkit/NSLayoutManager.inc
index e47c589d0a..3ea06aeb67 100644
--- a/packages/cocoaint/src/appkit/NSLayoutManager.inc
+++ b/packages/cocoaint/src/appkit/NSLayoutManager.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSLayoutManager.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -73,7 +73,7 @@ type
{$define NSLAYOUTMANAGER_PAS_C}
{ NSLayoutManager }
- NSLayoutManager = objcclass(NSObject, NSCodingProtocol)
+ NSLayoutManager = objcclass external (NSObject, NSCodingProtocol)
private
_textStorage: NSTextStorage;
_glyphGenerator: NSGlyphGenerator;
@@ -155,8 +155,6 @@ type
_extraData: id;
public
- class function alloc: NSLayoutManager; message 'alloc';
-
function init: id; message 'init';
function textStorage: NSTextStorage; message 'textStorage';
procedure setTextStorage(textStorage_: NSTextStorage); message 'setTextStorage:';
@@ -283,10 +281,10 @@ type
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSTextViewSupportCategory }
- NSTextViewSupportCategory = objccategory(NSLayoutManager)
+ NSTextViewSupportCategory = objccategory external (NSLayoutManager)
function rulerMarkersForTextView_paragraphStyle_ruler(view: NSTextView; style: NSParagraphStyle; ruler: NSRulerView): NSArray; message 'rulerMarkersForTextView:paragraphStyle:ruler:';
function rulerAccessoryViewForTextView_paragraphStyle_ruler_enabled(view: NSTextView; style: NSParagraphStyle; ruler: NSRulerView; isEnabled: Boolean): NSView; message 'rulerAccessoryViewForTextView:paragraphStyle:ruler:enabled:';
function layoutManagerOwnsFirstResponderInWindow(window: NSWindow): Boolean; message 'layoutManagerOwnsFirstResponderInWindow:';
@@ -301,7 +299,7 @@ type
procedure underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(glyphRange: NSRange; underlineVal: NSInteger; lineRect: NSRect; lineGlyphRange: NSRange; containerOrigin: NSPoint); message 'underlineGlyphRange:underlineType:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:';
procedure drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(glyphRange: NSRange; strikethroughVal: NSInteger; baselineOffset: CGFloat; lineRect: NSRect; lineGlyphRange: NSRange; containerOrigin: NSPoint); message 'drawStrikethroughForGlyphRange:strikethroughType:baselineOffset:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:';
procedure strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(glyphRange: NSRange; strikethroughVal: NSInteger; lineRect: NSRect; lineGlyphRange: NSRange; containerOrigin: NSPoint); message 'strikethroughGlyphRange:strikethroughType:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -310,10 +308,10 @@ type
{$define NSLAYOUTMANAGER_PAS_P}
{ NSLayoutManagerDelegate Protocol }
- NSLayoutManagerDelegateProtocol = objcprotocol
+ NSLayoutManagerDelegateProtocol = objcprotocol external name 'NSLayoutManagerDelegate'
procedure layoutManagerDidInvalidateLayout(sender: NSLayoutManager); message 'layoutManagerDidInvalidateLayout:';
procedure layoutManager_didCompleteLayoutForTextContainer_atEnd(layoutManager: NSLayoutManager; textContainer: NSTextContainer; layoutFinishedFlag: Boolean); message 'layoutManager:didCompleteLayoutForTextContainer:atEnd:';
function layoutManager_shouldUseTemporaryAttributes_forDrawingToScreen_atCharacterIndex_effectiveRange(layoutManager: NSLayoutManager; attrs: NSDictionary; toScreen: Boolean; charIndex: NSUInteger; effectiveCharRange: NSRangePointer): NSDictionary; message 'layoutManager:shouldUseTemporaryAttributes:forDrawingToScreen:atCharacterIndex:effectiveRange:';
- end; external name 'NSLayoutManagerDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSLevelIndicator.inc b/packages/cocoaint/src/appkit/NSLevelIndicator.inc
index 3364c4cded..229d639aa6 100644
--- a/packages/cocoaint/src/appkit/NSLevelIndicator.inc
+++ b/packages/cocoaint/src/appkit/NSLevelIndicator.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSLevelIndicator.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSLEVELINDICATOR_PAS_C}
{ NSLevelIndicator }
- NSLevelIndicator = objcclass(NSControl)
+ NSLevelIndicator = objcclass external (NSControl)
public
- class function alloc: NSLevelIndicator; message 'alloc';
-
function minValue: double; message 'minValue';
procedure setMinValue(minValue_: double); message 'setMinValue:';
function maxValue: double; message 'maxValue';
@@ -63,7 +61,7 @@
procedure setNumberOfMajorTickMarks(count: NSInteger); message 'setNumberOfMajorTickMarks:';
function tickMarkValueAtIndex(index: NSInteger): double; message 'tickMarkValueAtIndex:';
function rectOfTickMarkAtIndex(index: NSInteger): NSRect; message 'rectOfTickMarkAtIndex:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc b/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc
index d1ff6797cb..efc5030cbe 100644
--- a/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc
+++ b/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSLevelIndicatorCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -55,7 +55,7 @@ type
{$define NSLEVELINDICATORCELL_PAS_C}
{ NSLevelIndicatorCell }
- NSLevelIndicatorCell = objcclass(NSActionCell)
+ NSLevelIndicatorCell = objcclass external (NSActionCell)
private
_value: double;
_minValue: double;
@@ -81,8 +81,6 @@ type
_reserved4: cint;
public
- class function alloc: NSLevelIndicatorCell; message 'alloc';
-
function initWithLevelIndicatorStyle(levelIndicatorStyle_: NSLevelIndicatorStyle): id; message 'initWithLevelIndicatorStyle:';
function levelIndicatorStyle: NSLevelIndicatorStyle; message 'levelIndicatorStyle';
procedure setLevelIndicatorStyle(levelIndicatorStyle_: NSLevelIndicatorStyle); message 'setLevelIndicatorStyle:';
@@ -103,7 +101,7 @@ type
function rectOfTickMarkAtIndex(index: NSInteger): NSRect; message 'rectOfTickMarkAtIndex:';
function tickMarkValueAtIndex(index: NSInteger): double; message 'tickMarkValueAtIndex:';
procedure setImage(image_: NSImage); message 'setImage:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSMatrix.inc b/packages/cocoaint/src/appkit/NSMatrix.inc
index e60558fbc1..a13dfeaacf 100644
--- a/packages/cocoaint/src/appkit/NSMatrix.inc
+++ b/packages/cocoaint/src/appkit/NSMatrix.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSMatrix.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -130,7 +130,7 @@ __MFlagsPtr = ^__MFlags;
{$define NSMATRIX_PAS_C}
{ NSMatrix }
- NSMatrix = objcclass(NSControl, NSUserInterfaceValidationsProtocol)
+ NSMatrix = objcclass external (NSControl, NSUserInterfaceValidationsProtocol)
private
_target: id;
_action: SEL;
@@ -153,8 +153,6 @@ __MFlagsPtr = ^__MFlags;
_mFlags: _MFlags;
public
- class function alloc: NSMatrix; message 'alloc';
-
function initWithFrame(frameRect: NSRect): id; message 'initWithFrame:';
function initWithFrame_mode_prototype_numberOfRows_numberOfColumns(frameRect: NSRect; aMode: NSMatrixMode; aCell: NSCell; rowsHigh: NSInteger; colsWide: NSInteger): id; message 'initWithFrame:mode:prototype:numberOfRows:numberOfColumns:';
function initWithFrame_mode_cellClass_numberOfRows_numberOfColumns(frameRect: NSRect; aMode: NSMatrixMode; factoryId: Pobjc_class; rowsHigh: NSInteger; colsWide: NSInteger): id; message 'initWithFrame:mode:cellClass:numberOfRows:numberOfColumns:';
@@ -249,15 +247,15 @@ __MFlagsPtr = ^__MFlags;
{ Adopted Protocols }
function validateUserInterfaceItem(anItem: id): Boolean;
- end; external;
+ end;
{ NSKeyboardUI_NSMatrixCategory }
- NSKeyboardUI_NSMatrixCategory = objccategory(NSMatrix)
+ NSKeyboardUI_NSMatrixCategory = objccategory external name 'NSKeyboardUI' (NSMatrix)
procedure setTabKeyTraversesCells(flag: Boolean); message 'setTabKeyTraversesCells:';
function tabKeyTraversesCells: Boolean; message 'tabKeyTraversesCells';
procedure setKeyCell(keyCell_: NSCell); message 'setKeyCell:';
function keyCell: id; message 'keyCell';
- end; external name 'NSKeyboardUI';
+ end;
{$endif}
{$endif}
@@ -266,7 +264,7 @@ __MFlagsPtr = ^__MFlags;
{$define NSMATRIX_PAS_P}
{ NSMatrixDelegate Protocol }
- NSMatrixDelegateProtocol = objcprotocol
- end; external name 'NSMatrixDelegate';
+ NSMatrixDelegateProtocol = objcprotocol external name 'NSMatrixDelegate'
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSMenu.inc b/packages/cocoaint/src/appkit/NSMenu.inc
index eea3009b29..452be2c1d7 100644
--- a/packages/cocoaint/src/appkit/NSMenu.inc
+++ b/packages/cocoaint/src/appkit/NSMenu.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSMenu.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -68,7 +68,7 @@ var
{$define NSMENU_PAS_C}
{ NSMenu }
- NSMenu = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSMenu = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_supermenu: NSMenu;
_title: NSString;
@@ -99,8 +99,6 @@ var
_name: NSString;
public
- class function alloc: NSMenu; message 'alloc';
-
function initWithTitle(aTitle: NSString): id; message 'initWithTitle:';
procedure setTitle(aString: NSString); message 'setTitle:';
function title: NSString; message 'title';
@@ -159,25 +157,25 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSSubmenuActionCategory }
- NSSubmenuActionCategory = objccategory(NSMenu)
+ NSSubmenuActionCategory = objccategory external (NSMenu)
procedure submenuAction(sender: id); message 'submenuAction:';
- end; external;
+ end;
{ NSMenuValidationCategory }
- NSMenuValidationCategory = objccategory(NSObject)
+ NSMenuValidationCategory = objccategory external (NSObject)
function validateMenuItem(menuItem: NSMenuItem): Boolean; message 'validateMenuItem:';
- end; external;
+ end;
{ NSMenuPropertiesToUpdateCategory }
- NSMenuPropertiesToUpdateCategory = objccategory(NSMenu)
+ NSMenuPropertiesToUpdateCategory = objccategory external (NSMenu)
function propertiesToUpdate: NSMenuProperties; message 'propertiesToUpdate';
- end; external;
+ end;
{ NSDeprecated_NSMenuCategory }
- NSDeprecated_NSMenuCategory = objccategory(NSMenu)
+ NSDeprecated_NSMenuCategory = objccategory external name 'NSDeprecated' (NSMenu)
procedure setMenuRepresentation(menuRep: id); message 'setMenuRepresentation:'; deprecated 'in Mac OS X 10.2 and later';
function menuRepresentation: id; message 'menuRepresentation'; deprecated 'in Mac OS X 10.2 and later';
procedure setContextMenuRepresentation(menuRep: id); message 'setContextMenuRepresentation:'; deprecated 'in Mac OS X 10.2 and later';
@@ -189,7 +187,7 @@ var
function isAttached: Boolean; message 'isAttached'; deprecated 'in Mac OS X 10.2 and later';
procedure sizeToFit; message 'sizeToFit'; deprecated 'in Mac OS X 10.2 and later';
function locationForSubmenu(aSubmenu: NSMenu): NSPoint; message 'locationForSubmenu:'; deprecated 'in Mac OS X 10.2 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -198,7 +196,7 @@ var
{$define NSMENU_PAS_P}
{ NSMenuDelegate Protocol }
- NSMenuDelegateProtocol = objcprotocol
+ NSMenuDelegateProtocol = objcprotocol external name 'NSMenuDelegate'
procedure menuNeedsUpdate(menu: NSMenu); message 'menuNeedsUpdate:';
function numberOfItemsInMenu(menu: NSMenu): NSInteger; message 'numberOfItemsInMenu:';
function menu_updateItem_atIndex_shouldCancel(menu: NSMenu; item: NSMenuItem; index: NSInteger; shouldCancel: Boolean): Boolean; message 'menu:updateItem:atIndex:shouldCancel:';
@@ -207,6 +205,6 @@ var
procedure menuDidClose(menu: NSMenu); message 'menuDidClose:';
procedure menu_willHighlightItem(menu: NSMenu; item: NSMenuItem); message 'menu:willHighlightItem:';
function confinementRectForMenu_onScreen(menu: NSMenu; screen: NSScreen): NSRect; message 'confinementRectForMenu:onScreen:';
- end; external name 'NSMenuDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSMenuItem.inc b/packages/cocoaint/src/appkit/NSMenuItem.inc
index fda09e7378..76e062cd71 100644
--- a/packages/cocoaint/src/appkit/NSMenuItem.inc
+++ b/packages/cocoaint/src/appkit/NSMenuItem.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSMenuItem.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSMENUITEM_PAS_C}
{ NSMenuItem }
- NSMenuItem = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol, NSValidatedUserInterfaceItemProtocol)
+ NSMenuItem = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol, NSValidatedUserInterfaceItemProtocol)
private
_menu: NSMenu;
_title: NSString;
@@ -81,8 +81,6 @@
end;
public
- class function alloc: NSMenuItem; message 'alloc';
-
class procedure setUsesUserKeyEquivalents(flag: Boolean); message 'setUsesUserKeyEquivalents:';
class function usesUserKeyEquivalents: Boolean; message 'usesUserKeyEquivalents';
class function separatorItem: NSMenuItem; message 'separatorItem';
@@ -141,19 +139,19 @@
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSViewEnclosingMenuItemCategory }
- NSViewEnclosingMenuItemCategory = objccategory(NSView)
+ NSViewEnclosingMenuItemCategory = objccategory external (NSView)
function enclosingMenuItem: NSMenuItem; message 'enclosingMenuItem';
- end; external;
+ end;
{ NSDeprecated_NSMenuItemCategory }
- NSDeprecated_NSMenuItemCategory = objccategory(NSMenuItem)
+ NSDeprecated_NSMenuItemCategory = objccategory external name 'NSDeprecated' (NSMenuItem)
procedure setMnemonicLocation(location: NSUInteger); message 'setMnemonicLocation:'; deprecated 'in Mac OS X 10.6 and later';
function mnemonicLocation: NSUInteger; message 'mnemonicLocation'; deprecated 'in Mac OS X 10.6 and later';
function mnemonic: NSString; message 'mnemonic'; deprecated 'in Mac OS X 10.6 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSMenuItemCell.inc b/packages/cocoaint/src/appkit/NSMenuItemCell.inc
index 4ebda31223..666d20f5f2 100644
--- a/packages/cocoaint/src/appkit/NSMenuItemCell.inc
+++ b/packages/cocoaint/src/appkit/NSMenuItemCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSMenuItemCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSMENUITEMCELL_PAS_C}
{ NSMenuItemCell }
- NSMenuItemCell = objcclass(NSButtonCell)
+ NSMenuItemCell = objcclass external (NSButtonCell)
private
_extraData: id;
_stateImageSize: NSSize;
@@ -64,8 +64,6 @@
end;
public
- class function alloc: NSMenuItemCell; message 'alloc';
-
procedure setMenuItem(item: NSMenuItem); message 'setMenuItem:';
function menuItem: NSMenuItem; message 'menuItem';
procedure setMenuView(menuView_: NSMenuView); message 'setMenuView:';
@@ -89,7 +87,7 @@
procedure drawKeyEquivalentWithFrame_inView(cellFrame: NSRect; controlView_: NSView); message 'drawKeyEquivalentWithFrame:inView:';
procedure drawBorderAndBackgroundWithFrame_inView(cellFrame: NSRect; controlView_: NSView); message 'drawBorderAndBackgroundWithFrame:inView:';
function tag: NSInteger; message 'tag';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSMenuView.inc b/packages/cocoaint/src/appkit/NSMenuView.inc
index 0dc055865f..fe9e34464b 100644
--- a/packages/cocoaint/src/appkit/NSMenuView.inc
+++ b/packages/cocoaint/src/appkit/NSMenuView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSMenuView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSMENUVIEW_PAS_C}
{ NSMenuView }
- NSMenuView = objcclass(NSView)
+ NSMenuView = objcclass external (NSView)
private
_menu: NSMenu;
_cells: NSMutableArray;
@@ -82,8 +82,6 @@
end;
public
- class function alloc: NSMenuView; message 'alloc';
-
class function menuBarHeight: CGFloat; message 'menuBarHeight';
function initWithFrame(frame_: NSRect): id; message 'initWithFrame:';
function initAsTearOff: id; message 'initAsTearOff';
@@ -126,7 +124,7 @@
function trackWithEvent(event: NSEvent): Boolean; message 'trackWithEvent:';
function horizontalEdgePadding: CGFloat; message 'horizontalEdgePadding';
procedure setHorizontalEdgePadding(pad: CGFloat); message 'setHorizontalEdgePadding:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSMovie.inc b/packages/cocoaint/src/appkit/NSMovie.inc
index a76fbacd4d..0baa719545 100644
--- a/packages/cocoaint/src/appkit/NSMovie.inc
+++ b/packages/cocoaint/src/appkit/NSMovie.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSMovie.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSMOVIE_PAS_C}
{ NSMovie }
- NSMovie = objcclass(NSObject, NSCodingProtocol)
+ NSMovie = objcclass external (NSObject, NSCodingProtocol)
private
_movie: Pointer;
_url: NSURL;
@@ -58,8 +58,6 @@
_reserved2: clong;
public
- class function alloc: NSMovie; message 'alloc';
-
function initWithMovie(movie: Pointer): id; message 'initWithMovie:'; deprecated 'in Mac OS X 10.5 and later';
function initWithURL_byReference(url: NSURL; byRef: Boolean): id; message 'initWithURL:byReference:'; deprecated 'in Mac OS X 10.5 and later';
function initWithPasteboard(pasteboard: NSPasteboard): id; message 'initWithPasteboard:'; deprecated 'in Mac OS X 10.5 and later';
@@ -72,7 +70,7 @@
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSMovieView.inc b/packages/cocoaint/src/appkit/NSMovieView.inc
index 50311a8e52..8781754f36 100644
--- a/packages/cocoaint/src/appkit/NSMovieView.inc
+++ b/packages/cocoaint/src/appkit/NSMovieView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSMovieView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -72,7 +72,7 @@ __MVFlagsPtr = ^__MVFlags;
{$define NSMOVIEVIEW_PAS_C}
{ NSMovieView }
- NSMovieView = objcclass(NSView, NSUserInterfaceValidationsProtocol)
+ NSMovieView = objcclass external (NSView, NSUserInterfaceValidationsProtocol)
private
_fMovie: NSMovie;
_fRate: single;
@@ -84,8 +84,6 @@ __MVFlagsPtr = ^__MVFlags;
_fReserved3: culong;
public
- class function alloc: NSMovieView; message 'alloc';
-
procedure setMovie(movie: NSMovie); message 'setMovie:'; deprecated 'in Mac OS X 10.5 and later';
function movie: NSMovie; message 'movie'; deprecated 'in Mac OS X 10.5 and later';
function movieController: Pointer; message 'movieController'; deprecated 'in Mac OS X 10.5 and later';
@@ -125,7 +123,7 @@ __MVFlagsPtr = ^__MVFlags;
{ Adopted Protocols }
function validateUserInterfaceItem(anItem: id): Boolean;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSNib.inc b/packages/cocoaint/src/appkit/NSNib.inc
index 0cde3da1b1..b1d56e5896 100644
--- a/packages/cocoaint/src/appkit/NSNib.inc
+++ b/packages/cocoaint/src/appkit/NSNib.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSNib.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -47,7 +47,7 @@ var
{$define NSNIB_PAS_C}
{ NSNib }
- NSNib = objcclass(NSObject, NSCodingProtocol)
+ NSNib = objcclass external (NSObject, NSCodingProtocol)
private
_data: NSData;
_images: NSArray;
@@ -65,8 +65,6 @@ var
reserved2: id;
public
- class function alloc: NSNib; message 'alloc';
-
function initWithContentsOfURL(nibFileURL: NSURL): id; message 'initWithContentsOfURL:';
function initWithNibNamed_bundle(nibName: NSString; bundle: NSBundle): id; message 'initWithNibNamed:bundle:';
function instantiateNibWithExternalNameTable(externalNameTable: NSDictionary): Boolean; message 'instantiateNibWithExternalNameTable:';
@@ -75,7 +73,7 @@ var
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSNibLoading.inc b/packages/cocoaint/src/appkit/NSNibLoading.inc
index 012943f731..09c868ff43 100644
--- a/packages/cocoaint/src/appkit/NSNibLoading.inc
+++ b/packages/cocoaint/src/appkit/NSNibLoading.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSNibLoading.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -39,15 +39,15 @@
{$define NSNIBLOADING_PAS_C}
{ NSNibLoadingCategory }
- NSNibLoadingCategory = objccategory(NSBundle)
+ NSNibLoadingCategory = objccategory external (NSBundle)
class function loadNibFile_externalNameTable_withZone(fileName: NSString; context: NSDictionary; zone_: NSZonePtr): Boolean; message 'loadNibFile:externalNameTable:withZone:';
class function loadNibNamed_owner(nibName: NSString; owner: id): Boolean; message 'loadNibNamed:owner:';
- end; external;
+ end;
{ NSNibAwakingCategory }
- NSNibAwakingCategory = objccategory(NSObject)
+ NSNibAwakingCategory = objccategory external (NSObject)
procedure awakeFromNib; message 'awakeFromNib';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSObjectController.inc b/packages/cocoaint/src/appkit/NSObjectController.inc
index 3665e01273..dd29309c71 100644
--- a/packages/cocoaint/src/appkit/NSObjectController.inc
+++ b/packages/cocoaint/src/appkit/NSObjectController.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSObjectController.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSOBJECTCONTROLLER_PAS_C}
{ NSObjectController }
- NSObjectController = objcclass(NSController)
+ NSObjectController = objcclass external (NSController)
private
_reserved3: Pointer;
_managedProxy: id;
@@ -68,8 +68,6 @@
_objectHandler: id;
public
- class function alloc: NSObjectController; message 'alloc';
-
function initWithContent(content_: id): id; message 'initWithContent:';
procedure setContent(content_: id); message 'setContent:';
function content: id; message 'content';
@@ -90,10 +88,10 @@
procedure remove(sender: id); message 'remove:';
function canRemove: Boolean; message 'canRemove';
function validateUserInterfaceItem(item: id): Boolean; message 'validateUserInterfaceItem:';
- end; external;
+ end;
{ NSManagedControllerCategory }
- NSManagedControllerCategory = objccategory(NSObjectController)
+ NSManagedControllerCategory = objccategory external (NSObjectController)
function managedObjectContext: NSManagedObjectContext; message 'managedObjectContext';
procedure setManagedObjectContext(managedObjectContext_: NSManagedObjectContext); message 'setManagedObjectContext:';
function entityName: NSString; message 'entityName';
@@ -105,7 +103,7 @@
procedure setUsesLazyFetching(enabled: Boolean); message 'setUsesLazyFetching:';
function usesLazyFetching: Boolean; message 'usesLazyFetching';
function defaultFetchRequest: NSFetchRequest; message 'defaultFetchRequest';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSOpenGL.inc b/packages/cocoaint/src/appkit/NSOpenGL.inc
index ba6e0755e9..6ed3668d1b 100644
--- a/packages/cocoaint/src/appkit/NSOpenGL.inc
+++ b/packages/cocoaint/src/appkit/NSOpenGL.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSOpenGL.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -131,7 +131,7 @@ procedure NSOpenGLGetVersion(major: GLintPtr; minor: GLintPtr); cdecl; external;
{$define NSOPENGL_PAS_C}
{ NSOpenGLPixelFormat }
- NSOpenGLPixelFormat = objcclass(NSObject, NSCodingProtocol)
+ NSOpenGLPixelFormat = objcclass external (NSObject, NSCodingProtocol)
private
_pixelFormatAuxiliary: NSOpenGLPixelFormatAuxiliaryPtr;
_pixelAttributes: NSData;
@@ -140,8 +140,6 @@ procedure NSOpenGLGetVersion(major: GLintPtr; minor: GLintPtr); cdecl; external;
_reserved3: NSInteger;
public
- class function alloc: NSOpenGLPixelFormat; message 'alloc';
-
function initWithAttributes(attribs: NSOpenGLPixelFormatAttributePtr): id; message 'initWithAttributes:';
function initWithData(attribs: NSData): id; message 'initWithData:';
function initWithCGLPixelFormatObj(format: Pointer): id; message 'initWithCGLPixelFormatObj:';
@@ -154,18 +152,16 @@ procedure NSOpenGLGetVersion(major: GLintPtr; minor: GLintPtr); cdecl; external;
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSOpenGLPixelBuffer }
- NSOpenGLPixelBuffer = objcclass(NSObject)
+ NSOpenGLPixelBuffer = objcclass external (NSObject)
private
__pixelBufferAuxiliary: Pointer;
_reserved1: Pointer;
_reserved2: Pointer;
public
- class function alloc: NSOpenGLPixelBuffer; message 'alloc';
-
function initWithTextureTarget_textureInternalFormat_textureMaxMipMapLevel_pixelsWide_pixelsHigh(target: GLenum; format: GLenum; maxLevel: GLint; pixelsWide_: GLsizei; pixelsHigh_: GLsizei): id; message 'initWithTextureTarget:textureInternalFormat:textureMaxMipMapLevel:pixelsWide:pixelsHigh:';
function initWithCGLPBufferObj(pbuffer: Pointer): id; message 'initWithCGLPBufferObj:';
function CGLPBufferObj: Pointer; message 'CGLPBufferObj';
@@ -174,17 +170,15 @@ procedure NSOpenGLGetVersion(major: GLintPtr; minor: GLintPtr); cdecl; external;
function textureTarget: GLenum; message 'textureTarget';
function textureInternalFormat: GLenum; message 'textureInternalFormat';
function textureMaxMipMapLevel: GLint; message 'textureMaxMipMapLevel';
- end; external;
+ end;
{ NSOpenGLContext }
- NSOpenGLContext = objcclass(NSObject)
+ NSOpenGLContext = objcclass external (NSObject)
private
_view: NSView;
_contextAuxiliary: NSOpenGLContextAuxiliaryPtr;
public
- class function alloc: NSOpenGLContext; message 'alloc';
-
function initWithFormat_shareContext(format: NSOpenGLPixelFormat; share: NSOpenGLContext): id; message 'initWithFormat:shareContext:';
function initWithCGLContextObj(context: Pointer): id; message 'initWithCGLContextObj:';
procedure setView(view_: NSView); message 'setView:';
@@ -209,7 +203,7 @@ procedure NSOpenGLGetVersion(major: GLintPtr; minor: GLintPtr); cdecl; external;
function pixelBufferCubeMapFace: GLenum; message 'pixelBufferCubeMapFace';
function pixelBufferMipMapLevel: GLint; message 'pixelBufferMipMapLevel';
procedure setTextureImageToPixelBuffer_colorBuffer(pixelBuffer_: NSOpenGLPixelBuffer; source: GLenum); message 'setTextureImageToPixelBuffer:colorBuffer:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSOpenGLView.inc b/packages/cocoaint/src/appkit/NSOpenGLView.inc
index 123d42e0be..7f93899f77 100644
--- a/packages/cocoaint/src/appkit/NSOpenGLView.inc
+++ b/packages/cocoaint/src/appkit/NSOpenGLView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSOpenGLView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSOPENGLVIEW_PAS_C}
{ NSOpenGLView }
- NSOpenGLView = objcclass(NSView)
+ NSOpenGLView = objcclass external (NSView)
private
_openGLContext: NSOpenGLContext;
_pixelFormat: NSOpenGLPixelFormat;
@@ -51,8 +51,6 @@
_reserved3: NSInteger;
public
- class function alloc: NSOpenGLView; message 'alloc';
-
class function defaultPixelFormat: NSOpenGLPixelFormat; message 'defaultPixelFormat';
function initWithFrame_pixelFormat(frameRect: NSRect; format: NSOpenGLPixelFormat): id; message 'initWithFrame:pixelFormat:';
procedure setOpenGLContext(context: NSOpenGLContext); message 'setOpenGLContext:';
@@ -63,7 +61,7 @@
procedure setPixelFormat(pixelFormat_: NSOpenGLPixelFormat); message 'setPixelFormat:';
function pixelFormat: NSOpenGLPixelFormat; message 'pixelFormat';
procedure prepareOpenGL; message 'prepareOpenGL';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSOpenPanel.inc b/packages/cocoaint/src/appkit/NSOpenPanel.inc
index 31e4afefcc..6eb463a967 100644
--- a/packages/cocoaint/src/appkit/NSOpenPanel.inc
+++ b/packages/cocoaint/src/appkit/NSOpenPanel.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSOpenPanel.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define NSOPENPANEL_PAS_C}
{ NSOpenPanel }
- NSOpenPanel = objcclass(NSSavePanel)
+ NSOpenPanel = objcclass external (NSSavePanel)
private
_reservedOpenPanel: array[0..3] of char;
_privateOpenPanel: Pointer;
public
- class function alloc: NSOpenPanel; message 'alloc';
-
class function openPanel: NSOpenPanel; message 'openPanel';
function URLs: NSArray; message 'URLs';
function resolvesAliases: Boolean; message 'resolvesAliases';
@@ -60,16 +58,16 @@
procedure setAllowsMultipleSelection(flag: Boolean); message 'setAllowsMultipleSelection:';
function canChooseFiles: Boolean; message 'canChooseFiles';
procedure setCanChooseFiles(flag: Boolean); message 'setCanChooseFiles:';
- end; external;
+ end;
{ NSDeprecated_NSOpenPanelCategory }
- NSDeprecated_NSOpenPanelCategory = objccategory(NSOpenPanel)
+ NSDeprecated_NSOpenPanelCategory = objccategory external name 'NSDeprecated' (NSOpenPanel)
function filenames: NSArray; message 'filenames';
procedure beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo(path: NSString; name: NSString; fileTypes: NSArray; docWindow: NSWindow; delegate_: id; didEndSelector: SEL; contextInfo: Pointer); message 'beginSheetForDirectory:file:types:modalForWindow:modalDelegate:didEndSelector:contextInfo:';
procedure beginForDirectory_file_types_modelessDelegate_didEndSelector_contextInfo(path: NSString; name: NSString; fileTypes: NSArray; delegate_: id; didEndSelector: SEL; contextInfo: Pointer); message 'beginForDirectory:file:types:modelessDelegate:didEndSelector:contextInfo:';
function runModalForDirectory_file_types(path: NSString; name: NSString; fileTypes: NSArray): NSInteger; message 'runModalForDirectory:file:types:';
function runModalForTypes(fileTypes: NSArray): NSInteger; message 'runModalForTypes:';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSOutlineView.inc b/packages/cocoaint/src/appkit/NSOutlineView.inc
index a53450ed90..61661703fe 100644
--- a/packages/cocoaint/src/appkit/NSOutlineView.inc
+++ b/packages/cocoaint/src/appkit/NSOutlineView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSOutlineView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -131,7 +131,7 @@ var
{$define NSOUTLINEVIEW_PAS_C}
{ NSOutlineView }
- NSOutlineView = objcclass(NSTableView)
+ NSOutlineView = objcclass external (NSTableView)
private
_numberOfRows: NSInteger;
__rowEntryTree: Pointer;
@@ -159,8 +159,6 @@ var
_ovReserved: id;
public
- class function alloc: NSOutlineView; message 'alloc';
-
procedure setDelegate(anObject: id); message 'setDelegate:';
function delegate: id; message 'delegate';
procedure setDataSource(aSource: id); message 'setDataSource:';
@@ -191,10 +189,10 @@ var
function shouldCollapseAutoExpandedItemsForDeposited(deposited: Boolean): Boolean; message 'shouldCollapseAutoExpandedItemsForDeposited:';
function autosaveExpandedItems: Boolean; message 'autosaveExpandedItems';
procedure setAutosaveExpandedItems(save: Boolean); message 'setAutosaveExpandedItems:';
- end; external;
+ end;
{ NSOutlineViewNotificationsCategory }
- NSOutlineViewNotificationsCategory = objccategory(NSObject)
+ NSOutlineViewNotificationsCategory = objccategory external (NSObject)
procedure outlineViewSelectionDidChange(notification: NSNotification); message 'outlineViewSelectionDidChange:';
procedure outlineViewColumnDidMove(notification: NSNotification); message 'outlineViewColumnDidMove:';
procedure outlineViewColumnDidResize(notification: NSNotification); message 'outlineViewColumnDidResize:';
@@ -203,7 +201,7 @@ var
procedure outlineViewItemDidExpand(notification: NSNotification); message 'outlineViewItemDidExpand:';
procedure outlineViewItemWillCollapse(notification: NSNotification); message 'outlineViewItemWillCollapse:';
procedure outlineViewItemDidCollapse(notification: NSNotification); message 'outlineViewItemDidCollapse:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -212,7 +210,7 @@ var
{$define NSOUTLINEVIEW_PAS_P}
{ NSOutlineViewDataSource Protocol }
- NSOutlineViewDataSourceProtocol = objcprotocol
+ NSOutlineViewDataSourceProtocol = objcprotocol external name 'NSOutlineViewDataSource'
function outlineView_child_ofItem(outlineView: NSOutlineView; index: NSInteger; item: id): id; message 'outlineView:child:ofItem:';
function outlineView_isItemExpandable(outlineView: NSOutlineView; item: id): Boolean; message 'outlineView:isItemExpandable:';
function outlineView_numberOfChildrenOfItem(outlineView: NSOutlineView; item: id): NSInteger; message 'outlineView:numberOfChildrenOfItem:';
@@ -225,10 +223,10 @@ var
function outlineView_validateDrop_proposedItem_proposedChildIndex(outlineView: NSOutlineView; info: id; item: id; index: NSInteger): NSDragOperation; message 'outlineView:validateDrop:proposedItem:proposedChildIndex:';
function outlineView_acceptDrop_item_childIndex(outlineView: NSOutlineView; info: id; item: id; index: NSInteger): Boolean; message 'outlineView:acceptDrop:item:childIndex:';
function outlineView_namesOfPromisedFilesDroppedAtDestination_forDraggedItems(outlineView: NSOutlineView; dropDestination: NSURL; items: NSArray): NSArray; message 'outlineView:namesOfPromisedFilesDroppedAtDestination:forDraggedItems:';
- end; external name 'NSOutlineViewDataSource';
+ end;
{ NSOutlineViewDelegate Protocol }
- NSOutlineViewDelegateProtocol = objcprotocol
+ NSOutlineViewDelegateProtocol = objcprotocol external name 'NSOutlineViewDelegate'
procedure outlineView_willDisplayCell_forTableColumn_item(outlineView: NSOutlineView; cell: id; tableColumn: NSTableColumn; item: id); message 'outlineView:willDisplayCell:forTableColumn:item:';
function outlineView_shouldEditTableColumn_item(outlineView: NSOutlineView; tableColumn: NSTableColumn; item: id): Boolean; message 'outlineView:shouldEditTableColumn:item:';
function selectionShouldChangeInOutlineView(outlineView: NSOutlineView): Boolean; message 'selectionShouldChangeInOutlineView:';
@@ -253,6 +251,6 @@ var
function outlineView_sizeToFitWidthOfColumn(outlineView: NSOutlineView; column: NSInteger): CGFloat; message 'outlineView:sizeToFitWidthOfColumn:';
function outlineView_shouldReorderColumn_toColumn(outlineView: NSOutlineView; columnIndex: NSInteger; newColumnIndex: NSInteger): Boolean; message 'outlineView:shouldReorderColumn:toColumn:';
function outlineView_shouldShowOutlineCellForItem(outlineView: NSOutlineView; item: id): Boolean; message 'outlineView:shouldShowOutlineCellForItem:';
- end; external name 'NSOutlineViewDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPDFImageRep.inc b/packages/cocoaint/src/appkit/NSPDFImageRep.inc
index dc3e2a9fa3..63ffb7ec46 100644
--- a/packages/cocoaint/src/appkit/NSPDFImageRep.inc
+++ b/packages/cocoaint/src/appkit/NSPDFImageRep.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPDFImageRep.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPDFIMAGEREP_PAS_C}
{ NSPDFImageRep }
- NSPDFImageRep = objcclass(NSImageRep)
+ NSPDFImageRep = objcclass external (NSImageRep)
private
_pdfData: NSData;
_reserved1: cint;
@@ -50,8 +50,6 @@
_private: id;
public
- class function alloc: NSPDFImageRep; message 'alloc';
-
class function imageRepWithData(pdfData: NSData): id; message 'imageRepWithData:';
function initWithData(pdfData: NSData): id; message 'initWithData:';
function PDFRepresentation: NSData; message 'PDFRepresentation';
@@ -59,7 +57,7 @@
procedure setCurrentPage(page: NSInteger); message 'setCurrentPage:';
function currentPage: NSInteger; message 'currentPage';
function pageCount: NSInteger; message 'pageCount';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPICTImageRep.inc b/packages/cocoaint/src/appkit/NSPICTImageRep.inc
index f442e959e4..fc37a90a43 100644
--- a/packages/cocoaint/src/appkit/NSPICTImageRep.inc
+++ b/packages/cocoaint/src/appkit/NSPICTImageRep.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPICTImageRep.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPICTIMAGEREP_PAS_C}
{ NSPICTImageRep }
- NSPICTImageRep = objcclass(NSImageRep)
+ NSPICTImageRep = objcclass external (NSImageRep)
private
_pictOrigin: NSPoint;
_pictData: NSData;
@@ -57,13 +57,11 @@
{$endif}
public
- class function alloc: NSPICTImageRep; message 'alloc';
-
class function imageRepWithData(pictData: NSData): id; message 'imageRepWithData:';
function initWithData(pictData: NSData): id; message 'initWithData:';
function PICTRepresentation: NSData; message 'PICTRepresentation';
function boundingBox: NSRect; message 'boundingBox';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPageLayout.inc b/packages/cocoaint/src/appkit/NSPageLayout.inc
index b9fe8e611e..363bba0139 100644
--- a/packages/cocoaint/src/appkit/NSPageLayout.inc
+++ b/packages/cocoaint/src/appkit/NSPageLayout.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPageLayout.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPAGELAYOUT_PAS_C}
{ NSPageLayout }
- NSPageLayout = objcclass(NSObject)
+ NSPageLayout = objcclass external (NSObject)
private
_accessoryControllers: NSMutableArray;
_originalPrintInfo: NSPrintInfo;
@@ -58,8 +58,6 @@
{$endif}
public
- class function alloc: NSPageLayout; message 'alloc';
-
class function pageLayout: NSPageLayout; message 'pageLayout';
procedure addAccessoryController(accessoryController: NSViewController); message 'addAccessoryController:';
procedure removeAccessoryController(accessoryController: NSViewController); message 'removeAccessoryController:';
@@ -68,20 +66,20 @@
function runModalWithPrintInfo(printInfo_: NSPrintInfo): NSInteger; message 'runModalWithPrintInfo:';
function runModal: NSInteger; message 'runModal';
function printInfo: NSPrintInfo; message 'printInfo';
- end; external;
+ end;
{ NSDeprecated_NSPageLayoutCategory }
- NSDeprecated_NSPageLayoutCategory = objccategory(NSPageLayout)
+ NSDeprecated_NSPageLayoutCategory = objccategory external name 'NSDeprecated' (NSPageLayout)
procedure setAccessoryView(accessoryView: NSView); message 'setAccessoryView:'; deprecated 'in Mac OS X 10.5 and later';
function accessoryView: NSView; message 'accessoryView'; deprecated 'in Mac OS X 10.5 and later';
procedure readPrintInfo; message 'readPrintInfo'; deprecated 'in Mac OS X 10.5 and later';
procedure writePrintInfo; message 'writePrintInfo'; deprecated 'in Mac OS X 10.5 and later';
- end; external name 'NSDeprecated';
+ end;
{ NSPageLayoutPanelCategory }
- NSPageLayoutPanelCategory = objccategory(NSApplication)
+ NSPageLayoutPanelCategory = objccategory external (NSApplication)
procedure runPageLayout(sender: id); message 'runPageLayout:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPanel.inc b/packages/cocoaint/src/appkit/NSPanel.inc
index 02cbca9908..93a56bb931 100644
--- a/packages/cocoaint/src/appkit/NSPanel.inc
+++ b/packages/cocoaint/src/appkit/NSPanel.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPanel.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -79,18 +79,16 @@ procedure NSReleaseAlertPanel(panel: id); cdecl; external;
{$define NSPANEL_PAS_C}
{ NSPanel }
- NSPanel = objcclass(NSWindow)
+ NSPanel = objcclass external (NSWindow)
public
- class function alloc: NSPanel; message 'alloc';
-
function isFloatingPanel: Boolean; message 'isFloatingPanel';
procedure setFloatingPanel(flag: Boolean); message 'setFloatingPanel:';
function becomesKeyOnlyIfNeeded: Boolean; message 'becomesKeyOnlyIfNeeded';
procedure setBecomesKeyOnlyIfNeeded(flag: Boolean); message 'setBecomesKeyOnlyIfNeeded:';
function worksWhenModal: Boolean; message 'worksWhenModal';
procedure setWorksWhenModal(flag: Boolean); message 'setWorksWhenModal:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSParagraphStyle.inc b/packages/cocoaint/src/appkit/NSParagraphStyle.inc
index d57374a503..04a4c43d8f 100644
--- a/packages/cocoaint/src/appkit/NSParagraphStyle.inc
+++ b/packages/cocoaint/src/appkit/NSParagraphStyle.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSParagraphStyle.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -75,7 +75,7 @@ var
{$define NSPARAGRAPHSTYLE_PAS_C}
{ NSTextTab }
- NSTextTab = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSTextTab = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
__flags: bitpacked record
case byte of
@@ -93,8 +93,6 @@ var
_reserved: id;
public
- class function alloc: NSTextTab; message 'alloc';
-
function initWithTextAlignment_location_options(alignment_: NSTextAlignment; loc: CGFloat; options_: NSDictionary): id; message 'initWithTextAlignment:location:options:';
function alignment: NSTextAlignment; message 'alignment';
function options: NSDictionary; message 'options';
@@ -106,10 +104,10 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSParagraphStyle }
- NSParagraphStyle = objcclass(NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
+ NSParagraphStyle = objcclass external (NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
private
_lineSpacing: CGFloat;
_paragraphSpacing: CGFloat;
@@ -139,8 +137,6 @@ var
_extraData: id;
public
- class function alloc: NSParagraphStyle; message 'alloc';
-
class function defaultParagraphStyle: NSParagraphStyle; message 'defaultParagraphStyle';
class function defaultWritingDirectionForLanguage(languageName: NSString): NSWritingDirection; message 'defaultWritingDirectionForLanguage:';
function lineSpacing: CGFloat; message 'lineSpacing';
@@ -168,14 +164,12 @@ var
function mutableCopyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSMutableParagraphStyle }
- NSMutableParagraphStyle = objcclass(NSParagraphStyle)
+ NSMutableParagraphStyle = objcclass external (NSParagraphStyle)
public
- class function alloc: NSMutableParagraphStyle; message 'alloc';
-
procedure setLineSpacing(aFloat: CGFloat); message 'setLineSpacing:';
procedure setParagraphSpacing(aFloat: CGFloat); message 'setParagraphSpacing:';
procedure setAlignment(alignment_: NSTextAlignment); message 'setAlignment:';
@@ -198,7 +192,7 @@ var
procedure setHyphenationFactor(aFactor: single); message 'setHyphenationFactor:';
procedure setTighteningFactorForTruncation(aFactor: single); message 'setTighteningFactorForTruncation:';
procedure setHeaderLevel(level: NSInteger); message 'setHeaderLevel:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPasteboard.inc b/packages/cocoaint/src/appkit/NSPasteboard.inc
index e6b8cbc534..006f136013 100644
--- a/packages/cocoaint/src/appkit/NSPasteboard.inc
+++ b/packages/cocoaint/src/appkit/NSPasteboard.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPasteboard.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -111,7 +111,7 @@ var
{$define NSPASTEBOARD_PAS_C}
{ NSPasteboard }
- NSPasteboard = objcclass(NSObject)
+ NSPasteboard = objcclass external (NSObject)
private
_pboard: id;
_gen: cint;
@@ -124,8 +124,6 @@ var
_reserved: array[0..2] of Pointer;
public
- class function alloc: NSPasteboard; message 'alloc';
-
class function generalPasteboard: NSPasteboard; message 'generalPasteboard';
class function pasteboardWithName(name_: NSString): NSPasteboard; message 'pasteboardWithName:';
class function pasteboardWithUniqueName: NSPasteboard; message 'pasteboardWithUniqueName';
@@ -149,39 +147,39 @@ var
function dataForType(dataType: NSString): NSData; message 'dataForType:';
function propertyListForType(dataType: NSString): id; message 'propertyListForType:';
function stringForType(dataType: NSString): NSString; message 'stringForType:';
- end; external;
+ end;
{ FilterServicesCategory }
- FilterServicesCategory = objccategory(NSPasteboard)
+ FilterServicesCategory = objccategory external (NSPasteboard)
class function typesFilterableTo(type_: NSString): NSArray; message 'typesFilterableTo:';
class function pasteboardByFilteringFile(filename: NSString): NSPasteboard; message 'pasteboardByFilteringFile:';
class function pasteboardByFilteringData_ofType(data: NSData; type_: NSString): NSPasteboard; message 'pasteboardByFilteringData:ofType:';
class function pasteboardByFilteringTypesInPasteboard(pboard: NSPasteboard): NSPasteboard; message 'pasteboardByFilteringTypesInPasteboard:';
- end; external;
+ end;
{ NSPasteboardOwnerCategory }
- NSPasteboardOwnerCategory = objccategory(NSObject)
+ NSPasteboardOwnerCategory = objccategory external (NSObject)
procedure pasteboard_provideDataForType(sender: NSPasteboard; type_: NSString); message 'pasteboard:provideDataForType:';
procedure pasteboardChangedOwner(sender: NSPasteboard); message 'pasteboardChangedOwner:';
- end; external;
+ end;
{ NSPasteboardSupportCategory }
- NSPasteboardSupportCategory = objccategory(NSURL)
+ NSPasteboardSupportCategory = objccategory external (NSURL)
class function URLFromPasteboard(pasteBoard: NSPasteboard): NSURL; message 'URLFromPasteboard:';
procedure writeToPasteboard(pasteBoard: NSPasteboard); message 'writeToPasteboard:';
- end; external;
+ end;
{ NSPasteboardSupport_NSStringCategory }
- NSPasteboardSupport_NSStringCategory = objccategory(NSString)
- end; external name 'NSPasteboardSupport';
+ NSPasteboardSupport_NSStringCategory = objccategory external name 'NSPasteboardSupport' (NSString)
+ end;
{ NSFileContentsCategory }
- NSFileContentsCategory = objccategory(NSPasteboard)
+ NSFileContentsCategory = objccategory external (NSPasteboard)
function writeFileContents(filename: NSString): Boolean; message 'writeFileContents:';
function readFileContentsType_toFile(type_: NSString; filename: NSString): NSString; message 'readFileContentsType:toFile:';
function writeFileWrapper(wrapper: NSFileWrapper): Boolean; message 'writeFileWrapper:';
function readFileWrapper: NSFileWrapper; message 'readFileWrapper';
- end; external;
+ end;
{$endif}
{$endif}
@@ -190,17 +188,17 @@ var
{$define NSPASTEBOARD_PAS_P}
{ NSPasteboardWriting Protocol }
- NSPasteboardWritingProtocol = objcprotocol
+ NSPasteboardWritingProtocol = objcprotocol external name 'NSPasteboardWriting'
function writableTypesForPasteboard(pasteboard: NSPasteboard): NSArray; message 'writableTypesForPasteboard:';
function writingOptionsForType_pasteboard(type_: NSString; pasteboard: NSPasteboard): NSPasteboardWritingOptions; message 'writingOptionsForType:pasteboard:';
function pasteboardPropertyListForType(type_: NSString): id; message 'pasteboardPropertyListForType:';
- end; external name 'NSPasteboardWriting';
+ end;
{ NSPasteboardReading Protocol }
- NSPasteboardReadingProtocol = objcprotocol
+ NSPasteboardReadingProtocol = objcprotocol external name 'NSPasteboardReading'
class function readableTypesForPasteboard(pasteboard: NSPasteboard): NSArray; message 'readableTypesForPasteboard:';
class function readingOptionsForType_pasteboard(type_: NSString; pasteboard: NSPasteboard): NSPasteboardReadingOptions; message 'readingOptionsForType:pasteboard:';
function initWithPasteboardPropertyList_ofType(propertyList: id; type_: NSString): id; message 'initWithPasteboardPropertyList:ofType:';
- end; external name 'NSPasteboardReading';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPasteboardItem.inc b/packages/cocoaint/src/appkit/NSPasteboardItem.inc
index df78a561ca..f1dd794ba6 100644
--- a/packages/cocoaint/src/appkit/NSPasteboardItem.inc
+++ b/packages/cocoaint/src/appkit/NSPasteboardItem.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPasteboardItem.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -43,7 +43,7 @@
{$define NSPASTEBOARDITEM_PAS_C}
{ NSPasteboardItem }
- NSPasteboardItem = objcclass(NSObject, NSPasteboardWritingProtocol, NSPasteboardReadingProtocol)
+ NSPasteboardItem = objcclass external (NSObject, NSPasteboardWritingProtocol, NSPasteboardReadingProtocol)
private
_pasteboard: NSPasteboard;
_index: NSUInteger;
@@ -52,8 +52,6 @@
_reserved: Pointer;
public
- class function alloc: NSPasteboardItem; message 'alloc';
-
function types: NSArray; message 'types';
function availableTypeFromArray(types_: NSArray): NSString; message 'availableTypeFromArray:';
function setDataProvider_forTypes(dataProvider: id; types_: NSArray): Boolean; message 'setDataProvider:forTypes:';
@@ -71,7 +69,7 @@
class function readableTypesForPasteboard(pasteboard: NSPasteboard): NSArray;
class function readingOptionsForType_pasteboard(type_: NSString; pasteboard: NSPasteboard): NSPasteboardReadingOptions;
function initWithPasteboardPropertyList_ofType(propertyList: id; type_: NSString): id;
- end; external;
+ end;
{$endif}
{$endif}
@@ -80,9 +78,9 @@
{$define NSPASTEBOARDITEM_PAS_P}
{ NSPasteboardItemDataProvider Protocol }
- NSPasteboardItemDataProviderProtocol = objcprotocol
+ NSPasteboardItemDataProviderProtocol = objcprotocol external name 'NSPasteboardItemDataProvider'
procedure pasteboard_item_provideDataForType(pasteboard: NSPasteboard; item: NSPasteboardItem; type_: NSString); message 'pasteboard:item:provideDataForType:';
procedure pasteboardFinishedWithDataProvider(pasteboard: NSPasteboard); message 'pasteboardFinishedWithDataProvider:';
- end; external name 'NSPasteboardItemDataProvider';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPathCell.inc b/packages/cocoaint/src/appkit/NSPathCell.inc
index 2729d95ae7..04470dd82c 100644
--- a/packages/cocoaint/src/appkit/NSPathCell.inc
+++ b/packages/cocoaint/src/appkit/NSPathCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPathCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -55,7 +55,7 @@ type
{$define NSPATHCELL_PAS_C}
{ NSPathCell }
- NSPathCell = objcclass(NSActionCell, NSOpenSavePanelDelegateProtocol)
+ NSPathCell = objcclass external (NSActionCell, NSOpenSavePanelDelegateProtocol)
private
_backgroundColor: NSColor;
_borderColors: NSMutableArray;
@@ -79,8 +79,6 @@ type
_aux: id;
public
- class function alloc: NSPathCell; message 'alloc';
-
function pathStyle: NSPathStyle; message 'pathStyle';
procedure setPathStyle(style: NSPathStyle); message 'setPathStyle:';
function URL: NSURL; message 'URL';
@@ -115,7 +113,7 @@ type
function panel_userEnteredFilename_confirmed(sender: id; filename: NSString; okFlag: Boolean): NSString;
procedure panel_willExpand(sender: id; expanding: Boolean);
procedure panelSelectionDidChange(sender: id);
- end; external;
+ end;
{$endif}
{$endif}
@@ -124,9 +122,9 @@ type
{$define NSPATHCELL_PAS_P}
{ NSPathCellDelegate Protocol }
- NSPathCellDelegateProtocol = objcprotocol
+ NSPathCellDelegateProtocol = objcprotocol external name 'NSPathCellDelegate'
procedure pathCell_willDisplayOpenPanel(pathCell: NSPathCell; openPanel: NSOpenPanel); message 'pathCell:willDisplayOpenPanel:';
procedure pathCell_willPopUpMenu(pathCell: NSPathCell; menu: NSMenu); message 'pathCell:willPopUpMenu:';
- end; external name 'NSPathCellDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPathComponentCell.inc b/packages/cocoaint/src/appkit/NSPathComponentCell.inc
index 85e3403ccb..72233b8edb 100644
--- a/packages/cocoaint/src/appkit/NSPathComponentCell.inc
+++ b/packages/cocoaint/src/appkit/NSPathComponentCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPathComponentCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPATHCOMPONENTCELL_PAS_C}
{ NSPathComponentCell }
- NSPathComponentCell = objcclass(NSTextFieldCell)
+ NSPathComponentCell = objcclass external (NSTextFieldCell)
private
_image: NSImage;
_fullWidth: CGFloat;
@@ -64,13 +64,11 @@
_aux: id;
public
- class function alloc: NSPathComponentCell; message 'alloc';
-
function image: NSImage; message 'image';
procedure setImage(value: NSImage); message 'setImage:';
function URL: NSURL; message 'URL';
procedure setURL(url_: NSURL); message 'setURL:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPathControl.inc b/packages/cocoaint/src/appkit/NSPathControl.inc
index 2ee7cf8a0e..8a92877cd8 100644
--- a/packages/cocoaint/src/appkit/NSPathControl.inc
+++ b/packages/cocoaint/src/appkit/NSPathControl.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPathControl.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -43,7 +43,7 @@
{$define NSPATHCONTROL_PAS_C}
{ NSPathControl }
- NSPathControl = objcclass(NSControl)
+ NSPathControl = objcclass external (NSControl)
private
_draggingSourceOperationMaskForLocal: NSDragOperation;
_draggingSourceOperationMaskForNonLocal: NSDragOperation;
@@ -52,8 +52,6 @@
_aux: id;
public
- class function alloc: NSPathControl; message 'alloc';
-
function URL: NSURL; message 'URL';
procedure setURL(url_: NSURL); message 'setURL:';
function doubleAction: SEL; message 'doubleAction';
@@ -70,7 +68,7 @@
procedure setDraggingSourceOperationMask_forLocal(mask: NSDragOperation; isLocal: Boolean); message 'setDraggingSourceOperationMask:forLocal:';
procedure setMenu(menu_: NSMenu); message 'setMenu:';
function menu: NSMenu; message 'menu';
- end; external;
+ end;
{$endif}
{$endif}
@@ -79,12 +77,12 @@
{$define NSPATHCONTROL_PAS_P}
{ NSPathControlDelegate Protocol }
- NSPathControlDelegateProtocol = objcprotocol
+ NSPathControlDelegateProtocol = objcprotocol external name 'NSPathControlDelegate'
function pathControl_shouldDragPathComponentCell_withPasteboard(pathControl: NSPathControl; pathComponentCell: NSPathComponentCell; pasteboard: NSPasteboard): Boolean; message 'pathControl:shouldDragPathComponentCell:withPasteboard:';
function pathControl_validateDrop(pathControl: NSPathControl; info: id): NSDragOperation; message 'pathControl:validateDrop:';
function pathControl_acceptDrop(pathControl: NSPathControl; info: id): Boolean; message 'pathControl:acceptDrop:';
procedure pathControl_willDisplayOpenPanel(pathControl: NSPathControl; openPanel: NSOpenPanel); message 'pathControl:willDisplayOpenPanel:';
procedure pathControl_willPopUpMenu(pathControl: NSPathControl; menu: NSMenu); message 'pathControl:willPopUpMenu:';
- end; external name 'NSPathControlDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPersistentDocument.inc b/packages/cocoaint/src/appkit/NSPersistentDocument.inc
index 31294a08e0..5f34c8d1a2 100644
--- a/packages/cocoaint/src/appkit/NSPersistentDocument.inc
+++ b/packages/cocoaint/src/appkit/NSPersistentDocument.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPersistentDocument.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPERSISTENTDOCUMENT_PAS_C}
{ NSPersistentDocument }
- NSPersistentDocument = objcclass(NSDocument)
+ NSPersistentDocument = objcclass external (NSDocument)
private
_managedObjectModel: NSManagedObjectModel;
_managedObjectContext: NSManagedObjectContext;
@@ -53,8 +53,6 @@
_reserved4: Pointer;
public
- class function alloc: NSPersistentDocument; message 'alloc';
-
function managedObjectContext: NSManagedObjectContext; message 'managedObjectContext';
procedure setManagedObjectContext(managedObjectContext_: NSManagedObjectContext); message 'setManagedObjectContext:';
function managedObjectModel: id; message 'managedObjectModel';
@@ -63,12 +61,12 @@
function writeToURL_ofType_forSaveOperation_originalContentsURL_error(absoluteURL: NSURL; typeName: NSString; saveOperation: NSSaveOperationType; absoluteOriginalContentsURL: NSURL; error: NSErrorPointer): Boolean; message 'writeToURL:ofType:forSaveOperation:originalContentsURL:error:';
function readFromURL_ofType_error(absoluteURL: NSURL; typeName: NSString; error: NSErrorPointer): Boolean; message 'readFromURL:ofType:error:';
function revertToContentsOfURL_ofType_error(inAbsoluteURL: NSURL; inTypeName: NSString; outError: NSErrorPointer): Boolean; message 'revertToContentsOfURL:ofType:error:';
- end; external;
+ end;
{ NSDeprecated_NSPersistentDocumentCategory }
- NSDeprecated_NSPersistentDocumentCategory = objccategory(NSPersistentDocument)
+ NSDeprecated_NSPersistentDocumentCategory = objccategory external name 'NSDeprecated' (NSPersistentDocument)
function configurePersistentStoreCoordinatorForURL_ofType_error(url: NSURL; fileType_: NSString; error: NSErrorPointer): Boolean; message 'configurePersistentStoreCoordinatorForURL:ofType:error:';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPopUpButton.inc b/packages/cocoaint/src/appkit/NSPopUpButton.inc
index ecafe27e00..d43ed5d4ad 100644
--- a/packages/cocoaint/src/appkit/NSPopUpButton.inc
+++ b/packages/cocoaint/src/appkit/NSPopUpButton.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPopUpButton.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -46,7 +46,7 @@ var
{$define NSPOPUPBUTTON_PAS_C}
{ NSPopUpButton }
- NSPopUpButton = objcclass(NSButton)
+ NSPopUpButton = objcclass external (NSButton)
private
__pbFlags: bitpacked record
case byte of
@@ -61,8 +61,6 @@ var
{$endif}
public
- class function alloc: NSPopUpButton; message 'alloc';
-
function initWithFrame_pullsDown(buttonFrame: NSRect; flag: Boolean): id; message 'initWithFrame:pullsDown:';
procedure setMenu(menu_: NSMenu); message 'setMenu:';
function menu: NSMenu; message 'menu';
@@ -99,7 +97,7 @@ var
function itemTitleAtIndex(index: NSInteger): NSString; message 'itemTitleAtIndex:';
function itemTitles: NSArray; message 'itemTitles';
function titleOfSelectedItem: NSString; message 'titleOfSelectedItem';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc b/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc
index f7f2d01c49..305c24ad7b 100644
--- a/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc
+++ b/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPopUpButtonCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -58,7 +58,7 @@ var
{$define NSPOPUPBUTTONCELL_PAS_C}
{ NSPopUpButtonCell }
- NSPopUpButtonCell = objcclass(NSMenuItemCell)
+ NSPopUpButtonCell = objcclass external (NSMenuItemCell)
private
_menu: NSMenu;
_selectedIndex: cint;
@@ -84,8 +84,6 @@ var
{$endif}
public
- class function alloc: NSPopUpButtonCell; message 'alloc';
-
function initTextCell_pullsDown(stringValue_: NSString; pullDown: Boolean): id; message 'initTextCell:pullsDown:';
procedure setMenu(menu_: NSMenu); message 'setMenu:';
function menu: NSMenu; message 'menu';
@@ -133,7 +131,7 @@ var
procedure setArrowPosition(position: NSPopUpArrowPosition); message 'setArrowPosition:';
function objectValue: id; message 'objectValue';
procedure setObjectValue(obj: id); message 'setObjectValue:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPredicateEditor.inc b/packages/cocoaint/src/appkit/NSPredicateEditor.inc
index 126e62a2a2..13a1a8e1be 100644
--- a/packages/cocoaint/src/appkit/NSPredicateEditor.inc
+++ b/packages/cocoaint/src/appkit/NSPredicateEditor.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPredicateEditor.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPREDICATEEDITOR_PAS_C}
{ NSPredicateEditor }
- NSPredicateEditor = objcclass(NSRuleEditor)
+ NSPredicateEditor = objcclass external (NSRuleEditor)
private
_allTemplates: id;
_rootTrees: NSArray;
@@ -60,11 +60,9 @@
_predicateEditorReserved: array[0..2] of id;
public
- class function alloc: NSPredicateEditor; message 'alloc';
-
procedure setRowTemplates(rowTemplates_: NSArray); message 'setRowTemplates:';
function rowTemplates: NSArray; message 'rowTemplates';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPredicateEditorRowTemplate.inc b/packages/cocoaint/src/appkit/NSPredicateEditorRowTemplate.inc
index 6ca4e54641..93b1525a79 100644
--- a/packages/cocoaint/src/appkit/NSPredicateEditorRowTemplate.inc
+++ b/packages/cocoaint/src/appkit/NSPredicateEditorRowTemplate.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPredicateEditorRowTemplate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPREDICATEEDITORROWTEMPLATE_PAS_C}
{ NSPredicateEditorRowTemplate }
- NSPredicateEditorRowTemplate = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ NSPredicateEditorRowTemplate = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_templateType: NSInteger;
_predicateOptions: NSUInteger;
@@ -62,8 +62,6 @@
_patternReserved: id;
public
- class function alloc: NSPredicateEditorRowTemplate; message 'alloc';
-
function matchForPredicate(predicate: NSPredicate): double; message 'matchForPredicate:';
function templateViews: NSArray; message 'templateViews';
procedure setPredicate(predicate: NSPredicate); message 'setPredicate:';
@@ -85,7 +83,7 @@
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPrintInfo.inc b/packages/cocoaint/src/appkit/NSPrintInfo.inc
index 037ea06b67..b87bd2617a 100644
--- a/packages/cocoaint/src/appkit/NSPrintInfo.inc
+++ b/packages/cocoaint/src/appkit/NSPrintInfo.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPrintInfo.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -103,14 +103,12 @@ var
{$define NSPRINTINFO_PAS_C}
{ NSPrintInfo }
- NSPrintInfo = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSPrintInfo = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_attributes: NSMutableDictionary;
_moreVars: id;
public
- class function alloc: NSPrintInfo; message 'alloc';
-
class procedure setSharedPrintInfo(printInfo: NSPrintInfo); message 'setSharedPrintInfo:';
class function sharedPrintInfo: NSPrintInfo; message 'sharedPrintInfo';
function initWithDictionary(attributes: NSDictionary): id; message 'initWithDictionary:';
@@ -160,13 +158,13 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSDeprecated_NSPrintInfoCategory }
- NSDeprecated_NSPrintInfoCategory = objccategory(NSPrintInfo)
+ NSDeprecated_NSPrintInfoCategory = objccategory external name 'NSDeprecated' (NSPrintInfo)
class procedure setDefaultPrinter(printer_: NSPrinter); message 'setDefaultPrinter:'; deprecated 'in Mac OS X 10.2 and later';
class function sizeForPaperName(name: NSString): NSSize; message 'sizeForPaperName:'; deprecated 'in Mac OS X 10.2 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPrintOperation.inc b/packages/cocoaint/src/appkit/NSPrintOperation.inc
index 6f6806124d..da022c30bb 100644
--- a/packages/cocoaint/src/appkit/NSPrintOperation.inc
+++ b/packages/cocoaint/src/appkit/NSPrintOperation.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPrintOperation.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -59,11 +59,9 @@ var
{$define NSPRINTOPERATION_PAS_C}
{ NSPrintOperation }
- NSPrintOperation = objcclass(NSObject)
+ NSPrintOperation = objcclass external (NSObject)
public
- class function alloc: NSPrintOperation; message 'alloc';
-
class function printOperationWithView_printInfo(view_: NSView; printInfo_: NSPrintInfo): NSPrintOperation; message 'printOperationWithView:printInfo:';
class function PDFOperationWithView_insideRect_toData_printInfo(view_: NSView; rect: NSRect; data: NSMutableData; printInfo_: NSPrintInfo): NSPrintOperation; message 'PDFOperationWithView:insideRect:toData:printInfo:';
class function PDFOperationWithView_insideRect_toPath_printInfo(view_: NSView; rect: NSRect; path: NSString; printInfo_: NSPrintInfo): NSPrintOperation; message 'PDFOperationWithView:insideRect:toPath:printInfo:';
@@ -99,17 +97,17 @@ var
procedure destroyContext; message 'destroyContext';
function deliverResult: Boolean; message 'deliverResult';
procedure cleanUpOperation; message 'cleanUpOperation';
- end; external;
+ end;
{ NSDeprecated_NSPrintOperationCategory }
- NSDeprecated_NSPrintOperationCategory = objccategory(NSPrintOperation)
+ NSDeprecated_NSPrintOperationCategory = objccategory external name 'NSDeprecated' (NSPrintOperation)
procedure setAccessoryView(view_: NSView); message 'setAccessoryView:'; deprecated 'in Mac OS X 10.5 and later';
function accessoryView: NSView; message 'accessoryView'; deprecated 'in Mac OS X 10.5 and later';
procedure setJobStyleHint(hint: NSString); message 'setJobStyleHint:';
function jobStyleHint: NSString; message 'jobStyleHint';
procedure setShowPanels(flag: Boolean); message 'setShowPanels:'; deprecated 'in Mac OS X 10.4 and later';
function showPanels: Boolean; message 'showPanels'; deprecated 'in Mac OS X 10.4 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPrintPanel.inc b/packages/cocoaint/src/appkit/NSPrintPanel.inc
index 604dd2ac35..2e71f418ea 100644
--- a/packages/cocoaint/src/appkit/NSPrintPanel.inc
+++ b/packages/cocoaint/src/appkit/NSPrintPanel.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPrintPanel.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -68,7 +68,7 @@ var
{$define NSPRINTPANEL_PAS_C}
{ NSPrintPanel }
- NSPrintPanel = objcclass(NSObject)
+ NSPrintPanel = objcclass external (NSObject)
private
_accessoryControllers: NSMutableArray;
_previewController: id;
@@ -90,8 +90,6 @@ var
{$endif}
public
- class function alloc: NSPrintPanel; message 'alloc';
-
class function printPanel: NSPrintPanel; message 'printPanel';
procedure addAccessoryController(accessoryController: NSViewController); message 'addAccessoryController:';
procedure removeAccessoryController(accessoryController: NSViewController); message 'removeAccessoryController:';
@@ -108,15 +106,15 @@ var
function runModalWithPrintInfo(printInfo_: NSPrintInfo): NSInteger; message 'runModalWithPrintInfo:';
function runModal: NSInteger; message 'runModal';
function printInfo: NSPrintInfo; message 'printInfo';
- end; external;
+ end;
{ NSDeprecated_NSPrintPanelCategory }
- NSDeprecated_NSPrintPanelCategory = objccategory(NSPrintPanel)
+ NSDeprecated_NSPrintPanelCategory = objccategory external name 'NSDeprecated' (NSPrintPanel)
procedure setAccessoryView(accessoryView: NSView); message 'setAccessoryView:'; deprecated 'in Mac OS X 10.5 and later';
function accessoryView: NSView; message 'accessoryView'; deprecated 'in Mac OS X 10.5 and later';
procedure updateFromPrintInfo; message 'updateFromPrintInfo'; deprecated 'in Mac OS X 10.5 and later';
procedure finalWritePrintInfo; message 'finalWritePrintInfo'; deprecated 'in Mac OS X 10.5 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -125,9 +123,9 @@ var
{$define NSPRINTPANEL_PAS_P}
{ NSPrintPanelAccessorizing Protocol }
- NSPrintPanelAccessorizingProtocol = objcprotocol
+ NSPrintPanelAccessorizingProtocol = objcprotocol external name 'NSPrintPanelAccessorizing'
function localizedSummaryItems: NSArray; message 'localizedSummaryItems';
function keyPathsForValuesAffectingPreview: NSSet; message 'keyPathsForValuesAffectingPreview';
- end; external name 'NSPrintPanelAccessorizing';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSPrinter.inc b/packages/cocoaint/src/appkit/NSPrinter.inc
index 68730d70a5..fb00262631 100644
--- a/packages/cocoaint/src/appkit/NSPrinter.inc
+++ b/packages/cocoaint/src/appkit/NSPrinter.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSPrinter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -54,7 +54,7 @@ type
{$define NSPRINTER_PAS_C}
{ NSPrinter }
- NSPrinter = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSPrinter = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_printerName: NSString;
_printer: Pointer;
@@ -69,8 +69,6 @@ type
{$endif}
public
- class function alloc: NSPrinter; message 'alloc';
-
class function printerNames: NSArray; message 'printerNames';
class function printerTypes: NSArray; message 'printerTypes';
class function printerWithName(name_: NSString): NSPrinter; message 'printerWithName:';
@@ -94,10 +92,10 @@ type
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSDeprecated_NSPrinterCategory }
- NSDeprecated_NSPrinterCategory = objccategory(NSPrinter)
+ NSDeprecated_NSPrinterCategory = objccategory external name 'NSDeprecated' (NSPrinter)
function imageRectForPaper(paperName: NSString): NSRect; message 'imageRectForPaper:'; deprecated 'in Mac OS X 10.2 and later';
function acceptsBinary: Boolean; message 'acceptsBinary'; deprecated 'in Mac OS X 10.2 and later';
function isColor: Boolean; message 'isColor'; deprecated 'in Mac OS X 10.2 and later';
@@ -107,7 +105,7 @@ type
function domain: NSString; message 'domain'; deprecated 'in Mac OS X 10.2 and later';
function host: NSString; message 'host'; deprecated 'in Mac OS X 10.2 and later';
function note: NSString; message 'note'; deprecated 'in Mac OS X 10.2 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSProgressIndicator.inc b/packages/cocoaint/src/appkit/NSProgressIndicator.inc
index 4ea1242488..403a3d0981 100644
--- a/packages/cocoaint/src/appkit/NSProgressIndicator.inc
+++ b/packages/cocoaint/src/appkit/NSProgressIndicator.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSProgressIndicator.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -64,7 +64,7 @@ const
{$define NSPROGRESSINDICATOR_PAS_C}
{ NSProgressIndicator }
- NSProgressIndicator = objcclass(NSView)
+ NSProgressIndicator = objcclass external (NSView)
private
_isBezeled: Boolean;
_isIndeterminate: Boolean;
@@ -103,8 +103,6 @@ const
_NSProgressIndicatorReserved1: id;
public
- class function alloc: NSProgressIndicator; message 'alloc';
-
function isIndeterminate: Boolean; message 'isIndeterminate';
procedure setIndeterminate(flag: Boolean); message 'setIndeterminate:';
function isBezeled: Boolean; message 'isBezeled';
@@ -129,14 +127,14 @@ const
procedure sizeToFit; message 'sizeToFit';
function isDisplayedWhenStopped: Boolean; message 'isDisplayedWhenStopped';
procedure setDisplayedWhenStopped(isDisplayed: Boolean); message 'setDisplayedWhenStopped:';
- end; external;
+ end;
{ NSProgressIndicatorDeprecatedCategory }
- NSProgressIndicatorDeprecatedCategory = objccategory(NSProgressIndicator)
+ NSProgressIndicatorDeprecatedCategory = objccategory external (NSProgressIndicator)
function animationDelay: NSTimeInterval; message 'animationDelay';
procedure setAnimationDelay(delay: NSTimeInterval); message 'setAnimationDelay:';
procedure animate(sender: id); message 'animate:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSQuickDrawView.inc b/packages/cocoaint/src/appkit/NSQuickDrawView.inc
index 0776536397..f235575ef4 100644
--- a/packages/cocoaint/src/appkit/NSQuickDrawView.inc
+++ b/packages/cocoaint/src/appkit/NSQuickDrawView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSQuickDrawView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,17 +42,15 @@
{$define NSQUICKDRAWVIEW_PAS_C}
{ NSQuickDrawView }
- NSQuickDrawView = objcclass(NSView)
+ NSQuickDrawView = objcclass external (NSView)
private
_qdPort: Pointer;
_savePort: Pointer;
_synchToView: Boolean;
public
- class function alloc: NSQuickDrawView; message 'alloc';
-
function qdPort: Pointer; message 'qdPort'; deprecated 'in Mac OS X 10.4 and later';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSResponder.inc b/packages/cocoaint/src/appkit/NSResponder.inc
index 0af23cda3f..50908952f5 100644
--- a/packages/cocoaint/src/appkit/NSResponder.inc
+++ b/packages/cocoaint/src/appkit/NSResponder.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSResponder.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define NSRESPONDER_PAS_C}
{ NSResponder }
- NSResponder = objcclass(NSObject, NSCodingProtocol)
+ NSResponder = objcclass external (NSObject, NSCodingProtocol)
private
_nextResponder: id;
public
- class function alloc: NSResponder; message 'alloc';
-
function nextResponder: NSResponder; message 'nextResponder';
procedure setNextResponder(aResponder: NSResponder); message 'setNextResponder:';
function tryToPerform_with(anAction: SEL; anObject: id): Boolean; message 'tryToPerform:with:';
@@ -97,15 +95,15 @@
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSKeyboardUICategory }
- NSKeyboardUICategory = objccategory(NSResponder)
+ NSKeyboardUICategory = objccategory external (NSResponder)
function performMnemonic(theString: NSString): Boolean; message 'performMnemonic:';
- end; external;
+ end;
{ NSStandardKeyBindingMethodsCategory }
- NSStandardKeyBindingMethodsCategory = objccategory(NSResponder)
+ NSStandardKeyBindingMethodsCategory = objccategory external (NSResponder)
procedure insertText(insertString: id); message 'insertText:';
procedure doCommandBySelector(aSelector: SEL); message 'doCommandBySelector:';
procedure moveForward(sender: id); message 'moveForward:';
@@ -200,19 +198,19 @@
procedure makeTextWritingDirectionNatural(sender: id); message 'makeTextWritingDirectionNatural:';
procedure makeTextWritingDirectionLeftToRight(sender: id); message 'makeTextWritingDirectionLeftToRight:';
procedure makeTextWritingDirectionRightToLeft(sender: id); message 'makeTextWritingDirectionRightToLeft:';
- end; external;
+ end;
{ NSUndoSupportCategory }
- NSUndoSupportCategory = objccategory(NSResponder)
+ NSUndoSupportCategory = objccategory external (NSResponder)
function undoManager: NSUndoManager; message 'undoManager';
- end; external;
+ end;
{ NSErrorPresentationCategory }
- NSErrorPresentationCategory = objccategory(NSResponder)
+ NSErrorPresentationCategory = objccategory external (NSResponder)
procedure presentError_modalForWindow_delegate_didPresentSelector_contextInfo(error: NSError; window: NSWindow; delegate: id; didPresentSelector: SEL; contextInfo: Pointer); message 'presentError:modalForWindow:delegate:didPresentSelector:contextInfo:';
function presentError(error: NSError): Boolean; message 'presentError:';
function willPresentError(error: NSError): NSError; message 'willPresentError:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSRuleEditor.inc b/packages/cocoaint/src/appkit/NSRuleEditor.inc
index 0047c21f77..464bf2642e 100644
--- a/packages/cocoaint/src/appkit/NSRuleEditor.inc
+++ b/packages/cocoaint/src/appkit/NSRuleEditor.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSRuleEditor.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -73,7 +73,7 @@ var
{$define NSRULEEDITOR_PAS_C}
{ NSRuleEditor }
- NSRuleEditor = objcclass(NSControl)
+ NSRuleEditor = objcclass external (NSControl)
private
_ruleDataSource: id;
_ruleDelegate: id;
@@ -123,8 +123,6 @@ var
_ruleReserved2: id;
public
- class function alloc: NSRuleEditor; message 'alloc';
-
procedure setDelegate(delegate_: id); message 'setDelegate:';
function delegate: id; message 'delegate';
procedure setFormattingStringsFilename(stringsFilename: NSString); message 'setFormattingStringsFilename:';
@@ -167,7 +165,7 @@ var
function criteriaKeyPath: NSString; message 'criteriaKeyPath';
procedure setDisplayValuesKeyPath(keyPath: NSString); message 'setDisplayValuesKeyPath:';
function displayValuesKeyPath: NSString; message 'displayValuesKeyPath';
- end; external;
+ end;
{$endif}
{$endif}
@@ -176,12 +174,12 @@ var
{$define NSRULEEDITOR_PAS_P}
{ NSRuleEditorDelegate Protocol }
- NSRuleEditorDelegateProtocol = objcprotocol
+ NSRuleEditorDelegateProtocol = objcprotocol external name 'NSRuleEditorDelegate'
function ruleEditor_numberOfChildrenForCriterion_withRowType(editor: NSRuleEditor; criterion: id; rowType: NSRuleEditorRowType): NSInteger; message 'ruleEditor:numberOfChildrenForCriterion:withRowType:';
function ruleEditor_child_forCriterion_withRowType(editor: NSRuleEditor; index: NSInteger; criterion: id; rowType: NSRuleEditorRowType): id; message 'ruleEditor:child:forCriterion:withRowType:';
function ruleEditor_displayValueForCriterion_inRow(editor: NSRuleEditor; criterion: id; row: NSInteger): id; message 'ruleEditor:displayValueForCriterion:inRow:';
function ruleEditor_predicatePartsForCriterion_withDisplayValue_inRow(editor: NSRuleEditor; criterion: id; value: id; row: NSInteger): NSDictionary; message 'ruleEditor:predicatePartsForCriterion:withDisplayValue:inRow:';
procedure ruleEditorRowsDidChange(notification: NSNotification); message 'ruleEditorRowsDidChange:';
- end; external name 'NSRuleEditorDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSRulerMarker.inc b/packages/cocoaint/src/appkit/NSRulerMarker.inc
index 54fdb53009..a6bb134c4d 100644
--- a/packages/cocoaint/src/appkit/NSRulerMarker.inc
+++ b/packages/cocoaint/src/appkit/NSRulerMarker.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSRulerMarker.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSRULERMARKER_PAS_C}
{ NSRulerMarker }
- NSRulerMarker = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSRulerMarker = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_ruler: NSRulerView;
_location: CGFloat;
@@ -62,8 +62,6 @@
_representedObject: id;
public
- class function alloc: NSRulerMarker; message 'alloc';
-
function initWithRulerView_markerLocation_image_imageOrigin(ruler_: NSRulerView; location: CGFloat; image_: NSImage; imageOrigin_: NSPoint): id; message 'initWithRulerView:markerLocation:image:imageOrigin:';
function ruler: NSRulerView; message 'ruler';
procedure setMarkerLocation(location: CGFloat); message 'setMarkerLocation:';
@@ -88,7 +86,7 @@
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSRulerView.inc b/packages/cocoaint/src/appkit/NSRulerView.inc
index cf88ad12eb..fd30be6b12 100644
--- a/packages/cocoaint/src/appkit/NSRulerView.inc
+++ b/packages/cocoaint/src/appkit/NSRulerView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSRulerView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -53,7 +53,7 @@ type
{$define NSRULERVIEW_PAS_C}
{ NSRulerView }
- NSRulerView = objcclass(NSView)
+ NSRulerView = objcclass external (NSView)
private
_scrollView: NSScrollView;
_orientation: NSRulerOrientation;
@@ -72,8 +72,6 @@ type
_reservedRulerView1: id;
public
- class function alloc: NSRulerView; message 'alloc';
-
class procedure registerUnitWithName_abbreviation_unitToPointsConversionFactor_stepUpCycle_stepDownCycle(unitName: NSString; abbreviation: NSString; conversionFactor: CGFloat; stepUpCycle: NSArray; stepDownCycle: NSArray); message 'registerUnitWithName:abbreviation:unitToPointsConversionFactor:stepUpCycle:stepDownCycle:';
function initWithScrollView_orientation(scrollView_: NSScrollView; orientation_: NSRulerOrientation): id; message 'initWithScrollView:orientation:';
procedure setScrollView(scrollView_: NSScrollView); message 'setScrollView:';
@@ -106,10 +104,10 @@ type
procedure drawHashMarksAndLabelsInRect(rect: NSRect); message 'drawHashMarksAndLabelsInRect:';
procedure drawMarkersInRect(rect: NSRect); message 'drawMarkersInRect:';
function isFlipped: Boolean; message 'isFlipped';
- end; external;
+ end;
{ NSRulerMarkerClientViewDelegationCategory }
- NSRulerMarkerClientViewDelegationCategory = objccategory(NSView)
+ NSRulerMarkerClientViewDelegationCategory = objccategory external (NSView)
function rulerView_shouldMoveMarker(ruler: NSRulerView; marker: NSRulerMarker): Boolean; message 'rulerView:shouldMoveMarker:';
function rulerView_willMoveMarker_toLocation(ruler: NSRulerView; marker: NSRulerMarker; location: CGFloat): CGFloat; message 'rulerView:willMoveMarker:toLocation:';
procedure rulerView_didMoveMarker(ruler: NSRulerView; marker: NSRulerMarker); message 'rulerView:didMoveMarker:';
@@ -120,7 +118,7 @@ type
procedure rulerView_didAddMarker(ruler: NSRulerView; marker: NSRulerMarker); message 'rulerView:didAddMarker:';
procedure rulerView_handleMouseDown(ruler: NSRulerView; event: NSEvent); message 'rulerView:handleMouseDown:';
procedure rulerView_willSetClientView(ruler: NSRulerView; newClient: NSView); message 'rulerView:willSetClientView:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSRunningApplication.inc b/packages/cocoaint/src/appkit/NSRunningApplication.inc
index 0eb02379fc..41576e00ae 100644
--- a/packages/cocoaint/src/appkit/NSRunningApplication.inc
+++ b/packages/cocoaint/src/appkit/NSRunningApplication.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSRunningApplication.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -60,7 +60,7 @@ type
{$define NSRUNNINGAPPLICATION_PAS_C}
{ NSRunningApplication }
- NSRunningApplication = objcclass(NSObject)
+ NSRunningApplication = objcclass external (NSObject)
private
_superReserved: id;
_asn: Pointer; {garbage collector: __strong }
@@ -96,8 +96,6 @@ type
_appReserved: id;
public
- class function alloc: NSRunningApplication; message 'alloc';
-
function terminated: Boolean; message 'terminated';
function finishedLaunching: Boolean; message 'finishedLaunching';
function hidden: Boolean; message 'hidden';
@@ -119,12 +117,12 @@ type
class function runningApplicationsWithBundleIdentifier(bundleIdentifier_: NSString): NSArray; message 'runningApplicationsWithBundleIdentifier:';
class function runningApplicationWithProcessIdentifier(pid: pid_t): NSRunningApplication; message 'runningApplicationWithProcessIdentifier:';
class function currentApplication: NSRunningApplication; message 'currentApplication';
- end; external;
+ end;
{ NSWorkspaceRunningApplicationsCategory }
- NSWorkspaceRunningApplicationsCategory = objccategory(NSWorkspace)
+ NSWorkspaceRunningApplicationsCategory = objccategory external (NSWorkspace)
function runningApplications: NSArray; message 'runningApplications';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSavePanel.inc b/packages/cocoaint/src/appkit/NSSavePanel.inc
index 6eceeef512..7ef6b3201a 100644
--- a/packages/cocoaint/src/appkit/NSSavePanel.inc
+++ b/packages/cocoaint/src/appkit/NSSavePanel.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSavePanel.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -76,7 +76,7 @@ __SPFlagsPtr = ^__SPFlags;
{$define NSSAVEPANEL_PAS_C}
{ NSSavePanel }
- NSSavePanel = objcclass(NSPanel)
+ NSSavePanel = objcclass external (NSPanel)
private
_navView: NSNavView;
_accessoryView: NSView;
@@ -108,8 +108,6 @@ __SPFlagsPtr = ^__SPFlags;
_openProgressIndicator: NSProgressIndicator;
public
- class function alloc: NSSavePanel; message 'alloc';
-
class function savePanel: NSSavePanel; message 'savePanel';
function URL: NSURL; message 'URL';
function directoryURL: NSURL; message 'directoryURL';
@@ -147,17 +145,17 @@ __SPFlagsPtr = ^__SPFlags;
procedure ok(sender: id); message 'ok:';
procedure cancel(sender: id); message 'cancel:';
function runModal: NSInteger; message 'runModal';
- end; external;
+ end;
{ NSSavePanelDelegateDeprecatedCategory }
- NSSavePanelDelegateDeprecatedCategory = objccategory(NSObject)
+ NSSavePanelDelegateDeprecatedCategory = objccategory external (NSObject)
function panel_isValidFilename(sender: id; filename: NSString): Boolean; message 'panel:isValidFilename:';
procedure panel_directoryDidChange(sender: id; path: NSString); message 'panel:directoryDidChange:';
function panel_shouldShowFilename(sender: id; filename: NSString): Boolean; message 'panel:shouldShowFilename:';
- end; external;
+ end;
{ NSDeprecated_NSSavePanelCategory }
- NSDeprecated_NSSavePanelCategory = objccategory(NSSavePanel)
+ NSDeprecated_NSSavePanelCategory = objccategory external name 'NSDeprecated' (NSSavePanel)
function filename: NSString; message 'filename';
function directory: NSString; message 'directory';
procedure setDirectory(path: NSString); message 'setDirectory:';
@@ -166,7 +164,7 @@ __SPFlagsPtr = ^__SPFlags;
procedure beginSheetForDirectory_file_modalForWindow_modalDelegate_didEndSelector_contextInfo(path: NSString; name: NSString; docWindow: NSWindow; delegate_: id; didEndSelector: SEL; contextInfo: Pointer); message 'beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:';
function runModalForDirectory_file(path: NSString; name: NSString): NSInteger; message 'runModalForDirectory:file:';
procedure selectText(sender: id); message 'selectText:'; deprecated 'in Mac OS X 10.3 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -175,13 +173,13 @@ __SPFlagsPtr = ^__SPFlags;
{$define NSSAVEPANEL_PAS_P}
{ NSOpenSavePanelDelegate Protocol }
- NSOpenSavePanelDelegateProtocol = objcprotocol
+ NSOpenSavePanelDelegateProtocol = objcprotocol external name 'NSOpenSavePanelDelegate'
function panel_shouldEnableURL(sender: id; url: NSURL): Boolean; message 'panel:shouldEnableURL:';
function panel_validateURL_error(sender: id; url: NSURL; outError: NSErrorPointer): Boolean; message 'panel:validateURL:error:';
procedure panel_didChangeToDirectoryURL(sender: id; url: NSURL); message 'panel:didChangeToDirectoryURL:';
function panel_userEnteredFilename_confirmed(sender: id; filename: NSString; okFlag: Boolean): NSString; message 'panel:userEnteredFilename:confirmed:';
procedure panel_willExpand(sender: id; expanding: Boolean); message 'panel:willExpand:';
procedure panelSelectionDidChange(sender: id); message 'panelSelectionDidChange:';
- end; external name 'NSOpenSavePanelDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSScreen.inc b/packages/cocoaint/src/appkit/NSScreen.inc
index 33676e93b0..ad4834b7ba 100644
--- a/packages/cocoaint/src/appkit/NSScreen.inc
+++ b/packages/cocoaint/src/appkit/NSScreen.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSScreen.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -52,7 +52,7 @@ var
{$define NSSCREEN_PAS_C}
{ NSScreen }
- NSScreen = objcclass(NSObject)
+ NSScreen = objcclass external (NSObject)
private
_frame: NSRect;
_depth: NSWindowDepth;
@@ -60,8 +60,6 @@ var
_auxiliaryStorage: id;
public
- class function alloc: NSScreen; message 'alloc';
-
class function screens: NSArray; message 'screens';
class function mainScreen: NSScreen; message 'mainScreen';
class function deepestScreen: NSScreen; message 'deepestScreen';
@@ -72,7 +70,7 @@ var
function colorSpace: NSColorSpace; message 'colorSpace';
function supportedWindowDepths: NSWindowDepthPtr; message 'supportedWindowDepths';
function userSpaceScaleFactor: CGFloat; message 'userSpaceScaleFactor';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSScrollView.inc b/packages/cocoaint/src/appkit/NSScrollView.inc
index 54066d6878..aec4bef9a5 100644
--- a/packages/cocoaint/src/appkit/NSScrollView.inc
+++ b/packages/cocoaint/src/appkit/NSScrollView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSScrollView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -89,7 +89,7 @@ __SFlagsPtr = ^__SFlags;
{$define NSSCROLLVIEW_PAS_C}
{ NSScrollView }
- NSScrollView = objcclass(NSView)
+ NSScrollView = objcclass external (NSView)
private
_vScroller: NSScroller;
_hScroller: NSScroller;
@@ -103,8 +103,6 @@ __SFlagsPtr = ^__SFlags;
_verticalRuler: NSRulerView;
public
- class function alloc: NSScrollView; message 'alloc';
-
class function frameSizeForContentSize_hasHorizontalScroller_hasVerticalScroller_borderType(cSize: NSSize; hFlag: Boolean; vFlag: Boolean; aType: NSBorderType): NSSize; message 'frameSizeForContentSize:hasHorizontalScroller:hasVerticalScroller:borderType:';
class function contentSizeForFrameSize_hasHorizontalScroller_hasVerticalScroller_borderType(fSize: NSSize; hFlag: Boolean; vFlag: Boolean; aType: NSBorderType): NSSize; message 'contentSizeForFrameSize:hasHorizontalScroller:hasVerticalScroller:borderType:';
function documentVisibleRect: NSRect; message 'documentVisibleRect';
@@ -148,10 +146,10 @@ __SFlagsPtr = ^__SFlags;
procedure tile; message 'tile';
procedure reflectScrolledClipView(cView: NSClipView); message 'reflectScrolledClipView:';
procedure scrollWheel(theEvent: NSEvent); message 'scrollWheel:';
- end; external;
+ end;
{ NSRulerSupportCategory }
- NSRulerSupportCategory = objccategory(NSScrollView)
+ NSRulerSupportCategory = objccategory external (NSScrollView)
class procedure setRulerViewClass(rulerViewClass_: Pobjc_class); message 'setRulerViewClass:';
class function rulerViewClass: Pobjc_class; message 'rulerViewClass';
procedure setRulersVisible(flag: Boolean); message 'setRulersVisible:';
@@ -164,7 +162,7 @@ __SFlagsPtr = ^__SFlags;
function horizontalRulerView: NSRulerView; message 'horizontalRulerView';
procedure setVerticalRulerView(ruler: NSRulerView); message 'setVerticalRulerView:';
function verticalRulerView: NSRulerView; message 'verticalRulerView';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSScroller.inc b/packages/cocoaint/src/appkit/NSScroller.inc
index 1cc78e3c9b..9245317439 100644
--- a/packages/cocoaint/src/appkit/NSScroller.inc
+++ b/packages/cocoaint/src/appkit/NSScroller.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSScroller.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -79,7 +79,7 @@ type
{$define NSSCROLLER_PAS_C}
{ NSScroller }
- NSScroller = objcclass(NSControl)
+ NSScroller = objcclass external (NSControl)
private
_curValue: CGFloat;
_percent: CGFloat;
@@ -119,8 +119,6 @@ type
end;
public
- class function alloc: NSScroller; message 'alloc';
-
class function scrollerWidth: CGFloat; message 'scrollerWidth';
class function scrollerWidthForControlSize(controlSize_: NSControlSize): CGFloat; message 'scrollerWidthForControlSize:';
procedure drawParts; message 'drawParts';
@@ -143,12 +141,12 @@ type
function hitPart: NSScrollerPart; message 'hitPart';
function knobProportion: CGFloat; message 'knobProportion';
procedure setKnobProportion(proportion: CGFloat); message 'setKnobProportion:';
- end; external;
+ end;
{ NSDeprecated_NSScrollerCategory }
- NSDeprecated_NSScrollerCategory = objccategory(NSScroller)
+ NSDeprecated_NSScrollerCategory = objccategory external name 'NSDeprecated' (NSScroller)
procedure setFloatValue_knobProportion(aFloat: single; proportion: CGFloat); message 'setFloatValue:knobProportion:'; deprecated 'in Mac OS X 10.5 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSearchField.inc b/packages/cocoaint/src/appkit/NSSearchField.inc
index 6cf7fb10b0..ee1a5e84ff 100644
--- a/packages/cocoaint/src/appkit/NSSearchField.inc
+++ b/packages/cocoaint/src/appkit/NSSearchField.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSearchField.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSSEARCHFIELD_PAS_C}
{ NSSearchField }
- NSSearchField = objcclass(NSTextField)
+ NSSearchField = objcclass external (NSTextField)
private
_reserved1: cuint;
_reserved2: cuint;
@@ -50,13 +50,11 @@
_reserved4: cuint;
public
- class function alloc: NSSearchField; message 'alloc';
-
procedure setRecentSearches(searches: NSArray); message 'setRecentSearches:';
function recentSearches: NSArray; message 'recentSearches';
procedure setRecentsAutosaveName(string_: NSString); message 'setRecentsAutosaveName:';
function recentsAutosaveName: NSString; message 'recentsAutosaveName';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSearchFieldCell.inc b/packages/cocoaint/src/appkit/NSSearchFieldCell.inc
index ba1f94741d..6ac6eea0ba 100644
--- a/packages/cocoaint/src/appkit/NSSearchFieldCell.inc
+++ b/packages/cocoaint/src/appkit/NSSearchFieldCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSearchFieldCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -49,7 +49,7 @@ const
{$define NSSEARCHFIELDCELL_PAS_C}
{ NSSearchFieldCell }
- NSSearchFieldCell = objcclass(NSTextFieldCell)
+ NSSearchFieldCell = objcclass external (NSTextFieldCell)
private
__sfFlags: bitpacked record
case byte of
@@ -80,8 +80,6 @@ const
_reserved4: cuint;
public
- class function alloc: NSSearchFieldCell; message 'alloc';
-
function searchButtonCell: NSButtonCell; message 'searchButtonCell';
procedure setSearchButtonCell(cell: NSButtonCell); message 'setSearchButtonCell:';
function cancelButtonCell: NSButtonCell; message 'cancelButtonCell';
@@ -103,7 +101,7 @@ const
function recentsAutosaveName: NSString; message 'recentsAutosaveName';
function sendsSearchStringImmediately: Boolean; message 'sendsSearchStringImmediately';
procedure setSendsSearchStringImmediately(flag: Boolean); message 'setSendsSearchStringImmediately:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSecureTextField.inc b/packages/cocoaint/src/appkit/NSSecureTextField.inc
index eab4d88a79..48996dbdb0 100644
--- a/packages/cocoaint/src/appkit/NSSecureTextField.inc
+++ b/packages/cocoaint/src/appkit/NSSecureTextField.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSecureTextField.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -45,23 +45,20 @@
{$define NSSECURETEXTFIELD_PAS_C}
{ NSSecureTextField }
- NSSecureTextField = objcclass(NSTextField)
+ NSSecureTextField = objcclass external (NSTextField)
public
- class function alloc: NSSecureTextField; message 'alloc';
- end; external;
+ end;
{ NSSecureTextFieldCell }
- NSSecureTextFieldCell = objcclass(NSTextFieldCell)
+ NSSecureTextFieldCell = objcclass external (NSTextFieldCell)
private
_echosBullets: Boolean;
public
- class function alloc: NSSecureTextFieldCell; message 'alloc';
-
procedure setEchosBullets(flag: Boolean); message 'setEchosBullets:';
function echosBullets: Boolean; message 'echosBullets';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSegmentedControl.inc b/packages/cocoaint/src/appkit/NSSegmentedControl.inc
index b2fb955d9f..0c9f6558c4 100644
--- a/packages/cocoaint/src/appkit/NSSegmentedControl.inc
+++ b/packages/cocoaint/src/appkit/NSSegmentedControl.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSegmentedControl.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -58,7 +58,7 @@ type
{$define NSSEGMENTEDCONTROL_PAS_C}
{ NSSegmentedControl }
- NSSegmentedControl = objcclass(NSControl)
+ NSSegmentedControl = objcclass external (NSControl)
private
_reserved1: NSInteger;
_reserved2: NSInteger;
@@ -66,8 +66,6 @@ type
_reserved4: NSInteger;
public
- class function alloc: NSSegmentedControl; message 'alloc';
-
procedure setSegmentCount(count: NSInteger); message 'setSegmentCount:';
function segmentCount: NSInteger; message 'segmentCount';
procedure setSelectedSegment(selectedSegment_: NSInteger); message 'setSelectedSegment:';
@@ -89,7 +87,7 @@ type
function isEnabledForSegment(segment: NSInteger): Boolean; message 'isEnabledForSegment:';
procedure setSegmentStyle(segmentStyle_: NSSegmentStyle); message 'setSegmentStyle:';
function segmentStyle: NSSegmentStyle; message 'segmentStyle';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSShadow.inc b/packages/cocoaint/src/appkit/NSShadow.inc
index 86d90b4883..86720c22f2 100644
--- a/packages/cocoaint/src/appkit/NSShadow.inc
+++ b/packages/cocoaint/src/appkit/NSShadow.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSShadow.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSSHADOW_PAS_C}
{ NSShadow }
- NSShadow = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSShadow = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_shadowFlags: NSUInteger;
_shadowOffset: NSSize;
@@ -52,8 +52,6 @@
_reserved: Pointer;
public
- class function alloc: NSShadow; message 'alloc';
-
function init: id; message 'init';
function shadowOffset: NSSize; message 'shadowOffset';
procedure setShadowOffset(offset: NSSize); message 'setShadowOffset:';
@@ -67,7 +65,7 @@
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSlider.inc b/packages/cocoaint/src/appkit/NSSlider.inc
index 4532f865d6..ae59eaa0c7 100644
--- a/packages/cocoaint/src/appkit/NSSlider.inc
+++ b/packages/cocoaint/src/appkit/NSSlider.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSlider.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSSLIDER_PAS_C}
{ NSSlider }
- NSSlider = objcclass(NSControl)
+ NSSlider = objcclass external (NSControl)
public
- class function alloc: NSSlider; message 'alloc';
-
function minValue: double; message 'minValue';
procedure setMinValue(aDouble: double); message 'setMinValue:';
function maxValue: double; message 'maxValue';
@@ -67,10 +65,10 @@
function image: NSImage; message 'image';
function isVertical: NSInteger; message 'isVertical';
function acceptsFirstMouse(theEvent: NSEvent): Boolean; message 'acceptsFirstMouse:';
- end; external;
+ end;
{ NSTickMarkSupport_NSSliderCategory }
- NSTickMarkSupport_NSSliderCategory = objccategory(NSSlider)
+ NSTickMarkSupport_NSSliderCategory = objccategory external name 'NSTickMarkSupport' (NSSlider)
procedure setNumberOfTickMarks(count: NSInteger); message 'setNumberOfTickMarks:';
function numberOfTickMarks: NSInteger; message 'numberOfTickMarks';
procedure setTickMarkPosition(position: NSTickMarkPosition); message 'setTickMarkPosition:';
@@ -81,7 +79,7 @@
function rectOfTickMarkAtIndex(index: NSInteger): NSRect; message 'rectOfTickMarkAtIndex:';
function indexOfTickMarkAtPoint(point: NSPoint): NSInteger; message 'indexOfTickMarkAtPoint:';
function closestTickMarkValueToValue(value: double): double; message 'closestTickMarkValueToValue:';
- end; external name 'NSTickMarkSupport';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSliderCell.inc b/packages/cocoaint/src/appkit/NSSliderCell.inc
index cf996d63fb..bdb4c5726c 100644
--- a/packages/cocoaint/src/appkit/NSSliderCell.inc
+++ b/packages/cocoaint/src/appkit/NSSliderCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSliderCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -61,7 +61,7 @@ type
{$define NSSLIDERCELL_PAS_C}
{ NSSliderCell }
- NSSliderCell = objcclass(NSActionCell)
+ NSSliderCell = objcclass external (NSActionCell)
private
_reserved: array[0..2] of cint;
_numberOfTickMarks: cint;
@@ -87,8 +87,6 @@ type
end;
public
- class function alloc: NSSliderCell; message 'alloc';
-
class function prefersTrackingUntilMouseUp: Boolean; message 'prefersTrackingUntilMouseUp';
function minValue: double; message 'minValue';
procedure setMinValue(aDouble: double); message 'setMinValue:';
@@ -113,10 +111,10 @@ type
function trackRect: NSRect; message 'trackRect';
procedure setSliderType(sliderType_: NSSliderType); message 'setSliderType:';
function sliderType: NSSliderType; message 'sliderType';
- end; external;
+ end;
{ NSTickMarkSupportCategory }
- NSTickMarkSupportCategory = objccategory(NSSliderCell)
+ NSTickMarkSupportCategory = objccategory external (NSSliderCell)
procedure setNumberOfTickMarks(count: NSInteger); message 'setNumberOfTickMarks:';
function numberOfTickMarks: NSInteger; message 'numberOfTickMarks';
procedure setTickMarkPosition(position: NSTickMarkPosition); message 'setTickMarkPosition:';
@@ -127,7 +125,7 @@ type
function rectOfTickMarkAtIndex(index: NSInteger): NSRect; message 'rectOfTickMarkAtIndex:';
function indexOfTickMarkAtPoint(point: NSPoint): NSInteger; message 'indexOfTickMarkAtPoint:';
function closestTickMarkValueToValue(value: double): double; message 'closestTickMarkValueToValue:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSound.inc b/packages/cocoaint/src/appkit/NSSound.inc
index 46b83b4461..12af55cfc1 100644
--- a/packages/cocoaint/src/appkit/NSSound.inc
+++ b/packages/cocoaint/src/appkit/NSSound.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSound.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -47,7 +47,7 @@ var
{$define NSSOUND_PAS_C}
{ NSSound }
- NSSound = objcclass(NSObject)
+ NSSound = objcclass external (NSObject)
private
_delegate: id;
_info: id;
@@ -55,8 +55,6 @@ var
_sFlags: NSUInteger;
public
- class function alloc: NSSound; message 'alloc';
-
class function soundNamed(name_: NSString): id; message 'soundNamed:';
function initWithContentsOfURL_byReference(url: NSURL; byRef: Boolean): id; message 'initWithContentsOfURL:byReference:';
function initWithContentsOfFile_byReference(path: NSString; byRef: Boolean): id; message 'initWithContentsOfFile:byReference:';
@@ -85,18 +83,18 @@ var
function playbackDeviceIdentifier: NSString; message 'playbackDeviceIdentifier';
procedure setChannelMapping(channelMapping_: NSArray); message 'setChannelMapping:';
function channelMapping: NSArray; message 'channelMapping';
- end; external;
+ end;
{ NSDeprecated_NSSoundCategory }
- NSDeprecated_NSSoundCategory = objccategory(NSSound)
+ NSDeprecated_NSSoundCategory = objccategory external name 'NSDeprecated' (NSSound)
class function soundUnfilteredFileTypes: NSArray; message 'soundUnfilteredFileTypes'; deprecated 'in Mac OS X 10.5 and later';
class function soundUnfilteredPasteboardTypes: NSArray; message 'soundUnfilteredPasteboardTypes'; deprecated 'in Mac OS X 10.5 and later';
- end; external name 'NSDeprecated';
+ end;
{ NSBundleSoundExtensionsCategory }
- NSBundleSoundExtensionsCategory = objccategory(NSBundle)
+ NSBundleSoundExtensionsCategory = objccategory external (NSBundle)
function pathForSoundResource(name: NSString): NSString; message 'pathForSoundResource:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -105,8 +103,8 @@ var
{$define NSSOUND_PAS_P}
{ NSSoundDelegate Protocol }
- NSSoundDelegateProtocol = objcprotocol
+ NSSoundDelegateProtocol = objcprotocol external name 'NSSoundDelegate'
procedure sound_didFinishPlaying(sound: NSSound; aBool: Boolean); message 'sound:didFinishPlaying:';
- end; external name 'NSSoundDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc b/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc
index 53a6e9db11..043cc5081e 100644
--- a/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc
+++ b/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSpeechRecognizer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -43,13 +43,11 @@
{$define NSSPEECHRECOGNIZER_PAS_C}
{ NSSpeechRecognizer }
- NSSpeechRecognizer = objcclass(NSObject)
+ NSSpeechRecognizer = objcclass external (NSObject)
private
_privateNSSpeechRecognizerVars: id;
public
- class function alloc: NSSpeechRecognizer; message 'alloc';
-
function init: id; message 'init';
procedure startListening; message 'startListening';
procedure stopListening; message 'stopListening';
@@ -63,7 +61,7 @@
procedure setListensInForegroundOnly(flag: Boolean); message 'setListensInForegroundOnly:';
function blocksOtherRecognizers: Boolean; message 'blocksOtherRecognizers';
procedure setBlocksOtherRecognizers(flag: Boolean); message 'setBlocksOtherRecognizers:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -72,8 +70,8 @@
{$define NSSPEECHRECOGNIZER_PAS_P}
{ NSSpeechRecognizerDelegate Protocol }
- NSSpeechRecognizerDelegateProtocol = objcprotocol
+ NSSpeechRecognizerDelegateProtocol = objcprotocol external name 'NSSpeechRecognizerDelegate'
procedure speechRecognizer_didRecognizeCommand(sender: NSSpeechRecognizer; command: id); message 'speechRecognizer:didRecognizeCommand:';
- end; external name 'NSSpeechRecognizerDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc b/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc
index bd351f5023..5bad3374d7 100644
--- a/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc
+++ b/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSpeechSynthesizer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -114,13 +114,11 @@ var
{$define NSSPEECHSYNTHESIZER_PAS_C}
{ NSSpeechSynthesizer }
- NSSpeechSynthesizer = objcclass(NSObject)
+ NSSpeechSynthesizer = objcclass external (NSObject)
private
_privateNSSpeechSynthesizerVars: id;
public
- class function alloc: NSSpeechSynthesizer; message 'alloc';
-
function initWithVoice(voice_: NSString): id; message 'initWithVoice:';
function startSpeakingString(string_: NSString): Boolean; message 'startSpeakingString:';
function startSpeakingString_toURL(string_: NSString; url: NSURL): Boolean; message 'startSpeakingString:toURL:';
@@ -147,7 +145,7 @@ var
class function defaultVoice: NSString; message 'defaultVoice';
class function availableVoices: NSArray; message 'availableVoices';
class function attributesForVoice(voice_: NSString): NSDictionary; message 'attributesForVoice:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -156,12 +154,12 @@ var
{$define NSSPEECHSYNTHESIZER_PAS_P}
{ NSSpeechSynthesizerDelegate Protocol }
- NSSpeechSynthesizerDelegateProtocol = objcprotocol
+ NSSpeechSynthesizerDelegateProtocol = objcprotocol external name 'NSSpeechSynthesizerDelegate'
procedure speechSynthesizer_didFinishSpeaking(sender: NSSpeechSynthesizer; finishedSpeaking: Boolean); message 'speechSynthesizer:didFinishSpeaking:';
procedure speechSynthesizer_willSpeakWord_ofString(sender: NSSpeechSynthesizer; characterRange: NSRange; string_: NSString); message 'speechSynthesizer:willSpeakWord:ofString:';
procedure speechSynthesizer_willSpeakPhoneme(sender: NSSpeechSynthesizer; phonemeOpcode: cshort); message 'speechSynthesizer:willSpeakPhoneme:';
procedure speechSynthesizer_didEncounterErrorAtIndex_ofString_message(sender: NSSpeechSynthesizer; characterIndex: NSUInteger; string_: NSString; message: NSString); message 'speechSynthesizer:didEncounterErrorAtIndex:ofString:message:';
procedure speechSynthesizer_didEncounterSyncMessage(sender: NSSpeechSynthesizer; message: NSString); message 'speechSynthesizer:didEncounterSyncMessage:';
- end; external name 'NSSpeechSynthesizerDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSpellChecker.inc b/packages/cocoaint/src/appkit/NSSpellChecker.inc
index e507fe464f..3f5adeb79f 100644
--- a/packages/cocoaint/src/appkit/NSSpellChecker.inc
+++ b/packages/cocoaint/src/appkit/NSSpellChecker.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSpellChecker.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -53,7 +53,7 @@ var
{$define NSSPELLCHECKER_PAS_C}
{ NSSpellChecker }
- NSSpellChecker = objcclass(NSObject)
+ NSSpellChecker = objcclass external (NSObject)
private
_guessesBrowser: id;
_wordField: id;
@@ -94,8 +94,6 @@ var
_grammarControl: id;
public
- class function alloc: NSSpellChecker; message 'alloc';
-
class function sharedSpellChecker: NSSpellChecker; message 'sharedSpellChecker';
class function sharedSpellCheckerExists: Boolean; message 'sharedSpellCheckerExists';
class function uniqueSpellDocumentTag: NSInteger; message 'uniqueSpellDocumentTag';
@@ -132,13 +130,13 @@ var
procedure learnWord(word: NSString); message 'learnWord:';
function hasLearnedWord(word: NSString): Boolean; message 'hasLearnedWord:';
procedure unlearnWord(word: NSString); message 'unlearnWord:';
- end; external;
+ end;
{ NSDeprecated_NSSpellCheckerCategory }
- NSDeprecated_NSSpellCheckerCategory = objccategory(NSSpellChecker)
+ NSDeprecated_NSSpellCheckerCategory = objccategory external name 'NSDeprecated' (NSSpellChecker)
function guessesForWord(word: NSString): NSArray; message 'guessesForWord:';
procedure forgetWord(word: NSString); message 'forgetWord:'; deprecated 'in Mac OS X 10.5 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSpellProtocol.inc b/packages/cocoaint/src/appkit/NSSpellProtocol.inc
index a97d3e2f1b..e03bebf47a 100644
--- a/packages/cocoaint/src/appkit/NSSpellProtocol.inc
+++ b/packages/cocoaint/src/appkit/NSSpellProtocol.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSpellProtocol.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -40,13 +40,13 @@
{$define NSSPELLPROTOCOL_PAS_P}
{ NSChangeSpelling Protocol }
- NSChangeSpellingProtocol = objcprotocol
+ NSChangeSpellingProtocol = objcprotocol external name 'NSChangeSpelling'
procedure changeSpelling(sender: id); message 'changeSpelling:';
- end; external name 'NSChangeSpelling';
+ end;
{ NSIgnoreMisspelledWords Protocol }
- NSIgnoreMisspelledWordsProtocol = objcprotocol
+ NSIgnoreMisspelledWordsProtocol = objcprotocol external name 'NSIgnoreMisspelledWords'
procedure ignoreSpelling(sender: id); message 'ignoreSpelling:';
- end; external name 'NSIgnoreMisspelledWords';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSSplitView.inc b/packages/cocoaint/src/appkit/NSSplitView.inc
index 3886532488..e802a9cd6f 100644
--- a/packages/cocoaint/src/appkit/NSSplitView.inc
+++ b/packages/cocoaint/src/appkit/NSSplitView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSSplitView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -60,13 +60,11 @@ var
{$define NSSPLITVIEW_PAS_C}
{ NSSplitView }
- NSSplitView = objcclass(NSView)
+ NSSplitView = objcclass external (NSView)
private
_variables: id;
public
- class function alloc: NSSplitView; message 'alloc';
-
procedure setVertical(flag: Boolean); message 'setVertical:';
function isVertical: Boolean; message 'isVertical';
procedure setDividerStyle(dividerStyle_: NSSplitViewDividerStyle); message 'setDividerStyle:';
@@ -83,13 +81,13 @@ var
function minPossiblePositionOfDividerAtIndex(dividerIndex: NSInteger): CGFloat; message 'minPossiblePositionOfDividerAtIndex:';
function maxPossiblePositionOfDividerAtIndex(dividerIndex: NSInteger): CGFloat; message 'maxPossiblePositionOfDividerAtIndex:';
procedure setPosition_ofDividerAtIndex(position: CGFloat; dividerIndex: NSInteger); message 'setPosition:ofDividerAtIndex:';
- end; external;
+ end;
{ NSDeprecated_NSSplitViewCategory }
- NSDeprecated_NSSplitViewCategory = objccategory(NSSplitView)
+ NSDeprecated_NSSplitViewCategory = objccategory external name 'NSDeprecated' (NSSplitView)
procedure setIsPaneSplitter(flag: Boolean); message 'setIsPaneSplitter:'; deprecated 'in Mac OS X 10.6 and later';
function isPaneSplitter: Boolean; message 'isPaneSplitter'; deprecated 'in Mac OS X 10.6 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -98,7 +96,7 @@ var
{$define NSSPLITVIEW_PAS_P}
{ NSSplitViewDelegate Protocol }
- NSSplitViewDelegateProtocol = objcprotocol
+ NSSplitViewDelegateProtocol = objcprotocol external name 'NSSplitViewDelegate'
function splitView_canCollapseSubview(splitView: NSSplitView; subview: NSView): Boolean; message 'splitView:canCollapseSubview:';
function splitView_shouldCollapseSubview_forDoubleClickOnDividerAtIndex(splitView: NSSplitView; subview: NSView; dividerIndex: NSInteger): Boolean; message 'splitView:shouldCollapseSubview:forDoubleClickOnDividerAtIndex:';
function splitView_constrainMinCoordinate_ofSubviewAt(splitView: NSSplitView; proposedMinimumPosition: CGFloat; dividerIndex: NSInteger): CGFloat; message 'splitView:constrainMinCoordinate:ofSubviewAt:';
@@ -111,6 +109,6 @@ var
function splitView_additionalEffectiveRectOfDividerAtIndex(splitView: NSSplitView; dividerIndex: NSInteger): NSRect; message 'splitView:additionalEffectiveRectOfDividerAtIndex:';
procedure splitViewWillResizeSubviews(notification: NSNotification); message 'splitViewWillResizeSubviews:';
procedure splitViewDidResizeSubviews(notification: NSNotification); message 'splitViewDidResizeSubviews:';
- end; external name 'NSSplitViewDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSStatusBar.inc b/packages/cocoaint/src/appkit/NSStatusBar.inc
index 12b2dc9d23..84bbbb9dac 100644
--- a/packages/cocoaint/src/appkit/NSStatusBar.inc
+++ b/packages/cocoaint/src/appkit/NSStatusBar.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSStatusBar.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -47,7 +47,7 @@ const
{$define NSSTATUSBAR_PAS_C}
{ NSStatusBar }
- NSStatusBar = objcclass(NSObject)
+ NSStatusBar = objcclass external (NSObject)
private
_items: id;
_fReserved1: Pointer;
@@ -55,14 +55,12 @@ const
_registeredForNote: NSInteger;
public
- class function alloc: NSStatusBar; message 'alloc';
-
class function systemStatusBar: NSStatusBar; message 'systemStatusBar';
function statusItemWithLength(length: CGFloat): NSStatusItem; message 'statusItemWithLength:';
procedure removeStatusItem(item: NSStatusItem); message 'removeStatusItem:';
function isVertical: Boolean; message 'isVertical';
function thickness: CGFloat; message 'thickness';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSStatusItem.inc b/packages/cocoaint/src/appkit/NSStatusItem.inc
index 9dc1bba443..c2c4db0f6f 100644
--- a/packages/cocoaint/src/appkit/NSStatusItem.inc
+++ b/packages/cocoaint/src/appkit/NSStatusItem.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSStatusItem.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSSTATUSITEM_PAS_C}
{ NSStatusItem }
- NSStatusItem = objcclass(NSObject)
+ NSStatusItem = objcclass external (NSObject)
private
_fStatusBar: NSStatusBar;
_fLength: CGFloat;
@@ -68,15 +68,13 @@
_fReserved4: id;
public
- class function alloc: NSStatusItem; message 'alloc';
-
function statusBar: NSStatusBar; message 'statusBar';
function length: CGFloat; message 'length';
procedure setLength(length_: CGFloat); message 'setLength:';
- end; external;
+ end;
{ NSStatusItemCommonCategory }
- NSStatusItemCommonCategory = objccategory(NSStatusItem)
+ NSStatusItemCommonCategory = objccategory external (NSStatusItem)
function action: SEL; message 'action';
procedure setAction(action_: SEL); message 'setAction:';
function doubleAction: SEL; message 'doubleAction';
@@ -102,13 +100,13 @@
function sendActionOn(mask: NSInteger): NSInteger; message 'sendActionOn:';
procedure popUpStatusItemMenu(menu_: NSMenu); message 'popUpStatusItemMenu:';
procedure drawStatusBarBackgroundInRect_withHighlight(rect: NSRect; highlight: Boolean); message 'drawStatusBarBackgroundInRect:withHighlight:';
- end; external;
+ end;
{ NSStatusItemViewCategory }
- NSStatusItemViewCategory = objccategory(NSStatusItem)
+ NSStatusItemViewCategory = objccategory external (NSStatusItem)
function view: NSView; message 'view';
procedure setView(view_: NSView); message 'setView:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSStepper.inc b/packages/cocoaint/src/appkit/NSStepper.inc
index 9b19d50d6b..25ab9a5bda 100644
--- a/packages/cocoaint/src/appkit/NSStepper.inc
+++ b/packages/cocoaint/src/appkit/NSStepper.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSStepper.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSSTEPPER_PAS_C}
{ NSStepper }
- NSStepper = objcclass(NSControl)
+ NSStepper = objcclass external (NSControl)
private
_reserved1: cuint;
_reserved2: cuint;
@@ -50,8 +50,6 @@
_reserved4: cuint;
public
- class function alloc: NSStepper; message 'alloc';
-
function minValue: double; message 'minValue';
procedure setMinValue(minValue_: double); message 'setMinValue:';
function maxValue: double; message 'maxValue';
@@ -62,7 +60,7 @@
procedure setValueWraps(valueWraps_: Boolean); message 'setValueWraps:';
function autorepeat: Boolean; message 'autorepeat';
procedure setAutorepeat(autorepeat_: Boolean); message 'setAutorepeat:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSStepperCell.inc b/packages/cocoaint/src/appkit/NSStepperCell.inc
index 13683583fe..4a617da080 100644
--- a/packages/cocoaint/src/appkit/NSStepperCell.inc
+++ b/packages/cocoaint/src/appkit/NSStepperCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSStepperCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSSTEPPERCELL_PAS_C}
{ NSStepperCell }
- NSStepperCell = objcclass(NSActionCell)
+ NSStepperCell = objcclass external (NSActionCell)
private
_value: double;
_minValue: double;
@@ -64,8 +64,6 @@
_reserved4: cuint;
public
- class function alloc: NSStepperCell; message 'alloc';
-
function minValue: double; message 'minValue';
procedure setMinValue(minValue_: double); message 'setMinValue:';
function maxValue: double; message 'maxValue';
@@ -76,7 +74,7 @@
procedure setValueWraps(valueWraps_: Boolean); message 'setValueWraps:';
function autorepeat: Boolean; message 'autorepeat';
procedure setAutorepeat(autorepeat_: Boolean); message 'setAutorepeat:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSStringDrawing.inc b/packages/cocoaint/src/appkit/NSStringDrawing.inc
index 764cd31c69..4bb3e27dce 100644
--- a/packages/cocoaint/src/appkit/NSStringDrawing.inc
+++ b/packages/cocoaint/src/appkit/NSStringDrawing.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSStringDrawing.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -54,30 +54,30 @@ type
{$define NSSTRINGDRAWING_PAS_C}
{ NSStringDrawingCategory }
- NSStringDrawingCategory = objccategory(NSString)
+ NSStringDrawingCategory = objccategory external (NSString)
function sizeWithAttributes(attrs: NSDictionary): NSSize; message 'sizeWithAttributes:';
procedure drawAtPoint_withAttributes(point: NSPoint; attrs: NSDictionary); message 'drawAtPoint:withAttributes:';
procedure drawInRect_withAttributes(rect: NSRect; attrs: NSDictionary); message 'drawInRect:withAttributes:';
- end; external;
+ end;
{ NSStringDrawing_NSAttributedStringCategory }
- NSStringDrawing_NSAttributedStringCategory = objccategory(NSAttributedString)
+ NSStringDrawing_NSAttributedStringCategory = objccategory external name 'NSStringDrawing' (NSAttributedString)
function size: NSSize; message 'size';
procedure drawAtPoint(point: NSPoint); message 'drawAtPoint:';
procedure drawInRect(rect: NSRect); message 'drawInRect:';
- end; external name 'NSStringDrawing';
+ end;
{ NSExtendedStringDrawingCategory }
- NSExtendedStringDrawingCategory = objccategory(NSString)
+ NSExtendedStringDrawingCategory = objccategory external (NSString)
procedure drawWithRect_options_attributes(rect: NSRect; options: NSStringDrawingOptions; attributes: NSDictionary); message 'drawWithRect:options:attributes:';
function boundingRectWithSize_options_attributes(size: NSSize; options: NSStringDrawingOptions; attributes: NSDictionary): NSRect; message 'boundingRectWithSize:options:attributes:';
- end; external;
+ end;
{ NSExtendedStringDrawing_NSAttributedStringCategory }
- NSExtendedStringDrawing_NSAttributedStringCategory = objccategory(NSAttributedString)
+ NSExtendedStringDrawing_NSAttributedStringCategory = objccategory external name 'NSExtendedStringDrawing' (NSAttributedString)
procedure drawWithRect_options(rect: NSRect; options: NSStringDrawingOptions); message 'drawWithRect:options:';
function boundingRectWithSize_options(size: NSSize; options: NSStringDrawingOptions): NSRect; message 'boundingRectWithSize:options:';
- end; external name 'NSExtendedStringDrawing';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTabView.inc b/packages/cocoaint/src/appkit/NSTabView.inc
index d27db36c10..32bc2051ba 100644
--- a/packages/cocoaint/src/appkit/NSTabView.inc
+++ b/packages/cocoaint/src/appkit/NSTabView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTabView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -63,7 +63,7 @@ type
{$define NSTABVIEW_PAS_C}
{ NSTabView }
- NSTabView = objcclass(NSView)
+ NSTabView = objcclass external (NSView)
private
_tabViewItems: id;
_selectedTabViewItem: NSTabViewItem;
@@ -108,8 +108,6 @@ type
_tabViewUnused2: Pointer;
public
- class function alloc: NSTabView; message 'alloc';
-
procedure selectTabViewItem(tabViewItem: NSTabViewItem); message 'selectTabViewItem:';
procedure selectTabViewItemAtIndex(index: NSInteger); message 'selectTabViewItemAtIndex:';
procedure selectTabViewItemWithIdentifier(identifier: id); message 'selectTabViewItemWithIdentifier:';
@@ -144,7 +142,7 @@ type
function indexOfTabViewItem(tabViewItem: NSTabViewItem): NSInteger; message 'indexOfTabViewItem:';
function tabViewItemAtIndex(index: NSInteger): NSTabViewItem; message 'tabViewItemAtIndex:';
function indexOfTabViewItemWithIdentifier(identifier: id): NSInteger; message 'indexOfTabViewItemWithIdentifier:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -153,11 +151,11 @@ type
{$define NSTABVIEW_PAS_P}
{ NSTabViewDelegate Protocol }
- NSTabViewDelegateProtocol = objcprotocol
+ NSTabViewDelegateProtocol = objcprotocol external name 'NSTabViewDelegate'
function tabView_shouldSelectTabViewItem(tabView: NSTabView; tabViewItem: NSTabViewItem): Boolean; message 'tabView:shouldSelectTabViewItem:';
procedure tabView_willSelectTabViewItem(tabView: NSTabView; tabViewItem: NSTabViewItem); message 'tabView:willSelectTabViewItem:';
procedure tabView_didSelectTabViewItem(tabView: NSTabView; tabViewItem: NSTabViewItem); message 'tabView:didSelectTabViewItem:';
procedure tabViewDidChangeNumberOfTabViewItems(TabView: NSTabView); message 'tabViewDidChangeNumberOfTabViewItems:';
- end; external name 'NSTabViewDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTabViewItem.inc b/packages/cocoaint/src/appkit/NSTabViewItem.inc
index 19b765022a..43f695c092 100644
--- a/packages/cocoaint/src/appkit/NSTabViewItem.inc
+++ b/packages/cocoaint/src/appkit/NSTabViewItem.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTabViewItem.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -54,7 +54,7 @@ type
{$define NSTABVIEWITEM_PAS_C}
{ NSTabViewItem }
- NSTabViewItem = objcclass(NSObject, NSCodingProtocol)
+ NSTabViewItem = objcclass external (NSObject, NSCodingProtocol)
private
_identifier: id;
_label: NSString;
@@ -81,8 +81,6 @@ type
_auxiliaryStorage: id;
public
- class function alloc: NSTabViewItem; message 'alloc';
-
function initWithIdentifier(identifier_: id): id; message 'initWithIdentifier:';
function identifier: id; message 'identifier';
function view: id; message 'view';
@@ -104,7 +102,7 @@ type
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTableColumn.inc b/packages/cocoaint/src/appkit/NSTableColumn.inc
index 888b5a4dfd..f4f0e215a9 100644
--- a/packages/cocoaint/src/appkit/NSTableColumn.inc
+++ b/packages/cocoaint/src/appkit/NSTableColumn.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTableColumn.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -47,7 +47,7 @@ const
{$define NSTABLECOLUMN_PAS_C}
{ NSTableColumn }
- NSTableColumn = objcclass(NSObject, NSCodingProtocol)
+ NSTableColumn = objcclass external (NSObject, NSCodingProtocol)
private
_identifier: id;
_width: CGFloat;
@@ -73,8 +73,6 @@ const
_tcAuxiliaryStorage: id;
public
- class function alloc: NSTableColumn; message 'alloc';
-
function initWithIdentifier(identifier_: id): id; message 'initWithIdentifier:';
procedure setIdentifier(identifier_: id); message 'setIdentifier:';
function identifier: id; message 'identifier';
@@ -106,13 +104,13 @@ const
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSDeprecated_NSTableColumnCategory }
- NSDeprecated_NSTableColumnCategory = objccategory(NSTableColumn)
+ NSDeprecated_NSTableColumnCategory = objccategory external name 'NSDeprecated' (NSTableColumn)
procedure setResizable(flag: Boolean); message 'setResizable:'; deprecated 'in Mac OS X 10.4 and later';
function isResizable: Boolean; message 'isResizable'; deprecated 'in Mac OS X 10.4 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTableHeaderCell.inc b/packages/cocoaint/src/appkit/NSTableHeaderCell.inc
index 5b45fcca36..ba545385c9 100644
--- a/packages/cocoaint/src/appkit/NSTableHeaderCell.inc
+++ b/packages/cocoaint/src/appkit/NSTableHeaderCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTableHeaderCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define NSTABLEHEADERCELL_PAS_C}
{ NSTableHeaderCell }
- NSTableHeaderCell = objcclass(NSTextFieldCell)
+ NSTableHeaderCell = objcclass external (NSTextFieldCell)
public
- class function alloc: NSTableHeaderCell; message 'alloc';
-
procedure drawSortIndicatorWithFrame_inView_ascending_priority(cellFrame: NSRect; controlView_: NSView; ascending: Boolean; priority: NSInteger); message 'drawSortIndicatorWithFrame:inView:ascending:priority:';
function sortIndicatorRectForBounds(theRect: NSRect): NSRect; message 'sortIndicatorRectForBounds:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTableHeaderView.inc b/packages/cocoaint/src/appkit/NSTableHeaderView.inc
index 5bb0b7d4ba..47585df2ba 100644
--- a/packages/cocoaint/src/appkit/NSTableHeaderView.inc
+++ b/packages/cocoaint/src/appkit/NSTableHeaderView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTableHeaderView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSTABLEHEADERVIEW_PAS_C}
{ NSTableHeaderView }
- NSTableHeaderView = objcclass(NSView)
+ NSTableHeaderView = objcclass external (NSView)
private
_tableView: NSTableView;
_resizedColumn: NSInteger;
@@ -58,8 +58,6 @@
_reserved: id;
public
- class function alloc: NSTableHeaderView; message 'alloc';
-
procedure setTableView(tableView_: NSTableView); message 'setTableView:';
function tableView: NSTableView; message 'tableView';
function draggedColumn: NSInteger; message 'draggedColumn';
@@ -67,7 +65,7 @@
function resizedColumn: NSInteger; message 'resizedColumn';
function headerRectOfColumn(column: NSInteger): NSRect; message 'headerRectOfColumn:';
function columnAtPoint(point: NSPoint): NSInteger; message 'columnAtPoint:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTableView.inc b/packages/cocoaint/src/appkit/NSTableView.inc
index d715846df6..c20f4a5f6b 100644
--- a/packages/cocoaint/src/appkit/NSTableView.inc
+++ b/packages/cocoaint/src/appkit/NSTableView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTableView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -140,7 +140,7 @@ var
{$define NSTABLEVIEW_PAS_C}
{ NSTableView }
- NSTableView = objcclass(NSControl, NSUserInterfaceValidationsProtocol, NSTextViewDelegateProtocol)
+ NSTableView = objcclass external (NSControl, NSUserInterfaceValidationsProtocol, NSTextViewDelegateProtocol)
private
_headerView: NSTableHeaderView;
_cornerView: NSView;
@@ -171,8 +171,6 @@ var
_reserved: id;
public
- class function alloc: NSTableView; message 'alloc';
-
procedure setDataSource(aSource: id); message 'setDataSource:';
function dataSource: id; message 'dataSource';
procedure setDelegate(delegate_: id); message 'setDelegate:';
@@ -314,15 +312,15 @@ var
procedure textView_doubleClickedOnCell_inRect(textView: NSTextView; cell: id; cellFrame: NSRect);
procedure textView_draggedCell_inRect_event(view: NSTextView; cell: id; rect: NSRect; event: NSEvent);
function undoManagerForTextView(view: NSTextView): NSUndoManager;
- end; external;
+ end;
{ NSTableViewDataSourceDeprecatedCategory }
- NSTableViewDataSourceDeprecatedCategory = objccategory(NSObject)
+ NSTableViewDataSourceDeprecatedCategory = objccategory external (NSObject)
function tableView_writeRows_toPasteboard(tableView: NSTableView; rows: NSArray; pboard: NSPasteboard): Boolean; message 'tableView:writeRows:toPasteboard:'; deprecated 'in Mac OS X 10.4 and later';
- end; external;
+ end;
{ NSDeprecated_NSTableViewCategory }
- NSDeprecated_NSTableViewCategory = objccategory(NSTableView)
+ NSDeprecated_NSTableViewCategory = objccategory external name 'NSDeprecated' (NSTableView)
procedure setDrawsGrid(flag: Boolean); message 'setDrawsGrid:'; deprecated 'in Mac OS X 10.3 and later';
function drawsGrid: Boolean; message 'drawsGrid'; deprecated 'in Mac OS X 10.3 and later';
procedure selectColumn_byExtendingSelection(column: NSInteger; extend: Boolean); message 'selectColumn:byExtendingSelection:'; deprecated 'in Mac OS X 10.3 and later';
@@ -333,7 +331,7 @@ var
procedure setAutoresizesAllColumnsToFit(flag: Boolean); message 'setAutoresizesAllColumnsToFit:'; deprecated 'in Mac OS X 10.4 and later';
function autoresizesAllColumnsToFit: Boolean; message 'autoresizesAllColumnsToFit'; deprecated 'in Mac OS X 10.4 and later';
function columnsInRect(rect: NSRect): NSRange; message 'columnsInRect:'; deprecated 'in Mac OS X 10.5 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -342,7 +340,7 @@ var
{$define NSTABLEVIEW_PAS_P}
{ NSTableViewDelegate Protocol }
- NSTableViewDelegateProtocol = objcprotocol
+ NSTableViewDelegateProtocol = objcprotocol external name 'NSTableViewDelegate'
procedure tableView_willDisplayCell_forTableColumn_row(tableView: NSTableView; cell: id; tableColumn: NSTableColumn; row: NSInteger); message 'tableView:willDisplayCell:forTableColumn:row:';
function tableView_shouldEditTableColumn_row(tableView: NSTableView; tableColumn: NSTableColumn; row: NSInteger): Boolean; message 'tableView:shouldEditTableColumn:row:';
function selectionShouldChangeInTableView(tableView: NSTableView): Boolean; message 'selectionShouldChangeInTableView:';
@@ -367,10 +365,10 @@ var
procedure tableViewColumnDidMove(notification: NSNotification); message 'tableViewColumnDidMove:';
procedure tableViewColumnDidResize(notification: NSNotification); message 'tableViewColumnDidResize:';
procedure tableViewSelectionIsChanging(notification: NSNotification); message 'tableViewSelectionIsChanging:';
- end; external name 'NSTableViewDelegate';
+ end;
{ NSTableViewDataSource Protocol }
- NSTableViewDataSourceProtocol = objcprotocol
+ NSTableViewDataSourceProtocol = objcprotocol external name 'NSTableViewDataSource'
function numberOfRowsInTableView(tableView: NSTableView): NSInteger; message 'numberOfRowsInTableView:';
function tableView_objectValueForTableColumn_row(tableView: NSTableView; tableColumn: NSTableColumn; row: NSInteger): id; message 'tableView:objectValueForTableColumn:row:';
procedure tableView_setObjectValue_forTableColumn_row(tableView: NSTableView; object_: id; tableColumn: NSTableColumn; row: NSInteger); message 'tableView:setObjectValue:forTableColumn:row:';
@@ -379,6 +377,6 @@ var
function tableView_validateDrop_proposedRow_proposedDropOperation(tableView: NSTableView; info: id; row: NSInteger; dropOperation: NSTableViewDropOperation): NSDragOperation; message 'tableView:validateDrop:proposedRow:proposedDropOperation:';
function tableView_acceptDrop_row_dropOperation(tableView: NSTableView; info: id; row: NSInteger; dropOperation: NSTableViewDropOperation): Boolean; message 'tableView:acceptDrop:row:dropOperation:';
function tableView_namesOfPromisedFilesDroppedAtDestination_forDraggedRowsWithIndexes(tableView: NSTableView; dropDestination: NSURL; indexSet: NSIndexSet): NSArray; message 'tableView:namesOfPromisedFilesDroppedAtDestination:forDraggedRowsWithIndexes:';
- end; external name 'NSTableViewDataSource';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSText.inc b/packages/cocoaint/src/appkit/NSText.inc
index d9a90b3506..acc88fbe50 100644
--- a/packages/cocoaint/src/appkit/NSText.inc
+++ b/packages/cocoaint/src/appkit/NSText.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSText.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -98,13 +98,11 @@ var
{$define NSTEXT_PAS_C}
{ NSText }
- NSText = objcclass(NSView, NSChangeSpellingProtocol, NSIgnoreMisspelledWordsProtocol)
+ NSText = objcclass external (NSView, NSChangeSpellingProtocol, NSIgnoreMisspelledWordsProtocol)
private
_ivars: id;
public
- class function alloc: NSText; message 'alloc';
-
function string_: NSString; message 'string';
procedure setString(string__: NSString); message 'setString:';
procedure replaceCharactersInRange_withString(range: NSRange; aString: NSString); message 'replaceCharactersInRange:withString:';
@@ -179,7 +177,7 @@ var
{ Adopted Protocols }
procedure changeSpelling(sender: id);
procedure ignoreSpelling(sender: id);
- end; external;
+ end;
{$endif}
{$endif}
@@ -188,12 +186,12 @@ var
{$define NSTEXT_PAS_P}
{ NSTextDelegate Protocol }
- NSTextDelegateProtocol = objcprotocol
+ NSTextDelegateProtocol = objcprotocol external name 'NSTextDelegate'
function textShouldBeginEditing(textObject: NSText): Boolean; message 'textShouldBeginEditing:';
function textShouldEndEditing(textObject: NSText): Boolean; message 'textShouldEndEditing:';
procedure textDidBeginEditing(notification: NSNotification); message 'textDidBeginEditing:';
procedure textDidEndEditing(notification: NSNotification); message 'textDidEndEditing:';
procedure textDidChange(notification: NSNotification); message 'textDidChange:';
- end; external name 'NSTextDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextAttachment.inc b/packages/cocoaint/src/appkit/NSTextAttachment.inc
index 0c7f06a325..18c494d216 100644
--- a/packages/cocoaint/src/appkit/NSTextAttachment.inc
+++ b/packages/cocoaint/src/appkit/NSTextAttachment.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextAttachment.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -51,12 +51,11 @@ const
{$define NSTEXTATTACHMENT_PAS_C}
{ NSTextAttachmentCell }
- NSTextAttachmentCell = objcclass(NSCell, NSTextAttachmentCellProtocol)
+ NSTextAttachmentCell = objcclass external (NSCell, NSTextAttachmentCellProtocol)
private
_attachment: NSTextAttachment;
public
- class function alloc: NSTextAttachmentCell; message 'alloc';
{ Adopted Protocols }
procedure drawWithFrame_inView(cellFrame: NSRect; controlView: NSView);
@@ -72,10 +71,10 @@ const
function wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(theEvent: NSEvent; cellFrame: NSRect; controlView: NSView; charIndex: NSUInteger): Boolean;
function trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(theEvent: NSEvent; cellFrame: NSRect; controlView: NSView; charIndex: NSUInteger; flag: Boolean): Boolean;
function cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex(textContainer: NSTextContainer; lineFrag: NSRect; position: NSPoint; charIndex: NSUInteger): NSRect;
- end; external;
+ end;
{ NSTextAttachment }
- NSTextAttachment = objcclass(NSObject, NSCodingProtocol)
+ NSTextAttachment = objcclass external (NSObject, NSCodingProtocol)
private
_fileWrapper: NSFileWrapper;
_cell: NSTextAttachmentCellProtocol;
@@ -90,8 +89,6 @@ const
end;
public
- class function alloc: NSTextAttachment; message 'alloc';
-
function initWithFileWrapper(fileWrapper_: NSFileWrapper): id; message 'initWithFileWrapper:';
procedure setFileWrapper(fileWrapper_: NSFileWrapper); message 'setFileWrapper:';
function fileWrapper: NSFileWrapper; message 'fileWrapper';
@@ -101,17 +98,17 @@ const
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSAttributedStringAttachmentConveniencesCategory }
- NSAttributedStringAttachmentConveniencesCategory = objccategory(NSAttributedString)
+ NSAttributedStringAttachmentConveniencesCategory = objccategory external (NSAttributedString)
class function attributedStringWithAttachment(attachment: NSTextAttachment): NSAttributedString; message 'attributedStringWithAttachment:';
- end; external;
+ end;
{ NSMutableAttributedStringAttachmentConveniencesCategory }
- NSMutableAttributedStringAttachmentConveniencesCategory = objccategory(NSMutableAttributedString)
+ NSMutableAttributedStringAttachmentConveniencesCategory = objccategory external (NSMutableAttributedString)
procedure updateAttachmentsFromPath(path: NSString); message 'updateAttachmentsFromPath:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -120,7 +117,7 @@ const
{$define NSTEXTATTACHMENT_PAS_P}
{ NSTextAttachmentCell Protocol }
- NSTextAttachmentCellProtocol = objcprotocol
+ NSTextAttachmentCellProtocol = objcprotocol external name 'NSTextAttachmentCell'
procedure drawWithFrame_inView(cellFrame: NSRect; controlView: NSView); message 'drawWithFrame:inView:';
function wantsToTrackMouse: Boolean; message 'wantsToTrackMouse';
procedure highlight_withFrame_inView(flag: Boolean; cellFrame: NSRect; controlView: NSView); message 'highlight:withFrame:inView:';
@@ -134,6 +131,6 @@ const
function wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(theEvent: NSEvent; cellFrame: NSRect; controlView: NSView; charIndex: NSUInteger): Boolean; message 'wantsToTrackMouseForEvent:inRect:ofView:atCharacterIndex:';
function trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(theEvent: NSEvent; cellFrame: NSRect; controlView: NSView; charIndex: NSUInteger; flag: Boolean): Boolean; message 'trackMouse:inRect:ofView:atCharacterIndex:untilMouseUp:';
function cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex(textContainer: NSTextContainer; lineFrag: NSRect; position: NSPoint; charIndex: NSUInteger): NSRect; message 'cellFrameForTextContainer:proposedLineFragment:glyphPosition:characterIndex:';
- end; external name 'NSTextAttachmentCell';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextContainer.inc b/packages/cocoaint/src/appkit/NSTextContainer.inc
index 016d859f19..8cd9dd60b2 100644
--- a/packages/cocoaint/src/appkit/NSTextContainer.inc
+++ b/packages/cocoaint/src/appkit/NSTextContainer.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextContainer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -64,7 +64,7 @@ type
{$define NSTEXTCONTAINER_PAS_C}
{ NSTextContainer }
- NSTextContainer = objcclass(NSObject, NSCodingProtocol)
+ NSTextContainer = objcclass external (NSObject, NSCodingProtocol)
private
_layoutManager: NSLayoutManager;
_textView: NSTextView;
@@ -82,8 +82,6 @@ type
end;
public
- class function alloc: NSTextContainer; message 'alloc';
-
function initWithContainerSize(size: NSSize): id; message 'initWithContainerSize:';
function layoutManager: NSLayoutManager; message 'layoutManager';
procedure setLayoutManager(layoutManager_: NSLayoutManager); message 'setLayoutManager:';
@@ -105,7 +103,7 @@ type
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextField.inc b/packages/cocoaint/src/appkit/NSTextField.inc
index 00d1b61e2a..9a98f028b2 100644
--- a/packages/cocoaint/src/appkit/NSTextField.inc
+++ b/packages/cocoaint/src/appkit/NSTextField.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextField.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -43,14 +43,12 @@
{$define NSTEXTFIELD_PAS_C}
{ NSTextField }
- NSTextField = objcclass(NSControl, NSUserInterfaceValidationsProtocol)
+ NSTextField = objcclass external (NSControl, NSUserInterfaceValidationsProtocol)
private
_delegate: id;
_errorAction: SEL;
public
- class function alloc: NSTextField; message 'alloc';
-
procedure setBackgroundColor(color: NSColor); message 'setBackgroundColor:';
function backgroundColor: NSColor; message 'backgroundColor';
procedure setDrawsBackground(flag: Boolean); message 'setDrawsBackground:';
@@ -79,20 +77,20 @@
{ Adopted Protocols }
function validateUserInterfaceItem(anItem: id): Boolean;
- end; external;
+ end;
{ NSKeyboardUI_NSTextFieldCategory }
- NSKeyboardUI_NSTextFieldCategory = objccategory(NSTextField)
+ NSKeyboardUI_NSTextFieldCategory = objccategory external name 'NSKeyboardUI' (NSTextField)
procedure setTitleWithMnemonic(stringWithAmpersand: NSString); message 'setTitleWithMnemonic:';
- end; external name 'NSKeyboardUI';
+ end;
{ NSTextFieldAttributedStringMethodsCategory }
- NSTextFieldAttributedStringMethodsCategory = objccategory(NSTextField)
+ NSTextFieldAttributedStringMethodsCategory = objccategory external (NSTextField)
function allowsEditingTextAttributes: Boolean; message 'allowsEditingTextAttributes';
procedure setAllowsEditingTextAttributes(flag: Boolean); message 'setAllowsEditingTextAttributes:';
function importsGraphics: Boolean; message 'importsGraphics';
procedure setImportsGraphics(flag: Boolean); message 'setImportsGraphics:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -101,7 +99,7 @@
{$define NSTEXTFIELD_PAS_P}
{ NSTextFieldDelegate Protocol }
- NSTextFieldDelegateProtocol = objcprotocol
- end; external name 'NSTextFieldDelegate';
+ NSTextFieldDelegateProtocol = objcprotocol external name 'NSTextFieldDelegate'
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextFieldCell.inc b/packages/cocoaint/src/appkit/NSTextFieldCell.inc
index f667fa1722..a391da4313 100644
--- a/packages/cocoaint/src/appkit/NSTextFieldCell.inc
+++ b/packages/cocoaint/src/appkit/NSTextFieldCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextFieldCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -53,7 +53,7 @@ type
{$define NSTEXTFIELDCELL_PAS_C}
{ NSTextFieldCell }
- NSTextFieldCell = objcclass(NSActionCell)
+ NSTextFieldCell = objcclass external (NSActionCell)
private
_backgroundColor: NSColor;
_textColor: NSColor;
@@ -76,8 +76,6 @@ type
end;
public
- class function alloc: NSTextFieldCell; message 'alloc';
-
procedure setBackgroundColor(color: NSColor); message 'setBackgroundColor:';
function backgroundColor: NSColor; message 'backgroundColor';
procedure setDrawsBackground(flag: Boolean); message 'setDrawsBackground:';
@@ -94,7 +92,7 @@ type
procedure setWantsNotificationForMarkedText(flag: Boolean); message 'setWantsNotificationForMarkedText:';
function allowedInputSourceLocales: NSArray; message 'allowedInputSourceLocales';
procedure setAllowedInputSourceLocales(localeIdentifiers: NSArray); message 'setAllowedInputSourceLocales:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextInputClient.inc b/packages/cocoaint/src/appkit/NSTextInputClient.inc
index da5aadb47d..a679404ff2 100644
--- a/packages/cocoaint/src/appkit/NSTextInputClient.inc
+++ b/packages/cocoaint/src/appkit/NSTextInputClient.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextInputClient.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -39,7 +39,7 @@
{$define NSTEXTINPUTCLIENT_PAS_P}
{ NSTextInputClient Protocol }
- NSTextInputClientProtocol = objcprotocol
+ NSTextInputClientProtocol = objcprotocol external name 'NSTextInputClient'
procedure insertText_replacementRange(aString: id; replacementRange: NSRange); message 'insertText:replacementRange:';
procedure setMarkedText_selectedRange_replacementRange(aString: id; selectedRange: NSRange; replacementRange: NSRange); message 'setMarkedText:selectedRange:replacementRange:';
procedure unmarkText; message 'unmarkText';
@@ -55,6 +55,6 @@
function baselineDeltaForCharacterAtIndex(anIndex: NSUInteger): CGFloat; message 'baselineDeltaForCharacterAtIndex:';
function windowLevel: NSInteger; message 'windowLevel';
function drawsVerticallyForCharacterAtIndex(charIndex: NSUInteger): Boolean; message 'drawsVerticallyForCharacterAtIndex:';
- end; external name 'NSTextInputClient';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextInputContext.inc b/packages/cocoaint/src/appkit/NSTextInputContext.inc
index 83130b5cf8..e5bcfcf33b 100644
--- a/packages/cocoaint/src/appkit/NSTextInputContext.inc
+++ b/packages/cocoaint/src/appkit/NSTextInputContext.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextInputContext.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -46,7 +46,7 @@ var
{$define NSTEXTINPUTCONTEXT_PAS_C}
{ NSTextInputContext }
- NSTextInputContext = objcclass(NSObject)
+ NSTextInputContext = objcclass external (NSObject)
private
_client: id;
_inputLocales: NSArray;
@@ -83,8 +83,6 @@ var
end;
public
- class function alloc: NSTextInputContext; message 'alloc';
-
class function currentInputContext: NSTextInputContext; message 'currentInputContext';
function initWithClient(theClient: id): id; message 'initWithClient:';
function client: id; message 'client';
@@ -101,7 +99,7 @@ var
procedure setSelectedKeyboardInputSource (newValue: NSString); message 'setSelectedKeyboardInputSource:';
function selectedKeyboardInputSource: NSString; message 'selectedKeyboardInputSource';
class function localizedNameForInputSource(inputSourceIdentifier: NSString): NSString; message 'localizedNameForInputSource:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextList.inc b/packages/cocoaint/src/appkit/NSTextList.inc
index 323131abea..7a6bd88c59 100644
--- a/packages/cocoaint/src/appkit/NSTextList.inc
+++ b/packages/cocoaint/src/appkit/NSTextList.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextList.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -47,7 +47,7 @@ const
{$define NSTEXTLIST_PAS_C}
{ NSTextList }
- NSTextList = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ NSTextList = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_markerFormat: NSString;
_listFlags: NSUInteger;
@@ -55,8 +55,6 @@ const
_listSecondary: Pointer;
public
- class function alloc: NSTextList; message 'alloc';
-
function initWithMarkerFormat_options(format: NSString; mask: NSUInteger): id; message 'initWithMarkerFormat:options:';
function markerFormat: NSString; message 'markerFormat';
function listOptions: NSUInteger; message 'listOptions';
@@ -68,7 +66,7 @@ const
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextStorage.inc b/packages/cocoaint/src/appkit/NSTextStorage.inc
index 1301441644..c1a9ab1d44 100644
--- a/packages/cocoaint/src/appkit/NSTextStorage.inc
+++ b/packages/cocoaint/src/appkit/NSTextStorage.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextStorage.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -54,7 +54,7 @@ var
{$define NSTEXTSTORAGE_PAS_C}
{ NSTextStorage }
- NSTextStorage = objcclass(NSMutableAttributedString)
+ NSTextStorage = objcclass external (NSMutableAttributedString)
private
_editedRange: NSRange;
_editedDelta: NSInteger;
@@ -74,8 +74,6 @@ var
_sideData: id;
public
- class function alloc: NSTextStorage; message 'alloc';
-
procedure addLayoutManager(obj: NSLayoutManager); message 'addLayoutManager:';
procedure removeLayoutManager(obj: NSLayoutManager); message 'removeLayoutManager:';
function layoutManagers: NSArray; message 'layoutManagers';
@@ -89,7 +87,7 @@ var
function changeInLength: NSInteger; message 'changeInLength';
procedure setDelegate(delegate_: id); message 'setDelegate:';
function delegate: id; message 'delegate';
- end; external;
+ end;
{$endif}
{$endif}
@@ -98,9 +96,9 @@ var
{$define NSTEXTSTORAGE_PAS_P}
{ NSTextStorageDelegate Protocol }
- NSTextStorageDelegateProtocol = objcprotocol
+ NSTextStorageDelegateProtocol = objcprotocol external name 'NSTextStorageDelegate'
procedure textStorageWillProcessEditing(notification: NSNotification); message 'textStorageWillProcessEditing:';
procedure textStorageDidProcessEditing(notification: NSNotification); message 'textStorageDidProcessEditing:';
- end; external name 'NSTextStorageDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextStorageScripting.inc b/packages/cocoaint/src/appkit/NSTextStorageScripting.inc
index 0a1ef79577..a675f6bef2 100644
--- a/packages/cocoaint/src/appkit/NSTextStorageScripting.inc
+++ b/packages/cocoaint/src/appkit/NSTextStorageScripting.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextStorageScripting.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -39,7 +39,7 @@
{$define NSTEXTSTORAGESCRIPTING_PAS_C}
{ ScriptingCategory }
- ScriptingCategory = objccategory(NSTextStorage)
+ ScriptingCategory = objccategory external (NSTextStorage)
function attributeRuns: NSArray; message 'attributeRuns';
procedure setAttributeRuns(attributeRuns: NSArray); message 'setAttributeRuns:';
function paragraphs: NSArray; message 'paragraphs';
@@ -52,7 +52,7 @@
procedure setFont(font: NSFont); message 'setFont:';
function foregroundColor: NSColor; message 'foregroundColor';
procedure setForegroundColor(color: NSColor); message 'setForegroundColor:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextTable.inc b/packages/cocoaint/src/appkit/NSTextTable.inc
index 235d80df37..7fa8a03dca 100644
--- a/packages/cocoaint/src/appkit/NSTextTable.inc
+++ b/packages/cocoaint/src/appkit/NSTextTable.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextTable.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -90,7 +90,7 @@ type
{$define NSTEXTTABLE_PAS_C}
{ NSTextBlock }
- NSTextBlock = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ NSTextBlock = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_propVals: Pointer;
_propMask: NSUInteger;
@@ -101,8 +101,6 @@ type
_blockSecondary: Pointer;
public
- class function alloc: NSTextBlock; message 'alloc';
-
function init: id; message 'init';
procedure setValue_type_forDimension(val: CGFloat; type_: NSTextBlockValueType; dimension: NSTextBlockDimension); message 'setValue:type:forDimension:';
function valueForDimension(dimension: NSTextBlockDimension): CGFloat; message 'valueForDimension:';
@@ -129,10 +127,10 @@ type
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSTextTableBlock }
- NSTextTableBlock = objcclass(NSTextBlock)
+ NSTextTableBlock = objcclass external (NSTextBlock)
private
_table: NSTextTable;
_rowNum: NSInteger;
@@ -143,18 +141,16 @@ type
_tableBlockSecondary: Pointer;
public
- class function alloc: NSTextTableBlock; message 'alloc';
-
function initWithTable_startingRow_rowSpan_startingColumn_columnSpan(table_: NSTextTable; row: NSInteger; rowSpan_: NSInteger; col: NSInteger; colSpan: NSInteger): id; message 'initWithTable:startingRow:rowSpan:startingColumn:columnSpan:';
function table: NSTextTable; message 'table';
function startingRow: NSInteger; message 'startingRow';
function rowSpan: NSInteger; message 'rowSpan';
function startingColumn: NSInteger; message 'startingColumn';
function columnSpan: NSInteger; message 'columnSpan';
- end; external;
+ end;
{ NSTextTable }
- NSTextTable = objcclass(NSTextBlock)
+ NSTextTable = objcclass external (NSTextBlock)
private
_numCols: NSUInteger;
_tableFlags: NSUInteger;
@@ -163,8 +159,6 @@ type
_tableSecondary: Pointer;
public
- class function alloc: NSTextTable; message 'alloc';
-
function numberOfColumns: NSUInteger; message 'numberOfColumns';
procedure setNumberOfColumns(numCols: NSUInteger); message 'setNumberOfColumns:';
function layoutAlgorithm: NSTextTableLayoutAlgorithm; message 'layoutAlgorithm';
@@ -176,7 +170,7 @@ type
function rectForBlock_layoutAtPoint_inRect_textContainer_characterRange(block: NSTextTableBlock; startingPoint: NSPoint; rect: NSRect; textContainer: NSTextContainer; charRange: NSRange): NSRect; message 'rectForBlock:layoutAtPoint:inRect:textContainer:characterRange:';
function boundsRectForBlock_contentRect_inRect_textContainer_characterRange(block: NSTextTableBlock; contentRect: NSRect; rect: NSRect; textContainer: NSTextContainer; charRange: NSRange): NSRect; message 'boundsRectForBlock:contentRect:inRect:textContainer:characterRange:';
procedure drawBackgroundForBlock_withFrame_inView_characterRange_layoutManager(block: NSTextTableBlock; frameRect: NSRect; controlView: NSView; charRange: NSRange; layoutManager: NSLayoutManager); message 'drawBackgroundForBlock:withFrame:inView:characterRange:layoutManager:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTextView.inc b/packages/cocoaint/src/appkit/NSTextView.inc
index 3308399163..f58efa391c 100644
--- a/packages/cocoaint/src/appkit/NSTextView.inc
+++ b/packages/cocoaint/src/appkit/NSTextView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTextView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -93,11 +93,9 @@ var
{$define NSTEXTVIEW_PAS_C}
{ NSTextView }
- NSTextView = objcclass(NSText)
+ NSTextView = objcclass external (NSText)
public
- class function alloc: NSTextView; message 'alloc';
-
function initWithFrame_textContainer(frameRect: NSRect; container: NSTextContainer): id; message 'initWithFrame:textContainer:';
function initWithFrame(frameRect: NSRect): id; message 'initWithFrame:';
function textContainer: NSTextContainer; message 'textContainer';
@@ -154,18 +152,18 @@ var
procedure startSpeaking(sender: id); message 'startSpeaking:';
procedure stopSpeaking(sender: id); message 'stopSpeaking:';
function characterIndexForInsertionAtPoint(point: NSPoint): NSUInteger; message 'characterIndexForInsertionAtPoint:';
- end; external;
+ end;
{ NSCompletionCategory }
- NSCompletionCategory = objccategory(NSTextView)
+ NSCompletionCategory = objccategory external (NSTextView)
procedure complete(sender: id); message 'complete:';
function rangeForUserCompletion: NSRange; message 'rangeForUserCompletion';
function completionsForPartialWordRange_indexOfSelectedItem(charRange: NSRange; index: NSIntegerPtr): NSArray; message 'completionsForPartialWordRange:indexOfSelectedItem:';
procedure insertCompletion_forPartialWordRange_movement_isFinal(word: NSString; charRange: NSRange; movement: NSInteger; flag: Boolean); message 'insertCompletion:forPartialWordRange:movement:isFinal:';
- end; external;
+ end;
{ NSPasteboard_NSTextViewCategory }
- NSPasteboard_NSTextViewCategory = objccategory(NSTextView)
+ NSPasteboard_NSTextViewCategory = objccategory external name 'NSPasteboard' (NSTextView)
function writablePasteboardTypes: NSArray; message 'writablePasteboardTypes';
function writeSelectionToPasteboard_type(pboard: NSPasteboard; type_: NSString): Boolean; message 'writeSelectionToPasteboard:type:';
function writeSelectionToPasteboard_types(pboard: NSPasteboard; types: NSArray): Boolean; message 'writeSelectionToPasteboard:types:';
@@ -177,19 +175,19 @@ var
function validRequestorForSendType_returnType(sendType: NSString; returnType: NSString): id; message 'validRequestorForSendType:returnType:';
procedure pasteAsPlainText(sender: id); message 'pasteAsPlainText:';
procedure pasteAsRichText(sender: id); message 'pasteAsRichText:';
- end; external name 'NSPasteboard';
+ end;
{ NSDraggingCategory }
- NSDraggingCategory = objccategory(NSTextView)
+ NSDraggingCategory = objccategory external (NSTextView)
function dragSelectionWithEvent_offset_slideBack(event: NSEvent; mouseOffset: NSSize; slideBack: Boolean): Boolean; message 'dragSelectionWithEvent:offset:slideBack:';
function dragImageForSelectionWithEvent_origin(event: NSEvent; origin: NSPointPointer): NSImage; message 'dragImageForSelectionWithEvent:origin:';
function acceptableDragTypes: NSArray; message 'acceptableDragTypes';
function dragOperationForDraggingInfo_type(dragInfo: id; type_: NSString): NSDragOperation; message 'dragOperationForDraggingInfo:type:';
procedure cleanUpAfterDragOperation; message 'cleanUpAfterDragOperation';
- end; external;
+ end;
{ NSSharingCategory }
- NSSharingCategory = objccategory(NSTextView)
+ NSSharingCategory = objccategory external (NSTextView)
function selectedRanges: NSArray; message 'selectedRanges';
procedure setSelectedRanges_affinity_stillSelecting(ranges: NSArray; affinity: NSSelectionAffinity; stillSelectingFlag: Boolean); message 'setSelectedRanges:affinity:stillSelecting:';
procedure setSelectedRanges(ranges: NSArray); message 'setSelectedRanges:';
@@ -267,10 +265,10 @@ var
procedure setSelectedRange(charRange: NSRange); message 'setSelectedRange:';
function allowedInputSourceLocales: NSArray; message 'allowedInputSourceLocales';
procedure setAllowedInputSourceLocales(localeIdentifiers: NSArray); message 'setAllowedInputSourceLocales:';
- end; external;
+ end;
{ NSTextCheckingCategory }
- NSTextCheckingCategory = objccategory(NSTextView)
+ NSTextCheckingCategory = objccategory external (NSTextView)
function smartInsertDeleteEnabled: Boolean; message 'smartInsertDeleteEnabled';
procedure setSmartInsertDeleteEnabled(flag: Boolean); message 'setSmartInsertDeleteEnabled:';
function smartDeleteRangeForProposedRange(proposedCharRange: NSRange): NSRange; message 'smartDeleteRangeForProposedRange:';
@@ -303,12 +301,12 @@ var
procedure orderFrontSubstitutionsPanel(sender: id); message 'orderFrontSubstitutionsPanel:';
procedure checkTextInSelection(sender: id); message 'checkTextInSelection:';
procedure checkTextInDocument(sender: id); message 'checkTextInDocument:';
- end; external;
+ end;
{ NSDeprecated_NSTextViewCategory }
- NSDeprecated_NSTextViewCategory = objccategory(NSTextView)
+ NSDeprecated_NSTextViewCategory = objccategory external name 'NSDeprecated' (NSTextView)
procedure toggleBaseWritingDirection(sender: id); message 'toggleBaseWritingDirection:';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -317,7 +315,7 @@ var
{$define NSTEXTVIEW_PAS_P}
{ NSTextViewDelegate Protocol }
- NSTextViewDelegateProtocol = objcprotocol
+ NSTextViewDelegateProtocol = objcprotocol external name 'NSTextViewDelegate'
function textView_clickedOnLink_atIndex(textView: NSTextView; link: id; charIndex: NSUInteger): Boolean; message 'textView:clickedOnLink:atIndex:';
procedure textView_clickedOnCell_inRect_atIndex(textView: NSTextView; cell: id; cellFrame: NSRect; charIndex: NSUInteger); message 'textView:clickedOnCell:inRect:atIndex:';
procedure textView_doubleClickedOnCell_inRect_atIndex(textView: NSTextView; cell: id; cellFrame: NSRect; charIndex: NSUInteger); message 'textView:doubleClickedOnCell:inRect:atIndex:';
@@ -343,6 +341,6 @@ var
procedure textView_doubleClickedOnCell_inRect(textView: NSTextView; cell: id; cellFrame: NSRect); message 'textView:doubleClickedOnCell:inRect:';
procedure textView_draggedCell_inRect_event(view: NSTextView; cell: id; rect: NSRect; event: NSEvent); message 'textView:draggedCell:inRect:event:';
function undoManagerForTextView(view: NSTextView): NSUndoManager; message 'undoManagerForTextView:';
- end; external name 'NSTextViewDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTokenField.inc b/packages/cocoaint/src/appkit/NSTokenField.inc
index 055319c03c..101f1e6cf3 100644
--- a/packages/cocoaint/src/appkit/NSTokenField.inc
+++ b/packages/cocoaint/src/appkit/NSTokenField.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTokenField.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -43,11 +43,9 @@
{$define NSTOKENFIELD_PAS_C}
{ NSTokenField }
- NSTokenField = objcclass(NSTextField)
+ NSTokenField = objcclass external (NSTextField)
public
- class function alloc: NSTokenField; message 'alloc';
-
procedure setDelegate(anObject: id); message 'setDelegate:';
function delegate: id; message 'delegate';
procedure setTokenStyle(style: NSTokenStyle); message 'setTokenStyle:';
@@ -58,7 +56,7 @@
procedure setTokenizingCharacterSet(characterSet: NSCharacterSet); message 'setTokenizingCharacterSet:';
function tokenizingCharacterSet: NSCharacterSet; message 'tokenizingCharacterSet';
class function defaultTokenizingCharacterSet: NSCharacterSet; message 'defaultTokenizingCharacterSet';
- end; external;
+ end;
{$endif}
{$endif}
@@ -67,7 +65,7 @@
{$define NSTOKENFIELD_PAS_P}
{ NSTokenFieldDelegate Protocol }
- NSTokenFieldDelegateProtocol = objcprotocol
+ NSTokenFieldDelegateProtocol = objcprotocol external name 'NSTokenFieldDelegate'
function tokenField_completionsForSubstring_indexOfToken_indexOfSelectedItem(tokenField: NSTokenField; substring: NSString; tokenIndex: NSInteger; selectedIndex: NSIntegerPtr): NSArray; message 'tokenField:completionsForSubstring:indexOfToken:indexOfSelectedItem:';
function tokenField_shouldAddObjects_atIndex(tokenField: NSTokenField; tokens: NSArray; index: NSUInteger): NSArray; message 'tokenField:shouldAddObjects:atIndex:';
function tokenField_displayStringForRepresentedObject(tokenField: NSTokenField; representedObject: id): NSString; message 'tokenField:displayStringForRepresentedObject:';
@@ -78,6 +76,6 @@
function tokenField_menuForRepresentedObject(tokenField: NSTokenField; representedObject: id): NSMenu; message 'tokenField:menuForRepresentedObject:';
function tokenField_hasMenuForRepresentedObject(tokenField: NSTokenField; representedObject: id): Boolean; message 'tokenField:hasMenuForRepresentedObject:';
function tokenField_styleForRepresentedObject(tokenField: NSTokenField; representedObject: id): NSTokenStyle; message 'tokenField:styleForRepresentedObject:';
- end; external name 'NSTokenFieldDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTokenFieldCell.inc b/packages/cocoaint/src/appkit/NSTokenFieldCell.inc
index 21f53cdb08..476ec6153d 100644
--- a/packages/cocoaint/src/appkit/NSTokenFieldCell.inc
+++ b/packages/cocoaint/src/appkit/NSTokenFieldCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTokenFieldCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -55,7 +55,7 @@ type
{$define NSTOKENFIELDCELL_PAS_C}
{ NSTokenFieldCell }
- NSTokenFieldCell = objcclass(NSTextFieldCell)
+ NSTokenFieldCell = objcclass external (NSTextFieldCell)
private
_tokenizingCharacterSet: NSCharacterSet;
_delegate: id;
@@ -85,8 +85,6 @@ type
end;
public
- class function alloc: NSTokenFieldCell; message 'alloc';
-
procedure setTokenStyle(style: NSTokenStyle); message 'setTokenStyle:';
function tokenStyle: NSTokenStyle; message 'tokenStyle';
procedure setCompletionDelay(delay: NSTimeInterval); message 'setCompletionDelay:';
@@ -97,7 +95,7 @@ type
class function defaultTokenizingCharacterSet: NSCharacterSet; message 'defaultTokenizingCharacterSet';
procedure setDelegate(anObject: id); message 'setDelegate:';
function delegate: id; message 'delegate';
- end; external;
+ end;
{$endif}
{$endif}
@@ -106,7 +104,7 @@ type
{$define NSTOKENFIELDCELL_PAS_P}
{ NSTokenFieldCellDelegate Protocol }
- NSTokenFieldCellDelegateProtocol = objcprotocol
+ NSTokenFieldCellDelegateProtocol = objcprotocol external name 'NSTokenFieldCellDelegate'
function tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem(tokenFieldCell: NSTokenFieldCell; substring: NSString; tokenIndex: NSInteger; selectedIndex: NSIntegerPtr): NSArray; message 'tokenFieldCell:completionsForSubstring:indexOfToken:indexOfSelectedItem:';
function tokenFieldCell_shouldAddObjects_atIndex(tokenFieldCell: NSTokenFieldCell; tokens: NSArray; index: NSUInteger): NSArray; message 'tokenFieldCell:shouldAddObjects:atIndex:';
function tokenFieldCell_displayStringForRepresentedObject(tokenFieldCell: NSTokenFieldCell; representedObject: id): NSString; message 'tokenFieldCell:displayStringForRepresentedObject:';
@@ -117,6 +115,6 @@ type
function tokenFieldCell_menuForRepresentedObject(tokenFieldCell: NSTokenFieldCell; representedObject: id): NSMenu; message 'tokenFieldCell:menuForRepresentedObject:';
function tokenFieldCell_hasMenuForRepresentedObject(tokenFieldCell: NSTokenFieldCell; representedObject: id): Boolean; message 'tokenFieldCell:hasMenuForRepresentedObject:';
function tokenFieldCell_styleForRepresentedObject(tokenFieldCell: NSTokenFieldCell; representedObject: id): NSTokenStyle; message 'tokenFieldCell:styleForRepresentedObject:';
- end; external name 'NSTokenFieldCellDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSToolbar.inc b/packages/cocoaint/src/appkit/NSToolbar.inc
index dfb80bd69f..b89dbf5a23 100644
--- a/packages/cocoaint/src/appkit/NSToolbar.inc
+++ b/packages/cocoaint/src/appkit/NSToolbar.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSToolbar.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -68,7 +68,7 @@ var
{$define NSTOOLBAR_PAS_C}
{ NSToolbar }
- NSToolbar = objcclass(NSObject)
+ NSToolbar = objcclass external (NSObject)
private
_toolbarIdentifier: NSString;
_currentItems: NSMutableArray;
@@ -119,8 +119,6 @@ var
_tbReserved: id;
public
- class function alloc: NSToolbar; message 'alloc';
-
function initWithIdentifier(identifier_: NSString): id; message 'initWithIdentifier:';
procedure insertItemWithItemIdentifier_atIndex(itemIdentifier: NSString; index: NSInteger); message 'insertItemWithItemIdentifier:atIndex:';
procedure removeItemAtIndex(index: NSInteger); message 'removeItemAtIndex:';
@@ -148,7 +146,7 @@ var
procedure setConfigurationFromDictionary(configDict: NSDictionary); message 'setConfigurationFromDictionary:';
function configurationDictionary: NSDictionary; message 'configurationDictionary';
procedure validateVisibleItems; message 'validateVisibleItems';
- end; external;
+ end;
{$endif}
{$endif}
@@ -157,13 +155,13 @@ var
{$define NSTOOLBAR_PAS_P}
{ NSToolbarDelegate Protocol }
- NSToolbarDelegateProtocol = objcprotocol
+ NSToolbarDelegateProtocol = objcprotocol external name 'NSToolbarDelegate'
function toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar(toolbar: NSToolbar; itemIdentifier: NSString; flag: Boolean): NSToolbarItem; message 'toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:';
function toolbarDefaultItemIdentifiers(toolbar: NSToolbar): NSArray; message 'toolbarDefaultItemIdentifiers:';
function toolbarAllowedItemIdentifiers(toolbar: NSToolbar): NSArray; message 'toolbarAllowedItemIdentifiers:';
function toolbarSelectableItemIdentifiers(toolbar: NSToolbar): NSArray; message 'toolbarSelectableItemIdentifiers:';
procedure toolbarWillAddItem(notification: NSNotification); message 'toolbarWillAddItem:';
procedure toolbarDidRemoveItem(notification: NSNotification); message 'toolbarDidRemoveItem:';
- end; external name 'NSToolbarDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSToolbarItem.inc b/packages/cocoaint/src/appkit/NSToolbarItem.inc
index b753f58b35..5c09bd3730 100644
--- a/packages/cocoaint/src/appkit/NSToolbarItem.inc
+++ b/packages/cocoaint/src/appkit/NSToolbarItem.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSToolbarItem.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -60,7 +60,7 @@ var
{$define NSTOOLBARITEM_PAS_C}
{ NSToolbarItem }
- NSToolbarItem = objcclass(NSObject, NSCopyingProtocol, NSValidatedUserInterfaceItemProtocol)
+ NSToolbarItem = objcclass external (NSObject, NSCopyingProtocol, NSValidatedUserInterfaceItemProtocol)
private
_toolbar: NSToolbar;
_image: NSImage;
@@ -112,8 +112,6 @@ var
{$endif}
public
- class function alloc: NSToolbarItem; message 'alloc';
-
function initWithItemIdentifier(itemIdentifier_: NSString): id; message 'initWithItemIdentifier:';
function itemIdentifier: NSString; message 'itemIdentifier';
function toolbar: NSToolbar; message 'toolbar';
@@ -150,12 +148,12 @@ var
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSToolbarItemValidationCategory }
- NSToolbarItemValidationCategory = objccategory(NSObject)
+ NSToolbarItemValidationCategory = objccategory external (NSObject)
function validateToolbarItem(theItem: NSToolbarItem): Boolean; message 'validateToolbarItem:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc b/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc
index a150ea9482..3ee32f6a99 100644
--- a/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc
+++ b/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSToolbarItemGroup.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSTOOLBARITEMGROUP_PAS_C}
{ NSToolbarItemGroup }
- NSToolbarItemGroup = objcclass(NSToolbarItem)
+ NSToolbarItemGroup = objcclass external (NSToolbarItem)
private
_groupItems: id;
__giFlags: bitpacked record
@@ -56,11 +56,9 @@
_giReserved: id;
public
- class function alloc: NSToolbarItemGroup; message 'alloc';
-
procedure setSubitems(subitems_: NSArray); message 'setSubitems:';
function subitems: NSArray; message 'subitems';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTouch.inc b/packages/cocoaint/src/appkit/NSTouch.inc
index f91f7c0017..7a3ed6906b 100644
--- a/packages/cocoaint/src/appkit/NSTouch.inc
+++ b/packages/cocoaint/src/appkit/NSTouch.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTouch.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -57,7 +57,7 @@ type
{$define NSTOUCH_PAS_C}
{ NSTouch }
- NSTouch = objcclass(NSObject, NSCopyingProtocol)
+ NSTouch = objcclass external (NSObject, NSCopyingProtocol)
private
_index: NSInteger;
_identity: id;
@@ -77,8 +77,6 @@ type
_reserved8: id;
public
- class function alloc: NSTouch; message 'alloc';
-
function nSObject: id; message 'nSObject';
function identity: id; message 'identity';
function phase: NSTouchPhase; message 'phase';
@@ -89,7 +87,7 @@ type
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTrackingArea.inc b/packages/cocoaint/src/appkit/NSTrackingArea.inc
index 1e156210ac..2eea1e1a2c 100644
--- a/packages/cocoaint/src/appkit/NSTrackingArea.inc
+++ b/packages/cocoaint/src/appkit/NSTrackingArea.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTrackingArea.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -65,7 +65,7 @@ type
{$define NSTRACKINGAREA_PAS_C}
{ NSTrackingArea }
- NSTrackingArea = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSTrackingArea = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_rect: NSRect;
_owner: id; {garbage collector: __weak }
@@ -75,8 +75,6 @@ type
_reserved: Pointer;
public
- class function alloc: NSTrackingArea; message 'alloc';
-
function initWithRect_options_owner_userInfo(rect_: NSRect; options_: NSTrackingAreaOptions; owner_: id; userInfo_: NSDictionary): id; message 'initWithRect:options:owner:userInfo:';
function rect: NSRect; message 'rect';
function options: NSTrackingAreaOptions; message 'options';
@@ -87,7 +85,7 @@ type
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTreeController.inc b/packages/cocoaint/src/appkit/NSTreeController.inc
index b8710ec609..0bb1374f24 100644
--- a/packages/cocoaint/src/appkit/NSTreeController.inc
+++ b/packages/cocoaint/src/appkit/NSTreeController.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTreeController.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSTREECONTROLLER_PAS_C}
{ NSTreeController }
- NSTreeController = objcclass(NSObjectController)
+ NSTreeController = objcclass external (NSObjectController)
private
_treeControllerReserved1: id;
_modelObservingKeyPaths: NSArray;
@@ -76,8 +76,6 @@
_sortDescriptors: NSArray;
public
- class function alloc: NSTreeController; message 'alloc';
-
procedure rearrangeObjects; message 'rearrangeObjects';
function arrangedObjects: id; message 'arrangedObjects';
procedure setChildrenKeyPath(keyPath: NSString); message 'setChildrenKeyPath:';
@@ -123,7 +121,7 @@
function childrenKeyPathForNode(node: NSTreeNode): NSString; message 'childrenKeyPathForNode:';
function countKeyPathForNode(node: NSTreeNode): NSString; message 'countKeyPathForNode:';
function leafKeyPathForNode(node: NSTreeNode): NSString; message 'leafKeyPathForNode:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTreeNode.inc b/packages/cocoaint/src/appkit/NSTreeNode.inc
index 54b5834fe2..eed6962d0c 100644
--- a/packages/cocoaint/src/appkit/NSTreeNode.inc
+++ b/packages/cocoaint/src/appkit/NSTreeNode.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTreeNode.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSTREENODE_PAS_C}
{ NSTreeNode }
- NSTreeNode = objcclass(NSObject)
+ NSTreeNode = objcclass external (NSObject)
private
_childNodesProxy: id;
_representedObject: id;
@@ -60,8 +60,6 @@
end;
public
- class function alloc: NSTreeNode; message 'alloc';
-
class function treeNodeWithRepresentedObject(modelObject: id): id; message 'treeNodeWithRepresentedObject:';
function initWithRepresentedObject(modelObject: id): id; message 'initWithRepresentedObject:';
function representedObject: id; message 'representedObject';
@@ -72,7 +70,7 @@
function descendantNodeAtIndexPath(indexPath_: NSIndexPath): NSTreeNode; message 'descendantNodeAtIndexPath:';
function parentNode: NSTreeNode; message 'parentNode';
procedure sortWithSortDescriptors_recursively(sortDescriptors: NSArray; recursively: Boolean); message 'sortWithSortDescriptors:recursively:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSTypesetter.inc b/packages/cocoaint/src/appkit/NSTypesetter.inc
index c897f3a1ae..121321e202 100644
--- a/packages/cocoaint/src/appkit/NSTypesetter.inc
+++ b/packages/cocoaint/src/appkit/NSTypesetter.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSTypesetter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -57,7 +57,7 @@ type
{$define NSTYPESETTER_PAS_C}
{ NSTypesetter }
- NSTypesetter = objcclass(NSObject)
+ NSTypesetter = objcclass external (NSObject)
private
{$ifdef cpu64}
_reserved: Pointer;
@@ -66,8 +66,6 @@ type
{$endif}
public
- class function alloc: NSTypesetter; message 'alloc';
-
function usesFontLeading: Boolean; message 'usesFontLeading';
procedure setUsesFontLeading(flag: Boolean); message 'setUsesFontLeading:';
function typesetterBehavior: NSTypesetterBehavior; message 'typesetterBehavior';
@@ -110,20 +108,20 @@ type
class function sharedSystemTypesetter: id; message 'sharedSystemTypesetter';
class function sharedSystemTypesetterForBehavior(theBehavior: NSTypesetterBehavior): id; message 'sharedSystemTypesetterForBehavior:';
class function defaultTypesetterBehavior: NSTypesetterBehavior; message 'defaultTypesetterBehavior';
- end; external;
+ end;
{ NSLayoutPhaseInterfaceCategory }
- NSLayoutPhaseInterfaceCategory = objccategory(NSTypesetter)
+ NSLayoutPhaseInterfaceCategory = objccategory external (NSTypesetter)
procedure willSetLineFragmentRect_forGlyphRange_usedRect_baselineOffset(lineRect: NSRectPointer; glyphRange: NSRange; usedRect: NSRectPointer; baselineOffset: CGFloatPtr); message 'willSetLineFragmentRect:forGlyphRange:usedRect:baselineOffset:';
function shouldBreakLineByWordBeforeCharacterAtIndex(charIndex: NSUInteger): Boolean; message 'shouldBreakLineByWordBeforeCharacterAtIndex:';
function shouldBreakLineByHyphenatingBeforeCharacterAtIndex(charIndex: NSUInteger): Boolean; message 'shouldBreakLineByHyphenatingBeforeCharacterAtIndex:';
function hyphenationFactorForGlyphAtIndex(glyphIndex: NSUInteger): single; message 'hyphenationFactorForGlyphAtIndex:';
function hyphenCharacterForGlyphAtIndex(glyphIndex: NSUInteger): UTF32Char; message 'hyphenCharacterForGlyphAtIndex:';
function boundingBoxForControlGlyphAtIndex_forTextContainer_proposedLineFragment_glyphPosition_characterIndex(glyphIndex: NSUInteger; textContainer: NSTextContainer; proposedRect: NSRect; glyphPosition: NSPoint; charIndex: NSUInteger): NSRect; message 'boundingBoxForControlGlyphAtIndex:forTextContainer:proposedLineFragment:glyphPosition:characterIndex:';
- end; external;
+ end;
{ NSGlyphStorageInterfaceCategory }
- NSGlyphStorageInterfaceCategory = objccategory(NSTypesetter)
+ NSGlyphStorageInterfaceCategory = objccategory external (NSTypesetter)
function characterRangeForGlyphRange_actualGlyphRange(glyphRange: NSRange; actualGlyphRange: NSRangePointer): NSRange; message 'characterRangeForGlyphRange:actualGlyphRange:';
function glyphRangeForCharacterRange_actualCharacterRange(charRange: NSRange; actualCharRange: NSRangePointer): NSRange; message 'glyphRangeForCharacterRange:actualCharacterRange:';
function getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_bidiLevels(glyphsRange: NSRange; glyphBuffer: NSGlyphPtr; charIndexBuffer: NSUIntegerPtr; inscribeBuffer: NSGlyphInscriptionPtr; elasticBuffer: pboolean; bidiLevelBuffer: PByte): NSUInteger; message 'getGlyphsInRange:glyphs:characterIndexes:glyphInscriptions:elasticBits:bidiLevels:';
@@ -137,7 +135,7 @@ type
procedure setLocation_withAdvancements_forStartOfGlyphRange(location: NSPoint; advancements: CGFloatPtr; glyphRange: NSRange); message 'setLocation:withAdvancements:forStartOfGlyphRange:';
procedure setAttachmentSize_forGlyphRange(attachmentSize: NSSize; glyphRange: NSRange); message 'setAttachmentSize:forGlyphRange:';
procedure setBidiLevels_forGlyphRange(levels: pbyte; glyphRange: NSRange); message 'setBidiLevels:forGlyphRange:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSUserDefaultsController.inc b/packages/cocoaint/src/appkit/NSUserDefaultsController.inc
index 20057129a4..4c2903a565 100644
--- a/packages/cocoaint/src/appkit/NSUserDefaultsController.inc
+++ b/packages/cocoaint/src/appkit/NSUserDefaultsController.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSUserDefaultsController.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSUSERDEFAULTSCONTROLLER_PAS_C}
{ NSUserDefaultsController }
- NSUserDefaultsController = objcclass(NSController)
+ NSUserDefaultsController = objcclass external (NSController)
private
_reserved3: Pointer;
_reserved4: Pointer;
@@ -60,8 +60,6 @@
end;
public
- class function alloc: NSUserDefaultsController; message 'alloc';
-
class function sharedUserDefaultsController: id; message 'sharedUserDefaultsController';
function initWithDefaults_initialValues(defaults_: NSUserDefaults; initialValues_: NSDictionary): id; message 'initWithDefaults:initialValues:';
function defaults: NSUserDefaults; message 'defaults';
@@ -74,7 +72,7 @@
procedure revert(sender: id); message 'revert:';
procedure save(sender: id); message 'save:';
procedure revertToInitialValues(sender: id); message 'revertToInitialValues:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSUserInterfaceItemSearching.inc b/packages/cocoaint/src/appkit/NSUserInterfaceItemSearching.inc
index bc2a8de57a..7b887872a9 100644
--- a/packages/cocoaint/src/appkit/NSUserInterfaceItemSearching.inc
+++ b/packages/cocoaint/src/appkit/NSUserInterfaceItemSearching.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSUserInterfaceItemSearching.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -40,11 +40,11 @@
{$define NSUSERINTERFACEITEMSEARCHING_PAS_C}
{ NSUserInterfaceItemSearchingCategory }
- NSUserInterfaceItemSearchingCategory = objccategory(NSApplication)
+ NSUserInterfaceItemSearchingCategory = objccategory external (NSApplication)
procedure registerUserInterfaceItemSearchHandler(handler: id); message 'registerUserInterfaceItemSearchHandler:';
procedure unregisterUserInterfaceItemSearchHandler(handler: id); message 'unregisterUserInterfaceItemSearchHandler:';
function searchString_inUserInterfaceItemString_searchRange_foundRange(searchString: NSString; stringToSearch: NSString; searchRange: NSRange; foundRange: NSRangePtr): Boolean; message 'searchString:inUserInterfaceItemString:searchRange:foundRange:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -53,10 +53,10 @@
{$define NSUSERINTERFACEITEMSEARCHING_PAS_P}
{ NSUserInterfaceItemSearching Protocol }
- NSUserInterfaceItemSearchingProtocol = objcprotocol
+ NSUserInterfaceItemSearchingProtocol = objcprotocol external name 'NSUserInterfaceItemSearching'
function localizedTitlesForItem(item: id): NSArray; message 'localizedTitlesForItem:';
procedure performActionForItem(item: id); message 'performActionForItem:';
procedure showAllHelpTopicsForSearchString(searchString: NSString); message 'showAllHelpTopicsForSearchString:';
- end; external name 'NSUserInterfaceItemSearching';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSUserInterfaceValidation.inc b/packages/cocoaint/src/appkit/NSUserInterfaceValidation.inc
index 28a290ed02..d5be585adf 100644
--- a/packages/cocoaint/src/appkit/NSUserInterfaceValidation.inc
+++ b/packages/cocoaint/src/appkit/NSUserInterfaceValidation.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSUserInterfaceValidation.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -40,14 +40,14 @@
{$define NSUSERINTERFACEVALIDATION_PAS_P}
{ NSValidatedUserInterfaceItem Protocol }
- NSValidatedUserInterfaceItemProtocol = objcprotocol
+ NSValidatedUserInterfaceItemProtocol = objcprotocol external name 'NSValidatedUserInterfaceItem'
function action: SEL; message 'action';
function tag: NSInteger; message 'tag';
- end; external name 'NSValidatedUserInterfaceItem';
+ end;
{ NSUserInterfaceValidations Protocol }
- NSUserInterfaceValidationsProtocol = objcprotocol
+ NSUserInterfaceValidationsProtocol = objcprotocol external name 'NSUserInterfaceValidations'
function validateUserInterfaceItem(anItem: id): Boolean; message 'validateUserInterfaceItem:';
- end; external name 'NSUserInterfaceValidations';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSView.inc b/packages/cocoaint/src/appkit/NSView.inc
index 8d4098059e..2adaab5682 100644
--- a/packages/cocoaint/src/appkit/NSView.inc
+++ b/packages/cocoaint/src/appkit/NSView.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -167,7 +167,7 @@ var
{$define NSVIEW_PAS_C}
{ NSView }
- NSView = objcclass(NSResponder)
+ NSView = objcclass external (NSResponder)
private
_frame: NSRect;
_bounds: NSRect;
@@ -194,8 +194,6 @@ var
end;
public
- class function alloc: NSView; message 'alloc';
-
function initWithFrame(frameRect: NSRect): id; message 'initWithFrame:';
function window: NSWindow; message 'window';
function superview: NSView; message 'superview';
@@ -361,15 +359,15 @@ var
function rectPreservedDuringLiveResize: NSRect; message 'rectPreservedDuringLiveResize';
procedure getRectsExposedDuringLiveResize_count(exposedRects: NSRect; count: NSIntegerPtr); message 'getRectsExposedDuringLiveResize:count:';
function inputContext: NSTextInputContext; message 'inputContext';
- end; external;
+ end;
{ NSToolTipOwnerCategory }
- NSToolTipOwnerCategory = objccategory(NSObject)
+ NSToolTipOwnerCategory = objccategory external (NSObject)
function view_stringForToolTip_point_userData(view: NSView; tag: NSToolTipTag; point: NSPoint; data: Pointer): NSString; message 'view:stringForToolTip:point:userData:';
- end; external;
+ end;
{ NSKeyboardUI_NSViewCategory }
- NSKeyboardUI_NSViewCategory = objccategory(NSView)
+ NSKeyboardUI_NSViewCategory = objccategory external name 'NSKeyboardUI' (NSView)
function performMnemonic(theString: NSString): Boolean; message 'performMnemonic:';
procedure setNextKeyView(next: NSView); message 'setNextKeyView:';
function nextKeyView: NSView; message 'nextKeyView';
@@ -381,10 +379,10 @@ var
procedure setFocusRingType(focusRingType_: NSFocusRingType); message 'setFocusRingType:';
function focusRingType: NSFocusRingType; message 'focusRingType';
class function defaultFocusRingType: NSFocusRingType; message 'defaultFocusRingType';
- end; external name 'NSKeyboardUI';
+ end;
{ NSPrintingCategory }
- NSPrintingCategory = objccategory(NSView)
+ NSPrintingCategory = objccategory external (NSView)
procedure writeEPSInsideRect_toPasteboard(rect: NSRect; pasteboard: NSPasteboard); message 'writeEPSInsideRect:toPasteboard:';
function dataWithEPSInsideRect(rect: NSRect): NSData; message 'dataWithEPSInsideRect:';
procedure writePDFInsideRect_toPasteboard(rect: NSRect; pasteboard: NSPasteboard); message 'writePDFInsideRect:toPasteboard:';
@@ -406,29 +404,29 @@ var
procedure endDocument; message 'endDocument';
procedure beginPageInRect_atPlacement(aRect: NSRect; location: NSPoint); message 'beginPageInRect:atPlacement:';
procedure endPage; message 'endPage';
- end; external;
+ end;
{ NSDragCategory }
- NSDragCategory = objccategory(NSView)
+ NSDragCategory = objccategory external (NSView)
procedure dragImage_at_offset_event_pasteboard_source_slideBack(anImage: NSImage; viewLocation: NSPoint; initialOffset: NSSize; event: NSEvent; pboard: NSPasteboard; sourceObj: id; slideFlag: Boolean); message 'dragImage:at:offset:event:pasteboard:source:slideBack:';
function registeredDraggedTypes: NSArray; message 'registeredDraggedTypes';
procedure registerForDraggedTypes(newTypes: NSArray); message 'registerForDraggedTypes:';
procedure unregisterDraggedTypes; message 'unregisterDraggedTypes';
function dragFile_fromRect_slideBack_event(filename: NSString; rect: NSRect; aFlag: Boolean; event: NSEvent): Boolean; message 'dragFile:fromRect:slideBack:event:';
function dragPromisedFilesOfTypes_fromRect_source_slideBack_event(typeArray: NSArray; rect: NSRect; sourceObject: id; aFlag: Boolean; event: NSEvent): Boolean; message 'dragPromisedFilesOfTypes:fromRect:source:slideBack:event:';
- end; external;
+ end;
{ NSFullScreenModeCategory }
- NSFullScreenModeCategory = objccategory(NSView)
+ NSFullScreenModeCategory = objccategory external (NSView)
function enterFullScreenMode_withOptions(screen: NSScreen; options: NSDictionary): Boolean; message 'enterFullScreenMode:withOptions:';
procedure exitFullScreenModeWithOptions(options: NSDictionary); message 'exitFullScreenModeWithOptions:';
function isInFullScreenMode: Boolean; message 'isInFullScreenMode';
- end; external;
+ end;
{ NSDefinitionCategory }
- NSDefinitionCategory = objccategory(NSView)
+ NSDefinitionCategory = objccategory external (NSView)
procedure showDefinitionForAttributedString_atPoint(attrString: NSAttributedString; textBaselineOrigin: NSPoint); message 'showDefinitionForAttributedString:atPoint:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSViewController.inc b/packages/cocoaint/src/appkit/NSViewController.inc
index 355db09d3c..08a6a7e248 100644
--- a/packages/cocoaint/src/appkit/NSViewController.inc
+++ b/packages/cocoaint/src/appkit/NSViewController.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSViewController.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSVIEWCONTROLLER_PAS_C}
{ NSViewController }
- NSViewController = objcclass(NSResponder)
+ NSViewController = objcclass external (NSResponder)
private
_nibName: NSString;
_nibBundle: NSBundle;
@@ -56,8 +56,6 @@
_reserved: array[0..1] of id;
public
- class function alloc: NSViewController; message 'alloc';
-
function initWithNibName_bundle(nibNameOrNil: NSString; nibBundleOrNil: NSBundle): id; message 'initWithNibName:bundle:';
procedure setRepresentedObject(representedObject_: id); message 'setRepresentedObject:';
function representedObject: id; message 'representedObject';
@@ -71,7 +69,7 @@
procedure commitEditingWithDelegate_didCommitSelector_contextInfo(delegate: id; didCommitSelector: SEL; contextInfo: Pointer); message 'commitEditingWithDelegate:didCommitSelector:contextInfo:';
function commitEditing: Boolean; message 'commitEditing';
procedure discardEditing; message 'discardEditing';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSWindow.inc b/packages/cocoaint/src/appkit/NSWindow.inc
index 601db35dc1..c6f4f622d9 100644
--- a/packages/cocoaint/src/appkit/NSWindow.inc
+++ b/packages/cocoaint/src/appkit/NSWindow.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSWindow.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -147,7 +147,7 @@ var
{$define NSWINDOW_PAS_C}
{ NSWindow }
- NSWindow = objcclass(NSResponder)
+ NSWindow = objcclass external (NSResponder)
private
_frame: NSRect;
_contentView: id;
@@ -243,8 +243,6 @@ var
_auxiliaryStorage: NSWindowAuxiliary;
public
- class function alloc: NSWindow; message 'alloc';
-
class function frameRectForContentRect_styleMask(cRect: NSRect; aStyle: NSUInteger): NSRect; message 'frameRectForContentRect:styleMask:';
class function contentRectForFrameRect_styleMask(fRect: NSRect; aStyle: NSUInteger): NSRect; message 'contentRectForFrameRect:styleMask:';
class function minFrameWidthWithTitle_styleMask(aTitle: NSString; aStyle: NSUInteger): CGFloat; message 'minFrameWidthWithTitle:styleMask:';
@@ -464,10 +462,10 @@ var
function colorSpace: NSColorSpace; message 'colorSpace';
class function windowNumbersWithOptions(options: NSWindowNumberListOptions): NSArray; message 'windowNumbersWithOptions:';
class function windowNumberAtPoint_belowWindowWithWindowNumber(point: NSPoint; windowNumber_: NSInteger): NSInteger; message 'windowNumberAtPoint:belowWindowWithWindowNumber:';
- end; external;
+ end;
{ NSKeyboardUI_NSWindowCategory }
- NSKeyboardUI_NSWindowCategory = objccategory(NSWindow)
+ NSKeyboardUI_NSWindowCategory = objccategory external name 'NSKeyboardUI' (NSWindow)
procedure setInitialFirstResponder(view: NSView); message 'setInitialFirstResponder:';
function initialFirstResponder: NSView; message 'initialFirstResponder';
procedure selectNextKeyView(sender: id); message 'selectNextKeyView:';
@@ -482,30 +480,30 @@ var
procedure setAutorecalculatesKeyViewLoop(flag: Boolean); message 'setAutorecalculatesKeyViewLoop:';
function autorecalculatesKeyViewLoop: Boolean; message 'autorecalculatesKeyViewLoop';
procedure recalculateKeyViewLoop; message 'recalculateKeyViewLoop';
- end; external name 'NSKeyboardUI';
+ end;
{ NSToolbarSupportCategory }
- NSToolbarSupportCategory = objccategory(NSWindow)
+ NSToolbarSupportCategory = objccategory external (NSWindow)
procedure setToolbar(toolbar_: NSToolbar); message 'setToolbar:';
function toolbar: NSToolbar; message 'toolbar';
procedure toggleToolbarShown(sender: id); message 'toggleToolbarShown:';
procedure runToolbarCustomizationPalette(sender: id); message 'runToolbarCustomizationPalette:';
procedure setShowsToolbarButton(show: Boolean); message 'setShowsToolbarButton:';
function showsToolbarButton: Boolean; message 'showsToolbarButton';
- end; external;
+ end;
{ NSDrag_NSWindowCategory }
- NSDrag_NSWindowCategory = objccategory(NSWindow)
+ NSDrag_NSWindowCategory = objccategory external name 'NSDrag' (NSWindow)
procedure dragImage_at_offset_event_pasteboard_source_slideBack(anImage: NSImage; baseLocation: NSPoint; initialOffset: NSSize; event: NSEvent; pboard: NSPasteboard; sourceObj: id; slideFlag: Boolean); message 'dragImage:at:offset:event:pasteboard:source:slideBack:';
procedure registerForDraggedTypes(newTypes: NSArray); message 'registerForDraggedTypes:';
procedure unregisterDraggedTypes; message 'unregisterDraggedTypes';
- end; external name 'NSDrag';
+ end;
{ NSCarbonExtensionsCategory }
- NSCarbonExtensionsCategory = objccategory(NSWindow)
+ NSCarbonExtensionsCategory = objccategory external (NSWindow)
function initWithWindowRef(windowRef_: Pointer): NSWindow; message 'initWithWindowRef:';
function windowRef: Pointer; message 'windowRef';
- end; external;
+ end;
{$endif}
{$endif}
@@ -514,7 +512,7 @@ var
{$define NSWINDOW_PAS_P}
{ NSWindowDelegate Protocol }
- NSWindowDelegateProtocol = objcprotocol
+ NSWindowDelegateProtocol = objcprotocol external name 'NSWindowDelegate'
function windowShouldClose(sender: id): Boolean; message 'windowShouldClose:';
function windowWillReturnFieldEditor_toObject(sender: NSWindow; client: id): id; message 'windowWillReturnFieldEditor:toObject:';
function windowWillResize_toSize(sender: NSWindow; frameSize: NSSize): NSSize; message 'windowWillResize:toSize:';
@@ -543,6 +541,6 @@ var
procedure windowDidEndSheet(notification: NSNotification); message 'windowDidEndSheet:';
procedure windowWillStartLiveResize(notification: NSNotification); message 'windowWillStartLiveResize:';
procedure windowDidEndLiveResize(notification: NSNotification); message 'windowDidEndLiveResize:';
- end; external name 'NSWindowDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSWindowController.inc b/packages/cocoaint/src/appkit/NSWindowController.inc
index 60f95cba43..f787b6a8f5 100644
--- a/packages/cocoaint/src/appkit/NSWindowController.inc
+++ b/packages/cocoaint/src/appkit/NSWindowController.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSWindowController.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSWINDOWCONTROLLER_PAS_C}
{ NSWindowController }
- NSWindowController = objcclass(NSResponder, NSCodingProtocol)
+ NSWindowController = objcclass external (NSResponder, NSCodingProtocol)
private
_window: NSWindow;
_windowNibName: NSString;
@@ -64,8 +64,6 @@
_moreVars: id;
public
- class function alloc: NSWindowController; message 'alloc';
-
function initWithWindow(window_: NSWindow): id; message 'initWithWindow:';
function initWithWindowNibName(windowNibName_: NSString): id; message 'initWithWindowNibName:';
function initWithWindowNibName_owner(windowNibName_: NSString; owner_: id): id; message 'initWithWindowNibName:owner:';
@@ -96,7 +94,7 @@
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSWindowScripting.inc b/packages/cocoaint/src/appkit/NSWindowScripting.inc
index 8b64d8d090..8faf2f4e87 100644
--- a/packages/cocoaint/src/appkit/NSWindowScripting.inc
+++ b/packages/cocoaint/src/appkit/NSWindowScripting.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSWindowScripting.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -39,7 +39,7 @@
{$define NSWINDOWSCRIPTING_PAS_C}
{ NSScripting_NSWindowCategory }
- NSScripting_NSWindowCategory = objccategory(NSWindow)
+ NSScripting_NSWindowCategory = objccategory external name 'NSScripting' (NSWindow)
function hasCloseBox: Boolean; message 'hasCloseBox';
function hasTitleBar: Boolean; message 'hasTitleBar';
function isFloatingPanel: Boolean; message 'isFloatingPanel';
@@ -55,7 +55,7 @@
function handleCloseScriptCommand(command: NSCloseCommand): id; message 'handleCloseScriptCommand:';
function handlePrintScriptCommand(command: NSScriptCommand): id; message 'handlePrintScriptCommand:';
function handleSaveScriptCommand(command: NSScriptCommand): id; message 'handleSaveScriptCommand:';
- end; external name 'NSScripting';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/appkit/NSWorkspace.inc b/packages/cocoaint/src/appkit/NSWorkspace.inc
index b6065c5a82..dbc646829c 100644
--- a/packages/cocoaint/src/appkit/NSWorkspace.inc
+++ b/packages/cocoaint/src/appkit/NSWorkspace.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSWorkspace.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -119,7 +119,7 @@ var
{$define NSWORKSPACE_PAS_C}
{ NSWorkspace }
- NSWorkspace = objcclass(NSObject)
+ NSWorkspace = objcclass external (NSObject)
private
_notificationCenter: NSNotificationCenter;
deviceStatusCount: cint;
@@ -127,8 +127,6 @@ var
_reservedWorkspace1: id;
public
- class function alloc: NSWorkspace; message 'alloc';
-
class function sharedWorkspace: NSWorkspace; message 'sharedWorkspace';
function notificationCenter: NSNotificationCenter; message 'notificationCenter';
function openFile(fullPath: NSString): Boolean; message 'openFile:';
@@ -172,17 +170,17 @@ var
function preferredFilenameExtensionForType(typeName: NSString): NSString; message 'preferredFilenameExtensionForType:';
function filenameExtension_isValidForType(filenameExtension: NSString; typeName: NSString): Boolean; message 'filenameExtension:isValidForType:';
function type_conformsToType(firstTypeName: NSString; secondTypeName: NSString): Boolean; message 'type:conformsToType:';
- end; external;
+ end;
{ NSDesktopImagesCategory }
- NSDesktopImagesCategory = objccategory(NSWorkspace)
+ NSDesktopImagesCategory = objccategory external (NSWorkspace)
function setDesktopImageURL_forScreen_options_error(url: NSURL; screen: NSScreen; options: NSDictionary; error: NSErrorPointer): Boolean; message 'setDesktopImageURL:forScreen:options:error:';
function desktopImageURLForScreen(screen: NSScreen): NSURL; message 'desktopImageURLForScreen:';
function desktopImageOptionsForScreen(screen: NSScreen): NSDictionary; message 'desktopImageOptionsForScreen:';
- end; external;
+ end;
{ NSDeprecated_NSWorkspaceCategory }
- NSDeprecated_NSWorkspaceCategory = objccategory(NSWorkspace)
+ NSDeprecated_NSWorkspaceCategory = objccategory external name 'NSDeprecated' (NSWorkspace)
function openTempFile(fullPath: NSString): Boolean; message 'openTempFile:'; deprecated 'in Mac OS X 10.6 and later';
procedure findApplications; message 'findApplications'; deprecated 'in Mac OS X 10.6 and later';
procedure noteUserDefaultsChanged; message 'noteUserDefaultsChanged'; deprecated 'in Mac OS X 10.6 and later';
@@ -191,7 +189,7 @@ var
function fileSystemChanged: Boolean; message 'fileSystemChanged'; deprecated 'in Mac OS X 10.6 and later';
function userDefaultsChanged: Boolean; message 'userDefaultsChanged'; deprecated 'in Mac OS X 10.6 and later';
function mountNewRemovableMedia: NSArray; message 'mountNewRemovableMedia'; deprecated 'in Mac OS X 10.6 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/AnonIncludeClassDefinitionsCoredata.inc b/packages/cocoaint/src/coredata/AnonIncludeClassDefinitionsCoredata.inc
index 39f860f15e..8863be9c59 100644
--- a/packages/cocoaint/src/coredata/AnonIncludeClassDefinitionsCoredata.inc
+++ b/packages/cocoaint/src/coredata/AnonIncludeClassDefinitionsCoredata.inc
@@ -1,18 +1,18 @@
{ Parsed from Coredata }
type
- NSPredicateOperator = objcclass; external;
- NSHTTPCookieInternal = objcclass; external;
- NSHTTPCookieStorageInternal = objcclass; external;
- NSURLAuthenticationChallengeInternal = objcclass; external;
- NSCachedURLResponseInternal = objcclass; external;
- NSURLCacheInternal = objcclass; external;
- NSURLConnectionInternal = objcclass; external;
- NSURLCredentialInternal = objcclass; external;
- NSURLCredentialStorageInternal = objcclass; external;
- NSURLDownloadInternal = objcclass; external;
- NSURLProtectionSpaceInternal = objcclass; external;
- NSURLProtocolInternal = objcclass; external;
- NSURLRequestInternal = objcclass; external;
- NSURLResponseInternal = objcclass; external;
- NSHTTPURLResponseInternal = objcclass; external;
- NSMigrationContext = objcclass; external;
+ NSPredicateOperator = objcclass external;
+ NSHTTPCookieInternal = objcclass external;
+ NSHTTPCookieStorageInternal = objcclass external;
+ NSURLAuthenticationChallengeInternal = objcclass external;
+ NSCachedURLResponseInternal = objcclass external;
+ NSURLCacheInternal = objcclass external;
+ NSURLConnectionInternal = objcclass external;
+ NSURLCredentialInternal = objcclass external;
+ NSURLCredentialStorageInternal = objcclass external;
+ NSURLDownloadInternal = objcclass external;
+ NSURLProtectionSpaceInternal = objcclass external;
+ NSURLProtocolInternal = objcclass external;
+ NSURLRequestInternal = objcclass external;
+ NSURLResponseInternal = objcclass external;
+ NSHTTPURLResponseInternal = objcclass external;
+ NSMigrationContext = objcclass external;
diff --git a/packages/cocoaint/src/coredata/CoreDataDefines.inc b/packages/cocoaint/src/coredata/CoreDataDefines.inc
index fc8459ba2b..811985dcd6 100644
--- a/packages/cocoaint/src/coredata/CoreDataDefines.inc
+++ b/packages/cocoaint/src/coredata/CoreDataDefines.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework CoreDataDefines.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/coredata/CoreDataErrors.inc b/packages/cocoaint/src/coredata/CoreDataErrors.inc
index 15622622a1..d5389638e8 100644
--- a/packages/cocoaint/src/coredata/CoreDataErrors.inc
+++ b/packages/cocoaint/src/coredata/CoreDataErrors.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework CoreDataErrors.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/coredata/NSAtomicStore.inc b/packages/cocoaint/src/coredata/NSAtomicStore.inc
index cec4db7a56..e4b098ac58 100644
--- a/packages/cocoaint/src/coredata/NSAtomicStore.inc
+++ b/packages/cocoaint/src/coredata/NSAtomicStore.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSAtomicStore.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSATOMICSTORE_PAS_C}
{ NSAtomicStore }
- NSAtomicStore = objcclass(NSPersistentStore)
+ NSAtomicStore = objcclass external (NSPersistentStore)
private
_nodeCache: NSMutableDictionary;
_entityCache: NSMutableDictionary;
@@ -52,8 +52,6 @@
_reserved5: Pointer;
public
- class function alloc: NSAtomicStore; message 'alloc';
-
function initWithPersistentStoreCoordinator_configurationName_URL_options(coordinator: NSPersistentStoreCoordinator; configurationName_: NSString; url_: NSURL; options_: NSDictionary): id; message 'initWithPersistentStoreCoordinator:configurationName:URL:options:';
function load_(error: NSErrorPointer): Boolean; message 'load:';
function save(error: NSErrorPointer): Boolean; message 'save:';
@@ -66,7 +64,7 @@
function objectIDForEntity_referenceObject(entity: NSEntityDescription; data: id): NSManagedObjectID; message 'objectIDForEntity:referenceObject:';
function newReferenceObjectForManagedObject(managedObject: NSManagedObject): id; message 'newReferenceObjectForManagedObject:';
function referenceObjectForObjectID(objectID: NSManagedObjectID): id; message 'referenceObjectForObjectID:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSAtomicStoreCacheNode.inc b/packages/cocoaint/src/coredata/NSAtomicStoreCacheNode.inc
index 3cacb4c5c3..8c5d89ccde 100644
--- a/packages/cocoaint/src/coredata/NSAtomicStoreCacheNode.inc
+++ b/packages/cocoaint/src/coredata/NSAtomicStoreCacheNode.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSAtomicStoreCacheNode.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSATOMICSTORECACHENODE_PAS_C}
{ NSAtomicStoreCacheNode }
- NSAtomicStoreCacheNode = objcclass(NSObject)
+ NSAtomicStoreCacheNode = objcclass external (NSObject)
private
_objectID: NSManagedObjectID;
__versionNumber: culong;
@@ -50,15 +50,13 @@
_reserved1: Pointer;
public
- class function alloc: NSAtomicStoreCacheNode; message 'alloc';
-
function initWithObjectID(moid: NSManagedObjectID): id; message 'initWithObjectID:';
function objectID: NSManagedObjectID; message 'objectID';
function propertyCache: NSMutableDictionary; message 'propertyCache';
procedure setPropertyCache(propertyCache_: NSMutableDictionary); message 'setPropertyCache:';
function valueForKey(key: NSString): id; message 'valueForKey:';
procedure setValue_forKey(value: id; key: NSString); message 'setValue:forKey:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSAttributeDescription.inc b/packages/cocoaint/src/coredata/NSAttributeDescription.inc
index fc7b93ce0a..0d8a8b5ae8 100644
--- a/packages/cocoaint/src/coredata/NSAttributeDescription.inc
+++ b/packages/cocoaint/src/coredata/NSAttributeDescription.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSAttributeDescription.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -64,7 +64,7 @@ type
{$define NSATTRIBUTEDESCRIPTION_PAS_C}
{ NSAttributeDescription }
- NSAttributeDescription = objcclass(NSPropertyDescription)
+ NSAttributeDescription = objcclass external (NSPropertyDescription)
private
_attributeValueClass: Pobjc_class;
_valueTransformerName: NSString;
@@ -81,8 +81,6 @@ type
_defaultValue: id;
public
- class function alloc: NSAttributeDescription; message 'alloc';
-
function attributeType: NSAttributeType; message 'attributeType';
procedure setAttributeType(type_: NSAttributeType); message 'setAttributeType:';
function attributeValueClassName: NSString; message 'attributeValueClassName';
@@ -92,7 +90,7 @@ type
function versionHash: NSData; message 'versionHash';
function valueTransformerName: NSString; message 'valueTransformerName';
procedure setValueTransformerName(string_: NSString); message 'setValueTransformerName:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSEntityDescription.inc b/packages/cocoaint/src/coredata/NSEntityDescription.inc
index 7678f5e578..3de436bd24 100644
--- a/packages/cocoaint/src/coredata/NSEntityDescription.inc
+++ b/packages/cocoaint/src/coredata/NSEntityDescription.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSEntityDescription.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSENTITYDESCRIPTION_PAS_C}
{ NSEntityDescription }
- NSEntityDescription = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol, NSFastEnumerationProtocol)
+ NSEntityDescription = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol, NSFastEnumerationProtocol)
private
_cd_rc: cint32;
_reserved1: id;
@@ -79,8 +79,6 @@
_modelsReferenceIDForEntity: clong;
public
- class function alloc: NSEntityDescription; message 'alloc';
-
class function entityForName_inManagedObjectContext(entityName: NSString; context: NSManagedObjectContext): NSEntityDescription; message 'entityForName:inManagedObjectContext:';
class function insertNewObjectForEntityForName_inManagedObjectContext(entityName: NSString; context: NSManagedObjectContext): id; message 'insertNewObjectForEntityForName:inManagedObjectContext:';
function managedObjectModel: NSManagedObjectModel; message 'managedObjectModel';
@@ -114,7 +112,7 @@
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
function countByEnumeratingWithState_objects_count(state: NSFastEnumerationStatePtr; stackbuf: idPtr; len: NSUInteger): NSUInteger;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSEntityMapping.inc b/packages/cocoaint/src/coredata/NSEntityMapping.inc
index a13fe28147..13cdc851ed 100644
--- a/packages/cocoaint/src/coredata/NSEntityMapping.inc
+++ b/packages/cocoaint/src/coredata/NSEntityMapping.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSEntityMapping.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -57,7 +57,7 @@ type
{$define NSENTITYMAPPING_PAS_C}
{ NSEntityMapping }
- NSEntityMapping = objcclass(NSObject)
+ NSEntityMapping = objcclass external (NSObject)
private
_reserved: Pointer;
_reserved1: Pointer;
@@ -83,8 +83,6 @@ type
end;
public
- class function alloc: NSEntityMapping; message 'alloc';
-
function name: NSString; message 'name';
procedure setName(name_: NSString); message 'setName:';
function mappingType: NSEntityMappingType; message 'mappingType';
@@ -107,7 +105,7 @@ type
procedure setUserInfo(dict: NSDictionary); message 'setUserInfo:';
function entityMigrationPolicyClassName: NSString; message 'entityMigrationPolicyClassName';
procedure setEntityMigrationPolicyClassName(name_: NSString); message 'setEntityMigrationPolicyClassName:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSEntityMigrationPolicy.inc b/packages/cocoaint/src/coredata/NSEntityMigrationPolicy.inc
index ec01426923..8e945c2a8a 100644
--- a/packages/cocoaint/src/coredata/NSEntityMigrationPolicy.inc
+++ b/packages/cocoaint/src/coredata/NSEntityMigrationPolicy.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSEntityMigrationPolicy.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -51,11 +51,9 @@ var
{$define NSENTITYMIGRATIONPOLICY_PAS_C}
{ NSEntityMigrationPolicy }
- NSEntityMigrationPolicy = objcclass(NSObject)
+ NSEntityMigrationPolicy = objcclass external (NSObject)
public
- class function alloc: NSEntityMigrationPolicy; message 'alloc';
-
function beginEntityMapping_manager_error(mapping: NSEntityMapping; manager: NSMigrationManager; error: NSErrorPointer): Boolean; message 'beginEntityMapping:manager:error:';
function createDestinationInstancesForSourceInstance_entityMapping_manager_error(sInstance: NSManagedObject; mapping: NSEntityMapping; manager: NSMigrationManager; error: NSErrorPointer): Boolean; message 'createDestinationInstancesForSourceInstance:entityMapping:manager:error:';
function endInstanceCreationForEntityMapping_manager_error(mapping: NSEntityMapping; manager: NSMigrationManager; error: NSErrorPointer): Boolean; message 'endInstanceCreationForEntityMapping:manager:error:';
@@ -63,7 +61,7 @@ var
function endRelationshipCreationForEntityMapping_manager_error(mapping: NSEntityMapping; manager: NSMigrationManager; error: NSErrorPointer): Boolean; message 'endRelationshipCreationForEntityMapping:manager:error:';
function performCustomValidationForEntityMapping_manager_error(mapping: NSEntityMapping; manager: NSMigrationManager; error: NSErrorPointer): Boolean; message 'performCustomValidationForEntityMapping:manager:error:';
function endEntityMapping_manager_error(mapping: NSEntityMapping; manager: NSMigrationManager; error: NSErrorPointer): Boolean; message 'endEntityMapping:manager:error:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSExpressionDescription.inc b/packages/cocoaint/src/coredata/NSExpressionDescription.inc
index 1a59e43ba5..d09a63f55d 100644
--- a/packages/cocoaint/src/coredata/NSExpressionDescription.inc
+++ b/packages/cocoaint/src/coredata/NSExpressionDescription.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSExpressionDescription.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSEXPRESSIONDESCRIPTION_PAS_C}
{ NSExpressionDescription }
- NSExpressionDescription = objcclass(NSPropertyDescription)
+ NSExpressionDescription = objcclass external (NSPropertyDescription)
private
_reservedtype1_1: id;
_reservedtype1_2: id;
@@ -57,13 +57,11 @@
_expressionResultType: NSAttributeType;
public
- class function alloc: NSExpressionDescription; message 'alloc';
-
function expression: NSExpression; message 'expression';
procedure setExpression(expression_: NSExpression); message 'setExpression:';
function expressionResultType: NSAttributeType; message 'expressionResultType';
procedure setExpressionResultType(type_: NSAttributeType); message 'setExpressionResultType:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSFetchRequest.inc b/packages/cocoaint/src/coredata/NSFetchRequest.inc
index 19e63d077b..f6ac8ee2bc 100644
--- a/packages/cocoaint/src/coredata/NSFetchRequest.inc
+++ b/packages/cocoaint/src/coredata/NSFetchRequest.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSFetchRequest.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -54,7 +54,7 @@ type
{$define NSFETCHREQUEST_PAS_C}
{ NSFetchRequest }
- NSFetchRequest = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ NSFetchRequest = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_reserved: Pointer;
_reserved2: Pointer;
@@ -83,8 +83,6 @@ type
end;
public
- class function alloc: NSFetchRequest; message 'alloc';
-
function entity: NSEntityDescription; message 'entity';
procedure setEntity(entity_: NSEntityDescription); message 'setEntity:';
function predicate: NSPredicate; message 'predicate';
@@ -120,7 +118,7 @@ type
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSFetchRequestExpression.inc b/packages/cocoaint/src/coredata/NSFetchRequestExpression.inc
index 04f2fec46d..7e9893f87f 100644
--- a/packages/cocoaint/src/coredata/NSFetchRequestExpression.inc
+++ b/packages/cocoaint/src/coredata/NSFetchRequestExpression.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSFetchRequestExpression.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -47,7 +47,7 @@ const
{$define NSFETCHREQUESTEXPRESSION_PAS_C}
{ NSFetchRequestExpression }
- NSFetchRequestExpression = objcclass(NSExpression)
+ NSFetchRequestExpression = objcclass external (NSExpression)
private
_reserved1: Pointer;
_reserved2: Pointer;
@@ -65,13 +65,11 @@ const
end;
public
- class function alloc: NSFetchRequestExpression; message 'alloc';
-
class function expressionForFetch_context_countOnly(fetch: NSExpression; context: NSExpression; countFlag: Boolean): NSExpression; message 'expressionForFetch:context:countOnly:';
function requestExpression: NSExpression; message 'requestExpression';
function contextExpression: NSExpression; message 'contextExpression';
function isCountOnlyRequest: Boolean; message 'isCountOnlyRequest';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSFetchedPropertyDescription.inc b/packages/cocoaint/src/coredata/NSFetchedPropertyDescription.inc
index efff996a26..669c163d00 100644
--- a/packages/cocoaint/src/coredata/NSFetchedPropertyDescription.inc
+++ b/packages/cocoaint/src/coredata/NSFetchedPropertyDescription.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSFetchedPropertyDescription.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSFETCHEDPROPERTYDESCRIPTION_PAS_C}
{ NSFetchedPropertyDescription }
- NSFetchedPropertyDescription = objcclass(NSPropertyDescription)
+ NSFetchedPropertyDescription = objcclass external (NSPropertyDescription)
private
_reserved5: Pointer;
_reserved6: Pointer;
@@ -50,11 +50,9 @@
_lazyFetchRequestEntityName: NSString;
public
- class function alloc: NSFetchedPropertyDescription; message 'alloc';
-
function fetchRequest: NSFetchRequest; message 'fetchRequest';
procedure setFetchRequest(fetchRequest_: NSFetchRequest); message 'setFetchRequest:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSManagedObject.inc b/packages/cocoaint/src/coredata/NSManagedObject.inc
index 7fdfd4ff3f..376315f5d4 100644
--- a/packages/cocoaint/src/coredata/NSManagedObject.inc
+++ b/packages/cocoaint/src/coredata/NSManagedObject.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSManagedObject.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -57,7 +57,7 @@ type
{$define NSMANAGEDOBJECT_PAS_C}
{ NSManagedObject }
- NSManagedObject = objcclass(NSObject)
+ NSManagedObject = objcclass external (NSObject)
private
_cd_rc: cint32;
_cd_stateFlags: culong;
@@ -72,8 +72,6 @@ type
_cd_queueReference: id;
public
- class function alloc: NSManagedObject; message 'alloc';
-
class function contextShouldIgnoreUnmodeledPropertyChanges: Boolean; message 'contextShouldIgnoreUnmodeledPropertyChanges';
function initWithEntity_insertIntoManagedObjectContext(entity_: NSEntityDescription; context: NSManagedObjectContext): id; message 'initWithEntity:insertIntoManagedObjectContext:';
function managedObjectContext: NSManagedObjectContext; message 'managedObjectContext';
@@ -111,7 +109,7 @@ type
function validateForDelete(error: NSErrorPointer): Boolean; message 'validateForDelete:';
function validateForInsert(error: NSErrorPointer): Boolean; message 'validateForInsert:';
function validateForUpdate(error: NSErrorPointer): Boolean; message 'validateForUpdate:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSManagedObjectContext.inc b/packages/cocoaint/src/coredata/NSManagedObjectContext.inc
index f34390a1b7..26734f0cac 100644
--- a/packages/cocoaint/src/coredata/NSManagedObjectContext.inc
+++ b/packages/cocoaint/src/coredata/NSManagedObjectContext.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSManagedObjectContext.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -62,7 +62,7 @@ var
{$define NSMANAGEDOBJECTCONTEXT_PAS_C}
{ NSManagedObjectContext }
- NSManagedObjectContext = objcclass(NSObject, NSCodingProtocol, NSLockingProtocol)
+ NSManagedObjectContext = objcclass external (NSObject, NSCodingProtocol, NSLockingProtocol)
private
_spinLock: cint32;
_objectStore: NSPersistentStoreCoordinator;
@@ -117,8 +117,6 @@ var
_reserved2: Pointer;
public
- class function alloc: NSManagedObjectContext; message 'alloc';
-
procedure setPersistentStoreCoordinator(coordinator: NSPersistentStoreCoordinator); message 'setPersistentStoreCoordinator:';
function persistentStoreCoordinator: NSPersistentStoreCoordinator; message 'persistentStoreCoordinator';
procedure setUndoManager(undoManager_: NSUndoManager); message 'setUndoManager:';
@@ -162,7 +160,7 @@ var
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSManagedObjectID.inc b/packages/cocoaint/src/coredata/NSManagedObjectID.inc
index f78d938679..d07053a3d7 100644
--- a/packages/cocoaint/src/coredata/NSManagedObjectID.inc
+++ b/packages/cocoaint/src/coredata/NSManagedObjectID.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSManagedObjectID.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSMANAGEDOBJECTID_PAS_C}
{ NSManagedObjectID }
- NSManagedObjectID = objcclass(NSObject, NSCopyingProtocol)
+ NSManagedObjectID = objcclass external (NSObject, NSCopyingProtocol)
public
- class function alloc: NSManagedObjectID; message 'alloc';
-
function entity: NSEntityDescription; message 'entity';
function persistentStore: NSPersistentStore; message 'persistentStore';
function isTemporaryID: Boolean; message 'isTemporaryID';
@@ -54,7 +52,7 @@
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSManagedObjectModel.inc b/packages/cocoaint/src/coredata/NSManagedObjectModel.inc
index bc470b6d38..4062dba190 100644
--- a/packages/cocoaint/src/coredata/NSManagedObjectModel.inc
+++ b/packages/cocoaint/src/coredata/NSManagedObjectModel.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSManagedObjectModel.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSMANAGEDOBJECTMODEL_PAS_C}
{ NSManagedObjectModel }
- NSManagedObjectModel = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol, NSFastEnumerationProtocol)
+ NSManagedObjectModel = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol, NSFastEnumerationProtocol)
private
_reserved: Pointer;
_reserved2: Pointer;
@@ -62,8 +62,6 @@
end;
public
- class function alloc: NSManagedObjectModel; message 'alloc';
-
class function mergedModelFromBundles(bundles: NSArray): NSManagedObjectModel; message 'mergedModelFromBundles:';
class function modelByMergingModels(models: NSArray): NSManagedObjectModel; message 'modelByMergingModels:';
function init: id; message 'init';
@@ -92,7 +90,7 @@
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
function countByEnumeratingWithState_objects_count(state: NSFastEnumerationStatePtr; stackbuf: idPtr; len: NSUInteger): NSUInteger;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSMappingModel.inc b/packages/cocoaint/src/coredata/NSMappingModel.inc
index 9ef2008673..102ec5186d 100644
--- a/packages/cocoaint/src/coredata/NSMappingModel.inc
+++ b/packages/cocoaint/src/coredata/NSMappingModel.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSMappingModel.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSMAPPINGMODEL_PAS_C}
{ NSMappingModel }
- NSMappingModel = objcclass(NSObject)
+ NSMappingModel = objcclass external (NSObject)
private
_reserved: Pointer;
_reserved1: Pointer;
@@ -59,15 +59,13 @@
end;
public
- class function alloc: NSMappingModel; message 'alloc';
-
class function mappingModelFromBundles_forSourceModel_destinationModel(bundles: NSArray; sourceModel: NSManagedObjectModel; destinationModel: NSManagedObjectModel): NSMappingModel; message 'mappingModelFromBundles:forSourceModel:destinationModel:';
class function inferredMappingModelForSourceModel_destinationModel_error(sourceModel: NSManagedObjectModel; destinationModel: NSManagedObjectModel; error: NSErrorPointer): NSMappingModel; message 'inferredMappingModelForSourceModel:destinationModel:error:';
function initWithContentsOfURL(url: NSURL): id; message 'initWithContentsOfURL:';
function entityMappings: NSArray; message 'entityMappings';
procedure setEntityMappings(mappings: NSArray); message 'setEntityMappings:';
function entityMappingsByName: NSDictionary; message 'entityMappingsByName';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSMigrationManager.inc b/packages/cocoaint/src/coredata/NSMigrationManager.inc
index 94948f870a..6431c972e6 100644
--- a/packages/cocoaint/src/coredata/NSMigrationManager.inc
+++ b/packages/cocoaint/src/coredata/NSMigrationManager.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSMigrationManager.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSMIGRATIONMANAGER_PAS_C}
{ NSMigrationManager }
- NSMigrationManager = objcclass(NSObject)
+ NSMigrationManager = objcclass external (NSObject)
private
_sourceModel: NSManagedObjectModel;
_sourceEntitiesByVersionHash: NSDictionary;
@@ -68,8 +68,6 @@
_reserved4: id;
public
- class function alloc: NSMigrationManager; message 'alloc';
-
function initWithSourceModel_destinationModel(sourceModel_: NSManagedObjectModel; destinationModel_: NSManagedObjectModel): id; message 'initWithSourceModel:destinationModel:';
function migrateStoreFromURL_type_options_withMappingModel_toDestinationURL_destinationType_destinationOptions_error(sourceURL: NSURL; sStoreType: NSString; sOptions: NSDictionary; mappings: NSMappingModel; dURL: NSURL; dStoreType: NSString; dOptions: NSDictionary; error: NSErrorPointer): Boolean; message 'migrateStoreFromURL:type:options:withMappingModel:toDestinationURL:destinationType:destinationOptions:error:';
procedure reset; message 'reset';
@@ -88,7 +86,7 @@
function userInfo: NSDictionary; message 'userInfo';
procedure setUserInfo(dict: NSDictionary); message 'setUserInfo:';
procedure cancelMigrationWithError(error: NSError); message 'cancelMigrationWithError:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSPersistentStore.inc b/packages/cocoaint/src/coredata/NSPersistentStore.inc
index 608ffb5a63..c58f4efd5d 100644
--- a/packages/cocoaint/src/coredata/NSPersistentStore.inc
+++ b/packages/cocoaint/src/coredata/NSPersistentStore.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSPersistentStore.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPERSISTENTSTORE_PAS_C}
{ NSPersistentStore }
- NSPersistentStore = objcclass(NSObject)
+ NSPersistentStore = objcclass external (NSObject)
private
_coordinator: NSPersistentStoreCoordinator; {garbage collector: __weak }
_configurationName: NSString;
@@ -65,8 +65,6 @@
_reserved3: Pointer;
public
- class function alloc: NSPersistentStore; message 'alloc';
-
class function metadataForPersistentStoreWithURL_error(url_: NSURL; error: NSErrorPointer): NSDictionary; message 'metadataForPersistentStoreWithURL:error:';
class function setMetadata_forPersistentStoreWithURL_error(metadata_: NSDictionary; url_: NSURL; error: NSErrorPointer): Boolean; message 'setMetadata:forPersistentStoreWithURL:error:';
class function migrationManagerClass: Pobjc_class; message 'migrationManagerClass';
@@ -86,7 +84,7 @@
procedure setMetadata(storeMetadata: NSDictionary); message 'setMetadata:';
procedure didAddToPersistentStoreCoordinator(coordinator: NSPersistentStoreCoordinator); message 'didAddToPersistentStoreCoordinator:';
procedure willRemoveFromPersistentStoreCoordinator(coordinator: NSPersistentStoreCoordinator); message 'willRemoveFromPersistentStoreCoordinator:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSPersistentStoreCoordinator.inc b/packages/cocoaint/src/coredata/NSPersistentStoreCoordinator.inc
index 1fd3976e7c..0fb4a50a36 100644
--- a/packages/cocoaint/src/coredata/NSPersistentStoreCoordinator.inc
+++ b/packages/cocoaint/src/coredata/NSPersistentStoreCoordinator.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSPersistentStoreCoordinator.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -78,7 +78,7 @@ var
{$define NSPERSISTENTSTORECOORDINATOR_PAS_C}
{ NSPersistentStoreCoordinator }
- NSPersistentStoreCoordinator = objcclass(NSObject, NSLockingProtocol)
+ NSPersistentStoreCoordinator = objcclass external (NSObject, NSLockingProtocol)
private
_reserved: Pointer;
_reserved2: Pointer;
@@ -89,8 +89,6 @@ var
_persistentStores: NSMutableArray;
public
- class function alloc: NSPersistentStoreCoordinator; message 'alloc';
-
class function registeredStoreTypes: NSDictionary; message 'registeredStoreTypes';
class procedure registerStoreClass_forStoreType(storeClass: Pobjc_class; storeType: NSString); message 'registerStoreClass:forStoreType:';
class function metadataForPersistentStoreOfType_URL_error(storeType: NSString; url: NSURL; error: NSErrorPointer): NSDictionary; message 'metadataForPersistentStoreOfType:URL:error:';
@@ -115,7 +113,7 @@ var
class function metadataForPersistentStoreWithURL_error(url: NSURL; error: NSErrorPointer): NSDictionary; message 'metadataForPersistentStoreWithURL:error:'; deprecated 'in Mac OS X 10.5 and later';
{ Adopted Protocols }
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSPropertyDescription.inc b/packages/cocoaint/src/coredata/NSPropertyDescription.inc
index eccd0acfae..370c97a7f3 100644
--- a/packages/cocoaint/src/coredata/NSPropertyDescription.inc
+++ b/packages/cocoaint/src/coredata/NSPropertyDescription.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSPropertyDescription.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPROPERTYDESCRIPTION_PAS_C}
{ NSPropertyDescription }
- NSPropertyDescription = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ NSPropertyDescription = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_reserved: Pointer;
_versionHashModifier: NSString;
@@ -70,8 +70,6 @@
_entitysReferenceIDForProperty: clong;
public
- class function alloc: NSPropertyDescription; message 'alloc';
-
function entity: NSEntityDescription; message 'entity';
function name: NSString; message 'name';
procedure setName(name_: NSString); message 'setName:';
@@ -100,7 +98,7 @@
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSPropertyMapping.inc b/packages/cocoaint/src/coredata/NSPropertyMapping.inc
index 17acdbfdc5..81db2de49c 100644
--- a/packages/cocoaint/src/coredata/NSPropertyMapping.inc
+++ b/packages/cocoaint/src/coredata/NSPropertyMapping.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSPropertyMapping.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPROPERTYMAPPING_PAS_C}
{ NSPropertyMapping }
- NSPropertyMapping = objcclass(NSObject)
+ NSPropertyMapping = objcclass external (NSObject)
private
_reserved: Pointer;
_reserved1: Pointer;
@@ -60,15 +60,13 @@
end;
public
- class function alloc: NSPropertyMapping; message 'alloc';
-
function name: NSString; message 'name';
procedure setName(name_: NSString); message 'setName:';
function valueExpression: NSExpression; message 'valueExpression';
procedure setValueExpression(expression: NSExpression); message 'setValueExpression:';
function userInfo: NSDictionary; message 'userInfo';
procedure setUserInfo(userInfo_: NSDictionary); message 'setUserInfo:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/coredata/NSRelationshipDescription.inc b/packages/cocoaint/src/coredata/NSRelationshipDescription.inc
index 6ea3aa0915..b28485b082 100644
--- a/packages/cocoaint/src/coredata/NSRelationshipDescription.inc
+++ b/packages/cocoaint/src/coredata/NSRelationshipDescription.inc
@@ -1,5 +1,5 @@
{ Parsed from Coredata.framework NSRelationshipDescription.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -55,7 +55,7 @@ type
{$define NSRELATIONSHIPDESCRIPTION_PAS_C}
{ NSRelationshipDescription }
- NSRelationshipDescription = objcclass(NSPropertyDescription)
+ NSRelationshipDescription = objcclass external (NSPropertyDescription)
private
_reserved5: Pointer;
_reserved6: Pointer;
@@ -68,8 +68,6 @@ type
_deleteRule: NSDeleteRule;
public
- class function alloc: NSRelationshipDescription; message 'alloc';
-
function destinationEntity: NSEntityDescription; message 'destinationEntity';
procedure setDestinationEntity(entity_: NSEntityDescription); message 'setDestinationEntity:';
function inverseRelationship: NSRelationshipDescription; message 'inverseRelationship';
@@ -82,7 +80,7 @@ type
procedure setDeleteRule(rule: NSDeleteRule); message 'setDeleteRule:';
function isToMany: Boolean; message 'isToMany';
function versionHash: NSData; message 'versionHash';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/Foundation.inc b/packages/cocoaint/src/foundation/Foundation.inc
index 6089b7529f..4130f20f9b 100644
--- a/packages/cocoaint/src/foundation/Foundation.inc
+++ b/packages/cocoaint/src/foundation/Foundation.inc
@@ -9,9 +9,9 @@
{$include NSObjCRuntime.inc}
{$include NSInvocation.inc}
{$include NSPointerFunctions.inc}
-{include NSAffineTransform.inc}
+{$include NSAffineTransform.inc}
{$include NSArray.inc}
-{include NSAttributedString.inc}
+{$include NSAttributedString.inc}
{$include NSAutoreleasePool.inc}
{$include NSBundle.inc}
{$include NSCalendar.inc}
diff --git a/packages/cocoaint/src/foundation/NSAffineTransform.inc b/packages/cocoaint/src/foundation/NSAffineTransform.inc
index 4205cd1116..8b13789179 100644
--- a/packages/cocoaint/src/foundation/NSAffineTransform.inc
+++ b/packages/cocoaint/src/foundation/NSAffineTransform.inc
@@ -1,83 +1 @@
-{ Parsed from Foundation.framework NSAffineTransform.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
-
-{$ifdef TYPES}
-{$ifndef NSAFFINETRANSFORM_PAS_T}
-{$define NSAFFINETRANSFORM_PAS_T}
-
-{$endif}
-{$endif}
-
-{$ifdef RECORDS}
-{$ifndef NSAFFINETRANSFORM_PAS_R}
-{$define NSAFFINETRANSFORM_PAS_R}
-
-{ Records }
-type
- NSAffineTransformStruct = record
- m11, m12, m21, m22: CGFloat;
- tX, tY: CGFloat;
- end;
-NSAffineTransformStructPtr = ^NSAffineTransformStruct;
-
-
-{$endif}
-{$endif}
-
-{$ifdef FUNCTIONS}
-{$ifndef NSAFFINETRANSFORM_PAS_F}
-{$define NSAFFINETRANSFORM_PAS_F}
-
-{$endif}
-{$endif}
-
-{$ifdef EXTERNAL_SYMBOLS}
-{$ifndef NSAFFINETRANSFORM_PAS_S}
-{$define NSAFFINETRANSFORM_PAS_S}
-
-{$endif}
-{$endif}
-
-{$ifdef FORWARD}
- NSAffineTransform = objcclass;
- NSAffineTransformPointer = ^NSAffineTransform;
- NSAffineTransformPtr = NSAffineTransformPointer;
-
-{$endif}
-
-{$ifdef CLASSES}
-{$ifndef NSAFFINETRANSFORM_PAS_C}
-{$define NSAFFINETRANSFORM_PAS_C}
-
-{ NSAffineTransform }
- NSAffineTransform = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
- private
- _transformStruct: NSAffineTransformStruct;
-
- public
- class function alloc: NSAffineTransform; message 'alloc';
-
- class function transform: NSAffineTransform; message 'transform';
- function initWithTransform(transform_: NSAffineTransform): id; message 'initWithTransform:';
- procedure translateXBy_yBy(deltaX: CGFloat; deltaY: CGFloat); message 'translateXBy:yBy:';
- procedure rotateByDegrees(angle: CGFloat); message 'rotateByDegrees:';
- procedure rotateByRadians(angle: CGFloat); message 'rotateByRadians:';
- procedure scaleBy(scale: CGFloat); message 'scaleBy:';
- procedure scaleXBy_yBy(scaleX: CGFloat; scaleY: CGFloat); message 'scaleXBy:yBy:';
- procedure invert; message 'invert';
- procedure appendTransform(transform_: NSAffineTransform); message 'appendTransform:';
- procedure prependTransform(transform_: NSAffineTransform); message 'prependTransform:';
- function transformPoint(aPoint: NSPoint): NSPoint; message 'transformPoint:';
- function transformSize(aSize: NSSize): NSSize; message 'transformSize:';
- function transformStruct: NSAffineTransformStruct; message 'transformStruct';
- procedure setTransformStruct(transformStruct_: NSAffineTransformStruct); message 'setTransformStruct:';
-
- { Adopted Protocols }
- function copyWithZone(zone_: NSZonePtr): id;
- procedure encodeWithCoder(aCoder: NSCoder);
- function initWithCoder(aDecoder: NSCoder): id;
- end; external;
-
-{$endif}
-{$endif}
diff --git a/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc b/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc
index f7a8d2f5ed..6735f815d1 100644
--- a/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc
+++ b/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSAppleEventDescriptor.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define NSAPPLEEVENTDESCRIPTOR_PAS_C}
{ NSAppleEventDescriptor }
- NSAppleEventDescriptor = objcclass(NSObject, NSCopyingProtocol)
+ NSAppleEventDescriptor = objcclass external (NSObject, NSCopyingProtocol)
private
_desc: AEDesc;
_hasValidDesc: Boolean;
_padding: array[0..2] of char;
public
- class function alloc: NSAppleEventDescriptor; message 'alloc';
-
class function nullDescriptor: NSAppleEventDescriptor; message 'nullDescriptor';
class function descriptorWithDescriptorType_bytes_length(descriptorType_: DescType; bytes: Pointer; byteCount: NSUInteger): NSAppleEventDescriptor; message 'descriptorWithDescriptorType:bytes:length:';
class function descriptorWithDescriptorType_data(descriptorType_: DescType; data_: NSData): NSAppleEventDescriptor; message 'descriptorWithDescriptorType:data:';
@@ -98,7 +96,7 @@
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSAppleEventManager.inc b/packages/cocoaint/src/foundation/NSAppleEventManager.inc
index deaa173186..fbe15747c5 100644
--- a/packages/cocoaint/src/foundation/NSAppleEventManager.inc
+++ b/packages/cocoaint/src/foundation/NSAppleEventManager.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSAppleEventManager.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -56,14 +56,12 @@ var
{$define NSAPPLEEVENTMANAGER_PAS_C}
{ NSAppleEventManager }
- NSAppleEventManager = objcclass(NSObject)
+ NSAppleEventManager = objcclass external (NSObject)
private
_isPreparedForDispatch: Boolean;
_padding: array[0..2] of char;
public
- class function alloc: NSAppleEventManager; message 'alloc';
-
class function sharedAppleEventManager: NSAppleEventManager; message 'sharedAppleEventManager';
procedure setEventHandler_andSelector_forEventClass_andEventID(handler: id; handleEventSelector: SEL; eventClass: AEEventClass; eventID: AEEventID); message 'setEventHandler:andSelector:forEventClass:andEventID:';
procedure removeEventHandlerForEventClass_andEventID(eventClass: AEEventClass; eventID: AEEventID); message 'removeEventHandlerForEventClass:andEventID:';
@@ -75,7 +73,7 @@ var
function replyAppleEventForSuspensionID(suspensionID: NSAppleEventManagerSuspensionID): NSAppleEventDescriptor; message 'replyAppleEventForSuspensionID:';
procedure setCurrentAppleEventAndReplyEventWithSuspensionID(suspensionID: NSAppleEventManagerSuspensionID); message 'setCurrentAppleEventAndReplyEventWithSuspensionID:';
procedure resumeWithSuspensionID(suspensionID: NSAppleEventManagerSuspensionID); message 'resumeWithSuspensionID:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSAppleScript.inc b/packages/cocoaint/src/foundation/NSAppleScript.inc
index 27abb8cc49..31c0b65be9 100644
--- a/packages/cocoaint/src/foundation/NSAppleScript.inc
+++ b/packages/cocoaint/src/foundation/NSAppleScript.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSAppleScript.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -50,7 +50,7 @@ var
{$define NSAPPLESCRIPT_PAS_C}
{ NSAppleScript }
- NSAppleScript = objcclass(NSObject, NSCopyingProtocol)
+ NSAppleScript = objcclass external (NSObject, NSCopyingProtocol)
private
_source: NSString;
_compiledScriptID: cuint;
@@ -58,8 +58,6 @@ var
_reserved2: Pointer;
public
- class function alloc: NSAppleScript; message 'alloc';
-
function initWithContentsOfURL_error(url: NSURL; errorInfo: NSDictionaryPointer): id; message 'initWithContentsOfURL:error:';
function initWithSource(source_: NSString): id; message 'initWithSource:';
function source: NSString; message 'source';
@@ -70,7 +68,7 @@ var
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSArchiver.inc b/packages/cocoaint/src/foundation/NSArchiver.inc
index 33e09be0b0..7b1da3e832 100644
--- a/packages/cocoaint/src/foundation/NSArchiver.inc
+++ b/packages/cocoaint/src/foundation/NSArchiver.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSArchiver.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -49,7 +49,7 @@ var
{$define NSARCHIVER_PAS_C}
{ NSArchiver }
- NSArchiver = objcclass(NSCoder)
+ NSArchiver = objcclass external (NSCoder)
private
mdata: Pointer; {garbage collector: __strong }
pointerTable: Pointer;
@@ -60,8 +60,6 @@ var
reserved: Pointer;
public
- class function alloc: NSArchiver; message 'alloc';
-
function initForWritingWithMutableData(mdata_: NSMutableData): id; message 'initForWritingWithMutableData:';
function archiverData: NSMutableData; message 'archiverData';
procedure encodeRootObject(rootObject: id); message 'encodeRootObject:';
@@ -71,10 +69,10 @@ var
procedure encodeClassName_intoClassName(trueName: NSString; inArchiveName: NSString); message 'encodeClassName:intoClassName:';
function classNameEncodedForTrueClassName(trueName: NSString): NSString; message 'classNameEncodedForTrueClassName:';
procedure replaceObject_withObject(object_: id; newObject: id); message 'replaceObject:withObject:';
- end; external;
+ end;
{ NSUnarchiver }
- NSUnarchiver = objcclass(NSCoder)
+ NSUnarchiver = objcclass external (NSCoder)
private
datax: Pointer;
cursor: NSUInteger;
@@ -93,8 +91,6 @@ var
reserved: id;
public
- class function alloc: NSUnarchiver; message 'alloc';
-
function initForReadingWithData(data: NSData): id; message 'initForReadingWithData:';
procedure setObjectZone(zone_: NSZonePtr); message 'setObjectZone:';
function objectZone: NSZonePtr; message 'objectZone';
@@ -105,13 +101,13 @@ var
class procedure decodeClassName_asClassName(inArchiveName: NSString; trueName: NSString); message 'decodeClassName:asClassName:';
class function classNameDecodedForArchiveClassName(inArchiveName: NSString): NSString; message 'classNameDecodedForArchiveClassName:';
procedure replaceObject_withObject(object_: id; newObject: id); message 'replaceObject:withObject:';
- end; external;
+ end;
{ NSArchiverCallbackCategory }
- NSArchiverCallbackCategory = objccategory(NSObject)
+ NSArchiverCallbackCategory = objccategory external (NSObject)
function classForArchiver: Pobjc_class; message 'classForArchiver';
function replacementObjectForArchiver(archiver: NSArchiver): id; message 'replacementObjectForArchiver:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSArray.inc b/packages/cocoaint/src/foundation/NSArray.inc
index eb3abf3406..0a31ba74d2 100644
--- a/packages/cocoaint/src/foundation/NSArray.inc
+++ b/packages/cocoaint/src/foundation/NSArray.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSArray.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -50,11 +50,9 @@ type
{$define NSARRAY_PAS_C}
{ NSArray }
- NSArray = objcclass(NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol, NSFastEnumerationProtocol)
+ NSArray = objcclass external (NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol, NSFastEnumerationProtocol)
public
- class function alloc: NSArray; message 'alloc';
-
function count: NSUInteger; message 'count';
function objectAtIndex(index: NSUInteger): id; message 'objectAtIndex:';
@@ -64,23 +62,21 @@ type
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function countByEnumeratingWithState_objects_count(state: NSFastEnumerationStatePtr; stackbuf: idPtr; len: NSUInteger): NSUInteger;
- end; external;
+ end;
{ NSMutableArray }
- NSMutableArray = objcclass(NSArray)
+ NSMutableArray = objcclass external (NSArray)
public
- class function alloc: NSMutableArray; message 'alloc';
-
procedure addObject(anObject: id); message 'addObject:';
procedure insertObject_atIndex(anObject: id; index: NSUInteger); message 'insertObject:atIndex:';
procedure removeLastObject; message 'removeLastObject';
procedure removeObjectAtIndex(index: NSUInteger); message 'removeObjectAtIndex:';
procedure replaceObjectAtIndex_withObject(index: NSUInteger; anObject: id); message 'replaceObjectAtIndex:withObject:';
- end; external;
+ end;
{ NSExtendedArrayCategory }
- NSExtendedArrayCategory = objccategory(NSArray)
+ NSExtendedArrayCategory = objccategory external (NSArray)
function arrayByAddingObject(anObject: id): NSArray; message 'arrayByAddingObject:';
function arrayByAddingObjectsFromArray(otherArray: NSArray): NSArray; message 'arrayByAddingObjectsFromArray:';
function componentsJoinedByString(separator: NSString): NSString; message 'componentsJoinedByString:';
@@ -108,10 +104,10 @@ type
procedure makeObjectsPerformSelector(aSelector: SEL); message 'makeObjectsPerformSelector:';
procedure makeObjectsPerformSelector_withObject(aSelector: SEL; argument: id); message 'makeObjectsPerformSelector:withObject:';
function objectsAtIndexes(indexes: NSIndexSet): NSArray; message 'objectsAtIndexes:';
- end; external;
+ end;
{ NSArrayCreationCategory }
- NSArrayCreationCategory = objccategory(NSArray)
+ NSArrayCreationCategory = objccategory external (NSArray)
class function array_: id; message 'array';
class function arrayWithObject(anObject: id): id; message 'arrayWithObject:';
class function arrayWithObjects_count(objects: NSObjectArrayOfObjectsPtr; cnt: NSUInteger): id; message 'arrayWithObjects:count:';
@@ -125,15 +121,15 @@ type
class function arrayWithContentsOfURL(url: NSURL): id; message 'arrayWithContentsOfURL:';
function initWithContentsOfFile(path: NSString): id; message 'initWithContentsOfFile:';
function initWithContentsOfURL(url: NSURL): id; message 'initWithContentsOfURL:';
- end; external;
+ end;
{ NSDeprecatedCategory }
- NSDeprecatedCategory = objccategory(NSArray)
+ NSDeprecatedCategory = objccategory external (NSArray)
procedure getObjects(objects: idPtr); message 'getObjects:';
- end; external;
+ end;
{ NSExtendedMutableArrayCategory }
- NSExtendedMutableArrayCategory = objccategory(NSMutableArray)
+ NSExtendedMutableArrayCategory = objccategory external (NSMutableArray)
procedure addObjectsFromArray(otherArray: NSArray); message 'addObjectsFromArray:';
procedure exchangeObjectAtIndex_withObjectAtIndex(idx: NSUInteger; idx1: NSUInteger); message 'exchangeObjectAtIndex:withObjectAtIndex:';
procedure removeAllObjects; message 'removeAllObjects';
@@ -152,13 +148,13 @@ type
procedure insertObjects_atIndexes(objects: NSArray; indexes: NSIndexSet); message 'insertObjects:atIndexes:';
procedure removeObjectsAtIndexes(indexes: NSIndexSet); message 'removeObjectsAtIndexes:';
procedure replaceObjectsAtIndexes_withObjects(indexes: NSIndexSet; objects: NSArray); message 'replaceObjectsAtIndexes:withObjects:';
- end; external;
+ end;
{ NSMutableArrayCreationCategory }
- NSMutableArrayCreationCategory = objccategory(NSMutableArray)
+ NSMutableArrayCreationCategory = objccategory external (NSMutableArray)
class function arrayWithCapacity(numItems: NSUInteger): id; message 'arrayWithCapacity:';
function initWithCapacity(numItems: NSUInteger): id; message 'initWithCapacity:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSAttributedString.inc b/packages/cocoaint/src/foundation/NSAttributedString.inc
index 15e0c1ffd6..8b13789179 100644
--- a/packages/cocoaint/src/foundation/NSAttributedString.inc
+++ b/packages/cocoaint/src/foundation/NSAttributedString.inc
@@ -1,102 +1 @@
-{ Parsed from Foundation.framework NSAttributedString.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
-
-{$ifdef TYPES}
-{$ifndef NSATTRIBUTEDSTRING_PAS_T}
-{$define NSATTRIBUTEDSTRING_PAS_T}
-
-{$endif}
-{$endif}
-
-{$ifdef RECORDS}
-{$ifndef NSATTRIBUTEDSTRING_PAS_R}
-{$define NSATTRIBUTEDSTRING_PAS_R}
-
-{$endif}
-{$endif}
-
-{$ifdef FUNCTIONS}
-{$ifndef NSATTRIBUTEDSTRING_PAS_F}
-{$define NSATTRIBUTEDSTRING_PAS_F}
-
-{$endif}
-{$endif}
-
-{$ifdef EXTERNAL_SYMBOLS}
-{$ifndef NSATTRIBUTEDSTRING_PAS_S}
-{$define NSATTRIBUTEDSTRING_PAS_S}
-
-{$endif}
-{$endif}
-
-{$ifdef FORWARD}
- NSAttributedString = objcclass;
- NSAttributedStringPointer = ^NSAttributedString;
- NSAttributedStringPtr = NSAttributedStringPointer;
- NSMutableAttributedString = objcclass;
- NSMutableAttributedStringPointer = ^NSMutableAttributedString;
- NSMutableAttributedStringPtr = NSMutableAttributedStringPointer;
-
-{$endif}
-
-{$ifdef CLASSES}
-{$ifndef NSATTRIBUTEDSTRING_PAS_C}
-{$define NSATTRIBUTEDSTRING_PAS_C}
-
-{ NSAttributedString }
- NSAttributedString = objcclass(NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
-
- public
- class function alloc: NSAttributedString; message 'alloc';
-
- function string_: NSString; message 'string';
- function attributesAtIndex_effectiveRange(location: NSUInteger; range: NSRangePointer): NSDictionary; message 'attributesAtIndex:effectiveRange:';
-
- { Adopted Protocols }
- function copyWithZone(zone_: NSZonePtr): id;
- function mutableCopyWithZone(zone_: NSZonePtr): id;
- procedure encodeWithCoder(aCoder: NSCoder);
- function initWithCoder(aDecoder: NSCoder): id;
- end; external;
-
-{ NSMutableAttributedString }
- NSMutableAttributedString = objcclass(NSAttributedString)
-
- public
- class function alloc: NSMutableAttributedString; message 'alloc';
-
- procedure replaceCharactersInRange_withString(range: NSRange; str: NSString); message 'replaceCharactersInRange:withString:';
- procedure setAttributes_range(attrs: NSDictionary; range: NSRange); message 'setAttributes:range:';
- end; external;
-
-{ NSExtendedAttributedStringCategory }
- NSExtendedAttributedStringCategory = objccategory(NSAttributedString)
- function length: NSUInteger; message 'length';
- function attribute_atIndex_effectiveRange(attrName: NSString; location: NSUInteger; range: NSRangePointer): id; message 'attribute:atIndex:effectiveRange:';
- function attributedSubstringFromRange(range: NSRange): NSAttributedString; message 'attributedSubstringFromRange:';
- function attributesAtIndex_longestEffectiveRange_inRange(location: NSUInteger; range: NSRangePointer; rangeLimit: NSRange): NSDictionary; message 'attributesAtIndex:longestEffectiveRange:inRange:';
- function attribute_atIndex_longestEffectiveRange_inRange(attrName: NSString; location: NSUInteger; range: NSRangePointer; rangeLimit: NSRange): id; message 'attribute:atIndex:longestEffectiveRange:inRange:';
- function isEqualToAttributedString(other: NSAttributedString): Boolean; message 'isEqualToAttributedString:';
- function initWithString(str: NSString): id; message 'initWithString:';
- function initWithString_attributes(str: NSString; attrs: NSDictionary): id; message 'initWithString:attributes:';
- function initWithAttributedString(attrStr: NSAttributedString): id; message 'initWithAttributedString:';
- end; external;
-
-{ NSExtendedMutableAttributedStringCategory }
- NSExtendedMutableAttributedStringCategory = objccategory(NSMutableAttributedString)
- function mutableString: NSMutableString; message 'mutableString';
- procedure addAttribute_value_range(name: NSString; value: id; range: NSRange); message 'addAttribute:value:range:';
- procedure addAttributes_range(attrs: NSDictionary; range: NSRange); message 'addAttributes:range:';
- procedure removeAttribute_range(name: NSString; range: NSRange); message 'removeAttribute:range:';
- procedure replaceCharactersInRange_withAttributedString(range: NSRange; attrString: NSAttributedString); message 'replaceCharactersInRange:withAttributedString:';
- procedure insertAttributedString_atIndex(attrString: NSAttributedString; loc: NSUInteger); message 'insertAttributedString:atIndex:';
- procedure appendAttributedString(attrString: NSAttributedString); message 'appendAttributedString:';
- procedure deleteCharactersInRange(range: NSRange); message 'deleteCharactersInRange:';
- procedure setAttributedString(attrString: NSAttributedString); message 'setAttributedString:';
- procedure beginEditing; message 'beginEditing';
- procedure endEditing; message 'endEditing';
- end; external;
-
-{$endif}
-{$endif}
diff --git a/packages/cocoaint/src/foundation/NSAutoreleasePool.inc b/packages/cocoaint/src/foundation/NSAutoreleasePool.inc
index a4f2a06ef0..17032798cf 100644
--- a/packages/cocoaint/src/foundation/NSAutoreleasePool.inc
+++ b/packages/cocoaint/src/foundation/NSAutoreleasePool.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSAutoreleasePool.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSAUTORELEASEPOOL_PAS_C}
{ NSAutoreleasePool }
- NSAutoreleasePool = objcclass(NSObject)
+ NSAutoreleasePool = objcclass external (NSObject)
private
_token: Pointer;
_reserved3: Pointer;
@@ -50,11 +50,9 @@
_reserved: Pointer;
public
- class function alloc: NSAutoreleasePool; message 'alloc';
-
class procedure addObject(anObject: id); message 'addObject:';
procedure drain; message 'drain';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSBundle.inc b/packages/cocoaint/src/foundation/NSBundle.inc
index 43097cc63a..421195b078 100644
--- a/packages/cocoaint/src/foundation/NSBundle.inc
+++ b/packages/cocoaint/src/foundation/NSBundle.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSBundle.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -83,7 +83,7 @@ end;
{$define NSBUNDLE_PAS_C}
{ NSBundle }
- NSBundle = objcclass(NSObject)
+ NSBundle = objcclass external (NSObject)
private
_flags: NSUInteger;
_cfBundle: id;
@@ -95,8 +95,6 @@ end;
_reserved0: Pointer;
public
- class function alloc: NSBundle; message 'alloc';
-
class function mainBundle: NSBundle; message 'mainBundle';
class function bundleWithPath(path: NSString): NSBundle; message 'bundleWithPath:';
function initWithPath(path: NSString): id; message 'initWithPath:';
@@ -152,7 +150,7 @@ end;
class function preferredLocalizationsFromArray(localizationsArray: NSArray): NSArray; message 'preferredLocalizationsFromArray:';
class function preferredLocalizationsFromArray_forPreferences(localizationsArray: NSArray; preferencesArray: NSArray): NSArray; message 'preferredLocalizationsFromArray:forPreferences:';
function executableArchitectures: NSArray; message 'executableArchitectures';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSCache.inc b/packages/cocoaint/src/foundation/NSCache.inc
index 643a86ba60..24c03cc035 100644
--- a/packages/cocoaint/src/foundation/NSCache.inc
+++ b/packages/cocoaint/src/foundation/NSCache.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSCache.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -43,15 +43,13 @@
{$define NSCACHE_PAS_C}
{ NSCache }
- NSCache = objcclass(NSObject)
+ NSCache = objcclass external (NSObject)
private
_delegate: id;
_private: array[0..4] of Pointer;
_reserved: Pointer;
public
- class function alloc: NSCache; message 'alloc';
-
procedure setName(n: NSString); message 'setName:';
function name: NSString; message 'name';
procedure setDelegate(d: id); message 'setDelegate:';
@@ -67,7 +65,7 @@
function countLimit: NSUInteger; message 'countLimit';
function evictsObjectsWithDiscardedContent: Boolean; message 'evictsObjectsWithDiscardedContent';
procedure setEvictsObjectsWithDiscardedContent(b: Boolean); message 'setEvictsObjectsWithDiscardedContent:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -76,8 +74,8 @@
{$define NSCACHE_PAS_P}
{ NSCacheDelegate Protocol }
- NSCacheDelegateProtocol = objcprotocol
+ NSCacheDelegateProtocol = objcprotocol external name 'NSCacheDelegate'
procedure cache_willEvictObject(cache: NSCache; obj: id); message 'cache:willEvictObject:';
- end; external name 'NSCacheDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSCalendar.inc b/packages/cocoaint/src/foundation/NSCalendar.inc
index c917a63920..5faff72563 100644
--- a/packages/cocoaint/src/foundation/NSCalendar.inc
+++ b/packages/cocoaint/src/foundation/NSCalendar.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSCalendar.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -71,11 +71,9 @@ type
{$define NSCALENDAR_PAS_C}
{ NSCalendar }
- NSCalendar = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSCalendar = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSCalendar; message 'alloc';
-
class function currentCalendar: id; message 'currentCalendar';
class function autoupdatingCurrentCalendar: id; message 'autoupdatingCurrentCalendar';
function initWithCalendarIdentifier(ident: NSString): id; message 'initWithCalendarIdentifier:';
@@ -102,14 +100,12 @@ type
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSDateComponents }
- NSDateComponents = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSDateComponents = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSDateComponents; message 'alloc';
-
function era: NSInteger; message 'era';
function year: NSInteger; message 'year';
function month: NSInteger; message 'month';
@@ -137,7 +133,7 @@ type
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSCalendarDate.inc b/packages/cocoaint/src/foundation/NSCalendarDate.inc
index 80d40c26aa..3a109f4233 100644
--- a/packages/cocoaint/src/foundation/NSCalendarDate.inc
+++ b/packages/cocoaint/src/foundation/NSCalendarDate.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSCalendarDate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSCALENDARDATE_PAS_C}
{ NSCalendarDate }
- NSCalendarDate = objcclass(NSDate)
+ NSCalendarDate = objcclass external (NSDate)
private
refCount: NSUInteger;
_timeIntervalSinceReferenceDate: NSTimeInterval;
@@ -51,8 +51,6 @@
_reserved: Pointer;
public
- class function alloc: NSCalendarDate; message 'alloc';
-
class function calendarDate: id; message 'calendarDate';
class function dateWithString_calendarFormat_locale(description_: NSString; format: NSString; locale: id): id; message 'dateWithString:calendarFormat:locale:';
class function dateWithString_calendarFormat(description_: NSString; format: NSString): id; message 'dateWithString:calendarFormat:';
@@ -79,17 +77,17 @@
procedure setCalendarFormat(format: NSString); message 'setCalendarFormat:';
procedure setTimeZone(aTimeZone: NSTimeZone); message 'setTimeZone:';
procedure years_months_days_hours_minutes_seconds_sinceDate(yp: NSIntegerPtr; mop: NSIntegerPtr; dp: NSIntegerPtr; hp: NSIntegerPtr; mip: NSIntegerPtr; sp: NSIntegerPtr; date_: NSCalendarDate); message 'years:months:days:hours:minutes:seconds:sinceDate:';
- end; external;
+ end;
{ NSCalendarDateExtrasCategory }
- NSCalendarDateExtrasCategory = objccategory(NSDate)
+ NSCalendarDateExtrasCategory = objccategory external (NSDate)
class function dateWithNaturalLanguageString_locale(string_: NSString; locale: id): id; message 'dateWithNaturalLanguageString:locale:';
class function dateWithNaturalLanguageString(string_: NSString): id; message 'dateWithNaturalLanguageString:';
class function dateWithString(aString: NSString): id; message 'dateWithString:';
function dateWithCalendarFormat_timeZone(format: NSString; aTimeZone: NSTimeZone): NSCalendarDate; message 'dateWithCalendarFormat:timeZone:';
function descriptionWithCalendarFormat_timeZone_locale(format: NSString; aTimeZone: NSTimeZone; locale: id): NSString; message 'descriptionWithCalendarFormat:timeZone:locale:';
function initWithString(description_: NSString): id; message 'initWithString:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSCharacterSet.inc b/packages/cocoaint/src/foundation/NSCharacterSet.inc
index af6b2ddc24..aa2ee90740 100644
--- a/packages/cocoaint/src/foundation/NSCharacterSet.inc
+++ b/packages/cocoaint/src/foundation/NSCharacterSet.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSCharacterSet.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -50,11 +50,9 @@ const
{$define NSCHARACTERSET_PAS_C}
{ NSCharacterSet }
- NSCharacterSet = objcclass(NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
+ NSCharacterSet = objcclass external (NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSCharacterSet; message 'alloc';
-
class function controlCharacterSet: id; message 'controlCharacterSet';
class function whitespaceCharacterSet: id; message 'whitespaceCharacterSet';
class function whitespaceAndNewlineCharacterSet: id; message 'whitespaceAndNewlineCharacterSet';
@@ -86,14 +84,12 @@ const
function mutableCopyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSMutableCharacterSet }
- NSMutableCharacterSet = objcclass(NSCharacterSet, NSCopyingProtocol, NSMutableCopyingProtocol)
+ NSMutableCharacterSet = objcclass external (NSCharacterSet, NSCopyingProtocol, NSMutableCopyingProtocol)
public
- class function alloc: NSMutableCharacterSet; message 'alloc';
-
procedure addCharactersInRange(aRange: NSRange); message 'addCharactersInRange:';
procedure removeCharactersInRange(aRange: NSRange); message 'removeCharactersInRange:';
procedure addCharactersInString(aString: NSString); message 'addCharactersInString:';
@@ -105,7 +101,7 @@ const
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
function mutableCopyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSClassDescription.inc b/packages/cocoaint/src/foundation/NSClassDescription.inc
index 84c297f994..e675a17d39 100644
--- a/packages/cocoaint/src/foundation/NSClassDescription.inc
+++ b/packages/cocoaint/src/foundation/NSClassDescription.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSClassDescription.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -46,11 +46,9 @@ var
{$define NSCLASSDESCRIPTION_PAS_C}
{ NSClassDescription }
- NSClassDescription = objcclass(NSObject)
+ NSClassDescription = objcclass external (NSObject)
public
- class function alloc: NSClassDescription; message 'alloc';
-
class procedure registerClassDescription_forClass(description_: NSClassDescription; aClass: Pobjc_class); message 'registerClassDescription:forClass:';
class procedure invalidateClassDescriptionCache; message 'invalidateClassDescriptionCache';
class function classDescriptionForClass(aClass: Pobjc_class): NSClassDescription; message 'classDescriptionForClass:';
@@ -58,16 +56,16 @@ var
function toOneRelationshipKeys: NSArray; message 'toOneRelationshipKeys';
function toManyRelationshipKeys: NSArray; message 'toManyRelationshipKeys';
function inverseForRelationshipKey(relationshipKey: NSString): NSString; message 'inverseForRelationshipKey:';
- end; external;
+ end;
{ NSClassDescriptionPrimitivesCategory }
- NSClassDescriptionPrimitivesCategory = objccategory(NSObject)
+ NSClassDescriptionPrimitivesCategory = objccategory external (NSObject)
function classDescription: NSClassDescription; message 'classDescription';
function attributeKeys: NSArray; message 'attributeKeys';
function toOneRelationshipKeys: NSArray; message 'toOneRelationshipKeys';
function toManyRelationshipKeys: NSArray; message 'toManyRelationshipKeys';
function inverseForRelationshipKey(relationshipKey: NSString): NSString; message 'inverseForRelationshipKey:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSCoder.inc b/packages/cocoaint/src/foundation/NSCoder.inc
index 8322ef0b39..5abe039d57 100644
--- a/packages/cocoaint/src/foundation/NSCoder.inc
+++ b/packages/cocoaint/src/foundation/NSCoder.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSCoder.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -45,20 +45,18 @@ function NXReadNSObjectFromCoder(decoder: NSCoder): NSObject; cdecl; external; d
{$define NSCODER_PAS_C}
{ NSCoder }
- NSCoder = objcclass(NSObject)
+ NSCoder = objcclass external (NSObject)
public
- class function alloc: NSCoder; message 'alloc';
-
procedure encodeValueOfObjCType_at(type_: PChar; addr: Pointer); message 'encodeValueOfObjCType:at:';
procedure encodeDataObject(data: NSData); message 'encodeDataObject:';
procedure decodeValueOfObjCType_at(type_: PChar; data: Pointer); message 'decodeValueOfObjCType:at:';
function decodeDataObject: NSData; message 'decodeDataObject';
function versionForClassName(className: NSString): NSInteger; message 'versionForClassName:';
- end; external;
+ end;
{ NSExtendedCoderCategory }
- NSExtendedCoderCategory = objccategory(NSCoder)
+ NSExtendedCoderCategory = objccategory external (NSCoder)
procedure encodeObject(object_: id); message 'encodeObject:';
procedure encodeRootObject(rootObject: id); message 'encodeRootObject:';
procedure encodeBycopyObject(anObject: id); message 'encodeBycopyObject:';
@@ -97,13 +95,13 @@ function NXReadNSObjectFromCoder(decoder: NSCoder): NSObject; cdecl; external; d
function decodeBytesForKey_returnedLength(key: NSString; lengthp: NSUIntegerPtr): pbyte; message 'decodeBytesForKey:returnedLength:';
procedure encodeInteger_forKey(intv: NSInteger; key: NSString); message 'encodeInteger:forKey:';
function decodeIntegerForKey(key: NSString): NSInteger; message 'decodeIntegerForKey:';
- end; external;
+ end;
{ NSTypedstreamCompatibilityCategory }
- NSTypedstreamCompatibilityCategory = objccategory(NSCoder)
+ NSTypedstreamCompatibilityCategory = objccategory external (NSCoder)
procedure encodeNXObject(object_: id); message 'encodeNXObject:'; deprecated 'in Mac OS X 10.5 and later';
function decodeNXObject: id; message 'decodeNXObject'; deprecated 'in Mac OS X 10.5 and later';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSComparisonPredicate.inc b/packages/cocoaint/src/foundation/NSComparisonPredicate.inc
index 4f472c6a17..c9ca45c556 100644
--- a/packages/cocoaint/src/foundation/NSComparisonPredicate.inc
+++ b/packages/cocoaint/src/foundation/NSComparisonPredicate.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSComparisonPredicate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -76,7 +76,7 @@ type
{$define NSCOMPARISONPREDICATE_PAS_C}
{ NSComparisonPredicate }
- NSComparisonPredicate = objcclass(NSPredicate)
+ NSComparisonPredicate = objcclass external (NSPredicate)
private
_reserved2: Pointer;
_predicateOperator: NSPredicateOperator;
@@ -84,8 +84,6 @@ type
_rhs: NSExpression;
public
- class function alloc: NSComparisonPredicate; message 'alloc';
-
class function predicateWithLeftExpression_rightExpression_modifier_type_options(lhs: NSExpression; rhs: NSExpression; modifier: NSComparisonPredicateModifier; type_: NSPredicateOperatorType; options_: NSUInteger): NSPredicate; message 'predicateWithLeftExpression:rightExpression:modifier:type:options:';
class function predicateWithLeftExpression_rightExpression_customSelector(lhs: NSExpression; rhs: NSExpression; selector: SEL): NSPredicate; message 'predicateWithLeftExpression:rightExpression:customSelector:';
function initWithLeftExpression_rightExpression_modifier_type_options(lhs: NSExpression; rhs: NSExpression; modifier: NSComparisonPredicateModifier; type_: NSPredicateOperatorType; options_: NSUInteger): id; message 'initWithLeftExpression:rightExpression:modifier:type:options:';
@@ -96,7 +94,7 @@ type
function rightExpression: NSExpression; message 'rightExpression';
function customSelector: SEL; message 'customSelector';
function options: NSUInteger; message 'options';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSCompoundPredicate.inc b/packages/cocoaint/src/foundation/NSCompoundPredicate.inc
index 47fbaa0418..1815216ee1 100644
--- a/packages/cocoaint/src/foundation/NSCompoundPredicate.inc
+++ b/packages/cocoaint/src/foundation/NSCompoundPredicate.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSCompoundPredicate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -54,22 +54,20 @@ type
{$define NSCOMPOUNDPREDICATE_PAS_C}
{ NSCompoundPredicate }
- NSCompoundPredicate = objcclass(NSPredicate)
+ NSCompoundPredicate = objcclass external (NSPredicate)
private
_reserved2: Pointer;
_type: NSUInteger;
_subpredicates: NSArray;
public
- class function alloc: NSCompoundPredicate; message 'alloc';
-
function initWithType_subpredicates(type_: NSCompoundPredicateType; subpredicates_: NSArray): id; message 'initWithType:subpredicates:';
function compoundPredicateType: NSCompoundPredicateType; message 'compoundPredicateType';
function subpredicates: NSArray; message 'subpredicates';
class function andPredicateWithSubpredicates(subpredicates_: NSArray): NSPredicate; message 'andPredicateWithSubpredicates:';
class function orPredicateWithSubpredicates(subpredicates_: NSArray): NSPredicate; message 'orPredicateWithSubpredicates:';
class function notPredicateWithSubpredicate(predicate: NSPredicate): NSPredicate; message 'notPredicateWithSubpredicate:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSConnection.inc b/packages/cocoaint/src/foundation/NSConnection.inc
index 8996c113f0..52f0d1446c 100644
--- a/packages/cocoaint/src/foundation/NSConnection.inc
+++ b/packages/cocoaint/src/foundation/NSConnection.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSConnection.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -53,7 +53,7 @@ var
{$define NSCONNECTION_PAS_C}
{ NSConnection }
- NSConnection = objcclass(NSObject)
+ NSConnection = objcclass external (NSObject)
private
_receivePort: id;
_sendPort: id;
@@ -92,8 +92,6 @@ var
reserved: Pointer;
public
- class function alloc: NSConnection; message 'alloc';
-
function statistics: NSDictionary; message 'statistics';
class function allConnections: NSArray; message 'allConnections';
class function defaultConnection: NSConnection; message 'defaultConnection'; deprecated 'in Mac OS X 10.6 and later';
@@ -133,19 +131,17 @@ var
procedure runInNewThread; message 'runInNewThread';
function remoteObjects: NSArray; message 'remoteObjects';
function localObjects: NSArray; message 'localObjects';
- end; external;
+ end;
{ NSDistantObjectRequest }
- NSDistantObjectRequest = objcclass(NSObject)
+ NSDistantObjectRequest = objcclass external (NSObject)
public
- class function alloc: NSDistantObjectRequest; message 'alloc';
-
function invocation: NSInvocation; message 'invocation';
function connection: NSConnection; message 'connection';
function conversation: id; message 'conversation';
procedure replyWithException(exception: NSException); message 'replyWithException:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -154,13 +150,13 @@ var
{$define NSCONNECTION_PAS_P}
{ NSConnectionDelegate Protocol }
- NSConnectionDelegateProtocol = objcprotocol
+ NSConnectionDelegateProtocol = objcprotocol external name 'NSConnectionDelegate'
function makeNewConnection_sender(conn: NSConnection; ancestor: NSConnection): Boolean; message 'makeNewConnection:sender:';
function connection_shouldMakeNewConnection(ancestor: NSConnection; conn: NSConnection): Boolean; message 'connection:shouldMakeNewConnection:';
function authenticationDataForComponents(components: NSArray): NSData; message 'authenticationDataForComponents:';
function authenticateComponents_withData(components: NSArray; signature: NSData): Boolean; message 'authenticateComponents:withData:';
function createConversationForConnection(conn: NSConnection): id; message 'createConversationForConnection:';
function connection_handleRequest(connection: NSConnection; doreq: NSDistantObjectRequest): Boolean; message 'connection:handleRequest:';
- end; external name 'NSConnectionDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSData.inc b/packages/cocoaint/src/foundation/NSData.inc
index e293bbdc3e..06efd2bf3b 100644
--- a/packages/cocoaint/src/foundation/NSData.inc
+++ b/packages/cocoaint/src/foundation/NSData.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSData.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -77,11 +77,9 @@ type
{$define NSDATA_PAS_C}
{ NSData }
- NSData = objcclass(NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
+ NSData = objcclass external (NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSData; message 'alloc';
-
function length: NSUInteger; message 'length';
function bytes: Pointer; message 'bytes';
@@ -90,20 +88,18 @@ type
function mutableCopyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSMutableData }
- NSMutableData = objcclass(NSData)
+ NSMutableData = objcclass external (NSData)
public
- class function alloc: NSMutableData; message 'alloc';
-
function mutableBytes: Pointer; message 'mutableBytes';
procedure setLength(length_: NSUInteger); message 'setLength:';
- end; external;
+ end;
{ NSPurgeableData }
- NSPurgeableData = objcclass(NSMutableData, NSDiscardableContentProtocol)
+ NSPurgeableData = objcclass external (NSMutableData, NSDiscardableContentProtocol)
private
_length: NSUInteger;
_accessCount: cint32;
@@ -111,17 +107,16 @@ type
_reserved: Pointer;
public
- class function alloc: NSPurgeableData; message 'alloc';
{ Adopted Protocols }
function beginContentAccess: Boolean;
procedure endContentAccess;
procedure discardContentIfPossible;
function isContentDiscarded: Boolean;
- end; external;
+ end;
{ NSExtendedDataCategory }
- NSExtendedDataCategory = objccategory(NSData)
+ NSExtendedDataCategory = objccategory external (NSData)
function description: NSString; message 'description';
procedure getBytes_length(buffer: Pointer; length_: NSUInteger); message 'getBytes:length:';
procedure getBytes_range(buffer: Pointer; range: NSRange); message 'getBytes:range:';
@@ -132,10 +127,10 @@ type
function writeToFile_options_error(path: NSString; writeOptionsMask: NSDataWritingOptions; errorPtr: NSErrorPointer): Boolean; message 'writeToFile:options:error:';
function writeToURL_options_error(url: NSURL; writeOptionsMask: NSDataWritingOptions; errorPtr: NSErrorPointer): Boolean; message 'writeToURL:options:error:';
function rangeOfData_options_range(dataToFind: NSData; mask: NSDataSearchOptions; searchRange: NSRange): NSRange; message 'rangeOfData:options:range:';
- end; external;
+ end;
{ NSDataCreationCategory }
- NSDataCreationCategory = objccategory(NSData)
+ NSDataCreationCategory = objccategory external (NSData)
class function data: id; message 'data';
class function dataWithBytes_length(bytes_: Pointer; length_: NSUInteger): id; message 'dataWithBytes:length:';
class function dataWithBytesNoCopy_length(bytes_: Pointer; length_: NSUInteger): id; message 'dataWithBytesNoCopy:length:';
@@ -155,15 +150,15 @@ type
function initWithContentsOfMappedFile(path: NSString): id; message 'initWithContentsOfMappedFile:';
function initWithData(data_: NSData): id; message 'initWithData:';
class function dataWithData(data_: NSData): id; message 'dataWithData:';
- end; external;
+ end;
{ NSDeprecated_NSDataCategory }
- NSDeprecated_NSDataCategory = objccategory(NSData)
+ NSDeprecated_NSDataCategory = objccategory external name 'NSDeprecated' (NSData)
procedure getBytes(buffer: Pointer); message 'getBytes:';
- end; external name 'NSDeprecated';
+ end;
{ NSExtendedMutableDataCategory }
- NSExtendedMutableDataCategory = objccategory(NSMutableData)
+ NSExtendedMutableDataCategory = objccategory external (NSMutableData)
procedure appendBytes_length(bytes_: Pointer; length_: NSUInteger); message 'appendBytes:length:';
procedure appendData(other: NSData); message 'appendData:';
procedure increaseLengthBy(extraLength: NSUInteger); message 'increaseLengthBy:';
@@ -171,15 +166,15 @@ type
procedure resetBytesInRange(range: NSRange); message 'resetBytesInRange:';
procedure setData(data_: NSData); message 'setData:';
procedure replaceBytesInRange_withBytes_length(range: NSRange; replacementBytes: Pointer; replacementLength: NSUInteger); message 'replaceBytesInRange:withBytes:length:';
- end; external;
+ end;
{ NSMutableDataCreationCategory }
- NSMutableDataCreationCategory = objccategory(NSMutableData)
+ NSMutableDataCreationCategory = objccategory external (NSMutableData)
class function dataWithCapacity(aNumItems: NSUInteger): id; message 'dataWithCapacity:';
class function dataWithLength(length_: NSUInteger): id; message 'dataWithLength:';
function initWithCapacity(capacity: NSUInteger): id; message 'initWithCapacity:';
function initWithLength(length_: NSUInteger): id; message 'initWithLength:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSDate.inc b/packages/cocoaint/src/foundation/NSDate.inc
index 3a8ed6669b..9c31d35249 100644
--- a/packages/cocoaint/src/foundation/NSDate.inc
+++ b/packages/cocoaint/src/foundation/NSDate.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSDate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -55,21 +55,19 @@ var
{$define NSDATE_PAS_C}
{ NSDate }
- NSDate = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSDate = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSDate; message 'alloc';
-
function timeIntervalSinceReferenceDate: NSTimeInterval; message 'timeIntervalSinceReferenceDate';
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSExtendedDateCategory }
- NSExtendedDateCategory = objccategory(NSDate)
+ NSExtendedDateCategory = objccategory external (NSDate)
function timeIntervalSinceDate(anotherDate: NSDate): NSTimeInterval; message 'timeIntervalSinceDate:';
function timeIntervalSinceNow: NSTimeInterval; message 'timeIntervalSinceNow';
function timeIntervalSince1970: NSTimeInterval; message 'timeIntervalSince1970';
@@ -81,10 +79,10 @@ var
function isEqualToDate(otherDate: NSDate): Boolean; message 'isEqualToDate:';
function description: NSString; message 'description';
function descriptionWithLocale(locale: id): NSString; message 'descriptionWithLocale:';
- end; external;
+ end;
{ NSDateCreationCategory }
- NSDateCreationCategory = objccategory(NSDate)
+ NSDateCreationCategory = objccategory external (NSDate)
class function date: id; message 'date';
class function dateWithTimeIntervalSinceNow(secs: NSTimeInterval): id; message 'dateWithTimeIntervalSinceNow:';
class function dateWithTimeIntervalSinceReferenceDate(secs: NSTimeInterval): id; message 'dateWithTimeIntervalSinceReferenceDate:';
@@ -97,7 +95,7 @@ var
function initWithTimeIntervalSinceReferenceDate(secsToBeAdded: NSTimeInterval): id; message 'initWithTimeIntervalSinceReferenceDate:';
function initWithTimeIntervalSince1970(ti: NSTimeInterval): id; message 'initWithTimeIntervalSince1970:';
function initWithTimeInterval_sinceDate(secsToBeAdded: NSTimeInterval; anotherDate: NSDate): id; message 'initWithTimeInterval:sinceDate:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSDateFormatter.inc b/packages/cocoaint/src/foundation/NSDateFormatter.inc
index b88e2d856d..e8180e44ef 100644
--- a/packages/cocoaint/src/foundation/NSDateFormatter.inc
+++ b/packages/cocoaint/src/foundation/NSDateFormatter.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSDateFormatter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -63,15 +63,13 @@ type
{$define NSDATEFORMATTER_PAS_C}
{ NSDateFormatter }
- NSDateFormatter = objcclass(NSFormatter)
+ NSDateFormatter = objcclass external (NSFormatter)
private
_attributes: NSMutableDictionary;
_formatter: CFDateFormatterRef; {garbage collector: __strong }
_counter: NSUInteger;
public
- class function alloc: NSDateFormatter; message 'alloc';
-
function getObjectValue_forString_range_error(obj: idPtr; string_: NSString; rangep: NSRangePtr; error: NSErrorPointer): Boolean; message 'getObjectValue:forString:range:error:';
function stringFromDate(date: NSDate): NSString; message 'stringFromDate:';
function dateFromString(string_: NSString): NSDate; message 'dateFromString:';
@@ -145,13 +143,13 @@ type
procedure setGregorianStartDate(date: NSDate); message 'setGregorianStartDate:';
function doesRelativeDateFormatting: Boolean; message 'doesRelativeDateFormatting';
procedure setDoesRelativeDateFormatting(b: Boolean); message 'setDoesRelativeDateFormatting:';
- end; external;
+ end;
{ NSDateFormatterCompatibilityCategory }
- NSDateFormatterCompatibilityCategory = objccategory(NSDateFormatter)
+ NSDateFormatterCompatibilityCategory = objccategory external (NSDateFormatter)
function initWithDateFormat_allowNaturalLanguage(format: NSString; flag: Boolean): id; message 'initWithDateFormat:allowNaturalLanguage:';
function allowsNaturalLanguage: Boolean; message 'allowsNaturalLanguage';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSDecimal.inc b/packages/cocoaint/src/foundation/NSDecimal.inc
index ad3f182dd0..02e2892335 100644
--- a/packages/cocoaint/src/foundation/NSDecimal.inc
+++ b/packages/cocoaint/src/foundation/NSDecimal.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSDecimal.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/foundation/NSDecimalNumber.inc b/packages/cocoaint/src/foundation/NSDecimalNumber.inc
index 883a57a6c2..a1e7d3e6b2 100644
--- a/packages/cocoaint/src/foundation/NSDecimalNumber.inc
+++ b/packages/cocoaint/src/foundation/NSDecimalNumber.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSDecimalNumber.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -53,7 +53,7 @@ var
{$define NSDECIMALNUMBER_PAS_C}
{ NSDecimalNumber }
- NSDecimalNumber = objcclass(NSNumber)
+ NSDecimalNumber = objcclass external (NSNumber)
private
_anoninternstruct_NSDecimalNumber0: bitpacked record
case byte of
@@ -71,8 +71,6 @@ var
_mantissa: cushort;
public
- class function alloc: NSDecimalNumber; message 'alloc';
-
function initWithMantissa_exponent_isNegative(mantissa: culonglong; exponent: cshort; flag: Boolean): id; message 'initWithMantissa:exponent:isNegative:';
function initWithDecimal(dcm: NSDecimal): id; message 'initWithDecimal:';
function initWithString(numberValue: NSString): id; message 'initWithString:';
@@ -106,10 +104,10 @@ var
class function defaultBehavior: id; message 'defaultBehavior';
function objCType: PChar; message 'objCType';
function doubleValue: double; message 'doubleValue';
- end; external;
+ end;
{ NSDecimalNumberHandler }
- NSDecimalNumberHandler = objcclass(NSObject, NSDecimalNumberBehaviorsProtocol, NSCodingProtocol)
+ NSDecimalNumberHandler = objcclass external (NSObject, NSDecimalNumberBehaviorsProtocol, NSCodingProtocol)
private
_anoninternstruct_NSDecimalNumber1: bitpacked record
case byte of
@@ -128,8 +126,6 @@ var
_reserved: Pointer;
public
- class function alloc: NSDecimalNumberHandler; message 'alloc';
-
class function defaultDecimalNumberHandler: id; message 'defaultDecimalNumberHandler';
function initWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero(roundingMode: NSRoundingMode; scale: cshort; exact: Boolean; overflow: Boolean; underflow: Boolean; divideByZero: Boolean): id; message 'initWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:';
class function decimalNumberHandlerWithRoundingMode_scale_raiseOnExactness_raiseOnOverflow_raiseOnUnderflow_raiseOnDivideByZero(roundingMode: NSRoundingMode; scale: cshort; exact: Boolean; overflow: Boolean; underflow: Boolean; divideByZero: Boolean): id; message 'decimalNumberHandlerWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:';
@@ -140,17 +136,17 @@ var
function exceptionDuringOperation_error_leftOperand_rightOperand(operation: SEL; error: NSCalculationError; leftOperand: NSDecimalNumber; rightOperand: NSDecimalNumber): NSDecimalNumber;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSDecimalNumberExtensionsCategory }
- NSDecimalNumberExtensionsCategory = objccategory(NSNumber)
+ NSDecimalNumberExtensionsCategory = objccategory external (NSNumber)
function decimalValue: NSDecimal; message 'decimalValue';
- end; external;
+ end;
{ NSDecimalNumberScanningCategory }
- NSDecimalNumberScanningCategory = objccategory(NSScanner)
+ NSDecimalNumberScanningCategory = objccategory external (NSScanner)
function scanDecimal(dcm: NSDecimalPtr): Boolean; message 'scanDecimal:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -159,10 +155,10 @@ var
{$define NSDECIMALNUMBER_PAS_P}
{ NSDecimalNumberBehaviors Protocol }
- NSDecimalNumberBehaviorsProtocol = objcprotocol
+ NSDecimalNumberBehaviorsProtocol = objcprotocol external name 'NSDecimalNumberBehaviors'
function roundingMode: NSRoundingMode; message 'roundingMode';
function scale: cshort; message 'scale';
function exceptionDuringOperation_error_leftOperand_rightOperand(operation: SEL; error: NSCalculationError; leftOperand: NSDecimalNumber; rightOperand: NSDecimalNumber): NSDecimalNumber; message 'exceptionDuringOperation:error:leftOperand:rightOperand:';
- end; external name 'NSDecimalNumberBehaviors';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSDictionary.inc b/packages/cocoaint/src/foundation/NSDictionary.inc
index ea6ec4bce7..6e46b6d550 100644
--- a/packages/cocoaint/src/foundation/NSDictionary.inc
+++ b/packages/cocoaint/src/foundation/NSDictionary.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSDictionary.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -45,11 +45,9 @@
{$define NSDICTIONARY_PAS_C}
{ NSDictionary }
- NSDictionary = objcclass(NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol, NSFastEnumerationProtocol)
+ NSDictionary = objcclass external (NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol, NSFastEnumerationProtocol)
public
- class function alloc: NSDictionary; message 'alloc';
-
function count: NSUInteger; message 'count';
function objectForKey(aKey: id): id; message 'objectForKey:';
function keyEnumerator: NSEnumerator; message 'keyEnumerator';
@@ -60,20 +58,18 @@
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function countByEnumeratingWithState_objects_count(state: NSFastEnumerationStatePtr; stackbuf: idPtr; len: NSUInteger): NSUInteger;
- end; external;
+ end;
{ NSMutableDictionary }
- NSMutableDictionary = objcclass(NSDictionary)
+ NSMutableDictionary = objcclass external (NSDictionary)
public
- class function alloc: NSMutableDictionary; message 'alloc';
-
procedure removeObjectForKey(aKey: id); message 'removeObjectForKey:';
procedure setObject_forKey(anObject: id; aKey: id); message 'setObject:forKey:';
- end; external;
+ end;
{ NSExtendedDictionaryCategory }
- NSExtendedDictionaryCategory = objccategory(NSDictionary)
+ NSExtendedDictionaryCategory = objccategory external (NSDictionary)
function allKeys: NSArray; message 'allKeys';
function allKeysForObject(anObject: id): NSArray; message 'allKeysForObject:';
function allValues: NSArray; message 'allValues';
@@ -88,10 +84,10 @@
function writeToURL_atomically(url: NSURL; atomically: Boolean): Boolean; message 'writeToURL:atomically:';
function keysSortedByValueUsingSelector(comparator: SEL): NSArray; message 'keysSortedByValueUsingSelector:';
procedure getObjects_andKeys(objects: idPtr; keys: idPtr); message 'getObjects:andKeys:';
- end; external;
+ end;
{ NSDictionaryCreationCategory }
- NSDictionaryCreationCategory = objccategory(NSDictionary)
+ NSDictionaryCreationCategory = objccategory external (NSDictionary)
class function dictionary: id; message 'dictionary';
class function dictionaryWithObject_forKey(object_: id; key: id): id; message 'dictionaryWithObject:forKey:';
class function dictionaryWithObjects_forKeys_count(objects: idPtr; keys: idPtr; cnt: NSUInteger): id; message 'dictionaryWithObjects:forKeys:count:';
@@ -107,21 +103,21 @@
class function dictionaryWithContentsOfURL(url: NSURL): id; message 'dictionaryWithContentsOfURL:';
function initWithContentsOfFile(path: NSString): id; message 'initWithContentsOfFile:';
function initWithContentsOfURL(url: NSURL): id; message 'initWithContentsOfURL:';
- end; external;
+ end;
{ NSExtendedMutableDictionaryCategory }
- NSExtendedMutableDictionaryCategory = objccategory(NSMutableDictionary)
+ NSExtendedMutableDictionaryCategory = objccategory external (NSMutableDictionary)
procedure addEntriesFromDictionary(otherDictionary: NSDictionary); message 'addEntriesFromDictionary:';
procedure removeAllObjects; message 'removeAllObjects';
procedure removeObjectsForKeys(keyArray: NSArray); message 'removeObjectsForKeys:';
procedure setDictionary(otherDictionary: NSDictionary); message 'setDictionary:';
- end; external;
+ end;
{ NSMutableDictionaryCreationCategory }
- NSMutableDictionaryCreationCategory = objccategory(NSMutableDictionary)
+ NSMutableDictionaryCreationCategory = objccategory external (NSMutableDictionary)
class function dictionaryWithCapacity(numItems: NSUInteger): id; message 'dictionaryWithCapacity:';
function initWithCapacity(numItems: NSUInteger): id; message 'initWithCapacity:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSDistantObject.inc b/packages/cocoaint/src/foundation/NSDistantObject.inc
index 39ced3f859..81105f78bb 100644
--- a/packages/cocoaint/src/foundation/NSDistantObject.inc
+++ b/packages/cocoaint/src/foundation/NSDistantObject.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSDistantObject.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSDISTANTOBJECT_PAS_C}
{ NSDistantObject }
- NSDistantObject = objcclass(NSProxy, NSCodingProtocol)
+ NSDistantObject = objcclass external (NSProxy, NSCodingProtocol)
private
_knownSelectors: id;
_wireCount: NSUInteger;
@@ -54,8 +54,6 @@
_remoteClass: id;
public
- class function alloc: NSDistantObject; message 'alloc';
-
class function proxyWithTarget_connection(target: id; connection: NSConnection): NSDistantObject; message 'proxyWithTarget:connection:';
function initWithTarget_connection(target: id; connection: NSConnection): id; message 'initWithTarget:connection:';
class function proxyWithLocal_connection(target: id; connection: NSConnection): NSDistantObject; message 'proxyWithLocal:connection:';
@@ -66,7 +64,7 @@
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSDistributedLock.inc b/packages/cocoaint/src/foundation/NSDistributedLock.inc
index 33151022cc..73284ca59c 100644
--- a/packages/cocoaint/src/foundation/NSDistributedLock.inc
+++ b/packages/cocoaint/src/foundation/NSDistributedLock.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSDistributedLock.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,20 +42,18 @@
{$define NSDISTRIBUTEDLOCK_PAS_C}
{ NSDistributedLock }
- NSDistributedLock = objcclass(NSObject)
+ NSDistributedLock = objcclass external (NSObject)
private
_priv: Pointer;
public
- class function alloc: NSDistributedLock; message 'alloc';
-
class function lockWithPath(path: NSString): NSDistributedLock; message 'lockWithPath:';
function initWithPath(path: NSString): id; message 'initWithPath:';
function tryLock: Boolean; message 'tryLock';
procedure unlock; message 'unlock';
procedure breakLock; message 'breakLock';
function lockDate: NSDate; message 'lockDate';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc b/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc
index 5646fb442a..08c41f9d15 100644
--- a/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc
+++ b/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSDistributedNotificationCenter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -63,11 +63,9 @@ var
{$define NSDISTRIBUTEDNOTIFICATIONCENTER_PAS_C}
{ NSDistributedNotificationCenter }
- NSDistributedNotificationCenter = objcclass(NSNotificationCenter)
+ NSDistributedNotificationCenter = objcclass external (NSNotificationCenter)
public
- class function alloc: NSDistributedNotificationCenter; message 'alloc';
-
class function notificationCenterForType(notificationCenterType: NSString): NSDistributedNotificationCenter; message 'notificationCenterForType:';
class function defaultCenter: id; message 'defaultCenter';
procedure addObserver_selector_name_object_suspensionBehavior(observer: id; selector: SEL; name: NSString; object_: NSString; suspensionBehavior: NSNotificationSuspensionBehavior); message 'addObserver:selector:name:object:suspensionBehavior:';
@@ -79,7 +77,7 @@ var
procedure postNotificationName_object(aName: NSString; anObject: NSString); message 'postNotificationName:object:';
procedure postNotificationName_object_userInfo(aName: NSString; anObject: NSString; aUserInfo: NSDictionary); message 'postNotificationName:object:userInfo:';
procedure removeObserver_name_object(observer: id; aName: NSString; anObject: NSString); message 'removeObserver:name:object:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSEnumerator.inc b/packages/cocoaint/src/foundation/NSEnumerator.inc
index 6edaa68821..118f2cf481 100644
--- a/packages/cocoaint/src/foundation/NSEnumerator.inc
+++ b/packages/cocoaint/src/foundation/NSEnumerator.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSEnumerator.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -54,21 +54,19 @@ NSFastEnumerationStatePtr = ^NSFastEnumerationState;
{$define NSENUMERATOR_PAS_C}
{ NSEnumerator }
- NSEnumerator = objcclass(NSObject, NSFastEnumerationProtocol)
+ NSEnumerator = objcclass external (NSObject, NSFastEnumerationProtocol)
public
- class function alloc: NSEnumerator; message 'alloc';
-
function nextObject: id; message 'nextObject';
{ Adopted Protocols }
function countByEnumeratingWithState_objects_count(state: NSFastEnumerationStatePtr; stackbuf: idPtr; len: NSUInteger): NSUInteger;
- end; external;
+ end;
{ NSExtendedEnumeratorCategory }
- NSExtendedEnumeratorCategory = objccategory(NSEnumerator)
+ NSExtendedEnumeratorCategory = objccategory external (NSEnumerator)
function allObjects: NSArray; message 'allObjects';
- end; external;
+ end;
{$endif}
{$endif}
@@ -77,8 +75,8 @@ NSFastEnumerationStatePtr = ^NSFastEnumerationState;
{$define NSENUMERATOR_PAS_P}
{ NSFastEnumeration Protocol }
- NSFastEnumerationProtocol = objcprotocol
+ NSFastEnumerationProtocol = objcprotocol external name 'NSFastEnumeration'
function countByEnumeratingWithState_objects_count(state: NSFastEnumerationStatePtr; stackbuf: idPtr; len: NSUInteger): NSUInteger; message 'countByEnumeratingWithState:objects:count:';
- end; external name 'NSFastEnumeration';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSError.inc b/packages/cocoaint/src/foundation/NSError.inc
index a9d50f15a3..5cc2e65aed 100644
--- a/packages/cocoaint/src/foundation/NSError.inc
+++ b/packages/cocoaint/src/foundation/NSError.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSError.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -59,7 +59,7 @@ var
{$define NSERROR_PAS_C}
{ NSError }
- NSError = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSError = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_reserved: Pointer;
_code: NSInteger;
@@ -67,8 +67,6 @@ var
_userInfo: NSDictionary;
public
- class function alloc: NSError; message 'alloc';
-
function initWithDomain_code_userInfo(domain_: NSString; code_: NSInteger; dict: NSDictionary): id; message 'initWithDomain:code:userInfo:';
class function errorWithDomain_code_userInfo(domain_: NSString; code_: NSInteger; dict: NSDictionary): id; message 'errorWithDomain:code:userInfo:';
function domain: NSString; message 'domain';
@@ -85,13 +83,13 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSErrorRecoveryAttemptingCategory }
- NSErrorRecoveryAttemptingCategory = objccategory(NSObject)
+ NSErrorRecoveryAttemptingCategory = objccategory external (NSObject)
procedure attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo(error: NSError; recoveryOptionIndex: NSUInteger; delegate: id; didRecoverSelector: SEL; contextInfo: Pointer); message 'attemptRecoveryFromError:optionIndex:delegate:didRecoverSelector:contextInfo:';
function attemptRecoveryFromError_optionIndex(error: NSError; recoveryOptionIndex: NSUInteger): Boolean; message 'attemptRecoveryFromError:optionIndex:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSException.inc b/packages/cocoaint/src/foundation/NSException.inc
index 48b8a2d2ae..1996cf6321 100644
--- a/packages/cocoaint/src/foundation/NSException.inc
+++ b/packages/cocoaint/src/foundation/NSException.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSException.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -72,7 +72,7 @@ var
{$define NSEXCEPTION_PAS_C}
{ NSException }
- NSException = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSException = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_name: NSString;
_reason: NSString;
@@ -80,8 +80,6 @@ var
reserved: id;
public
- class function alloc: NSException; message 'alloc';
-
class function exceptionWithName_reason_userInfo(name_: NSString; reason_: NSString; userInfo_: NSDictionary): NSException; message 'exceptionWithName:reason:userInfo:';
function initWithName_reason_userInfo(aName: NSString; aReason: NSString; aUserInfo: NSDictionary): id; message 'initWithName:reason:userInfo:';
function name: NSString; message 'name';
@@ -95,26 +93,24 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSAssertionHandler }
- NSAssertionHandler = objcclass(NSObject)
+ NSAssertionHandler = objcclass external (NSObject)
private
_reserved: Pointer;
public
- class function alloc: NSAssertionHandler; message 'alloc';
-
class function currentHandler: NSAssertionHandler; message 'currentHandler';
procedure handleFailureInMethod_object_file_lineNumber_description(selector: SEL; object_: id; fileName: NSString; line: NSInteger; firstKey: id); varargs; message 'handleFailureInMethod:object:file:lineNumber:description:';
procedure handleFailureInFunction_file_lineNumber_description(functionName: NSString; fileName: NSString; line: NSInteger; firstKey: id); varargs; message 'handleFailureInFunction:file:lineNumber:description:';
- end; external;
+ end;
{ NSExceptionRaisingConveniencesCategory }
- NSExceptionRaisingConveniencesCategory = objccategory(NSException)
+ NSExceptionRaisingConveniencesCategory = objccategory external (NSException)
class procedure raise_format(name_: NSString; firstKey: id); varargs; message 'raise:format:';
class procedure raise_format_arguments(name_: NSString; format: NSString; argList: va_list); message 'raise:format:arguments:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSExpression.inc b/packages/cocoaint/src/foundation/NSExpression.inc
index a1ca44d897..7c10d68617 100644
--- a/packages/cocoaint/src/foundation/NSExpression.inc
+++ b/packages/cocoaint/src/foundation/NSExpression.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSExpression.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -62,14 +62,12 @@ type
{$define NSEXPRESSION_PAS_C}
{ NSExpression }
- NSExpression = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ NSExpression = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_reserved: Pointer;
_expressionType: NSExpressionType;
public
- class function alloc: NSExpression; message 'alloc';
-
class function expressionForConstantValue(obj: id): NSExpression; message 'expressionForConstantValue:';
class function expressionForEvaluatedObject: NSExpression; message 'expressionForEvaluatedObject';
class function expressionForVariable(string_: NSString): NSExpression; message 'expressionForVariable:';
@@ -99,7 +97,7 @@ type
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSFileHandle.inc b/packages/cocoaint/src/foundation/NSFileHandle.inc
index 40b10d4419..879f4793fe 100644
--- a/packages/cocoaint/src/foundation/NSFileHandle.inc
+++ b/packages/cocoaint/src/foundation/NSFileHandle.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSFileHandle.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -56,11 +56,9 @@ var
{$define NSFILEHANDLE_PAS_C}
{ NSFileHandle }
- NSFileHandle = objcclass(NSObject)
+ NSFileHandle = objcclass external (NSObject)
public
- class function alloc: NSFileHandle; message 'alloc';
-
function availableData: NSData; message 'availableData';
function readDataToEndOfFile: NSData; message 'readDataToEndOfFile';
function readDataOfLength(length: NSUInteger): NSData; message 'readDataOfLength:';
@@ -71,22 +69,20 @@ var
procedure truncateFileAtOffset(offset: culonglong); message 'truncateFileAtOffset:';
procedure synchronizeFile; message 'synchronizeFile';
procedure closeFile; message 'closeFile';
- end; external;
+ end;
{ NSPipe }
- NSPipe = objcclass(NSObject)
+ NSPipe = objcclass external (NSObject)
public
- class function alloc: NSPipe; message 'alloc';
-
function fileHandleForReading: NSFileHandle; message 'fileHandleForReading';
function fileHandleForWriting: NSFileHandle; message 'fileHandleForWriting';
function init: id; message 'init';
class function pipe: id; message 'pipe';
- end; external;
+ end;
{ NSFileHandleCreationCategory }
- NSFileHandleCreationCategory = objccategory(NSFileHandle)
+ NSFileHandleCreationCategory = objccategory external (NSFileHandle)
class function fileHandleWithStandardInput: id; message 'fileHandleWithStandardInput';
class function fileHandleWithStandardOutput: id; message 'fileHandleWithStandardOutput';
class function fileHandleWithStandardError: id; message 'fileHandleWithStandardError';
@@ -97,10 +93,10 @@ var
class function fileHandleForReadingFromURL_error(url: NSURL; error: NSErrorPointer): id; message 'fileHandleForReadingFromURL:error:';
class function fileHandleForWritingToURL_error(url: NSURL; error: NSErrorPointer): id; message 'fileHandleForWritingToURL:error:';
class function fileHandleForUpdatingURL_error(url: NSURL; error: NSErrorPointer): id; message 'fileHandleForUpdatingURL:error:';
- end; external;
+ end;
{ NSFileHandleAsynchronousAccessCategory }
- NSFileHandleAsynchronousAccessCategory = objccategory(NSFileHandle)
+ NSFileHandleAsynchronousAccessCategory = objccategory external (NSFileHandle)
procedure readInBackgroundAndNotifyForModes(modes: NSArray); message 'readInBackgroundAndNotifyForModes:';
procedure readInBackgroundAndNotify; message 'readInBackgroundAndNotify';
procedure readToEndOfFileInBackgroundAndNotifyForModes(modes: NSArray); message 'readToEndOfFileInBackgroundAndNotifyForModes:';
@@ -109,14 +105,14 @@ var
procedure acceptConnectionInBackgroundAndNotify; message 'acceptConnectionInBackgroundAndNotify';
procedure waitForDataInBackgroundAndNotifyForModes(modes: NSArray); message 'waitForDataInBackgroundAndNotifyForModes:';
procedure waitForDataInBackgroundAndNotify; message 'waitForDataInBackgroundAndNotify';
- end; external;
+ end;
{ NSFileHandlePlatformSpecificCategory }
- NSFileHandlePlatformSpecificCategory = objccategory(NSFileHandle)
+ NSFileHandlePlatformSpecificCategory = objccategory external (NSFileHandle)
function initWithFileDescriptor_closeOnDealloc(fd: cint; closeopt: Boolean): id; message 'initWithFileDescriptor:closeOnDealloc:';
function initWithFileDescriptor(fd: cint): id; message 'initWithFileDescriptor:';
function fileDescriptor: cint; message 'fileDescriptor';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSFileManager.inc b/packages/cocoaint/src/foundation/NSFileManager.inc
index ce88f9be6a..8f8b25c24d 100644
--- a/packages/cocoaint/src/foundation/NSFileManager.inc
+++ b/packages/cocoaint/src/foundation/NSFileManager.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSFileManager.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -106,11 +106,9 @@ var
{$define NSFILEMANAGER_PAS_C}
{ NSFileManager }
- NSFileManager = objcclass(NSObject)
+ NSFileManager = objcclass external (NSObject)
public
- class function alloc: NSFileManager; message 'alloc';
-
class function defaultManager: NSFileManager; message 'defaultManager';
function mountedVolumeURLsIncludingResourceValuesForKeys_options(propertyKeys: NSArray; options: NSVolumeEnumerationOptions): NSArray; message 'mountedVolumeURLsIncludingResourceValuesForKeys:options:';
function contentsOfDirectoryAtURL_includingPropertiesForKeys_options_error(url: NSURL; keys: NSArray; mask: NSDirectoryEnumerationOptions; error: NSErrorPointer): NSArray; message 'contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:';
@@ -163,29 +161,27 @@ var
function fileSystemRepresentationWithPath(path: NSString): PChar; message 'fileSystemRepresentationWithPath:';
function stringWithFileSystemRepresentation_length(str: PChar; len: NSUInteger): NSString; message 'stringWithFileSystemRepresentation:length:';
function replaceItemAtURL_withItemAtURL_backupItemName_options_resultingItemURL_error(originalItemURL: NSURL; newItemURL: NSURL; backupItemName: NSString; options: NSFileManagerItemReplacementOptions; resultingURL: NSURLPointer; error: NSErrorPointer): Boolean; message 'replaceItemAtURL:withItemAtURL:backupItemName:options:resultingItemURL:error:';
- end; external;
+ end;
{ NSDirectoryEnumerator }
- NSDirectoryEnumerator = objcclass(NSEnumerator)
+ NSDirectoryEnumerator = objcclass external (NSEnumerator)
public
- class function alloc: NSDirectoryEnumerator; message 'alloc';
-
function fileAttributes: NSDictionary; message 'fileAttributes';
function directoryAttributes: NSDictionary; message 'directoryAttributes';
procedure skipDescendents; message 'skipDescendents';
function level: NSUInteger; message 'level';
procedure skipDescendants; message 'skipDescendants';
- end; external;
+ end;
{ NSCopyLinkMoveHandlerCategory }
- NSCopyLinkMoveHandlerCategory = objccategory(NSObject)
+ NSCopyLinkMoveHandlerCategory = objccategory external (NSObject)
function fileManager_shouldProceedAfterError(fm: NSFileManager; errorInfo: NSDictionary): Boolean; message 'fileManager:shouldProceedAfterError:'; deprecated 'in Mac OS X 10.5 and later';
procedure fileManager_willProcessPath(fm: NSFileManager; path: NSString); message 'fileManager:willProcessPath:'; deprecated 'in Mac OS X 10.5 and later';
- end; external;
+ end;
{ NSFileManagerFileOperationAdditionsCategory }
- NSFileManagerFileOperationAdditionsCategory = objccategory(NSObject)
+ NSFileManagerFileOperationAdditionsCategory = objccategory external (NSObject)
function fileManager_shouldCopyItemAtPath_toPath(fileManager: NSFileManager; srcPath: NSString; dstPath: NSString): Boolean; message 'fileManager:shouldCopyItemAtPath:toPath:';
function fileManager_shouldCopyItemAtURL_toURL(fileManager: NSFileManager; srcURL: NSURL; dstURL: NSURL): Boolean; message 'fileManager:shouldCopyItemAtURL:toURL:';
function fileManager_shouldProceedAfterError_copyingItemAtPath_toPath(fileManager: NSFileManager; error: NSError; srcPath: NSString; dstPath: NSString): Boolean; message 'fileManager:shouldProceedAfterError:copyingItemAtPath:toPath:';
@@ -202,10 +198,10 @@ var
function fileManager_shouldRemoveItemAtURL(fileManager: NSFileManager; URL: NSURL): Boolean; message 'fileManager:shouldRemoveItemAtURL:';
function fileManager_shouldProceedAfterError_removingItemAtPath(fileManager: NSFileManager; error: NSError; path: NSString): Boolean; message 'fileManager:shouldProceedAfterError:removingItemAtPath:';
function fileManager_shouldProceedAfterError_removingItemAtURL(fileManager: NSFileManager; error: NSError; URL: NSURL): Boolean; message 'fileManager:shouldProceedAfterError:removingItemAtURL:';
- end; external;
+ end;
{ NSFileAttributesCategory }
- NSFileAttributesCategory = objccategory(NSDictionary)
+ NSFileAttributesCategory = objccategory external (NSDictionary)
function fileSize: culonglong; message 'fileSize';
function fileModificationDate: NSDate; message 'fileModificationDate';
function fileType: NSString; message 'fileType';
@@ -222,7 +218,7 @@ var
function fileCreationDate: NSDate; message 'fileCreationDate';
function fileOwnerAccountID: NSNumber; message 'fileOwnerAccountID';
function fileGroupOwnerAccountID: NSNumber; message 'fileGroupOwnerAccountID';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSFormatter.inc b/packages/cocoaint/src/foundation/NSFormatter.inc
index f7916e0b28..b04dbdad48 100644
--- a/packages/cocoaint/src/foundation/NSFormatter.inc
+++ b/packages/cocoaint/src/foundation/NSFormatter.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSFormatter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSFORMATTER_PAS_C}
{ NSFormatter }
- NSFormatter = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSFormatter = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSFormatter; message 'alloc';
-
function stringForObjectValue(obj: id): NSString; message 'stringForObjectValue:';
function attributedStringForObjectValue_withDefaultAttributes(obj: id; attrs: NSDictionary): NSAttributedString; message 'attributedStringForObjectValue:withDefaultAttributes:';
function editingStringForObjectValue(obj: id): NSString; message 'editingStringForObjectValue:';
@@ -58,7 +56,7 @@
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSGarbageCollector.inc b/packages/cocoaint/src/foundation/NSGarbageCollector.inc
index f26059346d..7955c868ee 100644
--- a/packages/cocoaint/src/foundation/NSGarbageCollector.inc
+++ b/packages/cocoaint/src/foundation/NSGarbageCollector.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSGarbageCollector.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSGARBAGECOLLECTOR_PAS_C}
{ NSGarbageCollector }
- NSGarbageCollector = objcclass(NSObject)
+ NSGarbageCollector = objcclass external (NSObject)
public
- class function alloc: NSGarbageCollector; message 'alloc';
-
class function defaultCollector: id; message 'defaultCollector';
function isCollecting: Boolean; message 'isCollecting'; deprecated 'in Mac OS X 10.6 and later';
procedure disable; message 'disable';
@@ -57,7 +55,7 @@
procedure disableCollectorForPointer(ptr: Pointer); message 'disableCollectorForPointer:';
procedure enableCollectorForPointer(ptr: Pointer); message 'enableCollectorForPointer:';
function zone: NSZonePtr; message 'zone';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSGeometry.inc b/packages/cocoaint/src/foundation/NSGeometry.inc
index b1ee02d2c0..aa09087426 100644
--- a/packages/cocoaint/src/foundation/NSGeometry.inc
+++ b/packages/cocoaint/src/foundation/NSGeometry.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSGeometry.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -146,34 +146,34 @@ var
{$define NSGEOMETRY_PAS_C}
{ NSValueGeometryExtensionsCategory }
- NSValueGeometryExtensionsCategory = objccategory(NSValue)
+ NSValueGeometryExtensionsCategory = objccategory external (NSValue)
class function valueWithPoint(point: NSPoint): NSValue; message 'valueWithPoint:';
class function valueWithSize(size: NSSize): NSValue; message 'valueWithSize:';
class function valueWithRect(rect: NSRect): NSValue; message 'valueWithRect:';
function pointValue: NSPoint; message 'pointValue';
function sizeValue: NSSize; message 'sizeValue';
function rectValue: NSRect; message 'rectValue';
- end; external;
+ end;
{ NSGeometryCodingCategory }
- NSGeometryCodingCategory = objccategory(NSCoder)
+ NSGeometryCodingCategory = objccategory external (NSCoder)
procedure encodePoint(point: NSPoint); message 'encodePoint:';
function decodePoint: NSPoint; message 'decodePoint';
procedure encodeSize(size: NSSize); message 'encodeSize:';
function decodeSize: NSSize; message 'decodeSize';
procedure encodeRect(rect: NSRect); message 'encodeRect:';
function decodeRect: NSRect; message 'decodeRect';
- end; external;
+ end;
{ NSGeometryKeyedCodingCategory }
- NSGeometryKeyedCodingCategory = objccategory(NSCoder)
+ NSGeometryKeyedCodingCategory = objccategory external (NSCoder)
procedure encodePoint_forKey(point: NSPoint; key: NSString); message 'encodePoint:forKey:';
procedure encodeSize_forKey(size: NSSize; key: NSString); message 'encodeSize:forKey:';
procedure encodeRect_forKey(rect: NSRect; key: NSString); message 'encodeRect:forKey:';
function decodePointForKey(key: NSString): NSPoint; message 'decodePointForKey:';
function decodeSizeForKey(key: NSString): NSSize; message 'decodeSizeForKey:';
function decodeRectForKey(key: NSString): NSRect; message 'decodeRectForKey:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSHFSFileTypes.inc b/packages/cocoaint/src/foundation/NSHFSFileTypes.inc
index c4de70dac3..78215f3781 100644
--- a/packages/cocoaint/src/foundation/NSHFSFileTypes.inc
+++ b/packages/cocoaint/src/foundation/NSHFSFileTypes.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSHFSFileTypes.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/foundation/NSHTTPCookie.inc b/packages/cocoaint/src/foundation/NSHTTPCookie.inc
index e303574be1..513ddeb79e 100644
--- a/packages/cocoaint/src/foundation/NSHTTPCookie.inc
+++ b/packages/cocoaint/src/foundation/NSHTTPCookie.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSHTTPCookie.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -58,13 +58,11 @@ var
{$define NSHTTPCOOKIE_PAS_C}
{ NSHTTPCookie }
- NSHTTPCookie = objcclass(NSObject)
+ NSHTTPCookie = objcclass external (NSObject)
private
_cookiePrivate: NSHTTPCookieInternal;
public
- class function alloc: NSHTTPCookie; message 'alloc';
-
function initWithProperties(properties_: NSDictionary): id; message 'initWithProperties:';
class function cookieWithProperties(properties_: NSDictionary): id; message 'cookieWithProperties:';
class function requestHeaderFieldsWithCookies(cookies: NSArray): NSDictionary; message 'requestHeaderFieldsWithCookies:';
@@ -82,7 +80,7 @@ var
function comment: NSString; message 'comment';
function commentURL: NSURL; message 'commentURL';
function portList: NSArray; message 'portList';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc b/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc
index 6b6d599f1a..3ab34482a0 100644
--- a/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc
+++ b/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSHTTPCookieStorage.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -59,13 +59,11 @@ var
{$define NSHTTPCOOKIESTORAGE_PAS_C}
{ NSHTTPCookieStorage }
- NSHTTPCookieStorage = objcclass(NSObject)
+ NSHTTPCookieStorage = objcclass external (NSObject)
private
_internal: NSHTTPCookieStorageInternal;
public
- class function alloc: NSHTTPCookieStorage; message 'alloc';
-
class function sharedHTTPCookieStorage: NSHTTPCookieStorage; message 'sharedHTTPCookieStorage';
function initWithStorageLocation(storageFileURL: NSURL): id; message 'initWithStorageLocation:';
function cookies: NSArray; message 'cookies';
@@ -75,7 +73,7 @@ var
procedure setCookies_forURL_mainDocumentURL(cookies_: NSArray; URL: NSURL; mainDocumentURL: NSURL); message 'setCookies:forURL:mainDocumentURL:';
function cookieAcceptPolicy: NSHTTPCookieAcceptPolicy; message 'cookieAcceptPolicy';
procedure setCookieAcceptPolicy(cookieAcceptPolicy_: NSHTTPCookieAcceptPolicy); message 'setCookieAcceptPolicy:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSHashTable.inc b/packages/cocoaint/src/foundation/NSHashTable.inc
index 5c31e8a01c..0d26c911c0 100644
--- a/packages/cocoaint/src/foundation/NSHashTable.inc
+++ b/packages/cocoaint/src/foundation/NSHashTable.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSHashTable.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -106,11 +106,9 @@ var
{$define NSHASHTABLE_PAS_C}
{ NSHashTable }
- NSHashTable = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol, NSFastEnumerationProtocol)
+ NSHashTable = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol, NSFastEnumerationProtocol)
public
- class function alloc: NSHashTable; message 'alloc';
-
function initWithOptions_capacity(options: NSPointerFunctionsOptions; initialCapacity: NSUInteger): id; message 'initWithOptions:capacity:';
function initWithPointerFunctions_capacity(functions: NSPointerFunctions; initialCapacity: NSUInteger): id; message 'initWithPointerFunctions:capacity:';
class function hashTableWithOptions(options: NSPointerFunctionsOptions): id; message 'hashTableWithOptions:';
@@ -138,7 +136,7 @@ var
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function countByEnumeratingWithState_objects_count(state: NSFastEnumerationStatePtr; stackbuf: idPtr; len: NSUInteger): NSUInteger;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSHost.inc b/packages/cocoaint/src/foundation/NSHost.inc
index 2ad684a5ff..c099c1cbbf 100644
--- a/packages/cocoaint/src/foundation/NSHost.inc
+++ b/packages/cocoaint/src/foundation/NSHost.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSHost.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define NSHOST_PAS_C}
{ NSHost }
- NSHost = objcclass(NSObject)
+ NSHost = objcclass external (NSObject)
private
_names: NSArray;
_addresses: NSArray;
reserved: Pointer;
public
- class function alloc: NSHost; message 'alloc';
-
class function currentHost: NSHost; message 'currentHost';
class function hostWithName(name_: NSString): NSHost; message 'hostWithName:';
class function hostWithAddress(address_: NSString): NSHost; message 'hostWithAddress:';
@@ -63,7 +61,7 @@
function address: NSString; message 'address';
function addresses: NSArray; message 'addresses';
function localizedName: NSString; message 'localizedName';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSIndexPath.inc b/packages/cocoaint/src/foundation/NSIndexPath.inc
index a1e5e7c31d..45e3e08df6 100644
--- a/packages/cocoaint/src/foundation/NSIndexPath.inc
+++ b/packages/cocoaint/src/foundation/NSIndexPath.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSIndexPath.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSINDEXPATH_PAS_C}
{ NSIndexPath }
- NSIndexPath = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSIndexPath = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_indexes: NSUIntegerPtr;
_hash: NSUInteger;
@@ -50,8 +50,6 @@
_reserved: Pointer;
public
- class function alloc: NSIndexPath; message 'alloc';
-
class function indexPathWithIndex(index: NSUInteger): id; message 'indexPathWithIndex:';
class function indexPathWithIndexes_length(indexes: NSUIntegerPtr; length_: NSUInteger): id; message 'indexPathWithIndexes:length:';
function initWithIndex(index: NSUInteger): id; message 'initWithIndex:';
@@ -67,7 +65,7 @@
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSIndexSet.inc b/packages/cocoaint/src/foundation/NSIndexSet.inc
index fbb6bca28c..5106c34870 100644
--- a/packages/cocoaint/src/foundation/NSIndexSet.inc
+++ b/packages/cocoaint/src/foundation/NSIndexSet.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSIndexSet.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -45,7 +45,7 @@
{$define NSINDEXSET_PAS_C}
{ NSIndexSet }
- NSIndexSet = objcclass(NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
+ NSIndexSet = objcclass external (NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
private
__indexSetFlags: bitpacked record
case byte of
@@ -68,8 +68,6 @@
end;
public
- class function alloc: NSIndexSet; message 'alloc';
-
class function indexSet: id; message 'indexSet';
class function indexSetWithIndex(value: NSUInteger): id; message 'indexSetWithIndex:';
class function indexSetWithIndexesInRange(range: NSRange): id; message 'indexSetWithIndexesInRange:';
@@ -97,16 +95,14 @@
function mutableCopyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSMutableIndexSet }
- NSMutableIndexSet = objcclass(NSIndexSet)
+ NSMutableIndexSet = objcclass external (NSIndexSet)
private
_reserved: Pointer;
public
- class function alloc: NSMutableIndexSet; message 'alloc';
-
procedure addIndexes(indexSet_: NSIndexSet); message 'addIndexes:';
procedure removeIndexes(indexSet_: NSIndexSet); message 'removeIndexes:';
procedure removeAllIndexes; message 'removeAllIndexes';
@@ -115,7 +111,7 @@
procedure addIndexesInRange(range: NSRange); message 'addIndexesInRange:';
procedure removeIndexesInRange(range: NSRange); message 'removeIndexesInRange:';
procedure shiftIndexesStartingAtIndex_by(index: NSUInteger; delta: NSInteger); message 'shiftIndexesStartingAtIndex:by:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSInvocation.inc b/packages/cocoaint/src/foundation/NSInvocation.inc
index 534921fb7a..1b70863eb1 100644
--- a/packages/cocoaint/src/foundation/NSInvocation.inc
+++ b/packages/cocoaint/src/foundation/NSInvocation.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSInvocation.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -67,7 +67,7 @@ valuePtr = ^value;
{$define NSINVOCATION_PAS_C}
{ NSInvocation }
- NSInvocation = objcclass(NSObject)
+ NSInvocation = objcclass external (NSObject)
private
_frame: Pointer;
_retdata: Pointer;
@@ -77,8 +77,6 @@ valuePtr = ^value;
_reserved: array[0..14] of cuint8;
public
- class function alloc: NSInvocation; message 'alloc';
-
class function invocationWithMethodSignature(sig: NSMethodSignature): NSInvocation; message 'invocationWithMethodSignature:';
function methodSignature: NSMethodSignature; message 'methodSignature';
procedure retainArguments; message 'retainArguments';
@@ -93,7 +91,7 @@ valuePtr = ^value;
procedure setArgument_atIndex(argumentLocation: Pointer; idx: NSInteger); message 'setArgument:atIndex:';
procedure invoke; message 'invoke';
procedure invokeWithTarget(target_: id); message 'invokeWithTarget:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSKeyValueCoding.inc b/packages/cocoaint/src/foundation/NSKeyValueCoding.inc
index 893cc1b932..0071c063ea 100644
--- a/packages/cocoaint/src/foundation/NSKeyValueCoding.inc
+++ b/packages/cocoaint/src/foundation/NSKeyValueCoding.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSKeyValueCoding.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -54,7 +54,7 @@ var
{$define NSKEYVALUECODING_PAS_C}
{ NSKeyValueCodingCategory }
- NSKeyValueCodingCategory = objccategory(NSObject)
+ NSKeyValueCodingCategory = objccategory external (NSObject)
class function accessInstanceVariablesDirectly: Boolean; message 'accessInstanceVariablesDirectly';
function valueForKey(key: NSString): id; message 'valueForKey:';
procedure setValue_forKey(value: id; key: NSString); message 'setValue:forKey:';
@@ -71,32 +71,32 @@ var
procedure setNilValueForKey(key: NSString); message 'setNilValueForKey:';
function dictionaryWithValuesForKeys(keys: NSArray): NSDictionary; message 'dictionaryWithValuesForKeys:';
procedure setValuesForKeysWithDictionary(keyedValues: NSDictionary); message 'setValuesForKeysWithDictionary:';
- end; external;
+ end;
{ NSKeyValueCoding_NSArrayCategory }
- NSKeyValueCoding_NSArrayCategory = objccategory(NSArray)
+ NSKeyValueCoding_NSArrayCategory = objccategory external name 'NSKeyValueCoding' (NSArray)
function valueForKey(key: NSString): id; message 'valueForKey:';
procedure setValue_forKey(value: id; key: NSString); message 'setValue:forKey:';
- end; external name 'NSKeyValueCoding';
+ end;
{ NSKeyValueCoding_NSDictionaryCategory }
- NSKeyValueCoding_NSDictionaryCategory = objccategory(NSDictionary)
+ NSKeyValueCoding_NSDictionaryCategory = objccategory external name 'NSKeyValueCoding' (NSDictionary)
function valueForKey(key: NSString): id; message 'valueForKey:';
- end; external name 'NSKeyValueCoding';
+ end;
{ NSKeyValueCoding_NSMutableDictionaryCategory }
- NSKeyValueCoding_NSMutableDictionaryCategory = objccategory(NSMutableDictionary)
+ NSKeyValueCoding_NSMutableDictionaryCategory = objccategory external name 'NSKeyValueCoding' (NSMutableDictionary)
procedure setValue_forKey(value: id; key: NSString); message 'setValue:forKey:';
- end; external name 'NSKeyValueCoding';
+ end;
{ NSKeyValueCoding_NSSetCategory }
- NSKeyValueCoding_NSSetCategory = objccategory(NSSet)
+ NSKeyValueCoding_NSSetCategory = objccategory external name 'NSKeyValueCoding' (NSSet)
function valueForKey(key: NSString): id; message 'valueForKey:';
procedure setValue_forKey(value: id; key: NSString); message 'setValue:forKey:';
- end; external name 'NSKeyValueCoding';
+ end;
{ NSDeprecatedKeyValueCodingCategory }
- NSDeprecatedKeyValueCodingCategory = objccategory(NSObject)
+ NSDeprecatedKeyValueCodingCategory = objccategory external (NSObject)
class function useStoredAccessor: Boolean; message 'useStoredAccessor'; deprecated 'in Mac OS X 10.4 and later';
function storedValueForKey(key: NSString): id; message 'storedValueForKey:'; deprecated 'in Mac OS X 10.4 and later';
procedure takeStoredValue_forKey(value: id; key: NSString); message 'takeStoredValue:forKey:'; deprecated 'in Mac OS X 10.4 and later';
@@ -107,7 +107,7 @@ var
procedure unableToSetNilForKey(key: NSString); message 'unableToSetNilForKey:'; deprecated 'in Mac OS X 10.3 and later';
function valuesForKeys(keys: NSArray): NSDictionary; message 'valuesForKeys:'; deprecated 'in Mac OS X 10.3 and later';
procedure takeValuesFromDictionary(properties: NSDictionary); message 'takeValuesFromDictionary:'; deprecated 'in Mac OS X 10.3 and later';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSKeyValueObserving.inc b/packages/cocoaint/src/foundation/NSKeyValueObserving.inc
index ff4cd622d2..537c9cbe8a 100644
--- a/packages/cocoaint/src/foundation/NSKeyValueObserving.inc
+++ b/packages/cocoaint/src/foundation/NSKeyValueObserving.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSKeyValueObserving.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -76,52 +76,52 @@ var
{$define NSKEYVALUEOBSERVING_PAS_C}
{ NSKeyValueObservingCategory }
- NSKeyValueObservingCategory = objccategory(NSObject)
+ NSKeyValueObservingCategory = objccategory external (NSObject)
procedure observeValueForKeyPath_ofObject_change_context(keyPath: NSString; object_: id; change: NSDictionary; context: Pointer); message 'observeValueForKeyPath:ofObject:change:context:';
- end; external;
+ end;
{ NSKeyValueObserverRegistrationCategory }
- NSKeyValueObserverRegistrationCategory = objccategory(NSObject)
+ NSKeyValueObserverRegistrationCategory = objccategory external (NSObject)
procedure addObserver_forKeyPath_options_context(observer: NSObject; keyPath: NSString; options: NSKeyValueObservingOptions; context: Pointer); message 'addObserver:forKeyPath:options:context:';
procedure removeObserver_forKeyPath(observer: NSObject; keyPath: NSString); message 'removeObserver:forKeyPath:';
- end; external;
+ end;
{ NSKeyValueObserverRegistration_NSArrayCategory }
- NSKeyValueObserverRegistration_NSArrayCategory = objccategory(NSArray)
+ NSKeyValueObserverRegistration_NSArrayCategory = objccategory external name 'NSKeyValueObserverRegistration' (NSArray)
procedure addObserver_toObjectsAtIndexes_forKeyPath_options_context(observer: NSObject; indexes: NSIndexSet; keyPath: NSString; options: NSKeyValueObservingOptions; context: Pointer); message 'addObserver:toObjectsAtIndexes:forKeyPath:options:context:';
procedure removeObserver_fromObjectsAtIndexes_forKeyPath(observer: NSObject; indexes: NSIndexSet; keyPath: NSString); message 'removeObserver:fromObjectsAtIndexes:forKeyPath:';
procedure addObserver_forKeyPath_options_context(observer: NSObject; keyPath: NSString; options: NSKeyValueObservingOptions; context: Pointer); message 'addObserver:forKeyPath:options:context:';
procedure removeObserver_forKeyPath(observer: NSObject; keyPath: NSString); message 'removeObserver:forKeyPath:';
- end; external name 'NSKeyValueObserverRegistration';
+ end;
{ NSKeyValueObserverRegistration_NSSetCategory }
- NSKeyValueObserverRegistration_NSSetCategory = objccategory(NSSet)
+ NSKeyValueObserverRegistration_NSSetCategory = objccategory external name 'NSKeyValueObserverRegistration' (NSSet)
procedure addObserver_forKeyPath_options_context(observer: NSObject; keyPath: NSString; options: NSKeyValueObservingOptions; context: Pointer); message 'addObserver:forKeyPath:options:context:';
procedure removeObserver_forKeyPath(observer: NSObject; keyPath: NSString); message 'removeObserver:forKeyPath:';
- end; external name 'NSKeyValueObserverRegistration';
+ end;
{ NSKeyValueObserverNotificationCategory }
- NSKeyValueObserverNotificationCategory = objccategory(NSObject)
+ NSKeyValueObserverNotificationCategory = objccategory external (NSObject)
procedure willChangeValueForKey(key: NSString); message 'willChangeValueForKey:';
procedure didChangeValueForKey(key: NSString); message 'didChangeValueForKey:';
procedure willChange_valuesAtIndexes_forKey(changeKind: NSKeyValueChange; indexes: NSIndexSet; key: NSString); message 'willChange:valuesAtIndexes:forKey:';
procedure didChange_valuesAtIndexes_forKey(changeKind: NSKeyValueChange; indexes: NSIndexSet; key: NSString); message 'didChange:valuesAtIndexes:forKey:';
procedure willChangeValueForKey_withSetMutation_usingObjects(key: NSString; mutationKind: NSKeyValueSetMutationKind; objects: NSSet); message 'willChangeValueForKey:withSetMutation:usingObjects:';
procedure didChangeValueForKey_withSetMutation_usingObjects(key: NSString; mutationKind: NSKeyValueSetMutationKind; objects: NSSet); message 'didChangeValueForKey:withSetMutation:usingObjects:';
- end; external;
+ end;
{ NSKeyValueObservingCustomizationCategory }
- NSKeyValueObservingCustomizationCategory = objccategory(NSObject)
+ NSKeyValueObservingCustomizationCategory = objccategory external (NSObject)
class function keyPathsForValuesAffectingValueForKey(key: NSString): NSSet; message 'keyPathsForValuesAffectingValueForKey:';
class function automaticallyNotifiesObserversForKey(key: NSString): Boolean; message 'automaticallyNotifiesObserversForKey:';
procedure setObservationInfo(observationInfo: Pointer); message 'setObservationInfo:';
function observationInfo: Pointer; message 'observationInfo';
- end; external;
+ end;
{ NSDeprecatedKeyValueObservingCustomizationCategory }
- NSDeprecatedKeyValueObservingCustomizationCategory = objccategory(NSObject)
+ NSDeprecatedKeyValueObservingCustomizationCategory = objccategory external (NSObject)
class procedure setKeys_triggerChangeNotificationsForDependentKey(keys: NSArray; dependentKey: NSString); message 'setKeys:triggerChangeNotificationsForDependentKey:'; deprecated 'in Mac OS X 10.5 and later';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSKeyedArchiver.inc b/packages/cocoaint/src/foundation/NSKeyedArchiver.inc
index a508695266..e947352e4e 100644
--- a/packages/cocoaint/src/foundation/NSKeyedArchiver.inc
+++ b/packages/cocoaint/src/foundation/NSKeyedArchiver.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSKeyedArchiver.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -52,7 +52,7 @@ var
{$define NSKEYEDARCHIVER_PAS_C}
{ NSKeyedArchiver }
- NSKeyedArchiver = objcclass(NSCoder)
+ NSKeyedArchiver = objcclass external (NSCoder)
private
_stream: Pointer;
_flags: NSUInteger;
@@ -73,8 +73,6 @@ var
_reserved0: Pointer; {garbage collector: __strong }
public
- class function alloc: NSKeyedArchiver; message 'alloc';
-
class function archivedDataWithRootObject(rootObject: id): NSData; message 'archivedDataWithRootObject:';
class function archiveRootObject_toFile(rootObject: id; path: NSString): Boolean; message 'archiveRootObject:toFile:';
function initForWritingWithMutableData(data: NSMutableData): id; message 'initForWritingWithMutableData:';
@@ -94,10 +92,10 @@ var
procedure encodeFloat_forKey(realv: single; key: NSString); message 'encodeFloat:forKey:';
procedure encodeDouble_forKey(realv: double; key: NSString); message 'encodeDouble:forKey:';
procedure encodeBytes_length_forKey(bytesp: pbyte; lenv: NSUInteger; key: NSString); message 'encodeBytes:length:forKey:';
- end; external;
+ end;
{ NSKeyedUnarchiver }
- NSKeyedUnarchiver = objcclass(NSCoder)
+ NSKeyedUnarchiver = objcclass external (NSCoder)
private
_delegate: id;
_flags: cuint32;
@@ -117,8 +115,6 @@ var
_reserved0: Pointer; {garbage collector: __strong }
public
- class function alloc: NSKeyedUnarchiver; message 'alloc';
-
class function unarchiveObjectWithData(data: NSData): id; message 'unarchiveObjectWithData:';
class function unarchiveObjectWithFile(path: NSString): id; message 'unarchiveObjectWithFile:';
function initForReadingWithData(data: NSData): id; message 'initForReadingWithData:';
@@ -136,19 +132,19 @@ var
function decodeFloatForKey(key: NSString): single; message 'decodeFloatForKey:';
function decodeDoubleForKey(key: NSString): double; message 'decodeDoubleForKey:';
function decodeBytesForKey_returnedLength(key: NSString; lengthp: NSUIntegerPtr): pbyte; message 'decodeBytesForKey:returnedLength:';
- end; external;
+ end;
{ NSKeyedArchiverObjectSubstitutionCategory }
- NSKeyedArchiverObjectSubstitutionCategory = objccategory(NSObject)
+ NSKeyedArchiverObjectSubstitutionCategory = objccategory external (NSObject)
function classForKeyedArchiver: Pobjc_class; message 'classForKeyedArchiver';
function replacementObjectForKeyedArchiver(archiver: NSKeyedArchiver): id; message 'replacementObjectForKeyedArchiver:';
class function classFallbacksForKeyedArchiver: NSArray; message 'classFallbacksForKeyedArchiver';
- end; external;
+ end;
{ NSKeyedUnarchiverObjectSubstitutionCategory }
- NSKeyedUnarchiverObjectSubstitutionCategory = objccategory(NSObject)
+ NSKeyedUnarchiverObjectSubstitutionCategory = objccategory external (NSObject)
class function classForKeyedUnarchiver: Pobjc_class; message 'classForKeyedUnarchiver';
- end; external;
+ end;
{$endif}
{$endif}
@@ -157,21 +153,21 @@ var
{$define NSKEYEDARCHIVER_PAS_P}
{ NSKeyedArchiverDelegate Protocol }
- NSKeyedArchiverDelegateProtocol = objcprotocol
+ NSKeyedArchiverDelegateProtocol = objcprotocol external name 'NSKeyedArchiverDelegate'
function archiver_willEncodeObject(archiver: NSKeyedArchiver; object_: id): id; message 'archiver:willEncodeObject:';
procedure archiver_didEncodeObject(archiver: NSKeyedArchiver; object_: id); message 'archiver:didEncodeObject:';
procedure archiver_willReplaceObject_withObject(archiver: NSKeyedArchiver; object_: id; newObject: id); message 'archiver:willReplaceObject:withObject:';
procedure archiverWillFinish(archiver: NSKeyedArchiver); message 'archiverWillFinish:';
procedure archiverDidFinish(archiver: NSKeyedArchiver); message 'archiverDidFinish:';
- end; external name 'NSKeyedArchiverDelegate';
+ end;
{ NSKeyedUnarchiverDelegate Protocol }
- NSKeyedUnarchiverDelegateProtocol = objcprotocol
+ NSKeyedUnarchiverDelegateProtocol = objcprotocol external name 'NSKeyedUnarchiverDelegate'
function unarchiver_cannotDecodeObjectOfClassName_originalClasses(unarchiver: NSKeyedUnarchiver; name: NSString; classNames: NSArray): Pobjc_class; message 'unarchiver:cannotDecodeObjectOfClassName:originalClasses:';
function unarchiver_didDecodeObject(unarchiver: NSKeyedUnarchiver; object_: id): id; message 'unarchiver:didDecodeObject:';
procedure unarchiver_willReplaceObject_withObject(unarchiver: NSKeyedUnarchiver; object_: id; newObject: id); message 'unarchiver:willReplaceObject:withObject:';
procedure unarchiverWillFinish(unarchiver: NSKeyedUnarchiver); message 'unarchiverWillFinish:';
procedure unarchiverDidFinish(unarchiver: NSKeyedUnarchiver); message 'unarchiverDidFinish:';
- end; external name 'NSKeyedUnarchiverDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSLocale.inc b/packages/cocoaint/src/foundation/NSLocale.inc
index 101c8cbc19..1496e36534 100644
--- a/packages/cocoaint/src/foundation/NSLocale.inc
+++ b/packages/cocoaint/src/foundation/NSLocale.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSLocale.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -90,11 +90,9 @@ var
{$define NSLOCALE_PAS_C}
{ NSLocale }
- NSLocale = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSLocale = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSLocale; message 'alloc';
-
function objectForKey(key: id): id; message 'objectForKey:';
function displayNameForKey_value(key: id; value: id): NSString; message 'displayNameForKey:value:';
@@ -102,23 +100,23 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSExtendedLocaleCategory }
- NSExtendedLocaleCategory = objccategory(NSLocale)
+ NSExtendedLocaleCategory = objccategory external (NSLocale)
function localeIdentifier: NSString; message 'localeIdentifier';
- end; external;
+ end;
{ NSLocaleCreationCategory }
- NSLocaleCreationCategory = objccategory(NSLocale)
+ NSLocaleCreationCategory = objccategory external (NSLocale)
class function systemLocale: id; message 'systemLocale';
class function currentLocale: id; message 'currentLocale';
class function autoupdatingCurrentLocale: id; message 'autoupdatingCurrentLocale';
function initWithLocaleIdentifier(string_: NSString): id; message 'initWithLocaleIdentifier:';
- end; external;
+ end;
{ NSLocaleGeneralInfoCategory }
- NSLocaleGeneralInfoCategory = objccategory(NSLocale)
+ NSLocaleGeneralInfoCategory = objccategory external (NSLocale)
class function availableLocaleIdentifiers: NSArray; message 'availableLocaleIdentifiers';
class function ISOLanguageCodes: NSArray; message 'ISOLanguageCodes';
class function ISOCountryCodes: NSArray; message 'ISOCountryCodes';
@@ -133,7 +131,7 @@ var
class function windowsLocaleCodeFromLocaleIdentifier(localeIdentifier_: NSString): cuint32; message 'windowsLocaleCodeFromLocaleIdentifier:';
class function characterDirectionForLanguage(isoLangCode: NSString): NSLocaleLanguageDirection; message 'characterDirectionForLanguage:';
class function lineDirectionForLanguage(isoLangCode: NSString): NSLocaleLanguageDirection; message 'lineDirectionForLanguage:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSLock.inc b/packages/cocoaint/src/foundation/NSLock.inc
index 139efa8af0..a64e1a3bcf 100644
--- a/packages/cocoaint/src/foundation/NSLock.inc
+++ b/packages/cocoaint/src/foundation/NSLock.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSLock.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -52,13 +52,11 @@
{$define NSLOCK_PAS_C}
{ NSLock }
- NSLock = objcclass(NSObject, NSLockingProtocol)
+ NSLock = objcclass external (NSObject, NSLockingProtocol)
private
_priv: Pointer;
public
- class function alloc: NSLock; message 'alloc';
-
function tryLock: Boolean; message 'tryLock';
function lockBeforeDate(limit: NSDate): Boolean; message 'lockBeforeDate:';
procedure setName(n: NSString); message 'setName:';
@@ -67,16 +65,14 @@
{ Adopted Protocols }
procedure lock;
procedure unlock;
- end; external;
+ end;
{ NSConditionLock }
- NSConditionLock = objcclass(NSObject, NSLockingProtocol)
+ NSConditionLock = objcclass external (NSObject, NSLockingProtocol)
private
_priv: Pointer;
public
- class function alloc: NSConditionLock; message 'alloc';
-
function initWithCondition(condition_: NSInteger): id; message 'initWithCondition:';
function condition: NSInteger; message 'condition';
procedure lockWhenCondition(condition_: NSInteger); message 'lockWhenCondition:';
@@ -91,16 +87,14 @@
{ Adopted Protocols }
procedure lock;
procedure unlock;
- end; external;
+ end;
{ NSRecursiveLock }
- NSRecursiveLock = objcclass(NSObject, NSLockingProtocol)
+ NSRecursiveLock = objcclass external (NSObject, NSLockingProtocol)
private
_priv: Pointer;
public
- class function alloc: NSRecursiveLock; message 'alloc';
-
function tryLock: Boolean; message 'tryLock';
function lockBeforeDate(limit: NSDate): Boolean; message 'lockBeforeDate:';
procedure setName(n: NSString); message 'setName:';
@@ -109,16 +103,14 @@
{ Adopted Protocols }
procedure lock;
procedure unlock;
- end; external;
+ end;
{ NSCondition }
- NSCondition = objcclass(NSObject, NSLockingProtocol)
+ NSCondition = objcclass external (NSObject, NSLockingProtocol)
private
_priv: Pointer;
public
- class function alloc: NSCondition; message 'alloc';
-
procedure wait; message 'wait';
function waitUntilDate(limit: NSDate): Boolean; message 'waitUntilDate:';
procedure signal; message 'signal';
@@ -129,7 +121,7 @@
{ Adopted Protocols }
procedure lock;
procedure unlock;
- end; external;
+ end;
{$endif}
{$endif}
@@ -138,9 +130,9 @@
{$define NSLOCK_PAS_P}
{ NSLocking Protocol }
- NSLockingProtocol = objcprotocol
+ NSLockingProtocol = objcprotocol external name 'NSLocking'
procedure lock; message 'lock';
procedure unlock; message 'unlock';
- end; external name 'NSLocking';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSMapTable.inc b/packages/cocoaint/src/foundation/NSMapTable.inc
index 7934c72344..12faa0d2a1 100644
--- a/packages/cocoaint/src/foundation/NSMapTable.inc
+++ b/packages/cocoaint/src/foundation/NSMapTable.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSMapTable.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -128,11 +128,9 @@ var
{$define NSMAPTABLE_PAS_C}
{ NSMapTable }
- NSMapTable = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol, NSFastEnumerationProtocol)
+ NSMapTable = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol, NSFastEnumerationProtocol)
public
- class function alloc: NSMapTable; message 'alloc';
-
function initWithKeyOptions_valueOptions_capacity(keyOptions: NSPointerFunctionsOptions; valueOptions: NSPointerFunctionsOptions; initialCapacity: NSUInteger): id; message 'initWithKeyOptions:valueOptions:capacity:';
function initWithKeyPointerFunctions_valuePointerFunctions_capacity(keyFunctions: NSPointerFunctions; valueFunctions: NSPointerFunctions; initialCapacity: NSUInteger): id; message 'initWithKeyPointerFunctions:valuePointerFunctions:capacity:';
class function mapTableWithKeyOptions_valueOptions(keyOptions: NSPointerFunctionsOptions; valueOptions: NSPointerFunctionsOptions): id; message 'mapTableWithKeyOptions:valueOptions:';
@@ -156,7 +154,7 @@ var
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function countByEnumeratingWithState_objects_count(state: NSFastEnumerationStatePtr; stackbuf: idPtr; len: NSUInteger): NSUInteger;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSMetadata.inc b/packages/cocoaint/src/foundation/NSMetadata.inc
index 03fa4ce3f3..34e629fe70 100644
--- a/packages/cocoaint/src/foundation/NSMetadata.inc
+++ b/packages/cocoaint/src/foundation/NSMetadata.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSMetadata.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -63,7 +63,7 @@ var
{$define NSMETADATA_PAS_C}
{ NSMetadataQuery }
- NSMetadataQuery = objcclass(NSObject)
+ NSMetadataQuery = objcclass external (NSObject)
private
_flags: NSUInteger;
_interval: NSTimeInterval;
@@ -71,8 +71,6 @@ var
_reserved: Pointer; {garbage collector: __strong }
public
- class function alloc: NSMetadataQuery; message 'alloc';
-
function init: id; message 'init';
function delegate: id; message 'delegate';
procedure setDelegate(delegate_: id); message 'setDelegate:';
@@ -102,24 +100,22 @@ var
function valueLists: NSDictionary; message 'valueLists';
function groupedResults: NSArray; message 'groupedResults';
function valueOfAttribute_forResultAtIndex(attrName: NSString; idx: NSUInteger): id; message 'valueOfAttribute:forResultAtIndex:';
- end; external;
+ end;
{ NSMetadataItem }
- NSMetadataItem = objcclass(NSObject)
+ NSMetadataItem = objcclass external (NSObject)
private
_item: id;
_reserved: Pointer; {garbage collector: __strong }
public
- class function alloc: NSMetadataItem; message 'alloc';
-
function valueForAttribute(key: NSString): id; message 'valueForAttribute:';
function valuesForAttributes(keys: NSArray): NSDictionary; message 'valuesForAttributes:';
function attributes: NSArray; message 'attributes';
- end; external;
+ end;
{ NSMetadataQueryAttributeValueTuple }
- NSMetadataQueryAttributeValueTuple = objcclass(NSObject)
+ NSMetadataQueryAttributeValueTuple = objcclass external (NSObject)
private
_attr: id;
_value: id;
@@ -127,30 +123,26 @@ var
_reserved: Pointer;
public
- class function alloc: NSMetadataQueryAttributeValueTuple; message 'alloc';
-
function attribute: NSString; message 'attribute';
function value: id; message 'value';
function count: NSUInteger; message 'count';
- end; external;
+ end;
{ NSMetadataQueryResultGroup }
- NSMetadataQueryResultGroup = objcclass(NSObject)
+ NSMetadataQueryResultGroup = objcclass external (NSObject)
private
_private: array[0..8] of id;
_private2: NSUInteger;
_reserved: Pointer;
public
- class function alloc: NSMetadataQueryResultGroup; message 'alloc';
-
function attribute: NSString; message 'attribute';
function value: id; message 'value';
function subgroups: NSArray; message 'subgroups';
function resultCount: NSUInteger; message 'resultCount';
function resultAtIndex(idx: NSUInteger): id; message 'resultAtIndex:';
function results: NSArray; message 'results';
- end; external;
+ end;
{$endif}
{$endif}
@@ -159,9 +151,9 @@ var
{$define NSMETADATA_PAS_P}
{ NSMetadataQueryDelegate Protocol }
- NSMetadataQueryDelegateProtocol = objcprotocol
+ NSMetadataQueryDelegateProtocol = objcprotocol external name 'NSMetadataQueryDelegate'
function metadataQuery_replacementObjectForResultObject(query: NSMetadataQuery; result_: NSMetadataItem): id; message 'metadataQuery:replacementObjectForResultObject:';
function metadataQuery_replacementValueForAttribute_value(query: NSMetadataQuery; attrName: NSString; attrValue: id): id; message 'metadataQuery:replacementValueForAttribute:value:';
- end; external name 'NSMetadataQueryDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSMethodSignature.inc b/packages/cocoaint/src/foundation/NSMethodSignature.inc
index af9603a9ae..31eac7e6cb 100644
--- a/packages/cocoaint/src/foundation/NSMethodSignature.inc
+++ b/packages/cocoaint/src/foundation/NSMethodSignature.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSMethodSignature.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define NSMETHODSIGNATURE_PAS_C}
{ NSMethodSignature }
- NSMethodSignature = objcclass(NSObject)
+ NSMethodSignature = objcclass external (NSObject)
private
_private: Pointer;
_reserved: array[0..5] of Pointer;
public
- class function alloc: NSMethodSignature; message 'alloc';
-
class function signatureWithObjCTypes(types: PChar): NSMethodSignature; message 'signatureWithObjCTypes:';
function numberOfArguments: NSUInteger; message 'numberOfArguments';
function getArgumentTypeAtIndex(idx: NSUInteger): PChar; message 'getArgumentTypeAtIndex:';
@@ -57,7 +55,7 @@
function isOneway: Boolean; message 'isOneway';
function methodReturnType: PChar; message 'methodReturnType';
function methodReturnLength: NSUInteger; message 'methodReturnLength';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSNetServices.inc b/packages/cocoaint/src/foundation/NSNetServices.inc
index 0473c69e62..0a3576fddc 100644
--- a/packages/cocoaint/src/foundation/NSNetServices.inc
+++ b/packages/cocoaint/src/foundation/NSNetServices.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSNetServices.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -74,15 +74,13 @@ var
{$define NSNETSERVICES_PAS_C}
{ NSNetService }
- NSNetService = objcclass(NSObject)
+ NSNetService = objcclass external (NSObject)
private
_netService: id;
_delegate: id;
_reserved: id;
public
- class function alloc: NSNetService; message 'alloc';
-
function initWithDomain_type_name_port(domain_: NSString; type__: NSString; name_: NSString; port_: cint): id; message 'initWithDomain:type:name:port:';
function initWithDomain_type_name(domain_: NSString; type__: NSString; name_: NSString): id; message 'initWithDomain:type:name:';
function delegate: id; message 'delegate';
@@ -107,18 +105,16 @@ var
function TXTRecordData: NSData; message 'TXTRecordData';
procedure startMonitoring; message 'startMonitoring';
procedure stopMonitoring; message 'stopMonitoring';
- end; external;
+ end;
{ NSNetServiceBrowser }
- NSNetServiceBrowser = objcclass(NSObject)
+ NSNetServiceBrowser = objcclass external (NSObject)
private
_netServiceBrowser: id;
_delegate: id;
_reserved: Pointer;
public
- class function alloc: NSNetServiceBrowser; message 'alloc';
-
function init: id; message 'init';
function delegate: id; message 'delegate';
procedure setDelegate(delegate_: id); message 'setDelegate:';
@@ -128,18 +124,18 @@ var
procedure searchForRegistrationDomains; message 'searchForRegistrationDomains';
procedure searchForServicesOfType_inDomain(type_: NSString; domainString: NSString); message 'searchForServicesOfType:inDomain:';
procedure stop; message 'stop';
- end; external;
+ end;
{ NSDeprecated_NSNetServiceCategory }
- NSDeprecated_NSNetServiceCategory = objccategory(NSNetService)
+ NSDeprecated_NSNetServiceCategory = objccategory external name 'NSDeprecated' (NSNetService)
function protocolSpecificInformation: NSString; message 'protocolSpecificInformation'; deprecated 'in Mac OS X 10.4 and later';
procedure setProtocolSpecificInformation(specificInformation: NSString); message 'setProtocolSpecificInformation:'; deprecated 'in Mac OS X 10.4 and later';
- end; external name 'NSDeprecated';
+ end;
{ NSDeprecated_NSNetServiceBrowserCategory }
- NSDeprecated_NSNetServiceBrowserCategory = objccategory(NSNetServiceBrowser)
+ NSDeprecated_NSNetServiceBrowserCategory = objccategory external name 'NSDeprecated' (NSNetServiceBrowser)
procedure searchForAllDomains; message 'searchForAllDomains'; deprecated 'in Mac OS X 10.4 and later';
- end; external name 'NSDeprecated';
+ end;
{$endif}
{$endif}
@@ -148,7 +144,7 @@ var
{$define NSNETSERVICES_PAS_P}
{ NSNetServiceDelegate Protocol }
- NSNetServiceDelegateProtocol = objcprotocol
+ NSNetServiceDelegateProtocol = objcprotocol external name 'NSNetServiceDelegate'
procedure netServiceWillPublish(sender: NSNetService); message 'netServiceWillPublish:';
procedure netServiceDidPublish(sender: NSNetService); message 'netServiceDidPublish:';
procedure netService_didNotPublish(sender: NSNetService; errorDict: NSDictionary); message 'netService:didNotPublish:';
@@ -157,10 +153,10 @@ var
procedure netService_didNotResolve(sender: NSNetService; errorDict: NSDictionary); message 'netService:didNotResolve:';
procedure netServiceDidStop(sender: NSNetService); message 'netServiceDidStop:';
procedure netService_didUpdateTXTRecordData(sender: NSNetService; data: NSData); message 'netService:didUpdateTXTRecordData:';
- end; external name 'NSNetServiceDelegate';
+ end;
{ NSNetServiceBrowserDelegate Protocol }
- NSNetServiceBrowserDelegateProtocol = objcprotocol
+ NSNetServiceBrowserDelegateProtocol = objcprotocol external name 'NSNetServiceBrowserDelegate'
procedure netServiceBrowserWillSearch(aNetServiceBrowser: NSNetServiceBrowser); message 'netServiceBrowserWillSearch:';
procedure netServiceBrowserDidStopSearch(aNetServiceBrowser: NSNetServiceBrowser); message 'netServiceBrowserDidStopSearch:';
procedure netServiceBrowser_didNotSearch(aNetServiceBrowser: NSNetServiceBrowser; errorDict: NSDictionary); message 'netServiceBrowser:didNotSearch:';
@@ -168,6 +164,6 @@ var
procedure netServiceBrowser_didFindService_moreComing(aNetServiceBrowser: NSNetServiceBrowser; aNetService: NSNetService; moreComing: Boolean); message 'netServiceBrowser:didFindService:moreComing:';
procedure netServiceBrowser_didRemoveDomain_moreComing(aNetServiceBrowser: NSNetServiceBrowser; domainString: NSString; moreComing: Boolean); message 'netServiceBrowser:didRemoveDomain:moreComing:';
procedure netServiceBrowser_didRemoveService_moreComing(aNetServiceBrowser: NSNetServiceBrowser; aNetService: NSNetService; moreComing: Boolean); message 'netServiceBrowser:didRemoveService:moreComing:';
- end; external name 'NSNetServiceBrowserDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSNotification.inc b/packages/cocoaint/src/foundation/NSNotification.inc
index a47b9ecc2f..87f37eeb38 100644
--- a/packages/cocoaint/src/foundation/NSNotification.inc
+++ b/packages/cocoaint/src/foundation/NSNotification.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSNotification.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -45,11 +45,9 @@
{$define NSNOTIFICATION_PAS_C}
{ NSNotification }
- NSNotification = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSNotification = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSNotification; message 'alloc';
-
function name: NSString; message 'name';
function object_: id; message 'object';
function userInfo: NSDictionary; message 'userInfo';
@@ -58,18 +56,16 @@
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSNotificationCenter }
- NSNotificationCenter = objcclass(NSObject)
+ NSNotificationCenter = objcclass external (NSObject)
private
_impl: Pointer; {garbage collector: __strong }
_callback_block: array[0..3] of Pointer;
_pad: array[0..7] of Pointer;
public
- class function alloc: NSNotificationCenter; message 'alloc';
-
class function defaultCenter: id; message 'defaultCenter';
procedure addObserver_selector_name_object(observer: id; aSelector: SEL; aName: NSString; anObject: id); message 'addObserver:selector:name:object:';
procedure postNotification(notification: NSNotification); message 'postNotification:';
@@ -77,13 +73,13 @@
procedure postNotificationName_object_userInfo(aName: NSString; anObject: id; aUserInfo: NSDictionary); message 'postNotificationName:object:userInfo:';
procedure removeObserver(observer: id); message 'removeObserver:';
procedure removeObserver_name_object(observer: id; aName: NSString; anObject: id); message 'removeObserver:name:object:';
- end; external;
+ end;
{ NSNotificationCreationCategory }
- NSNotificationCreationCategory = objccategory(NSNotification)
+ NSNotificationCreationCategory = objccategory external (NSNotification)
class function notificationWithName_object(aName: NSString; anObject: id): id; message 'notificationWithName:object:';
class function notificationWithName_object_userInfo(aName: NSString; anObject: id; aUserInfo: NSDictionary): id; message 'notificationWithName:object:userInfo:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSNotificationQueue.inc b/packages/cocoaint/src/foundation/NSNotificationQueue.inc
index 8eae864e07..1050c89d17 100644
--- a/packages/cocoaint/src/foundation/NSNotificationQueue.inc
+++ b/packages/cocoaint/src/foundation/NSNotificationQueue.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSNotificationQueue.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -61,7 +61,7 @@ type
{$define NSNOTIFICATIONQUEUE_PAS_C}
{ NSNotificationQueue }
- NSNotificationQueue = objcclass(NSObject)
+ NSNotificationQueue = objcclass external (NSObject)
private
_notificationCenter: id;
_asapQueue: id;
@@ -70,14 +70,12 @@ type
_idleObs: id;
public
- class function alloc: NSNotificationQueue; message 'alloc';
-
class function defaultQueue: id; message 'defaultQueue';
function initWithNotificationCenter(notificationCenter: NSNotificationCenter): id; message 'initWithNotificationCenter:';
procedure enqueueNotification_postingStyle(notification: NSNotification; postingStyle: NSPostingStyle); message 'enqueueNotification:postingStyle:';
procedure enqueueNotification_postingStyle_coalesceMask_forModes(notification: NSNotification; postingStyle: NSPostingStyle; coalesceMask: NSUInteger; modes: NSArray); message 'enqueueNotification:postingStyle:coalesceMask:forModes:';
procedure dequeueNotificationsMatching_coalesceMask(notification: NSNotification; coalesceMask: NSUInteger); message 'dequeueNotificationsMatching:coalesceMask:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSNull.inc b/packages/cocoaint/src/foundation/NSNull.inc
index c7b8d18b4d..6e39c92146 100644
--- a/packages/cocoaint/src/foundation/NSNull.inc
+++ b/packages/cocoaint/src/foundation/NSNull.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSNull.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,18 +42,16 @@
{$define NSNULL_PAS_C}
{ NSNull }
- NSNull = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSNull = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSNull; message 'alloc';
-
class function null: NSNull; message 'null';
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSNumberFormatter.inc b/packages/cocoaint/src/foundation/NSNumberFormatter.inc
index d9065eaa7c..c430653814 100644
--- a/packages/cocoaint/src/foundation/NSNumberFormatter.inc
+++ b/packages/cocoaint/src/foundation/NSNumberFormatter.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSNumberFormatter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -83,7 +83,7 @@ type
{$define NSNUMBERFORMATTER_PAS_C}
{ NSNumberFormatter }
- NSNumberFormatter = objcclass(NSFormatter)
+ NSNumberFormatter = objcclass external (NSFormatter)
private
_attributes: NSMutableDictionary;
_formatter: CFNumberFormatterRef; {garbage collector: __strong }
@@ -91,8 +91,6 @@ type
_reserved: array[0..11] of Pointer;
public
- class function alloc: NSNumberFormatter; message 'alloc';
-
function getObjectValue_forString_range_error(obj: idPtr; string_: NSString; rangep: NSRangePtr; error: NSErrorPointer): Boolean; message 'getObjectValue:forString:range:error:';
function stringFromNumber(number: NSNumber): NSString; message 'stringFromNumber:';
function numberFromString(string_: NSString): NSNumber; message 'numberFromString:';
@@ -211,10 +209,10 @@ type
procedure setMaximumSignificantDigits(number: NSUInteger); message 'setMaximumSignificantDigits:';
function isPartialStringValidationEnabled: Boolean; message 'isPartialStringValidationEnabled';
procedure setPartialStringValidationEnabled(b: Boolean); message 'setPartialStringValidationEnabled:';
- end; external;
+ end;
{ NSNumberFormatterCompatibilityCategory }
- NSNumberFormatterCompatibilityCategory = objccategory(NSNumberFormatter)
+ NSNumberFormatterCompatibilityCategory = objccategory external (NSNumberFormatter)
function hasThousandSeparators: Boolean; message 'hasThousandSeparators';
procedure setHasThousandSeparators(flag: Boolean); message 'setHasThousandSeparators:';
function thousandSeparator: NSString; message 'thousandSeparator';
@@ -231,7 +229,7 @@ type
procedure setAttributedStringForNotANumber(newAttributedString: NSAttributedString); message 'setAttributedStringForNotANumber:';
function roundingBehavior: NSDecimalNumberHandler; message 'roundingBehavior';
procedure setRoundingBehavior(newRoundingBehavior: NSDecimalNumberHandler); message 'setRoundingBehavior:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSObjCRuntime.inc b/packages/cocoaint/src/foundation/NSObjCRuntime.inc
index a37a5fc564..864c9b0553 100644
--- a/packages/cocoaint/src/foundation/NSObjCRuntime.inc
+++ b/packages/cocoaint/src/foundation/NSObjCRuntime.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSObjCRuntime.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/foundation/NSObject.inc b/packages/cocoaint/src/foundation/NSObject.inc
index 6c1a65b273..916583a099 100644
--- a/packages/cocoaint/src/foundation/NSObject.inc
+++ b/packages/cocoaint/src/foundation/NSObject.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSObject.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -56,13 +56,11 @@ function NSExtraRefCount(object_: id): NSUInteger; cdecl; external;
{$define NSOBJECT_PAS_C}
{ NSObject }
- NSObject = objcclass(NSObject, NSObjectProtocol)
+ NSObject = objcclass external (NSObjectProtocol)
private
isa: Pobjc_class;
public
- class function alloc: NSObject; message 'alloc';
-
class procedure load; message 'load';
class procedure initialize; message 'initialize';
function init: id; message 'init';
@@ -76,9 +74,9 @@ function NSExtraRefCount(object_: id): NSUInteger; cdecl; external;
class function copyWithZone(zone_: NSZonePtr): id; message 'copyWithZone:';
class function mutableCopyWithZone(zone_: NSZonePtr): id; message 'mutableCopyWithZone:';
class function superclass: Pobjc_class; message 'superclass';
- class function class_: Pobjc_class; message 'class';
+ class function classClass: Pobjc_class; message 'class';
class function instancesRespondToSelector(aSelector: SEL): Boolean; message 'instancesRespondToSelector:';
- class function conformsToProtocol(protocol: objc_protocol): Boolean; message 'conformsToProtocol:';
+ class function classConformsToProtocol(protocol: objc_protocol): Boolean; message 'conformsToProtocol:';
function methodForSelector(aSelector: SEL): IMP; message 'methodForSelector:';
class function instanceMethodForSelector(aSelector: SEL): IMP; message 'instanceMethodForSelector:';
procedure doesNotRecognizeSelector(aSelector: SEL); message 'doesNotRecognizeSelector:';
@@ -94,6 +92,7 @@ function NSExtraRefCount(object_: id): NSUInteger; cdecl; external;
{ Adopted Protocols }
function isEqual(object_: id): Boolean;
function hash: NSUInteger;
+ function _class: Pobjc_class;
function self: id;
function zone: NSZonePtr;
function performSelector(aSelector: SEL): id;
@@ -102,31 +101,32 @@ function NSExtraRefCount(object_: id): NSUInteger; cdecl; external;
function isProxy: Boolean;
function isKindOfClass(aClass: Pobjc_class): Boolean;
function isMemberOfClass(aClass: Pobjc_class): Boolean;
+ function conformsToProtocol(aProtocol: objc_protocol): Boolean;
function respondsToSelector(aSelector: SEL): Boolean;
function retain: id;
procedure release;
function autorelease: id;
function retainCount: NSUInteger;
- end; external;
+ end;
{ NSCoderMethodsCategory }
- NSCoderMethodsCategory = objccategory(NSObject)
+ NSCoderMethodsCategory = objccategory external (NSObject)
class function version: NSInteger; message 'version';
class procedure setVersion(aVersion: NSInteger); message 'setVersion:';
function classForCoder: Pobjc_class; message 'classForCoder';
function replacementObjectForCoder(aCoder: NSCoder): id; message 'replacementObjectForCoder:';
function awakeAfterUsingCoder(aDecoder: NSCoder): id; message 'awakeAfterUsingCoder:';
- end; external;
+ end;
{ NSDeprecatedMethodsCategory }
- NSDeprecatedMethodsCategory = objccategory(NSObject)
+ NSDeprecatedMethodsCategory = objccategory external (NSObject)
class procedure poseAsClass(aClass: Pobjc_class); message 'poseAsClass:';
- end; external;
+ end;
{ NSDiscardableContentProxyCategory }
- NSDiscardableContentProxyCategory = objccategory(NSObject)
+ NSDiscardableContentProxyCategory = objccategory external (NSObject)
function autoContentAccessingProxy: id; message 'autoContentAccessingProxy';
- end; external;
+ end;
{$endif}
{$endif}
@@ -135,11 +135,11 @@ function NSExtraRefCount(object_: id): NSUInteger; cdecl; external;
{$define NSOBJECT_PAS_P}
{ NSObject Protocol }
- NSObjectProtocol = objcprotocol
+ NSObjectProtocol = objcprotocol external name 'NSObject'
function isEqual(object_: id): Boolean; message 'isEqual:';
function hash: NSUInteger; message 'hash';
function superclass: Pobjc_class; message 'superclass';
- function class_: Pobjc_class; message 'class';
+ function _class: Pobjc_class; message 'class';
function self: id; message 'self';
function zone: NSZonePtr; message 'zone';
function performSelector(aSelector: SEL): id; message 'performSelector:';
@@ -155,30 +155,30 @@ function NSExtraRefCount(object_: id): NSUInteger; cdecl; external;
function autorelease: id; message 'autorelease';
function retainCount: NSUInteger; message 'retainCount';
function description: NSString; message 'description';
- end; external name 'NSObject';
+ end;
{ NSCopying Protocol }
- NSCopyingProtocol = objcprotocol
+ NSCopyingProtocol = objcprotocol external name 'NSCopying'
function copyWithZone(zone_: NSZonePtr): id; message 'copyWithZone:';
- end; external name 'NSCopying';
+ end;
{ NSMutableCopying Protocol }
- NSMutableCopyingProtocol = objcprotocol
+ NSMutableCopyingProtocol = objcprotocol external name 'NSMutableCopying'
function mutableCopyWithZone(zone_: NSZonePtr): id; message 'mutableCopyWithZone:';
- end; external name 'NSMutableCopying';
+ end;
{ NSCoding Protocol }
- NSCodingProtocol = objcprotocol
+ NSCodingProtocol = objcprotocol external name 'NSCoding'
procedure encodeWithCoder(aCoder: NSCoder); message 'encodeWithCoder:';
function initWithCoder(aDecoder: NSCoder): id; message 'initWithCoder:';
- end; external name 'NSCoding';
+ end;
{ NSDiscardableContent Protocol }
- NSDiscardableContentProtocol = objcprotocol
+ NSDiscardableContentProtocol = objcprotocol external name 'NSDiscardableContent'
function beginContentAccess: Boolean; message 'beginContentAccess';
procedure endContentAccess; message 'endContentAccess';
procedure discardContentIfPossible; message 'discardContentIfPossible';
function isContentDiscarded: Boolean; message 'isContentDiscarded';
- end; external name 'NSDiscardableContent';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSObjectScripting.inc b/packages/cocoaint/src/foundation/NSObjectScripting.inc
index 1488701afd..2f877281ca 100644
--- a/packages/cocoaint/src/foundation/NSObjectScripting.inc
+++ b/packages/cocoaint/src/foundation/NSObjectScripting.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSObjectScripting.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -39,13 +39,13 @@
{$define NSOBJECTSCRIPTING_PAS_C}
{ NSScriptingCategory }
- NSScriptingCategory = objccategory(NSObject)
+ NSScriptingCategory = objccategory external (NSObject)
function scriptingValueForSpecifier(objectSpecifier: NSScriptObjectSpecifier): id; message 'scriptingValueForSpecifier:';
function scriptingProperties: NSDictionary; message 'scriptingProperties';
procedure setScriptingProperties(properties: NSDictionary); message 'setScriptingProperties:';
function copyScriptingValue_forKey_withProperties(value: id; key: NSString; properties: NSDictionary): id; message 'copyScriptingValue:forKey:withProperties:';
function newScriptingObjectOfClass_forValueForKey_withContentsValue_properties(objectClass: Pobjc_class; key: NSString; contentsValue: id; properties: NSDictionary): id; message 'newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSOperation.inc b/packages/cocoaint/src/foundation/NSOperation.inc
index 3fa6abc9ad..445332776d 100644
--- a/packages/cocoaint/src/foundation/NSOperation.inc
+++ b/packages/cocoaint/src/foundation/NSOperation.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSOperation.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -70,14 +70,12 @@ var
{$define NSOPERATION_PAS_C}
{ NSOperation }
- NSOperation = objcclass(NSObject)
+ NSOperation = objcclass external (NSObject)
private
_private: id;
_reserved: Pointer;
public
- class function alloc: NSOperation; message 'alloc';
-
function init: id; message 'init';
procedure start; message 'start';
procedure main; message 'main';
@@ -95,33 +93,29 @@ var
procedure waitUntilFinished; message 'waitUntilFinished';
function threadPriority: double; message 'threadPriority';
procedure setThreadPriority(p: double); message 'setThreadPriority:';
- end; external;
+ end;
{ NSInvocationOperation }
- NSInvocationOperation = objcclass(NSOperation)
+ NSInvocationOperation = objcclass external (NSOperation)
private
_inv: id;
_exception: id;
_reserved2: Pointer;
public
- class function alloc: NSInvocationOperation; message 'alloc';
-
function initWithTarget_selector_object(target: id; sel_: SEL; arg: id): id; message 'initWithTarget:selector:object:';
function initWithInvocation(inv: NSInvocation): id; message 'initWithInvocation:';
function invocation: NSInvocation; message 'invocation';
function result_: id; message 'result';
- end; external;
+ end;
{ NSOperationQueue }
- NSOperationQueue = objcclass(NSObject)
+ NSOperationQueue = objcclass external (NSObject)
private
_private: id;
_reserved: Pointer;
public
- class function alloc: NSOperationQueue; message 'alloc';
-
procedure addOperation(op: NSOperation); message 'addOperation:';
procedure addOperations_waitUntilFinished(ops: NSArray; wait: Boolean); message 'addOperations:waitUntilFinished:';
function operations: NSArray; message 'operations';
@@ -136,7 +130,7 @@ var
procedure waitUntilAllOperationsAreFinished; message 'waitUntilAllOperationsAreFinished';
class function currentQueue: id; message 'currentQueue';
class function mainQueue: id; message 'mainQueue';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSOrthography.inc b/packages/cocoaint/src/foundation/NSOrthography.inc
index 067875c955..38e76772f3 100644
--- a/packages/cocoaint/src/foundation/NSOrthography.inc
+++ b/packages/cocoaint/src/foundation/NSOrthography.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSOrthography.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSORTHOGRAPHY_PAS_C}
{ NSOrthography }
- NSOrthography = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSOrthography = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSOrthography; message 'alloc';
-
function dominantScript: NSString; message 'dominantScript';
function languageMap: NSDictionary; message 'languageMap';
@@ -54,22 +52,22 @@
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSOrthographyExtendedCategory }
- NSOrthographyExtendedCategory = objccategory(NSOrthography)
+ NSOrthographyExtendedCategory = objccategory external (NSOrthography)
function languagesForScript(script: NSString): NSArray; message 'languagesForScript:';
function dominantLanguageForScript(script: NSString): NSString; message 'dominantLanguageForScript:';
function dominantLanguage: NSString; message 'dominantLanguage';
function allScripts: NSArray; message 'allScripts';
function allLanguages: NSArray; message 'allLanguages';
- end; external;
+ end;
{ NSOrthographyCreationCategory }
- NSOrthographyCreationCategory = objccategory(NSOrthography)
+ NSOrthographyCreationCategory = objccategory external (NSOrthography)
class function orthographyWithDominantScript_languageMap(script: NSString; map: NSDictionary): id; message 'orthographyWithDominantScript:languageMap:';
function initWithDominantScript_languageMap(script: NSString; map: NSDictionary): id; message 'initWithDominantScript:languageMap:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSPathUtilities.inc b/packages/cocoaint/src/foundation/NSPathUtilities.inc
index 133e7836a2..dcde78b883 100644
--- a/packages/cocoaint/src/foundation/NSPathUtilities.inc
+++ b/packages/cocoaint/src/foundation/NSPathUtilities.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSPathUtilities.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -91,7 +91,7 @@ function NSSearchPathForDirectoriesInDomains(directory: NSSearchPathDirectory; d
{$define NSPATHUTILITIES_PAS_C}
{ NSStringPathExtensionsCategory }
- NSStringPathExtensionsCategory = objccategory(NSString)
+ NSStringPathExtensionsCategory = objccategory external (NSString)
class function pathWithComponents(components: NSArray): NSString; message 'pathWithComponents:';
function pathComponents: NSArray; message 'pathComponents';
function isAbsolutePath: Boolean; message 'isAbsolutePath';
@@ -109,12 +109,12 @@ function NSSearchPathForDirectoriesInDomains(directory: NSSearchPathDirectory; d
function completePathIntoString_caseSensitive_matchesIntoArray_filterTypes(outputName: NSStringPointer; flag: Boolean; outputArray: NSArrayPointer; filterTypes: NSArray): NSUInteger; message 'completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:';
function fileSystemRepresentation: PChar; message 'fileSystemRepresentation';
function getFileSystemRepresentation_maxLength(cname: PChar; max: NSUInteger): Boolean; message 'getFileSystemRepresentation:maxLength:';
- end; external;
+ end;
{ NSArrayPathExtensionsCategory }
- NSArrayPathExtensionsCategory = objccategory(NSArray)
+ NSArrayPathExtensionsCategory = objccategory external (NSArray)
function pathsMatchingExtensions(filterTypes: NSArray): NSArray; message 'pathsMatchingExtensions:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSPointerArray.inc b/packages/cocoaint/src/foundation/NSPointerArray.inc
index b788b8ed55..b359f272bd 100644
--- a/packages/cocoaint/src/foundation/NSPointerArray.inc
+++ b/packages/cocoaint/src/foundation/NSPointerArray.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSPointerArray.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSPOINTERARRAY_PAS_C}
{ NSPointerArray }
- NSPointerArray = objcclass(NSObject, NSFastEnumerationProtocol, NSCopyingProtocol, NSCodingProtocol)
+ NSPointerArray = objcclass external (NSObject, NSFastEnumerationProtocol, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSPointerArray; message 'alloc';
-
function pointerFunctions: NSPointerFunctions; message 'pointerFunctions';
function pointerAtIndex(index: NSUInteger): Pointer; message 'pointerAtIndex:';
procedure addPointer(pointer_: Pointer); message 'addPointer:';
@@ -62,12 +60,12 @@
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSArrayConveniencesCategory }
- NSArrayConveniencesCategory = objccategory(NSPointerArray)
+ NSArrayConveniencesCategory = objccategory external (NSPointerArray)
function allObjects: NSArray; message 'allObjects';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSPointerFunctions.inc b/packages/cocoaint/src/foundation/NSPointerFunctions.inc
index 481f98919c..2dfebf81e3 100644
--- a/packages/cocoaint/src/foundation/NSPointerFunctions.inc
+++ b/packages/cocoaint/src/foundation/NSPointerFunctions.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSPointerFunctions.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -63,11 +63,9 @@ type
{$define NSPOINTERFUNCTIONS_PAS_C}
{ NSPointerFunctions }
- NSPointerFunctions = objcclass(NSObject, NSCopyingProtocol)
+ NSPointerFunctions = objcclass external (NSObject, NSCopyingProtocol)
public
- class function alloc: NSPointerFunctions; message 'alloc';
-
function initWithOptions(options: NSPointerFunctionsOptions): id; message 'initWithOptions:';
class function pointerFunctionsWithOptions(options: NSPointerFunctionsOptions): id; message 'pointerFunctionsWithOptions:';
(*
@@ -89,7 +87,7 @@ type
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSPort.inc b/packages/cocoaint/src/foundation/NSPort.inc
index c205d052ff..b9da41b228 100644
--- a/packages/cocoaint/src/foundation/NSPort.inc
+++ b/packages/cocoaint/src/foundation/NSPort.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSPort.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -69,11 +69,9 @@ var
{$define NSPORT_PAS_C}
{ NSPort }
- NSPort = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSPort = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSPort; message 'alloc';
-
class function allocWithZone(zone_: NSZonePtr): id; message 'allocWithZone:';
class function port: NSPort; message 'port';
procedure invalidate; message 'invalidate';
@@ -92,10 +90,10 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSMachPort }
- NSMachPort = objcclass(NSPort)
+ NSMachPort = objcclass external (NSPort)
private
_delegate: id;
_flags: NSUInteger;
@@ -103,8 +101,6 @@ var
_reserved: NSUInteger;
public
- class function alloc: NSMachPort; message 'alloc';
-
class function portWithMachPort(machPort_: cuint32): NSPort; message 'portWithMachPort:';
function initWithMachPort(machPort_: cuint32): id; message 'initWithMachPort:';
procedure setDelegate(anObject: id); message 'setDelegate:';
@@ -114,20 +110,19 @@ var
function machPort: cuint32; message 'machPort';
procedure scheduleInRunLoop_forMode(runLoop: NSRunLoop; mode: NSString); message 'scheduleInRunLoop:forMode:';
procedure removeFromRunLoop_forMode(runLoop: NSRunLoop; mode: NSString); message 'removeFromRunLoop:forMode:';
- end; external;
+ end;
{ NSMessagePort }
- NSMessagePort = objcclass(NSPort)
+ NSMessagePort = objcclass external (NSPort)
private
_port: Pointer; {garbage collector: __strong }
_delegate: id;
public
- class function alloc: NSMessagePort; message 'alloc';
- end; external;
+ end;
{ NSSocketPort }
- NSSocketPort = objcclass(NSPort)
+ NSSocketPort = objcclass external (NSPort)
private
_receiver: Pointer; {garbage collector: __strong }
_connectors: Pointer; {garbage collector: __strong }
@@ -141,8 +136,6 @@ var
_reserved: NSUInteger;
public
- class function alloc: NSSocketPort; message 'alloc';
-
function init: id; message 'init';
function initWithTCPPort(port_: cushort): id; message 'initWithTCPPort:';
function initWithProtocolFamily_socketType_protocol_address(family: cint; type_: cint; protocol_: cint; address_: NSData): id; message 'initWithProtocolFamily:socketType:protocol:address:';
@@ -154,7 +147,7 @@ var
function protocol: cint; message 'protocol';
function address: NSData; message 'address';
function socket: NSSocketNativeHandle; message 'socket';
- end; external;
+ end;
{$endif}
{$endif}
@@ -163,13 +156,13 @@ var
{$define NSPORT_PAS_P}
{ NSPortDelegate Protocol }
- NSPortDelegateProtocol = objcprotocol
+ NSPortDelegateProtocol = objcprotocol external name 'NSPortDelegate'
procedure handlePortMessage(message: NSPortMessage); message 'handlePortMessage:';
- end; external name 'NSPortDelegate';
+ end;
{ NSMachPortDelegate Protocol }
- NSMachPortDelegateProtocol = objcprotocol
+ NSMachPortDelegateProtocol = objcprotocol external name 'NSMachPortDelegate'
procedure handleMachMessage(msg: Pointer); message 'handleMachMessage:';
- end; external name 'NSMachPortDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSPortCoder.inc b/packages/cocoaint/src/foundation/NSPortCoder.inc
index 3744addf58..f7cc601007 100644
--- a/packages/cocoaint/src/foundation/NSPortCoder.inc
+++ b/packages/cocoaint/src/foundation/NSPortCoder.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSPortCoder.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSPORTCODER_PAS_C}
{ NSPortCoder }
- NSPortCoder = objcclass(NSCoder)
+ NSPortCoder = objcclass external (NSCoder)
public
- class function alloc: NSPortCoder; message 'alloc';
-
function isBycopy: Boolean; message 'isBycopy';
function isByref: Boolean; message 'isByref';
function connection: NSConnection; message 'connection';
@@ -54,13 +52,13 @@
function decodePortObject: NSPort; message 'decodePortObject';
function initWithReceivePort_sendPort_components(rcvPort: NSPort; sndPort: NSPort; comps: NSArray): id; message 'initWithReceivePort:sendPort:components:';
procedure dispatch; message 'dispatch';
- end; external;
+ end;
{ NSDistributedObjectsCategory }
- NSDistributedObjectsCategory = objccategory(NSObject)
+ NSDistributedObjectsCategory = objccategory external (NSObject)
function classForPortCoder: Pobjc_class; message 'classForPortCoder';
function replacementObjectForPortCoder(coder: NSPortCoder): id; message 'replacementObjectForPortCoder:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSPortMessage.inc b/packages/cocoaint/src/foundation/NSPortMessage.inc
index 3c29bfbb11..086bf534ab 100644
--- a/packages/cocoaint/src/foundation/NSPortMessage.inc
+++ b/packages/cocoaint/src/foundation/NSPortMessage.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSPortMessage.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSPORTMESSAGE_PAS_C}
{ NSPortMessage }
- NSPortMessage = objcclass(NSObject)
+ NSPortMessage = objcclass external (NSObject)
private
localPort: NSPort;
remotePort: NSPort;
@@ -52,8 +52,6 @@
reserved: Pointer;
public
- class function alloc: NSPortMessage; message 'alloc';
-
function initWithSendPort_receivePort_components(sendPort_: NSPort; replyPort: NSPort; components_: NSArray): id; message 'initWithSendPort:receivePort:components:';
function components: NSArray; message 'components';
function receivePort: NSPort; message 'receivePort';
@@ -61,7 +59,7 @@
function sendBeforeDate(date: NSDate): Boolean; message 'sendBeforeDate:';
function msgid: cuint32; message 'msgid';
procedure setMsgid(msgid_: cuint32); message 'setMsgid:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSPortNameServer.inc b/packages/cocoaint/src/foundation/NSPortNameServer.inc
index e321b24546..5f57902712 100644
--- a/packages/cocoaint/src/foundation/NSPortNameServer.inc
+++ b/packages/cocoaint/src/foundation/NSPortNameServer.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSPortNameServer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -51,48 +51,40 @@
{$define NSPORTNAMESERVER_PAS_C}
{ NSPortNameServer }
- NSPortNameServer = objcclass(NSObject)
+ NSPortNameServer = objcclass external (NSObject)
public
- class function alloc: NSPortNameServer; message 'alloc';
-
class function systemDefaultPortNameServer: NSPortNameServer; message 'systemDefaultPortNameServer';
function portForName(name: NSString): NSPort; message 'portForName:';
function portForName_host(name: NSString; host: NSString): NSPort; message 'portForName:host:';
function registerPort_name(port: NSPort; name: NSString): Boolean; message 'registerPort:name:';
function removePortForName(name: NSString): Boolean; message 'removePortForName:';
- end; external;
+ end;
{ NSMachBootstrapServer }
- NSMachBootstrapServer = objcclass(NSPortNameServer)
+ NSMachBootstrapServer = objcclass external (NSPortNameServer)
public
- class function alloc: NSMachBootstrapServer; message 'alloc';
-
class function sharedInstance: id; message 'sharedInstance';
function portForName(name: NSString): NSPort; message 'portForName:';
function portForName_host(name: NSString; host: NSString): NSPort; message 'portForName:host:';
function registerPort_name(port: NSPort; name: NSString): Boolean; message 'registerPort:name:';
function servicePortWithName(name: NSString): NSPort; message 'servicePortWithName:';
- end; external;
+ end;
{ NSMessagePortNameServer }
- NSMessagePortNameServer = objcclass(NSPortNameServer)
+ NSMessagePortNameServer = objcclass external (NSPortNameServer)
public
- class function alloc: NSMessagePortNameServer; message 'alloc';
-
class function sharedInstance: id; message 'sharedInstance';
function portForName(name: NSString): NSPort; message 'portForName:';
function portForName_host(name: NSString; host: NSString): NSPort; message 'portForName:host:';
- end; external;
+ end;
{ NSSocketPortNameServer }
- NSSocketPortNameServer = objcclass(NSPortNameServer)
+ NSSocketPortNameServer = objcclass external (NSPortNameServer)
public
- class function alloc: NSSocketPortNameServer; message 'alloc';
-
class function sharedInstance: id; message 'sharedInstance';
function portForName(name: NSString): NSPort; message 'portForName:';
function portForName_host(name: NSString; host: NSString): NSPort; message 'portForName:host:';
@@ -102,7 +94,7 @@
function registerPort_name_nameServerPortNumber(port: NSPort; name: NSString; portNumber: cuint16): Boolean; message 'registerPort:name:nameServerPortNumber:';
procedure setDefaultNameServerPortNumber(portNumber: cuint16); message 'setDefaultNameServerPortNumber:';
function defaultNameServerPortNumber: cuint16; message 'defaultNameServerPortNumber';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSPredicate.inc b/packages/cocoaint/src/foundation/NSPredicate.inc
index 55a52a60e1..9c98ccc80b 100644
--- a/packages/cocoaint/src/foundation/NSPredicate.inc
+++ b/packages/cocoaint/src/foundation/NSPredicate.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSPredicate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define NSPREDICATE_PAS_C}
{ NSPredicate }
- NSPredicate = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ NSPredicate = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_reserved: Pointer;
public
- class function alloc: NSPredicate; message 'alloc';
-
class function predicateWithFormat_argumentArray(predicateFormat_: NSString; arguments: NSArray): NSPredicate; message 'predicateWithFormat:argumentArray:';
class function predicateWithFormat(firstKey: id): NSPredicate; varargs; message 'predicateWithFormat:';
class function predicateWithFormat_arguments(predicateFormat_: NSString; argList: va_list): NSPredicate; message 'predicateWithFormat:arguments:';
@@ -62,27 +60,27 @@
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSPredicateSupportCategory }
- NSPredicateSupportCategory = objccategory(NSArray)
+ NSPredicateSupportCategory = objccategory external (NSArray)
function filteredArrayUsingPredicate(predicate: NSPredicate): NSArray; message 'filteredArrayUsingPredicate:';
- end; external;
+ end;
{ NSPredicateSupport_NSMutableArrayCategory }
- NSPredicateSupport_NSMutableArrayCategory = objccategory(NSMutableArray)
+ NSPredicateSupport_NSMutableArrayCategory = objccategory external name 'NSPredicateSupport' (NSMutableArray)
procedure filterUsingPredicate(predicate: NSPredicate); message 'filterUsingPredicate:';
- end; external name 'NSPredicateSupport';
+ end;
{ NSPredicateSupport_NSSetCategory }
- NSPredicateSupport_NSSetCategory = objccategory(NSSet)
+ NSPredicateSupport_NSSetCategory = objccategory external name 'NSPredicateSupport' (NSSet)
function filteredSetUsingPredicate(predicate: NSPredicate): NSSet; message 'filteredSetUsingPredicate:';
- end; external name 'NSPredicateSupport';
+ end;
{ NSPredicateSupport_NSMutableSetCategory }
- NSPredicateSupport_NSMutableSetCategory = objccategory(NSMutableSet)
+ NSPredicateSupport_NSMutableSetCategory = objccategory external name 'NSPredicateSupport' (NSMutableSet)
procedure filterUsingPredicate(predicate: NSPredicate); message 'filterUsingPredicate:';
- end; external name 'NSPredicateSupport';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSProcessInfo.inc b/packages/cocoaint/src/foundation/NSProcessInfo.inc
index eb22653fac..6ad2f3135c 100644
--- a/packages/cocoaint/src/foundation/NSProcessInfo.inc
+++ b/packages/cocoaint/src/foundation/NSProcessInfo.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSProcessInfo.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -53,7 +53,7 @@ const
{$define NSPROCESSINFO_PAS_C}
{ NSProcessInfo }
- NSProcessInfo = objcclass(NSObject)
+ NSProcessInfo = objcclass external (NSObject)
private
_environment: NSDictionary;
_arguments: NSArray;
@@ -62,8 +62,6 @@ const
reserved: Pointer;
public
- class function alloc: NSProcessInfo; message 'alloc';
-
class function processInfo: NSProcessInfo; message 'processInfo';
function environment: NSDictionary; message 'environment';
function arguments: NSArray; message 'arguments';
@@ -81,7 +79,7 @@ const
function systemUptime: NSTimeInterval; message 'systemUptime';
procedure disableSuddenTermination; message 'disableSuddenTermination';
procedure enableSuddenTermination; message 'enableSuddenTermination';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSPropertyList.inc b/packages/cocoaint/src/foundation/NSPropertyList.inc
index a731200a40..dcfbdc8683 100644
--- a/packages/cocoaint/src/foundation/NSPropertyList.inc
+++ b/packages/cocoaint/src/foundation/NSPropertyList.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSPropertyList.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -63,13 +63,11 @@ type
{$define NSPROPERTYLIST_PAS_C}
{ NSPropertyListSerialization }
- NSPropertyListSerialization = objcclass(NSObject)
+ NSPropertyListSerialization = objcclass external (NSObject)
private
reserved: array[0..5] of Pointer;
public
- class function alloc: NSPropertyListSerialization; message 'alloc';
-
class function propertyList_isValidForFormat(plist: id; format: NSPropertyListFormat): Boolean; message 'propertyList:isValidForFormat:';
class function dataWithPropertyList_format_options_error(plist: id; format: NSPropertyListFormat; opt: NSPropertyListWriteOptions; error: NSErrorPointer): NSData; message 'dataWithPropertyList:format:options:error:';
class function writePropertyList_toStream_format_options_error(plist: id; stream: NSOutputStream; format: NSPropertyListFormat; opt: NSPropertyListWriteOptions; error: NSErrorPointer): NSInteger; message 'writePropertyList:toStream:format:options:error:';
@@ -77,7 +75,7 @@ type
class function propertyListWithStream_options_format_error(stream: NSInputStream; opt: NSPropertyListReadOptions; format: NSPropertyListFormatPtr; error: NSErrorPointer): id; message 'propertyListWithStream:options:format:error:';
class function dataFromPropertyList_format_errorDescription(plist: id; format: NSPropertyListFormat; errorString: NSStringPointer): NSData; message 'dataFromPropertyList:format:errorDescription:';
class function propertyListFromData_mutabilityOption_format_errorDescription(data: NSData; opt: NSPropertyListMutabilityOptions; format: NSPropertyListFormatPtr; errorString: NSStringPointer): id; message 'propertyListFromData:mutabilityOption:format:errorDescription:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSProtocolChecker.inc b/packages/cocoaint/src/foundation/NSProtocolChecker.inc
index ace3cee7b7..a7e4f1a8c2 100644
--- a/packages/cocoaint/src/foundation/NSProtocolChecker.inc
+++ b/packages/cocoaint/src/foundation/NSProtocolChecker.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSProtocolChecker.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,20 +42,18 @@
{$define NSPROTOCOLCHECKER_PAS_C}
{ NSProtocolChecker }
- NSProtocolChecker = objcclass(NSProxy)
+ NSProtocolChecker = objcclass external (NSProxy)
public
- class function alloc: NSProtocolChecker; message 'alloc';
-
function protocol: Protocol; message 'protocol';
function target: NSObject; message 'target';
- end; external;
+ end;
{ NSProtocolCheckerCreationCategory }
- NSProtocolCheckerCreationCategory = objccategory(NSProtocolChecker)
+ NSProtocolCheckerCreationCategory = objccategory external (NSProtocolChecker)
class function protocolCheckerWithTarget_protocol(anObject: NSObject; aProtocol: objc_protocol): id; message 'protocolCheckerWithTarget:protocol:';
function initWithTarget_protocol(anObject: NSObject; aProtocol: objc_protocol): id; message 'initWithTarget:protocol:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSProxy.inc b/packages/cocoaint/src/foundation/NSProxy.inc
index 3fdbb3be1a..17952c07c2 100644
--- a/packages/cocoaint/src/foundation/NSProxy.inc
+++ b/packages/cocoaint/src/foundation/NSProxy.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSProxy.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,27 +42,26 @@
{$define NSPROXY_PAS_C}
{ NSProxy }
- NSProxy = objcclass(NSObject, NSObjectProtocol)
+ NSProxy = objcclass external (NSObjectProtocol)
private
isa: Pobjc_class;
public
- class function alloc: NSProxy; message 'alloc';
-
class function alloc: id; message 'alloc';
class function allocWithZone(zone_: NSZonePtr): id; message 'allocWithZone:';
- class function class_: Pobjc_class; message 'class';
+ class function classClass: Pobjc_class; message 'class';
procedure forwardInvocation(invocation: NSInvocation); message 'forwardInvocation:';
function methodSignatureForSelector(sel_: SEL): NSMethodSignature; message 'methodSignatureForSelector:';
procedure dealloc; message 'dealloc';
procedure finalize; message 'finalize';
function description: NSString; message 'description';
- class function respondsToSelector(aSelector: SEL): Boolean; message 'respondsToSelector:';
+ class function classRespondsToSelector(aSelector: SEL): Boolean; message 'respondsToSelector:';
{ Adopted Protocols }
function isEqual(object_: id): Boolean;
function hash: NSUInteger;
function superclass: Pobjc_class;
+ function _class: Pobjc_class;
function self: id;
function zone: NSZonePtr;
function performSelector(aSelector: SEL): id;
@@ -72,11 +71,12 @@
function isKindOfClass(aClass: Pobjc_class): Boolean;
function isMemberOfClass(aClass: Pobjc_class): Boolean;
function conformsToProtocol(aProtocol: objc_protocol): Boolean;
+ function respondsToSelector(aSelector: SEL): Boolean;
function retain: id;
procedure release;
function autorelease: id;
function retainCount: NSUInteger;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSRange.inc b/packages/cocoaint/src/foundation/NSRange.inc
index 86f4787db1..94127ecfc8 100644
--- a/packages/cocoaint/src/foundation/NSRange.inc
+++ b/packages/cocoaint/src/foundation/NSRange.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSRange.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -56,10 +56,10 @@ function NSRangeFromString(aString: NSString): NSRange; cdecl; external;
{$define NSRANGE_PAS_C}
{ NSValueRangeExtensionsCategory }
- NSValueRangeExtensionsCategory = objccategory(NSValue)
+ NSValueRangeExtensionsCategory = objccategory external (NSValue)
class function valueWithRange(range: NSRange): NSValue; message 'valueWithRange:';
function rangeValue: NSRange; message 'rangeValue';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSRunLoop.inc b/packages/cocoaint/src/foundation/NSRunLoop.inc
index 5691ccb30d..de0d1eed8b 100644
--- a/packages/cocoaint/src/foundation/NSRunLoop.inc
+++ b/packages/cocoaint/src/foundation/NSRunLoop.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSRunLoop.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -47,7 +47,7 @@ var
{$define NSRUNLOOP_PAS_C}
{ NSRunLoop }
- NSRunLoop = objcclass(NSObject)
+ NSRunLoop = objcclass external (NSObject)
private
_rl: id;
_dperf: id;
@@ -57,8 +57,6 @@ var
_reserved: array[0..5] of Pointer;
public
- class function alloc: NSRunLoop; message 'alloc';
-
class function currentRunLoop: NSRunLoop; message 'currentRunLoop';
class function mainRunLoop: NSRunLoop; message 'mainRunLoop';
function currentMode: NSString; message 'currentMode';
@@ -68,30 +66,30 @@ var
procedure removePort_forMode(aPort: NSPort; mode: NSString); message 'removePort:forMode:';
function limitDateForMode(mode: NSString): NSDate; message 'limitDateForMode:';
procedure acceptInputForMode_beforeDate(mode: NSString; limitDate: NSDate); message 'acceptInputForMode:beforeDate:';
- end; external;
+ end;
{ NSRunLoopConveniencesCategory }
- NSRunLoopConveniencesCategory = objccategory(NSRunLoop)
+ NSRunLoopConveniencesCategory = objccategory external (NSRunLoop)
procedure run; message 'run';
procedure runUntilDate(limitDate: NSDate); message 'runUntilDate:';
function runMode_beforeDate(mode: NSString; limitDate: NSDate): Boolean; message 'runMode:beforeDate:';
procedure configureAsServer; message 'configureAsServer'; deprecated 'in Mac OS X 10.5 and later';
- end; external;
+ end;
{ NSDelayedPerformingCategory }
- NSDelayedPerformingCategory = objccategory(NSObject)
+ NSDelayedPerformingCategory = objccategory external (NSObject)
procedure performSelector_withObject_afterDelay_inModes(aSelector: SEL; anArgument: id; delay: NSTimeInterval; modes: NSArray); message 'performSelector:withObject:afterDelay:inModes:';
procedure performSelector_withObject_afterDelay(aSelector: SEL; anArgument: id; delay: NSTimeInterval); message 'performSelector:withObject:afterDelay:';
class procedure cancelPreviousPerformRequestsWithTarget_selector_object(aTarget: id; aSelector: SEL; anArgument: id); message 'cancelPreviousPerformRequestsWithTarget:selector:object:';
class procedure cancelPreviousPerformRequestsWithTarget(aTarget: id); message 'cancelPreviousPerformRequestsWithTarget:';
- end; external;
+ end;
{ NSOrderedPerformCategory }
- NSOrderedPerformCategory = objccategory(NSRunLoop)
+ NSOrderedPerformCategory = objccategory external (NSRunLoop)
procedure performSelector_target_argument_order_modes(aSelector: SEL; target: id; arg: id; order: NSUInteger; modes: NSArray); message 'performSelector:target:argument:order:modes:';
procedure cancelPerformSelector_target_argument(aSelector: SEL; target: id; arg: id); message 'cancelPerformSelector:target:argument:';
procedure cancelPerformSelectorsWithTarget(target: id); message 'cancelPerformSelectorsWithTarget:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScanner.inc b/packages/cocoaint/src/foundation/NSScanner.inc
index e47a5774f9..634e551267 100644
--- a/packages/cocoaint/src/foundation/NSScanner.inc
+++ b/packages/cocoaint/src/foundation/NSScanner.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScanner.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSSCANNER_PAS_C}
{ NSScanner }
- NSScanner = objcclass(NSObject, NSCopyingProtocol)
+ NSScanner = objcclass external (NSObject, NSCopyingProtocol)
public
- class function alloc: NSScanner; message 'alloc';
-
function string_: NSString; message 'string';
function scanLocation: NSUInteger; message 'scanLocation';
procedure setScanLocation(pos: NSUInteger); message 'setScanLocation:';
@@ -56,10 +54,10 @@
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSExtendedScannerCategory }
- NSExtendedScannerCategory = objccategory(NSScanner)
+ NSExtendedScannerCategory = objccategory external (NSScanner)
function charactersToBeSkipped: NSCharacterSet; message 'charactersToBeSkipped';
function caseSensitive: Boolean; message 'caseSensitive';
function locale: id; message 'locale';
@@ -80,7 +78,7 @@
function initWithString(string__: NSString): id; message 'initWithString:';
class function scannerWithString(string__: NSString): id; message 'scannerWithString:';
class function localizedScannerWithString(string__: NSString): id; message 'localizedScannerWithString:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScriptClassDescription.inc b/packages/cocoaint/src/foundation/NSScriptClassDescription.inc
index 21727762b1..41c4750ba7 100644
--- a/packages/cocoaint/src/foundation/NSScriptClassDescription.inc
+++ b/packages/cocoaint/src/foundation/NSScriptClassDescription.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScriptClassDescription.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSSCRIPTCLASSDESCRIPTION_PAS_C}
{ NSScriptClassDescription }
- NSScriptClassDescription = objcclass(NSClassDescription)
+ NSScriptClassDescription = objcclass external (NSClassDescription)
private
_suiteName: NSString;
_objcClassName: NSString;
@@ -55,8 +55,6 @@
_moreVars: id;
public
- class function alloc: NSScriptClassDescription; message 'alloc';
-
class function classDescriptionForClass(aClass: Pobjc_class): NSScriptClassDescription; message 'classDescriptionForClass:';
function initWithSuiteName_className_dictionary(suiteName_: NSString; className_: NSString; classDeclaration: NSDictionary): id; message 'initWithSuiteName:className:dictionary:';
function suiteName: NSString; message 'suiteName';
@@ -77,18 +75,18 @@
function hasOrderedToManyRelationshipForKey(key: NSString): Boolean; message 'hasOrderedToManyRelationshipForKey:';
function hasReadablePropertyForKey(key: NSString): Boolean; message 'hasReadablePropertyForKey:';
function hasWritablePropertyForKey(key: NSString): Boolean; message 'hasWritablePropertyForKey:';
- end; external;
+ end;
{ NSDeprecated_NSScriptClassDescriptionCategory }
- NSDeprecated_NSScriptClassDescriptionCategory = objccategory(NSScriptClassDescription)
+ NSDeprecated_NSScriptClassDescriptionCategory = objccategory external name 'NSDeprecated' (NSScriptClassDescription)
function isReadOnlyKey(key: NSString): Boolean; message 'isReadOnlyKey:'; deprecated 'in Mac OS X 10.5 and later';
- end; external name 'NSDeprecated';
+ end;
{ NSScriptClassDescription_NSObjectCategory }
- NSScriptClassDescription_NSObjectCategory = objccategory(NSObject)
+ NSScriptClassDescription_NSObjectCategory = objccategory external name 'NSScriptClassDescription' (NSObject)
function classCode: FourCharCode; message 'classCode';
function className: NSString; message 'className';
- end; external name 'NSScriptClassDescription';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc b/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc
index 0470f3384b..ced95c808c 100644
--- a/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc
+++ b/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScriptCoercionHandler.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,17 +42,15 @@
{$define NSSCRIPTCOERCIONHANDLER_PAS_C}
{ NSScriptCoercionHandler }
- NSScriptCoercionHandler = objcclass(NSObject)
+ NSScriptCoercionHandler = objcclass external (NSObject)
private
_coercers: id;
public
- class function alloc: NSScriptCoercionHandler; message 'alloc';
-
class function sharedCoercionHandler: NSScriptCoercionHandler; message 'sharedCoercionHandler';
function coerceValue_toClass(value: id; toClass: Pobjc_class): id; message 'coerceValue:toClass:';
procedure registerCoercer_selector_toConvertFromClass_toClass(coercer: id; selector: SEL; fromClass: Pobjc_class; toClass: Pobjc_class); message 'registerCoercer:selector:toConvertFromClass:toClass:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScriptCommand.inc b/packages/cocoaint/src/foundation/NSScriptCommand.inc
index 094af8b4c5..e25f4c2eba 100644
--- a/packages/cocoaint/src/foundation/NSScriptCommand.inc
+++ b/packages/cocoaint/src/foundation/NSScriptCommand.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScriptCommand.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -57,7 +57,7 @@ const
{$define NSSCRIPTCOMMAND_PAS_C}
{ NSScriptCommand }
- NSScriptCommand = objcclass(NSObject, NSCodingProtocol)
+ NSScriptCommand = objcclass external (NSObject, NSCodingProtocol)
private
_commandDescription: NSScriptCommandDescription;
_directParameter: id;
@@ -78,8 +78,6 @@ const
_reserved: Pointer;
public
- class function alloc: NSScriptCommand; message 'alloc';
-
function initWithCommandDescription(commandDef: NSScriptCommandDescription): id; message 'initWithCommandDescription:';
function commandDescription: NSScriptCommandDescription; message 'commandDescription';
procedure setDirectParameter(directParameter_: id); message 'setDirectParameter:';
@@ -109,7 +107,7 @@ const
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc b/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc
index 454ac00991..07d55a8ede 100644
--- a/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc
+++ b/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScriptCommandDescription.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSSCRIPTCOMMANDDESCRIPTION_PAS_C}
{ NSScriptCommandDescription }
- NSScriptCommandDescription = objcclass(NSObject, NSCodingProtocol)
+ NSScriptCommandDescription = objcclass external (NSObject, NSCodingProtocol)
private
_suiteName: NSString;
_plistCommandName: NSString;
@@ -54,8 +54,6 @@
_moreVars: id;
public
- class function alloc: NSScriptCommandDescription; message 'alloc';
-
function initWithSuiteName_commandName_dictionary(suiteName_: NSString; commandName_: NSString; commandDeclaration: NSDictionary): id; message 'initWithSuiteName:commandName:dictionary:';
function suiteName: NSString; message 'suiteName';
function commandName: NSString; message 'commandName';
@@ -74,7 +72,7 @@
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc b/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc
index 64a222e404..ad499064c1 100644
--- a/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc
+++ b/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScriptExecutionContext.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSSCRIPTEXECUTIONCONTEXT_PAS_C}
{ NSScriptExecutionContext }
- NSScriptExecutionContext = objcclass(NSObject)
+ NSScriptExecutionContext = objcclass external (NSObject)
private
_topLevelObject: id;
_objectBeingTested: id;
@@ -50,8 +50,6 @@
_moreVars: id;
public
- class function alloc: NSScriptExecutionContext; message 'alloc';
-
class function sharedScriptExecutionContext: NSScriptExecutionContext; message 'sharedScriptExecutionContext';
function topLevelObject: id; message 'topLevelObject';
procedure setTopLevelObject(obj: id); message 'setTopLevelObject:';
@@ -59,7 +57,7 @@
procedure setObjectBeingTested(obj: id); message 'setObjectBeingTested:';
function rangeContainerObject: id; message 'rangeContainerObject';
procedure setRangeContainerObject(obj: id); message 'setRangeContainerObject:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc b/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc
index 3daa8844a4..138578e948 100644
--- a/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc
+++ b/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScriptKeyValueCoding.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -43,7 +43,7 @@ var
{$define NSSCRIPTKEYVALUECODING_PAS_C}
{ NSScriptKeyValueCodingCategory }
- NSScriptKeyValueCodingCategory = objccategory(NSObject)
+ NSScriptKeyValueCodingCategory = objccategory external (NSObject)
function valueAtIndex_inPropertyWithKey(index: NSUInteger; key: NSString): id; message 'valueAtIndex:inPropertyWithKey:';
function valueWithName_inPropertyWithKey(name: NSString; key: NSString): id; message 'valueWithName:inPropertyWithKey:';
function valueWithUniqueID_inPropertyWithKey(uniqueID: id; key: NSString): id; message 'valueWithUniqueID:inPropertyWithKey:';
@@ -52,7 +52,7 @@ var
procedure replaceValueAtIndex_inPropertyWithKey_withValue(index: NSUInteger; key: NSString; value: id); message 'replaceValueAtIndex:inPropertyWithKey:withValue:';
procedure insertValue_inPropertyWithKey(value: id; key: NSString); message 'insertValue:inPropertyWithKey:';
function coerceValue_forKey(value: id; key: NSString): id; message 'coerceValue:forKey:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc b/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc
index 738791cf30..d8cc4356c7 100644
--- a/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc
+++ b/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScriptObjectSpecifiers.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -110,7 +110,7 @@ type
{$define NSSCRIPTOBJECTSPECIFIERS_PAS_C}
{ NSScriptObjectSpecifier }
- NSScriptObjectSpecifier = objcclass(NSObject, NSCodingProtocol)
+ NSScriptObjectSpecifier = objcclass external (NSObject, NSCodingProtocol)
private
_container: NSScriptObjectSpecifier;
_child: NSScriptObjectSpecifier;
@@ -123,8 +123,6 @@ type
_error: NSInteger;
public
- class function alloc: NSScriptObjectSpecifier; message 'alloc';
-
class function objectSpecifierWithDescriptor(descriptor_: NSAppleEventDescriptor): NSScriptObjectSpecifier; message 'objectSpecifierWithDescriptor:';
function initWithContainerSpecifier_key(container: NSScriptObjectSpecifier; property_: NSString): id; message 'initWithContainerSpecifier:key:';
function initWithContainerClassDescription_containerSpecifier_key(classDesc: NSScriptClassDescription; container: NSScriptObjectSpecifier; property_: NSString): id; message 'initWithContainerClassDescription:containerSpecifier:key:';
@@ -152,43 +150,38 @@ type
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSIndexSpecifier }
- NSIndexSpecifier = objcclass(NSScriptObjectSpecifier)
+ NSIndexSpecifier = objcclass external (NSScriptObjectSpecifier)
private
_index: NSInteger;
public
- class function alloc: NSIndexSpecifier; message 'alloc';
-
function initWithContainerClassDescription_containerSpecifier_key_index(classDesc: NSScriptClassDescription; container: NSScriptObjectSpecifier; property_: NSString; index_: NSInteger): id; message 'initWithContainerClassDescription:containerSpecifier:key:index:';
function index: NSInteger; message 'index';
procedure setIndex(index_: NSInteger); message 'setIndex:';
- end; external;
+ end;
{ NSMiddleSpecifier }
- NSMiddleSpecifier = objcclass(NSScriptObjectSpecifier)
+ NSMiddleSpecifier = objcclass external (NSScriptObjectSpecifier)
public
- class function alloc: NSMiddleSpecifier; message 'alloc';
- end; external;
+ end;
{ NSNameSpecifier }
- NSNameSpecifier = objcclass(NSScriptObjectSpecifier)
+ NSNameSpecifier = objcclass external (NSScriptObjectSpecifier)
private
_name: NSString;
public
- class function alloc: NSNameSpecifier; message 'alloc';
-
function initWithContainerClassDescription_containerSpecifier_key_name(classDesc: NSScriptClassDescription; container: NSScriptObjectSpecifier; property_: NSString; name_: NSString): id; message 'initWithContainerClassDescription:containerSpecifier:key:name:';
function name: NSString; message 'name';
procedure setName(name_: NSString); message 'setName:';
- end; external;
+ end;
{ NSPositionalSpecifier }
- NSPositionalSpecifier = objcclass(NSObject)
+ NSPositionalSpecifier = objcclass external (NSObject)
private
_specifier: NSScriptObjectSpecifier;
_unadjustedPosition: NSInsertionPosition;
@@ -197,8 +190,6 @@ type
_reserved0: Pointer;
public
- class function alloc: NSPositionalSpecifier; message 'alloc';
-
function initWithPosition_objectSpecifier(position_: NSInsertionPosition; specifier: NSScriptObjectSpecifier): id; message 'initWithPosition:objectSpecifier:';
function position: NSInsertionPosition; message 'position';
function objectSpecifier: NSScriptObjectSpecifier; message 'objectSpecifier';
@@ -208,69 +199,61 @@ type
function insertionKey: NSString; message 'insertionKey';
function insertionIndex: NSInteger; message 'insertionIndex';
function insertionReplaces: Boolean; message 'insertionReplaces';
- end; external;
+ end;
{ NSPropertySpecifier }
- NSPropertySpecifier = objcclass(NSScriptObjectSpecifier)
+ NSPropertySpecifier = objcclass external (NSScriptObjectSpecifier)
public
- class function alloc: NSPropertySpecifier; message 'alloc';
- end; external;
+ end;
{ NSRandomSpecifier }
- NSRandomSpecifier = objcclass(NSScriptObjectSpecifier)
+ NSRandomSpecifier = objcclass external (NSScriptObjectSpecifier)
public
- class function alloc: NSRandomSpecifier; message 'alloc';
- end; external;
+ end;
{ NSRangeSpecifier }
- NSRangeSpecifier = objcclass(NSScriptObjectSpecifier)
+ NSRangeSpecifier = objcclass external (NSScriptObjectSpecifier)
private
_startSpec: NSScriptObjectSpecifier;
_endSpec: NSScriptObjectSpecifier;
public
- class function alloc: NSRangeSpecifier; message 'alloc';
-
function initWithContainerClassDescription_containerSpecifier_key_startSpecifier_endSpecifier(classDesc: NSScriptClassDescription; container: NSScriptObjectSpecifier; property_: NSString; startSpec: NSScriptObjectSpecifier; endSpec: NSScriptObjectSpecifier): id; message 'initWithContainerClassDescription:containerSpecifier:key:startSpecifier:endSpecifier:';
function startSpecifier: NSScriptObjectSpecifier; message 'startSpecifier';
procedure setStartSpecifier(startSpec: NSScriptObjectSpecifier); message 'setStartSpecifier:';
function endSpecifier: NSScriptObjectSpecifier; message 'endSpecifier';
procedure setEndSpecifier(endSpec: NSScriptObjectSpecifier); message 'setEndSpecifier:';
- end; external;
+ end;
{ NSRelativeSpecifier }
- NSRelativeSpecifier = objcclass(NSScriptObjectSpecifier)
+ NSRelativeSpecifier = objcclass external (NSScriptObjectSpecifier)
private
_relativePosition: NSRelativePosition;
_baseSpecifier: NSScriptObjectSpecifier;
public
- class function alloc: NSRelativeSpecifier; message 'alloc';
-
function initWithContainerClassDescription_containerSpecifier_key_relativePosition_baseSpecifier(classDesc: NSScriptClassDescription; container: NSScriptObjectSpecifier; property_: NSString; relPos: NSRelativePosition; baseSpecifier_: NSScriptObjectSpecifier): id; message 'initWithContainerClassDescription:containerSpecifier:key:relativePosition:baseSpecifier:';
function relativePosition: NSRelativePosition; message 'relativePosition';
procedure setRelativePosition(relPos: NSRelativePosition); message 'setRelativePosition:';
function baseSpecifier: NSScriptObjectSpecifier; message 'baseSpecifier';
procedure setBaseSpecifier(baseSpecifier_: NSScriptObjectSpecifier); message 'setBaseSpecifier:';
- end; external;
+ end;
{ NSUniqueIDSpecifier }
- NSUniqueIDSpecifier = objcclass(NSScriptObjectSpecifier)
+ NSUniqueIDSpecifier = objcclass external (NSScriptObjectSpecifier)
private
_uniqueID: id;
public
- class function alloc: NSUniqueIDSpecifier; message 'alloc';
-
function initWithContainerClassDescription_containerSpecifier_key_uniqueID(classDesc: NSScriptClassDescription; container: NSScriptObjectSpecifier; property_: NSString; uniqueID_: id): id; message 'initWithContainerClassDescription:containerSpecifier:key:uniqueID:';
function uniqueID: id; message 'uniqueID';
procedure setUniqueID(uniqueID_: id); message 'setUniqueID:';
- end; external;
+ end;
{ NSWhoseSpecifier }
- NSWhoseSpecifier = objcclass(NSScriptObjectSpecifier)
+ NSWhoseSpecifier = objcclass external (NSScriptObjectSpecifier)
private
_test: NSScriptWhoseTest;
_startSubelementIdentifier: NSWhoseSubelementIdentifier;
@@ -279,8 +262,6 @@ type
_endSubelementIndex: NSInteger;
public
- class function alloc: NSWhoseSpecifier; message 'alloc';
-
function initWithContainerClassDescription_containerSpecifier_key_test(classDesc: NSScriptClassDescription; container: NSScriptObjectSpecifier; property_: NSString; test_: NSScriptWhoseTest): id; message 'initWithContainerClassDescription:containerSpecifier:key:test:';
function test: NSScriptWhoseTest; message 'test';
procedure setTest(test_: NSScriptWhoseTest); message 'setTest:';
@@ -292,13 +273,13 @@ type
procedure setEndSubelementIdentifier(subelement: NSWhoseSubelementIdentifier); message 'setEndSubelementIdentifier:';
function endSubelementIndex: NSInteger; message 'endSubelementIndex';
procedure setEndSubelementIndex(index: NSInteger); message 'setEndSubelementIndex:';
- end; external;
+ end;
{ NSScriptObjectSpecifiersCategory }
- NSScriptObjectSpecifiersCategory = objccategory(NSObject)
+ NSScriptObjectSpecifiersCategory = objccategory external (NSObject)
function objectSpecifier: NSScriptObjectSpecifier; message 'objectSpecifier';
function indicesOfObjectsByEvaluatingObjectSpecifier(specifier: NSScriptObjectSpecifier): NSArray; message 'indicesOfObjectsByEvaluatingObjectSpecifier:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc b/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc
index 8ddca84106..7acddc215a 100644
--- a/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc
+++ b/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScriptStandardSuiteCommands.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -81,103 +81,86 @@ type
{$define NSSCRIPTSTANDARDSUITECOMMANDS_PAS_C}
{ NSCloneCommand }
- NSCloneCommand = objcclass(NSScriptCommand)
+ NSCloneCommand = objcclass external (NSScriptCommand)
private
_keySpecifier: NSScriptObjectSpecifier;
public
- class function alloc: NSCloneCommand; message 'alloc';
-
procedure setReceiversSpecifier(receiversRef: NSScriptObjectSpecifier); message 'setReceiversSpecifier:';
function keySpecifier: NSScriptObjectSpecifier; message 'keySpecifier';
- end; external;
+ end;
{ NSCloseCommand }
- NSCloseCommand = objcclass(NSScriptCommand)
+ NSCloseCommand = objcclass external (NSScriptCommand)
public
- class function alloc: NSCloseCommand; message 'alloc';
-
function saveOptions: NSSaveOptions; message 'saveOptions';
- end; external;
+ end;
{ NSCountCommand }
- NSCountCommand = objcclass(NSScriptCommand)
+ NSCountCommand = objcclass external (NSScriptCommand)
public
- class function alloc: NSCountCommand; message 'alloc';
- end; external;
+ end;
{ NSCreateCommand }
- NSCreateCommand = objcclass(NSScriptCommand)
+ NSCreateCommand = objcclass external (NSScriptCommand)
private
_moreVars2: id;
public
- class function alloc: NSCreateCommand; message 'alloc';
-
function createClassDescription: NSScriptClassDescription; message 'createClassDescription';
function resolvedKeyDictionary: NSDictionary; message 'resolvedKeyDictionary';
- end; external;
+ end;
{ NSDeleteCommand }
- NSDeleteCommand = objcclass(NSScriptCommand)
+ NSDeleteCommand = objcclass external (NSScriptCommand)
private
_keySpecifier: NSScriptObjectSpecifier;
public
- class function alloc: NSDeleteCommand; message 'alloc';
-
procedure setReceiversSpecifier(receiversRef: NSScriptObjectSpecifier); message 'setReceiversSpecifier:';
function keySpecifier: NSScriptObjectSpecifier; message 'keySpecifier';
- end; external;
+ end;
{ NSExistsCommand }
- NSExistsCommand = objcclass(NSScriptCommand)
+ NSExistsCommand = objcclass external (NSScriptCommand)
public
- class function alloc: NSExistsCommand; message 'alloc';
- end; external;
+ end;
{ NSGetCommand }
- NSGetCommand = objcclass(NSScriptCommand)
+ NSGetCommand = objcclass external (NSScriptCommand)
public
- class function alloc: NSGetCommand; message 'alloc';
- end; external;
+ end;
{ NSMoveCommand }
- NSMoveCommand = objcclass(NSScriptCommand)
+ NSMoveCommand = objcclass external (NSScriptCommand)
private
_keySpecifier: NSScriptObjectSpecifier;
public
- class function alloc: NSMoveCommand; message 'alloc';
-
procedure setReceiversSpecifier(receiversRef: NSScriptObjectSpecifier); message 'setReceiversSpecifier:';
function keySpecifier: NSScriptObjectSpecifier; message 'keySpecifier';
- end; external;
+ end;
{ NSQuitCommand }
- NSQuitCommand = objcclass(NSScriptCommand)
+ NSQuitCommand = objcclass external (NSScriptCommand)
public
- class function alloc: NSQuitCommand; message 'alloc';
-
function saveOptions: NSSaveOptions; message 'saveOptions';
- end; external;
+ end;
{ NSSetCommand }
- NSSetCommand = objcclass(NSScriptCommand)
+ NSSetCommand = objcclass external (NSScriptCommand)
private
_keySpecifier: NSScriptObjectSpecifier;
public
- class function alloc: NSSetCommand; message 'alloc';
-
procedure setReceiversSpecifier(receiversRef: NSScriptObjectSpecifier); message 'setReceiversSpecifier:';
function keySpecifier: NSScriptObjectSpecifier; message 'keySpecifier';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc b/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc
index f473707dda..9631fa49a5 100644
--- a/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc
+++ b/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScriptSuiteRegistry.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSSCRIPTSUITEREGISTRY_PAS_C}
{ NSScriptSuiteRegistry }
- NSScriptSuiteRegistry = objcclass(NSObject)
+ NSScriptSuiteRegistry = objcclass external (NSObject)
private
_isLoadingSDEFFiles: Boolean;
_reserved1: array[0..2] of char;
@@ -60,8 +60,6 @@
_reserved2: array[0..3] of Pointer;
public
- class function alloc: NSScriptSuiteRegistry; message 'alloc';
-
class function sharedScriptSuiteRegistry: NSScriptSuiteRegistry; message 'sharedScriptSuiteRegistry';
class procedure setSharedScriptSuiteRegistry(registry: NSScriptSuiteRegistry); message 'setSharedScriptSuiteRegistry:';
procedure loadSuitesFromBundle(bundle: NSBundle); message 'loadSuitesFromBundle:';
@@ -77,7 +75,7 @@
function classDescriptionWithAppleEventCode(appleEventCode: FourCharCode): NSScriptClassDescription; message 'classDescriptionWithAppleEventCode:';
function commandDescriptionWithAppleEventClass_andAppleEventCode(appleEventClassCode: FourCharCode; appleEventIDCode: FourCharCode): NSScriptCommandDescription; message 'commandDescriptionWithAppleEventClass:andAppleEventCode:';
function aeteResource(languageName: NSString): NSData; message 'aeteResource:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc b/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc
index 778b1e12c3..78a2501bc2 100644
--- a/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc
+++ b/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSScriptWhoseTests.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -65,47 +65,41 @@ type
{$define NSSCRIPTWHOSETESTS_PAS_C}
{ NSScriptWhoseTest }
- NSScriptWhoseTest = objcclass(NSObject, NSCodingProtocol)
+ NSScriptWhoseTest = objcclass external (NSObject, NSCodingProtocol)
public
- class function alloc: NSScriptWhoseTest; message 'alloc';
-
function isTrue: Boolean; message 'isTrue';
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSLogicalTest }
- NSLogicalTest = objcclass(NSScriptWhoseTest)
+ NSLogicalTest = objcclass external (NSScriptWhoseTest)
private
_operator: cint;
_subTests: id;
public
- class function alloc: NSLogicalTest; message 'alloc';
-
function initAndTestWithTests(subTests: NSArray): id; message 'initAndTestWithTests:';
function initOrTestWithTests(subTests: NSArray): id; message 'initOrTestWithTests:';
function initNotTestWithTest(subTest: NSScriptWhoseTest): id; message 'initNotTestWithTest:';
- end; external;
+ end;
{ NSSpecifierTest }
- NSSpecifierTest = objcclass(NSScriptWhoseTest)
+ NSSpecifierTest = objcclass external (NSScriptWhoseTest)
private
_comparisonOperator: NSTestComparisonOperation;
_object1: NSScriptObjectSpecifier;
_object2: id;
public
- class function alloc: NSSpecifierTest; message 'alloc';
-
function initWithObjectSpecifier_comparisonOperator_testObject(obj: NSScriptObjectSpecifier; compOp: NSTestComparisonOperation; obj1: id): id; message 'initWithObjectSpecifier:comparisonOperator:testObject:';
- end; external;
+ end;
{ NSComparisonMethodsCategory }
- NSComparisonMethodsCategory = objccategory(NSObject)
+ NSComparisonMethodsCategory = objccategory external (NSObject)
function isEqualTo(object_: id): Boolean; message 'isEqualTo:';
function isLessThanOrEqualTo(object_: id): Boolean; message 'isLessThanOrEqualTo:';
function isLessThan(object_: id): Boolean; message 'isLessThan:';
@@ -115,10 +109,10 @@ type
function doesContain(object_: id): Boolean; message 'doesContain:';
function isLike(object_: NSString): Boolean; message 'isLike:';
function isCaseInsensitiveLike(object_: NSString): Boolean; message 'isCaseInsensitiveLike:';
- end; external;
+ end;
{ NSScriptingComparisonMethodsCategory }
- NSScriptingComparisonMethodsCategory = objccategory(NSObject)
+ NSScriptingComparisonMethodsCategory = objccategory external (NSObject)
function scriptingIsEqualTo(object_: id): Boolean; message 'scriptingIsEqualTo:';
function scriptingIsLessThanOrEqualTo(object_: id): Boolean; message 'scriptingIsLessThanOrEqualTo:';
function scriptingIsLessThan(object_: id): Boolean; message 'scriptingIsLessThan:';
@@ -127,7 +121,7 @@ type
function scriptingBeginsWith(object_: id): Boolean; message 'scriptingBeginsWith:';
function scriptingEndsWith(object_: id): Boolean; message 'scriptingEndsWith:';
function scriptingContains(object_: id): Boolean; message 'scriptingContains:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSSet.inc b/packages/cocoaint/src/foundation/NSSet.inc
index 2b430800ca..d152c5e819 100644
--- a/packages/cocoaint/src/foundation/NSSet.inc
+++ b/packages/cocoaint/src/foundation/NSSet.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSSet.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -48,11 +48,9 @@
{$define NSSET_PAS_C}
{ NSSet }
- NSSet = objcclass(NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol, NSFastEnumerationProtocol)
+ NSSet = objcclass external (NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol, NSFastEnumerationProtocol)
public
- class function alloc: NSSet; message 'alloc';
-
function count: NSUInteger; message 'count';
function member(object_: id): id; message 'member:';
function objectEnumerator: NSEnumerator; message 'objectEnumerator';
@@ -63,27 +61,23 @@
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function countByEnumeratingWithState_objects_count(state: NSFastEnumerationStatePtr; stackbuf: idPtr; len: NSUInteger): NSUInteger;
- end; external;
+ end;
{ NSMutableSet }
- NSMutableSet = objcclass(NSSet)
+ NSMutableSet = objcclass external (NSSet)
public
- class function alloc: NSMutableSet; message 'alloc';
-
procedure addObject(object_: id); message 'addObject:';
procedure removeObject(object_: id); message 'removeObject:';
- end; external;
+ end;
{ NSCountedSet }
- NSCountedSet = objcclass(NSMutableSet)
+ NSCountedSet = objcclass external (NSMutableSet)
private
_table: id;
_reserved: Pointer;
public
- class function alloc: NSCountedSet; message 'alloc';
-
function initWithCapacity(numItems: NSUInteger): id; message 'initWithCapacity:';
function initWithArray(array_: NSArray): id; message 'initWithArray:';
function initWithSet(set__: NSSet): id; message 'initWithSet:';
@@ -91,10 +85,10 @@
function objectEnumerator: NSEnumerator; message 'objectEnumerator';
procedure addObject(object_: id); message 'addObject:';
procedure removeObject(object_: id); message 'removeObject:';
- end; external;
+ end;
{ NSExtendedSetCategory }
- NSExtendedSetCategory = objccategory(NSSet)
+ NSExtendedSetCategory = objccategory external (NSSet)
function allObjects: NSArray; message 'allObjects';
function anyObject: id; message 'anyObject';
function containsObject(anObject: id): Boolean; message 'containsObject:';
@@ -108,10 +102,10 @@
function setByAddingObject(anObject: id): NSSet; message 'setByAddingObject:';
function setByAddingObjectsFromSet(other: NSSet): NSSet; message 'setByAddingObjectsFromSet:';
function setByAddingObjectsFromArray(other: NSArray): NSSet; message 'setByAddingObjectsFromArray:';
- end; external;
+ end;
{ NSSetCreationCategory }
- NSSetCreationCategory = objccategory(NSSet)
+ NSSetCreationCategory = objccategory external (NSSet)
class function set_: id; message 'set';
class function setWithObject(object_: id): id; message 'setWithObject:';
class function setWithObjects_count(objects: idPtr; cnt: NSUInteger): id; message 'setWithObjects:count:';
@@ -123,23 +117,23 @@
function initWithSet(set__: NSSet): id; message 'initWithSet:';
function initWithSet_copyItems(set__: NSSet; flag: Boolean): id; message 'initWithSet:copyItems:';
function initWithArray(array_: NSArray): id; message 'initWithArray:';
- end; external;
+ end;
{ NSExtendedMutableSetCategory }
- NSExtendedMutableSetCategory = objccategory(NSMutableSet)
+ NSExtendedMutableSetCategory = objccategory external (NSMutableSet)
procedure addObjectsFromArray(array_: NSArray); message 'addObjectsFromArray:';
procedure intersectSet(otherSet: NSSet); message 'intersectSet:';
procedure minusSet(otherSet: NSSet); message 'minusSet:';
procedure removeAllObjects; message 'removeAllObjects';
procedure unionSet(otherSet: NSSet); message 'unionSet:';
procedure setSet(otherSet: NSSet); message 'setSet:';
- end; external;
+ end;
{ NSMutableSetCreationCategory }
- NSMutableSetCreationCategory = objccategory(NSMutableSet)
+ NSMutableSetCreationCategory = objccategory external (NSMutableSet)
class function setWithCapacity(numItems: NSUInteger): id; message 'setWithCapacity:';
function initWithCapacity(numItems: NSUInteger): id; message 'initWithCapacity:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSSortDescriptor.inc b/packages/cocoaint/src/foundation/NSSortDescriptor.inc
index 724a62516c..184338b868 100644
--- a/packages/cocoaint/src/foundation/NSSortDescriptor.inc
+++ b/packages/cocoaint/src/foundation/NSSortDescriptor.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSSortDescriptor.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSSORTDESCRIPTOR_PAS_C}
{ NSSortDescriptor }
- NSSortDescriptor = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ NSSortDescriptor = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_sortDescriptorFlags: NSUInteger;
_key: NSString;
@@ -50,8 +50,6 @@
_selectorOrBlock: id;
public
- class function alloc: NSSortDescriptor; message 'alloc';
-
class function sortDescriptorWithKey_ascending(key_: NSString; ascending_: Boolean): id; message 'sortDescriptorWithKey:ascending:';
class function sortDescriptorWithKey_ascending_selector(key_: NSString; ascending_: Boolean; selector_: SEL): id; message 'sortDescriptorWithKey:ascending:selector:';
function initWithKey_ascending(key_: NSString; ascending_: Boolean): id; message 'initWithKey:ascending:';
@@ -66,22 +64,22 @@
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSSortDescriptorSortingCategory }
- NSSortDescriptorSortingCategory = objccategory(NSSet)
+ NSSortDescriptorSortingCategory = objccategory external (NSSet)
function sortedArrayUsingDescriptors(sortDescriptors: NSArray): NSArray; message 'sortedArrayUsingDescriptors:';
- end; external;
+ end;
{ NSSortDescriptorSorting_NSArrayCategory }
- NSSortDescriptorSorting_NSArrayCategory = objccategory(NSArray)
+ NSSortDescriptorSorting_NSArrayCategory = objccategory external name 'NSSortDescriptorSorting' (NSArray)
function sortedArrayUsingDescriptors(sortDescriptors: NSArray): NSArray; message 'sortedArrayUsingDescriptors:';
- end; external name 'NSSortDescriptorSorting';
+ end;
{ NSSortDescriptorSorting_NSMutableArrayCategory }
- NSSortDescriptorSorting_NSMutableArrayCategory = objccategory(NSMutableArray)
+ NSSortDescriptorSorting_NSMutableArrayCategory = objccategory external name 'NSSortDescriptorSorting' (NSMutableArray)
procedure sortUsingDescriptors(sortDescriptors: NSArray); message 'sortUsingDescriptors:';
- end; external name 'NSSortDescriptorSorting';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSSpellServer.inc b/packages/cocoaint/src/foundation/NSSpellServer.inc
index 02377dd029..aee53f390b 100644
--- a/packages/cocoaint/src/foundation/NSSpellServer.inc
+++ b/packages/cocoaint/src/foundation/NSSpellServer.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSSpellServer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -49,7 +49,7 @@ var
{$define NSSPELLSERVER_PAS_C}
{ NSSpellServer }
- NSSpellServer = objcclass(NSObject)
+ NSSpellServer = objcclass external (NSObject)
private
_delegate: id;
_caseSensitive: NSInteger;
@@ -70,14 +70,12 @@ var
_reservedSpellServer2: Pointer;
public
- class function alloc: NSSpellServer; message 'alloc';
-
procedure setDelegate(anObject: id); message 'setDelegate:';
function delegate: id; message 'delegate';
function registerLanguage_byVendor(language: NSString; vendor: NSString): Boolean; message 'registerLanguage:byVendor:';
function isWordInUserDictionaries_caseSensitive(word: NSString; flag: Boolean): Boolean; message 'isWordInUserDictionaries:caseSensitive:';
procedure run; message 'run';
- end; external;
+ end;
{$endif}
{$endif}
@@ -86,7 +84,7 @@ var
{$define NSSPELLSERVER_PAS_P}
{ NSSpellServerDelegate Protocol }
- NSSpellServerDelegateProtocol = objcprotocol
+ NSSpellServerDelegateProtocol = objcprotocol external name 'NSSpellServerDelegate'
function spellServer_findMisspelledWordInString_language_wordCount_countOnly(sender: NSSpellServer; stringToCheck: NSString; language: NSString; wordCount: NSIntegerPtr; countOnly: Boolean): NSRange; message 'spellServer:findMisspelledWordInString:language:wordCount:countOnly:';
function spellServer_suggestGuessesForWord_inLanguage(sender: NSSpellServer; word: NSString; language: NSString): NSArray; message 'spellServer:suggestGuessesForWord:inLanguage:';
procedure spellServer_didLearnWord_inLanguage(sender: NSSpellServer; word: NSString; language: NSString); message 'spellServer:didLearnWord:inLanguage:';
@@ -94,6 +92,6 @@ var
function spellServer_suggestCompletionsForPartialWordRange_inString_language(sender: NSSpellServer; range: NSRange; string_: NSString; language: NSString): NSArray; message 'spellServer:suggestCompletionsForPartialWordRange:inString:language:';
function spellServer_checkGrammarInString_language_details(sender: NSSpellServer; stringToCheck: NSString; language: NSString; details: NSArrayPointer): NSRange; message 'spellServer:checkGrammarInString:language:details:';
function spellServer_checkString_offset_types_options_orthography_wordCount(sender: NSSpellServer; stringToCheck: NSString; offset: NSUInteger; checkingTypes: NSTextCheckingTypes; options: NSDictionary; orthography: NSOrthography; wordCount: NSIntegerPtr): NSArray; message 'spellServer:checkString:offset:types:options:orthography:wordCount:';
- end; external name 'NSSpellServerDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSStream.inc b/packages/cocoaint/src/foundation/NSStream.inc
index 8b6ccd75ec..d02ddf40d3 100644
--- a/packages/cocoaint/src/foundation/NSStream.inc
+++ b/packages/cocoaint/src/foundation/NSStream.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSStream.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -97,11 +97,9 @@ var
{$define NSSTREAM_PAS_C}
{ NSStream }
- NSStream = objcclass(NSObject)
+ NSStream = objcclass external (NSObject)
public
- class function alloc: NSStream; message 'alloc';
-
procedure open; message 'open';
procedure close; message 'close';
function delegate: id; message 'delegate';
@@ -112,46 +110,42 @@ var
procedure removeFromRunLoop_forMode(aRunLoop: NSRunLoop; mode: NSString); message 'removeFromRunLoop:forMode:';
function streamStatus: NSStreamStatus; message 'streamStatus';
function streamError: NSError; message 'streamError';
- end; external;
+ end;
{ NSInputStream }
- NSInputStream = objcclass(NSStream)
+ NSInputStream = objcclass external (NSStream)
public
- class function alloc: NSInputStream; message 'alloc';
-
function read_maxLength(buffer: pbyte; len: NSUInteger): NSInteger; message 'read:maxLength:';
function getBuffer_length(buffer: pbyte; len: NSUIntegerPtr): Boolean; message 'getBuffer:length:';
function hasBytesAvailable: Boolean; message 'hasBytesAvailable';
- end; external;
+ end;
{ NSOutputStream }
- NSOutputStream = objcclass(NSStream)
+ NSOutputStream = objcclass external (NSStream)
public
- class function alloc: NSOutputStream; message 'alloc';
-
function write_maxLength(buffer: pbyte; len: NSUInteger): NSInteger; message 'write:maxLength:';
function hasSpaceAvailable: Boolean; message 'hasSpaceAvailable';
- end; external;
+ end;
{ NSSocketStreamCreationExtensionsCategory }
- NSSocketStreamCreationExtensionsCategory = objccategory(NSStream)
+ NSSocketStreamCreationExtensionsCategory = objccategory external (NSStream)
class procedure getStreamsToHost_port_inputStream_outputStream(host: NSHost; port: NSInteger; inputStream: NSInputStreamPointer; outputStream: NSOutputStreamPointer); message 'getStreamsToHost:port:inputStream:outputStream:';
- end; external;
+ end;
{ NSInputStreamExtensionsCategory }
- NSInputStreamExtensionsCategory = objccategory(NSInputStream)
+ NSInputStreamExtensionsCategory = objccategory external (NSInputStream)
function initWithData(data: NSData): id; message 'initWithData:';
function initWithFileAtPath(path: NSString): id; message 'initWithFileAtPath:';
function initWithURL(url: NSURL): id; message 'initWithURL:';
class function inputStreamWithData(data: NSData): id; message 'inputStreamWithData:';
class function inputStreamWithFileAtPath(path: NSString): id; message 'inputStreamWithFileAtPath:';
class function inputStreamWithURL(url: NSURL): id; message 'inputStreamWithURL:';
- end; external;
+ end;
{ NSOutputStreamExtensionsCategory }
- NSOutputStreamExtensionsCategory = objccategory(NSOutputStream)
+ NSOutputStreamExtensionsCategory = objccategory external (NSOutputStream)
function initToMemory: id; message 'initToMemory';
function initToBuffer_capacity(buffer: pbyte; capacity: NSUInteger): id; message 'initToBuffer:capacity:';
function initToFileAtPath_append(path: NSString; shouldAppend: Boolean): id; message 'initToFileAtPath:append:';
@@ -160,7 +154,7 @@ var
class function outputStreamToBuffer_capacity(buffer: pbyte; capacity: NSUInteger): id; message 'outputStreamToBuffer:capacity:';
class function outputStreamToFileAtPath_append(path: NSString; shouldAppend: Boolean): id; message 'outputStreamToFileAtPath:append:';
class function outputStreamWithURL_append(url: NSURL; shouldAppend: Boolean): id; message 'outputStreamWithURL:append:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -169,8 +163,8 @@ var
{$define NSSTREAM_PAS_P}
{ NSStreamDelegate Protocol }
- NSStreamDelegateProtocol = objcprotocol
+ NSStreamDelegateProtocol = objcprotocol external name 'NSStreamDelegate'
procedure stream_handleEvent(aStream: NSStream; eventCode: NSStreamEvent); message 'stream:handleEvent:';
- end; external name 'NSStreamDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSString.inc b/packages/cocoaint/src/foundation/NSString.inc
index 9db78ab9ca..eabe8814cb 100644
--- a/packages/cocoaint/src/foundation/NSString.inc
+++ b/packages/cocoaint/src/foundation/NSString.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSString.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -115,11 +115,9 @@ var
{$define NSSTRING_PAS_C}
{ NSString }
- NSString = objcclass(NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
+ NSString = objcclass external (NSObject, NSCopyingProtocol, NSMutableCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSString; message 'alloc';
-
function length: NSUInteger; message 'length';
function characterAtIndex(index: NSUInteger): unichar; message 'characterAtIndex:';
@@ -128,19 +126,17 @@ var
function mutableCopyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSMutableString }
- NSMutableString = objcclass(NSString)
+ NSMutableString = objcclass external (NSString)
public
- class function alloc: NSMutableString; message 'alloc';
-
procedure replaceCharactersInRange_withString(range: NSRange; aString: NSString); message 'replaceCharactersInRange:withString:';
- end; external;
+ end;
{ NSSimpleCString }
- NSSimpleCString = objcclass(NSString)
+ NSSimpleCString = objcclass external (NSString)
private
bytes: PChar;
numBytes: cint;
@@ -149,18 +145,16 @@ var
{$endif}
public
- class function alloc: NSSimpleCString; message 'alloc';
- end; external;
+ end;
{ NSConstantString }
- NSConstantString = objcclass(NSSimpleCString)
+ NSConstantString = objcclass external (NSSimpleCString)
public
- class function alloc: NSConstantString; message 'alloc';
- end; external;
+ end;
{ NSStringExtensionMethodsCategory }
- NSStringExtensionMethodsCategory = objccategory(NSString)
+ NSStringExtensionMethodsCategory = objccategory external (NSString)
procedure getCharacters_range(buffer: PChar; aRange: NSRange); message 'getCharacters:range:';
function substringFromIndex(from: NSUInteger): NSString; message 'substringFromIndex:';
function substringToIndex(to_: NSUInteger): NSString; message 'substringToIndex:';
@@ -259,10 +253,10 @@ var
class function stringWithContentsOfFile_usedEncoding_error(path: NSString; enc: NSStringEncodingPtr; error: NSErrorPointer): id; message 'stringWithContentsOfFile:usedEncoding:error:';
function writeToURL_atomically_encoding_error(url: NSURL; useAuxiliaryFile: Boolean; enc: NSStringEncoding; error: NSErrorPointer): Boolean; message 'writeToURL:atomically:encoding:error:';
function writeToFile_atomically_encoding_error(path: NSString; useAuxiliaryFile: Boolean; enc: NSStringEncoding; error: NSErrorPointer): Boolean; message 'writeToFile:atomically:encoding:error:';
- end; external;
+ end;
{ NSMutableStringExtensionMethodsCategory }
- NSMutableStringExtensionMethodsCategory = objccategory(NSMutableString)
+ NSMutableStringExtensionMethodsCategory = objccategory external (NSMutableString)
procedure insertString_atIndex(aString: NSString; loc: NSUInteger); message 'insertString:atIndex:';
procedure deleteCharactersInRange(range: NSRange); message 'deleteCharactersInRange:';
procedure appendString(aString: NSString); message 'appendString:';
@@ -271,16 +265,16 @@ var
function initWithCapacity(capacity: NSUInteger): id; message 'initWithCapacity:';
class function stringWithCapacity(capacity: NSUInteger): id; message 'stringWithCapacity:';
function replaceOccurrencesOfString_withString_options_range(target: NSString; replacement: NSString; options: NSStringCompareOptions; searchRange: NSRange): NSUInteger; message 'replaceOccurrencesOfString:withString:options:range:';
- end; external;
+ end;
{ NSExtendedStringPropertyListParsingCategory }
- NSExtendedStringPropertyListParsingCategory = objccategory(NSString)
+ NSExtendedStringPropertyListParsingCategory = objccategory external (NSString)
function propertyList: id; message 'propertyList';
function propertyListFromStringsFileFormat: NSDictionary; message 'propertyListFromStringsFileFormat';
- end; external;
+ end;
{ NSStringDeprecatedCategory }
- NSStringDeprecatedCategory = objccategory(NSString)
+ NSStringDeprecatedCategory = objccategory external (NSString)
function cString: PChar; message 'cString'; deprecated 'in Mac OS X 10.4 and later';
function lossyCString: PChar; message 'lossyCString'; deprecated 'in Mac OS X 10.4 and later';
function cStringLength: NSUInteger; message 'cStringLength'; deprecated 'in Mac OS X 10.4 and later';
@@ -299,7 +293,7 @@ var
class function stringWithCString_length(bytes: PChar; length_: NSUInteger): id; message 'stringWithCString:length:'; deprecated 'in Mac OS X 10.4 and later';
class function stringWithCString(bytes: PChar): id; message 'stringWithCString:'; deprecated 'in Mac OS X 10.4 and later';
procedure getCharacters(buffer: PChar); message 'getCharacters:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSTask.inc b/packages/cocoaint/src/foundation/NSTask.inc
index 2b1754abcd..40e3ea5913 100644
--- a/packages/cocoaint/src/foundation/NSTask.inc
+++ b/packages/cocoaint/src/foundation/NSTask.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSTask.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -57,11 +57,9 @@ var
{$define NSTASK_PAS_C}
{ NSTask }
- NSTask = objcclass(NSObject)
+ NSTask = objcclass external (NSObject)
public
- class function alloc: NSTask; message 'alloc';
-
function init: id; message 'init';
procedure setLaunchPath(path: NSString); message 'setLaunchPath:';
procedure setArguments(arguments_: NSArray); message 'setArguments:';
@@ -86,13 +84,13 @@ var
function isRunning: Boolean; message 'isRunning';
function terminationStatus: cint; message 'terminationStatus';
function terminationReason: NSTaskTerminationReason; message 'terminationReason';
- end; external;
+ end;
{ NSTaskConveniencesCategory }
- NSTaskConveniencesCategory = objccategory(NSTask)
+ NSTaskConveniencesCategory = objccategory external (NSTask)
class function launchedTaskWithLaunchPath_arguments(path: NSString; arguments_: NSArray): NSTask; message 'launchedTaskWithLaunchPath:arguments:';
procedure waitUntilExit; message 'waitUntilExit';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSTextCheckingResult.inc b/packages/cocoaint/src/foundation/NSTextCheckingResult.inc
index 29b9dec7ec..fc4354ccd3 100644
--- a/packages/cocoaint/src/foundation/NSTextCheckingResult.inc
+++ b/packages/cocoaint/src/foundation/NSTextCheckingResult.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSTextCheckingResult.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -79,11 +79,9 @@ var
{$define NSTEXTCHECKINGRESULT_PAS_C}
{ NSTextCheckingResult }
- NSTextCheckingResult = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSTextCheckingResult = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSTextCheckingResult; message 'alloc';
-
function resultType: NSTextCheckingType; message 'resultType';
function range: NSRange; message 'range';
@@ -91,10 +89,10 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSTextCheckingResultOptionalCategory }
- NSTextCheckingResultOptionalCategory = objccategory(NSTextCheckingResult)
+ NSTextCheckingResultOptionalCategory = objccategory external (NSTextCheckingResult)
function orthography: NSOrthography; message 'orthography';
function grammarDetails: NSArray; message 'grammarDetails';
function date: NSDate; message 'date';
@@ -103,10 +101,10 @@ var
function addressComponents: NSDictionary; message 'addressComponents';
function uRL: NSURL; message 'uRL';
function replacementString: NSString; message 'replacementString';
- end; external;
+ end;
{ NSTextCheckingResultCreationCategory }
- NSTextCheckingResultCreationCategory = objccategory(NSTextCheckingResult)
+ NSTextCheckingResultCreationCategory = objccategory external (NSTextCheckingResult)
class function orthographyCheckingResultWithRange_orthography(range_: NSRange; orthography_: NSOrthography): NSTextCheckingResult; message 'orthographyCheckingResultWithRange:orthography:';
class function spellCheckingResultWithRange(range_: NSRange): NSTextCheckingResult; message 'spellCheckingResultWithRange:';
class function grammarCheckingResultWithRange_details(range_: NSRange; details: NSArray): NSTextCheckingResult; message 'grammarCheckingResultWithRange:details:';
@@ -118,7 +116,7 @@ var
class function dashCheckingResultWithRange_replacementString(range_: NSRange; replacementString_: NSString): NSTextCheckingResult; message 'dashCheckingResultWithRange:replacementString:';
class function replacementCheckingResultWithRange_replacementString(range_: NSRange; replacementString_: NSString): NSTextCheckingResult; message 'replacementCheckingResultWithRange:replacementString:';
class function correctionCheckingResultWithRange_replacementString(range_: NSRange; replacementString_: NSString): NSTextCheckingResult; message 'correctionCheckingResultWithRange:replacementString:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSThread.inc b/packages/cocoaint/src/foundation/NSThread.inc
index cb4b4d7e58..0d54b04f1e 100644
--- a/packages/cocoaint/src/foundation/NSThread.inc
+++ b/packages/cocoaint/src/foundation/NSThread.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSThread.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -48,14 +48,12 @@ var
{$define NSTHREAD_PAS_C}
{ NSThread }
- NSThread = objcclass(NSObject)
+ NSThread = objcclass external (NSObject)
private
_private: id;
_bytes: array[0..43] of cuint8;
public
- class function alloc: NSThread; message 'alloc';
-
class function currentThread: NSThread; message 'currentThread';
class procedure detachNewThreadSelector_toTarget_withObject(selector: SEL; target: id; argument: id); message 'detachNewThreadSelector:toTarget:withObject:';
class function isMultiThreaded: Boolean; message 'isMultiThreaded';
@@ -81,16 +79,16 @@ var
procedure cancel; message 'cancel';
procedure start; message 'start';
procedure main; message 'main';
- end; external;
+ end;
{ NSThreadPerformAdditionsCategory }
- NSThreadPerformAdditionsCategory = objccategory(NSObject)
+ NSThreadPerformAdditionsCategory = objccategory external (NSObject)
procedure performSelectorOnMainThread_withObject_waitUntilDone_modes(aSelector: SEL; arg: id; wait: Boolean; array_: NSArray); message 'performSelectorOnMainThread:withObject:waitUntilDone:modes:';
procedure performSelectorOnMainThread_withObject_waitUntilDone(aSelector: SEL; arg: id; wait: Boolean); message 'performSelectorOnMainThread:withObject:waitUntilDone:';
procedure performSelector_onThread_withObject_waitUntilDone_modes(aSelector: SEL; thr: NSThread; arg: id; wait: Boolean; array_: NSArray); message 'performSelector:onThread:withObject:waitUntilDone:modes:';
procedure performSelector_onThread_withObject_waitUntilDone(aSelector: SEL; thr: NSThread; arg: id; wait: Boolean); message 'performSelector:onThread:withObject:waitUntilDone:';
procedure performSelectorInBackground_withObject(aSelector: SEL; arg: id); message 'performSelectorInBackground:withObject:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSTimeZone.inc b/packages/cocoaint/src/foundation/NSTimeZone.inc
index 37d3c93928..d09adfe579 100644
--- a/packages/cocoaint/src/foundation/NSTimeZone.inc
+++ b/packages/cocoaint/src/foundation/NSTimeZone.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSTimeZone.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -61,11 +61,9 @@ var
{$define NSTIMEZONE_PAS_C}
{ NSTimeZone }
- NSTimeZone = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSTimeZone = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSTimeZone; message 'alloc';
-
function name: NSString; message 'name';
function data: NSData; message 'data';
function secondsFromGMTForDate(aDate: NSDate): NSInteger; message 'secondsFromGMTForDate:';
@@ -78,10 +76,10 @@ var
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSExtendedTimeZoneCategory }
- NSExtendedTimeZoneCategory = objccategory(NSTimeZone)
+ NSExtendedTimeZoneCategory = objccategory external (NSTimeZone)
class function systemTimeZone: NSTimeZone; message 'systemTimeZone';
class procedure resetSystemTimeZone; message 'resetSystemTimeZone';
class function defaultTimeZone: NSTimeZone; message 'defaultTimeZone';
@@ -99,17 +97,17 @@ var
function description: NSString; message 'description';
function isEqualToTimeZone(aTimeZone: NSTimeZone): Boolean; message 'isEqualToTimeZone:';
function localizedName_locale(style: NSTimeZoneNameStyle; locale: NSLocale): NSString; message 'localizedName:locale:';
- end; external;
+ end;
{ NSTimeZoneCreationCategory }
- NSTimeZoneCreationCategory = objccategory(NSTimeZone)
+ NSTimeZoneCreationCategory = objccategory external (NSTimeZone)
class function timeZoneWithName(tzName: NSString): id; message 'timeZoneWithName:';
class function timeZoneWithName_data(tzName: NSString; aData: NSData): id; message 'timeZoneWithName:data:';
function initWithName(tzName: NSString): id; message 'initWithName:';
function initWithName_data(tzName: NSString; aData: NSData): id; message 'initWithName:data:';
class function timeZoneForSecondsFromGMT(seconds: NSInteger): id; message 'timeZoneForSecondsFromGMT:';
class function timeZoneWithAbbreviation(abbreviation_: NSString): id; message 'timeZoneWithAbbreviation:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSTimer.inc b/packages/cocoaint/src/foundation/NSTimer.inc
index 1f62ea2ccb..1cbc813fbb 100644
--- a/packages/cocoaint/src/foundation/NSTimer.inc
+++ b/packages/cocoaint/src/foundation/NSTimer.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSTimer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define NSTIMER_PAS_C}
{ NSTimer }
- NSTimer = objcclass(NSObject)
+ NSTimer = objcclass external (NSObject)
public
- class function alloc: NSTimer; message 'alloc';
-
class function timerWithTimeInterval_invocation_repeats(ti: NSTimeInterval; invocation: NSInvocation; yesOrNo: Boolean): NSTimer; message 'timerWithTimeInterval:invocation:repeats:';
class function scheduledTimerWithTimeInterval_invocation_repeats(ti: NSTimeInterval; invocation: NSInvocation; yesOrNo: Boolean): NSTimer; message 'scheduledTimerWithTimeInterval:invocation:repeats:';
class function timerWithTimeInterval_target_selector_userInfo_repeats(ti: NSTimeInterval; aTarget: id; aSelector: SEL; userInfo_: id; yesOrNo: Boolean): NSTimer; message 'timerWithTimeInterval:target:selector:userInfo:repeats:';
@@ -59,7 +57,7 @@
procedure invalidate; message 'invalidate';
function isValid: Boolean; message 'isValid';
function userInfo: id; message 'userInfo';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURL.inc b/packages/cocoaint/src/foundation/NSURL.inc
index 783d19c976..d14129e539 100644
--- a/packages/cocoaint/src/foundation/NSURL.inc
+++ b/packages/cocoaint/src/foundation/NSURL.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURL.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -98,7 +98,7 @@ var
{$define NSURL_PAS_C}
{ NSURL }
- NSURL = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol, NSURLHandleClientProtocol)
+ NSURL = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol, NSURLHandleClientProtocol)
private
_urlString: NSString;
_baseURL: NSURL;
@@ -106,8 +106,6 @@ var
_reserved: Pointer; {garbage collector: __strong }
public
- class function alloc: NSURL; message 'alloc';
-
function initWithScheme_host_path(scheme_: NSString; host_: NSString; path_: NSString): id; message 'initWithScheme:host:path:';
function initFileURLWithPath_isDirectory(path_: NSString; isDir: Boolean): id; message 'initFileURLWithPath:isDirectory:';
function initFileURLWithPath(path_: NSString): id; message 'initFileURLWithPath:';
@@ -156,24 +154,24 @@ var
procedure URLHandleResourceDidFinishLoading(sender: NSURLHandle);
procedure URLHandleResourceDidCancelLoading(sender: NSURLHandle);
procedure URLHandle_resourceDidFailLoadingWithReason(sender: NSURLHandle; reason: NSString);
- end; external;
+ end;
{ NSURLUtilitiesCategory }
- NSURLUtilitiesCategory = objccategory(NSString)
+ NSURLUtilitiesCategory = objccategory external (NSString)
function stringByAddingPercentEscapesUsingEncoding(enc: NSStringEncoding): NSString; message 'stringByAddingPercentEscapesUsingEncoding:';
function stringByReplacingPercentEscapesUsingEncoding(enc: NSStringEncoding): NSString; message 'stringByReplacingPercentEscapesUsingEncoding:';
- end; external;
+ end;
{ NSURLClientCategory }
- NSURLClientCategory = objccategory(NSObject)
+ NSURLClientCategory = objccategory external (NSObject)
procedure URL_resourceDataDidBecomeAvailable(sender: NSURL; newBytes: NSData); message 'URL:resourceDataDidBecomeAvailable:'; deprecated 'in Mac OS X 10.4 and later';
procedure URLResourceDidFinishLoading(sender: NSURL); message 'URLResourceDidFinishLoading:'; deprecated 'in Mac OS X 10.4 and later';
procedure URLResourceDidCancelLoading(sender: NSURL); message 'URLResourceDidCancelLoading:'; deprecated 'in Mac OS X 10.4 and later';
procedure URL_resourceDidFailLoadingWithReason(sender: NSURL; reason: NSString); message 'URL:resourceDidFailLoadingWithReason:'; deprecated 'in Mac OS X 10.4 and later';
- end; external;
+ end;
{ NSURLPathUtilitiesCategory }
- NSURLPathUtilitiesCategory = objccategory(NSURL)
+ NSURLPathUtilitiesCategory = objccategory external (NSURL)
class function fileURLWithPathComponents(components: NSArray): NSURL; message 'fileURLWithPathComponents:';
function pathComponents: NSArray; message 'pathComponents';
function lastPathComponent: NSString; message 'lastPathComponent';
@@ -184,7 +182,7 @@ var
function URLByDeletingPathExtension: NSURL; message 'URLByDeletingPathExtension';
function URLByStandardizingPath: NSURL; message 'URLByStandardizingPath';
function URLByResolvingSymlinksInPath: NSURL; message 'URLByResolvingSymlinksInPath';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc b/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc
index 5dced22382..decf300d40 100644
--- a/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc
+++ b/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLAuthenticationChallenge.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -43,13 +43,11 @@
{$define NSURLAUTHENTICATIONCHALLENGE_PAS_C}
{ NSURLAuthenticationChallenge }
- NSURLAuthenticationChallenge = objcclass(NSObject)
+ NSURLAuthenticationChallenge = objcclass external (NSObject)
private
_internal: NSURLAuthenticationChallengeInternal;
public
- class function alloc: NSURLAuthenticationChallenge; message 'alloc';
-
function initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(space: NSURLProtectionSpace; credential: NSURLCredential; previousFailureCount_: NSInteger; response: NSURLResponse; error_: NSError; sender_: id): id; message 'initWithProtectionSpace:proposedCredential:previousFailureCount:failureResponse:error:sender:';
function initWithAuthenticationChallenge_sender(challenge: NSURLAuthenticationChallenge; sender_: id): id; message 'initWithAuthenticationChallenge:sender:';
function protectionSpace: NSURLProtectionSpace; message 'protectionSpace';
@@ -58,7 +56,7 @@
function failureResponse: NSURLResponse; message 'failureResponse';
function error: NSError; message 'error';
function sender: id; message 'sender';
- end; external;
+ end;
{$endif}
{$endif}
@@ -67,10 +65,10 @@
{$define NSURLAUTHENTICATIONCHALLENGE_PAS_P}
{ NSURLAuthenticationChallengeSender Protocol }
- NSURLAuthenticationChallengeSenderProtocol = objcprotocol
+ NSURLAuthenticationChallengeSenderProtocol = objcprotocol external name 'NSURLAuthenticationChallengeSender'
procedure useCredential_forAuthenticationChallenge(credential: NSURLCredential; challenge: NSURLAuthenticationChallenge); message 'useCredential:forAuthenticationChallenge:';
procedure continueWithoutCredentialForAuthenticationChallenge(challenge: NSURLAuthenticationChallenge); message 'continueWithoutCredentialForAuthenticationChallenge:';
procedure cancelAuthenticationChallenge(challenge: NSURLAuthenticationChallenge); message 'cancelAuthenticationChallenge:';
- end; external name 'NSURLAuthenticationChallengeSender';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLCache.inc b/packages/cocoaint/src/foundation/NSURLCache.inc
index ebff721e44..abe63f819f 100644
--- a/packages/cocoaint/src/foundation/NSURLCache.inc
+++ b/packages/cocoaint/src/foundation/NSURLCache.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLCache.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -57,13 +57,11 @@ type
{$define NSURLCACHE_PAS_C}
{ NSCachedURLResponse }
- NSCachedURLResponse = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ NSCachedURLResponse = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_internal: NSCachedURLResponseInternal;
public
- class function alloc: NSCachedURLResponse; message 'alloc';
-
function initWithResponse_data(response_: NSURLResponse; data_: NSData): id; message 'initWithResponse:data:';
function initWithResponse_data_userInfo_storagePolicy(response_: NSURLResponse; data_: NSData; userInfo_: NSDictionary; storagePolicy_: NSURLCacheStoragePolicy): id; message 'initWithResponse:data:userInfo:storagePolicy:';
function response: NSURLResponse; message 'response';
@@ -75,16 +73,14 @@ type
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSURLCache }
- NSURLCache = objcclass(NSObject)
+ NSURLCache = objcclass external (NSObject)
private
_internal: NSURLCacheInternal;
public
- class function alloc: NSURLCache; message 'alloc';
-
class function sharedURLCache: NSURLCache; message 'sharedURLCache';
class procedure setSharedURLCache(cache: NSURLCache); message 'setSharedURLCache:';
function initWithMemoryCapacity_diskCapacity_diskPath(memoryCapacity_: NSUInteger; diskCapacity_: NSUInteger; path: NSString): id; message 'initWithMemoryCapacity:diskCapacity:diskPath:';
@@ -98,7 +94,7 @@ type
procedure setDiskCapacity(diskCapacity_: NSUInteger); message 'setDiskCapacity:';
function currentMemoryUsage: NSUInteger; message 'currentMemoryUsage';
function currentDiskUsage: NSUInteger; message 'currentDiskUsage';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLConnection.inc b/packages/cocoaint/src/foundation/NSURLConnection.inc
index b2e754099b..eed9026aff 100644
--- a/packages/cocoaint/src/foundation/NSURLConnection.inc
+++ b/packages/cocoaint/src/foundation/NSURLConnection.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLConnection.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define NSURLCONNECTION_PAS_C}
{ NSURLConnection }
- NSURLConnection = objcclass(NSObject)
+ NSURLConnection = objcclass external (NSObject)
private
_internal: NSURLConnectionInternal;
public
- class function alloc: NSURLConnection; message 'alloc';
-
class function canHandleRequest(request: NSURLRequest): Boolean; message 'canHandleRequest:';
class function connectionWithRequest_delegate(request: NSURLRequest; delegate: id): NSURLConnection; message 'connectionWithRequest:delegate:';
function initWithRequest_delegate(request: NSURLRequest; delegate: id): id; message 'initWithRequest:delegate:';
@@ -57,10 +55,10 @@
procedure cancel; message 'cancel';
procedure scheduleInRunLoop_forMode(aRunLoop: NSRunLoop; mode: NSString); message 'scheduleInRunLoop:forMode:';
procedure unscheduleFromRunLoop_forMode(aRunLoop: NSRunLoop; mode: NSString); message 'unscheduleFromRunLoop:forMode:';
- end; external;
+ end;
{ NSURLConnectionDelegateCategory }
- NSURLConnectionDelegateCategory = objccategory(NSObject)
+ NSURLConnectionDelegateCategory = objccategory external (NSObject)
function connection_willSendRequest_redirectResponse(connection: NSURLConnection; request: NSURLRequest; response: NSURLResponse): NSURLRequest; message 'connection:willSendRequest:redirectResponse:';
function connection_needNewBodyStream(connection: NSURLConnection; request: NSURLRequest): NSInputStream; message 'connection:needNewBodyStream:';
function connection_canAuthenticateAgainstProtectionSpace(connection: NSURLConnection; protectionSpace: NSURLProtectionSpace): Boolean; message 'connection:canAuthenticateAgainstProtectionSpace:';
@@ -73,12 +71,12 @@
procedure connectionDidFinishLoading(connection: NSURLConnection); message 'connectionDidFinishLoading:';
procedure connection_didFailWithError(connection: NSURLConnection; error: NSError); message 'connection:didFailWithError:';
function connection_willCacheResponse(connection: NSURLConnection; cachedResponse: NSCachedURLResponse): NSCachedURLResponse; message 'connection:willCacheResponse:';
- end; external;
+ end;
{ NSURLConnectionSynchronousLoadingCategory }
- NSURLConnectionSynchronousLoadingCategory = objccategory(NSURLConnection)
+ NSURLConnectionSynchronousLoadingCategory = objccategory external (NSURLConnection)
class function sendSynchronousRequest_returningResponse_error(request: NSURLRequest; response: NSURLResponsePointer; error: NSErrorPointer): NSData; message 'sendSynchronousRequest:returningResponse:error:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLCredential.inc b/packages/cocoaint/src/foundation/NSURLCredential.inc
index 6afc4f3cbf..3057372abe 100644
--- a/packages/cocoaint/src/foundation/NSURLCredential.inc
+++ b/packages/cocoaint/src/foundation/NSURLCredential.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLCredential.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -54,41 +54,39 @@ type
{$define NSURLCREDENTIAL_PAS_C}
{ NSURLCredential }
- NSURLCredential = objcclass(NSObject, NSCopyingProtocol)
+ NSURLCredential = objcclass external (NSObject, NSCopyingProtocol)
private
_internal: NSURLCredentialInternal; {garbage collector: __strong }
public
- class function alloc: NSURLCredential; message 'alloc';
-
function persistence: NSURLCredentialPersistence; message 'persistence';
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSInternetPasswordCategory }
- NSInternetPasswordCategory = objccategory(NSURLCredential)
+ NSInternetPasswordCategory = objccategory external (NSURLCredential)
function initWithUser_password_persistence(user_: NSString; password_: NSString; persistence_: NSURLCredentialPersistence): id; message 'initWithUser:password:persistence:';
class function credentialWithUser_password_persistence(user_: NSString; password_: NSString; persistence_: NSURLCredentialPersistence): NSURLCredential; message 'credentialWithUser:password:persistence:';
function user: NSString; message 'user';
function password: NSString; message 'password';
function hasPassword: Boolean; message 'hasPassword';
- end; external;
+ end;
{ NSClientCertificateCategory }
- NSClientCertificateCategory = objccategory(NSURLCredential)
+ NSClientCertificateCategory = objccategory external (NSURLCredential)
function initWithIdentity_certificates_persistence(identity_: SecIdentityRef; certArray: NSArray; persistence_: NSURLCredentialPersistence): id; message 'initWithIdentity:certificates:persistence:';
class function credentialWithIdentity_certificates_persistence(identity_: SecIdentityRef; certArray: NSArray; persistence_: NSURLCredentialPersistence): NSURLCredential; message 'credentialWithIdentity:certificates:persistence:';
function identity: SecIdentityRef; message 'identity';
function certificates: NSArray; message 'certificates';
- end; external;
+ end;
{ NSServerTrustCategory }
- NSServerTrustCategory = objccategory(NSURLCredential)
+ NSServerTrustCategory = objccategory external (NSURLCredential)
function initWithTrust(trust: SecTrustRef): id; message 'initWithTrust:';
class function credentialForTrust(trust: SecTrustRef): NSURLCredential; message 'credentialForTrust:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc b/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc
index f8f6cd8ab7..34f00904e7 100644
--- a/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc
+++ b/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLCredentialStorage.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -46,13 +46,11 @@ var
{$define NSURLCREDENTIALSTORAGE_PAS_C}
{ NSURLCredentialStorage }
- NSURLCredentialStorage = objcclass(NSObject)
+ NSURLCredentialStorage = objcclass external (NSObject)
private
_internal: NSURLCredentialStorageInternal;
public
- class function alloc: NSURLCredentialStorage; message 'alloc';
-
class function sharedCredentialStorage: NSURLCredentialStorage; message 'sharedCredentialStorage';
function credentialsForProtectionSpace(space: NSURLProtectionSpace): NSDictionary; message 'credentialsForProtectionSpace:';
function allCredentials: NSDictionary; message 'allCredentials';
@@ -60,7 +58,7 @@ var
procedure removeCredential_forProtectionSpace(credential: NSURLCredential; space: NSURLProtectionSpace); message 'removeCredential:forProtectionSpace:';
function defaultCredentialForProtectionSpace(space: NSURLProtectionSpace): NSURLCredential; message 'defaultCredentialForProtectionSpace:';
procedure setDefaultCredential_forProtectionSpace(credential: NSURLCredential; space: NSURLProtectionSpace); message 'setDefaultCredential:forProtectionSpace:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLDownload.inc b/packages/cocoaint/src/foundation/NSURLDownload.inc
index ca802c1218..dad4784ecd 100644
--- a/packages/cocoaint/src/foundation/NSURLDownload.inc
+++ b/packages/cocoaint/src/foundation/NSURLDownload.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLDownload.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define NSURLDOWNLOAD_PAS_C}
{ NSURLDownload }
- NSURLDownload = objcclass(NSObject)
+ NSURLDownload = objcclass external (NSObject)
private
_internal: NSURLDownloadInternal;
public
- class function alloc: NSURLDownload; message 'alloc';
-
class function canResumeDownloadDecodedWithEncodingMIMEType(MIMEType: NSString): Boolean; message 'canResumeDownloadDecodedWithEncodingMIMEType:';
function initWithRequest_delegate(request_: NSURLRequest; delegate: id): id; message 'initWithRequest:delegate:';
function initWithResumeData_delegate_path(resumeData_: NSData; delegate: id; path: NSString): id; message 'initWithResumeData:delegate:path:';
@@ -58,10 +56,10 @@
function resumeData: NSData; message 'resumeData';
procedure setDeletesFileUponFailure(deletesFileUponFailure_: Boolean); message 'setDeletesFileUponFailure:';
function deletesFileUponFailure: Boolean; message 'deletesFileUponFailure';
- end; external;
+ end;
{ NSURLDownloadDelegateCategory }
- NSURLDownloadDelegateCategory = objccategory(NSObject)
+ NSURLDownloadDelegateCategory = objccategory external (NSObject)
procedure downloadDidBegin(download: NSURLDownload); message 'downloadDidBegin:';
function download_willSendRequest_redirectResponse(download: NSURLDownload; request: NSURLRequest; redirectResponse: NSURLResponse): NSURLRequest; message 'download:willSendRequest:redirectResponse:';
function download_canAuthenticateAgainstProtectionSpace(connection: NSURLDownload; protectionSpace: NSURLProtectionSpace): Boolean; message 'download:canAuthenticateAgainstProtectionSpace:';
@@ -76,7 +74,7 @@
procedure download_didCreateDestination(download: NSURLDownload; path: NSString); message 'download:didCreateDestination:';
procedure downloadDidFinish(download: NSURLDownload); message 'downloadDidFinish:';
procedure download_didFailWithError(download: NSURLDownload; error: NSError); message 'download:didFailWithError:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLError.inc b/packages/cocoaint/src/foundation/NSURLError.inc
index eebafa6c05..9a4e63ac30 100644
--- a/packages/cocoaint/src/foundation/NSURLError.inc
+++ b/packages/cocoaint/src/foundation/NSURLError.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLError.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/foundation/NSURLHandle.inc b/packages/cocoaint/src/foundation/NSURLHandle.inc
index 4fd806dd15..c54e19f8c2 100644
--- a/packages/cocoaint/src/foundation/NSURLHandle.inc
+++ b/packages/cocoaint/src/foundation/NSURLHandle.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLHandle.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -70,7 +70,7 @@ var
{$define NSURLHANDLE_PAS_C}
{ NSURLHandle }
- NSURLHandle = objcclass(NSObject)
+ NSURLHandle = objcclass external (NSObject)
private
_clients: NSMutableArray;
_data: id;
@@ -78,8 +78,6 @@ var
_reserved: NSInteger;
public
- class function alloc: NSURLHandle; message 'alloc';
-
class procedure registerURLHandleClass(anURLHandleSubclass: Pobjc_class); message 'registerURLHandleClass:'; deprecated 'in Mac OS X 10.4 and later';
class function URLHandleClassForURL(anURL: NSURL): Pobjc_class; message 'URLHandleClassForURL:'; deprecated 'in Mac OS X 10.4 and later';
function status: NSURLHandleStatus; message 'status'; deprecated 'in Mac OS X 10.4 and later';
@@ -103,7 +101,7 @@ var
function loadInForeground: NSData; message 'loadInForeground'; deprecated 'in Mac OS X 10.4 and later';
procedure beginLoadInBackground; message 'beginLoadInBackground'; deprecated 'in Mac OS X 10.4 and later';
procedure endLoadInBackground; message 'endLoadInBackground'; deprecated 'in Mac OS X 10.4 and later';
- end; external;
+ end;
{$endif}
{$endif}
@@ -112,12 +110,12 @@ var
{$define NSURLHANDLE_PAS_P}
{ NSURLHandleClient Protocol }
- NSURLHandleClientProtocol = objcprotocol
+ NSURLHandleClientProtocol = objcprotocol external name 'NSURLHandleClient'
procedure URLHandle_resourceDataDidBecomeAvailable(sender: NSURLHandle; newBytes: NSData); message 'URLHandle:resourceDataDidBecomeAvailable:'; deprecated 'in Mac OS X 10.4 and later';
procedure URLHandleResourceDidBeginLoading(sender: NSURLHandle); message 'URLHandleResourceDidBeginLoading:'; deprecated 'in Mac OS X 10.4 and later';
procedure URLHandleResourceDidFinishLoading(sender: NSURLHandle); message 'URLHandleResourceDidFinishLoading:'; deprecated 'in Mac OS X 10.4 and later';
procedure URLHandleResourceDidCancelLoading(sender: NSURLHandle); message 'URLHandleResourceDidCancelLoading:'; deprecated 'in Mac OS X 10.4 and later';
procedure URLHandle_resourceDidFailLoadingWithReason(sender: NSURLHandle; reason: NSString); message 'URLHandle:resourceDidFailLoadingWithReason:'; deprecated 'in Mac OS X 10.4 and later';
- end; external name 'NSURLHandleClient';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc b/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc
index 0ae26622a0..5bb73a5998 100644
--- a/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc
+++ b/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLProtectionSpace.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -60,13 +60,11 @@ var
{$define NSURLPROTECTIONSPACE_PAS_C}
{ NSURLProtectionSpace }
- NSURLProtectionSpace = objcclass(NSObject, NSCopyingProtocol)
+ NSURLProtectionSpace = objcclass external (NSObject, NSCopyingProtocol)
private
_internal: NSURLProtectionSpaceInternal;
public
- class function alloc: NSURLProtectionSpace; message 'alloc';
-
function initWithHost_port_protocol_realm_authenticationMethod(host_: NSString; port_: NSInteger; protocol_: NSString; realm_: NSString; authenticationMethod_: NSString): id; message 'initWithHost:port:protocol:realm:authenticationMethod:';
function initWithProxyHost_port_type_realm_authenticationMethod(host_: NSString; port_: NSInteger; type_: NSString; realm_: NSString; authenticationMethod_: NSString): id; message 'initWithProxyHost:port:type:realm:authenticationMethod:';
function realm: NSString; message 'realm';
@@ -80,17 +78,17 @@ var
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSClientCertificateSpaceCategory }
- NSClientCertificateSpaceCategory = objccategory(NSURLProtectionSpace)
+ NSClientCertificateSpaceCategory = objccategory external (NSURLProtectionSpace)
function distinguishedNames: NSArray; message 'distinguishedNames';
- end; external;
+ end;
{ NSServerTrustValidationSpaceCategory }
- NSServerTrustValidationSpaceCategory = objccategory(NSURLProtectionSpace)
+ NSServerTrustValidationSpaceCategory = objccategory external (NSURLProtectionSpace)
function serverTrust: SecTrustRef; message 'serverTrust';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLProtocol.inc b/packages/cocoaint/src/foundation/NSURLProtocol.inc
index 6ca01c1bb2..7930d1d9ac 100644
--- a/packages/cocoaint/src/foundation/NSURLProtocol.inc
+++ b/packages/cocoaint/src/foundation/NSURLProtocol.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLProtocol.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -43,13 +43,11 @@
{$define NSURLPROTOCOL_PAS_C}
{ NSURLProtocol }
- NSURLProtocol = objcclass(NSObject)
+ NSURLProtocol = objcclass external (NSObject)
private
_internal: NSURLProtocolInternal;
public
- class function alloc: NSURLProtocol; message 'alloc';
-
function initWithRequest_cachedResponse_client(request_: NSURLRequest; cachedResponse_: NSCachedURLResponse; client_: id): id; message 'initWithRequest:cachedResponse:client:';
function client: id; message 'client';
function request: NSURLRequest; message 'request';
@@ -64,7 +62,7 @@
class procedure removePropertyForKey_inRequest(key: NSString; request_: NSMutableURLRequest); message 'removePropertyForKey:inRequest:';
class function registerClass(protocolClass: Pobjc_class): Boolean; message 'registerClass:';
class procedure unregisterClass(protocolClass: Pobjc_class); message 'unregisterClass:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -73,7 +71,7 @@
{$define NSURLPROTOCOL_PAS_P}
{ NSURLProtocolClient Protocol }
- NSURLProtocolClientProtocol = objcprotocol
+ NSURLProtocolClientProtocol = objcprotocol external name 'NSURLProtocolClient'
procedure URLProtocol_wasRedirectedToRequest_redirectResponse(protocol: NSURLProtocol; request: NSURLRequest; redirectResponse: NSURLResponse); message 'URLProtocol:wasRedirectedToRequest:redirectResponse:';
procedure URLProtocol_cachedResponseIsValid(protocol: NSURLProtocol; cachedResponse: NSCachedURLResponse); message 'URLProtocol:cachedResponseIsValid:';
procedure URLProtocol_didReceiveResponse_cacheStoragePolicy(protocol: NSURLProtocol; response: NSURLResponse; policy: NSURLCacheStoragePolicy); message 'URLProtocol:didReceiveResponse:cacheStoragePolicy:';
@@ -82,6 +80,6 @@
procedure URLProtocol_didFailWithError(protocol: NSURLProtocol; error: NSError); message 'URLProtocol:didFailWithError:';
procedure URLProtocol_didReceiveAuthenticationChallenge(protocol: NSURLProtocol; challenge: NSURLAuthenticationChallenge); message 'URLProtocol:didReceiveAuthenticationChallenge:';
procedure URLProtocol_didCancelAuthenticationChallenge(protocol: NSURLProtocol; challenge: NSURLAuthenticationChallenge); message 'URLProtocol:didCancelAuthenticationChallenge:';
- end; external name 'NSURLProtocolClient';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLRequest.inc b/packages/cocoaint/src/foundation/NSURLRequest.inc
index bae4f4ba6b..9978822185 100644
--- a/packages/cocoaint/src/foundation/NSURLRequest.inc
+++ b/packages/cocoaint/src/foundation/NSURLRequest.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLRequest.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -61,13 +61,11 @@ type
{$define NSURLREQUEST_PAS_C}
{ NSURLRequest }
- NSURLRequest = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol, NSMutableCopyingProtocol)
+ NSURLRequest = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol, NSMutableCopyingProtocol)
private
_internal: NSURLRequestInternal;
public
- class function alloc: NSURLRequest; message 'alloc';
-
class function requestWithURL(URL_: NSURL): id; message 'requestWithURL:';
class function requestWithURL_cachePolicy_timeoutInterval(URL_: NSURL; cachePolicy_: NSURLRequestCachePolicy; timeoutInterval_: NSTimeInterval): id; message 'requestWithURL:cachePolicy:timeoutInterval:';
function initWithURL(URL_: NSURL): id; message 'initWithURL:';
@@ -82,32 +80,30 @@ type
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
function mutableCopyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSMutableURLRequest }
- NSMutableURLRequest = objcclass(NSURLRequest)
+ NSMutableURLRequest = objcclass external (NSURLRequest)
public
- class function alloc: NSMutableURLRequest; message 'alloc';
-
procedure setURL(URL_: NSURL); message 'setURL:';
procedure setCachePolicy(policy: NSURLRequestCachePolicy); message 'setCachePolicy:';
procedure setTimeoutInterval(seconds: NSTimeInterval); message 'setTimeoutInterval:';
procedure setMainDocumentURL(URL_: NSURL); message 'setMainDocumentURL:';
- end; external;
+ end;
{ NSHTTPURLRequestCategory }
- NSHTTPURLRequestCategory = objccategory(NSURLRequest)
+ NSHTTPURLRequestCategory = objccategory external (NSURLRequest)
function HTTPMethod: NSString; message 'HTTPMethod';
function allHTTPHeaderFields: NSDictionary; message 'allHTTPHeaderFields';
function valueForHTTPHeaderField(field: NSString): NSString; message 'valueForHTTPHeaderField:';
function HTTPBody: NSData; message 'HTTPBody';
function HTTPBodyStream: NSInputStream; message 'HTTPBodyStream';
function HTTPShouldHandleCookies: Boolean; message 'HTTPShouldHandleCookies';
- end; external;
+ end;
{ NSMutableHTTPURLRequestCategory }
- NSMutableHTTPURLRequestCategory = objccategory(NSMutableURLRequest)
+ NSMutableHTTPURLRequestCategory = objccategory external (NSMutableURLRequest)
procedure setHTTPMethod(method: NSString); message 'setHTTPMethod:';
procedure setAllHTTPHeaderFields(headerFields: NSDictionary); message 'setAllHTTPHeaderFields:';
procedure setValue_forHTTPHeaderField(value: NSString; field: NSString); message 'setValue:forHTTPHeaderField:';
@@ -115,7 +111,7 @@ type
procedure setHTTPBody(data: NSData); message 'setHTTPBody:';
procedure setHTTPBodyStream(inputStream: NSInputStream); message 'setHTTPBodyStream:';
procedure setHTTPShouldHandleCookies(should: Boolean); message 'setHTTPShouldHandleCookies:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSURLResponse.inc b/packages/cocoaint/src/foundation/NSURLResponse.inc
index db7f016fc2..da4e51d197 100644
--- a/packages/cocoaint/src/foundation/NSURLResponse.inc
+++ b/packages/cocoaint/src/foundation/NSURLResponse.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSURLResponse.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -49,13 +49,11 @@ const
{$define NSURLRESPONSE_PAS_C}
{ NSURLResponse }
- NSURLResponse = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ NSURLResponse = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_internal: NSURLResponseInternal;
public
- class function alloc: NSURLResponse; message 'alloc';
-
function initWithURL_MIMEType_expectedContentLength_textEncodingName(URL_: NSURL; MIMEType_: NSString; length: NSInteger; name: NSString): id; message 'initWithURL:MIMEType:expectedContentLength:textEncodingName:';
function URL: NSURL; message 'URL';
function MIMEType: NSString; message 'MIMEType';
@@ -67,20 +65,18 @@ const
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ NSHTTPURLResponse }
- NSHTTPURLResponse = objcclass(NSURLResponse)
+ NSHTTPURLResponse = objcclass external (NSURLResponse)
private
_httpInternal: NSHTTPURLResponseInternal;
public
- class function alloc: NSHTTPURLResponse; message 'alloc';
-
function statusCode: NSInteger; message 'statusCode';
function allHeaderFields: NSDictionary; message 'allHeaderFields';
class function localizedStringForStatusCode(statusCode_: NSInteger): NSString; message 'localizedStringForStatusCode:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSUndoManager.inc b/packages/cocoaint/src/foundation/NSUndoManager.inc
index 7befd43bed..5ee84598a4 100644
--- a/packages/cocoaint/src/foundation/NSUndoManager.inc
+++ b/packages/cocoaint/src/foundation/NSUndoManager.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSUndoManager.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -57,7 +57,7 @@ var
{$define NSUNDOMANAGER_PAS_C}
{ NSUndoManager }
- NSUndoManager = objcclass(NSObject)
+ NSUndoManager = objcclass external (NSObject)
private
_undoStack: id;
_redoStack: id;
@@ -81,8 +81,6 @@ var
_NSUndoManagerReserved2: Pointer;
public
- class function alloc: NSUndoManager; message 'alloc';
-
procedure beginUndoGrouping; message 'beginUndoGrouping';
procedure endUndoGrouping; message 'endUndoGrouping';
function groupingLevel: NSInteger; message 'groupingLevel';
@@ -113,7 +111,7 @@ var
function redoMenuItemTitle: NSString; message 'redoMenuItemTitle';
function undoMenuTitleForUndoActionName(actionName: NSString): NSString; message 'undoMenuTitleForUndoActionName:';
function redoMenuTitleForUndoActionName(actionName: NSString): NSString; message 'redoMenuTitleForUndoActionName:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSUserDefaults.inc b/packages/cocoaint/src/foundation/NSUserDefaults.inc
index 7d91867a90..025695f877 100644
--- a/packages/cocoaint/src/foundation/NSUserDefaults.inc
+++ b/packages/cocoaint/src/foundation/NSUserDefaults.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSUserDefaults.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -75,14 +75,12 @@ var
{$define NSUSERDEFAULTS_PAS_C}
{ NSUserDefaults }
- NSUserDefaults = objcclass(NSObject)
+ NSUserDefaults = objcclass external (NSObject)
private
_private: id;
_reserved: array[0..3] of Pointer;
public
- class function alloc: NSUserDefaults; message 'alloc';
-
class function standardUserDefaults: NSUserDefaults; message 'standardUserDefaults';
class procedure resetStandardUserDefaults; message 'resetStandardUserDefaults';
function init: id; message 'init';
@@ -120,7 +118,7 @@ var
function synchronize: Boolean; message 'synchronize';
function objectIsForcedForKey(key: NSString): Boolean; message 'objectIsForcedForKey:';
function objectIsForcedForKey_inDomain(key: NSString; domain: NSString): Boolean; message 'objectIsForcedForKey:inDomain:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSValue.inc b/packages/cocoaint/src/foundation/NSValue.inc
index 4603ee83cd..6d2a56f053 100644
--- a/packages/cocoaint/src/foundation/NSValue.inc
+++ b/packages/cocoaint/src/foundation/NSValue.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSValue.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -45,11 +45,9 @@
{$define NSVALUE_PAS_C}
{ NSValue }
- NSValue = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ NSValue = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
public
- class function alloc: NSValue; message 'alloc';
-
procedure getValue(value: Pointer); message 'getValue:';
function objCType: PChar; message 'objCType';
@@ -57,14 +55,12 @@
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ NSNumber }
- NSNumber = objcclass(NSValue)
+ NSNumber = objcclass external (NSValue)
public
- class function alloc: NSNumber; message 'alloc';
-
function charValue: char; message 'charValue';
function unsignedCharValue: char; message 'unsignedCharValue';
function shortValue: cshort; message 'shortValue';
@@ -84,26 +80,26 @@
function compare(otherNumber: NSNumber): NSComparisonResult; message 'compare:';
function isEqualToNumber(number: NSNumber): Boolean; message 'isEqualToNumber:';
function descriptionWithLocale(locale: id): NSString; message 'descriptionWithLocale:';
- end; external;
+ end;
{ NSValueCreationCategory }
- NSValueCreationCategory = objccategory(NSValue)
+ NSValueCreationCategory = objccategory external (NSValue)
function initWithBytes_objCType(value: Pointer; type_: PChar): id; message 'initWithBytes:objCType:';
class function valueWithBytes_objCType(value: Pointer; type_: PChar): NSValue; message 'valueWithBytes:objCType:';
class function value_withObjCType(value: Pointer; type_: PChar): NSValue; message 'value:withObjCType:';
- end; external;
+ end;
{ NSValueExtensionMethodsCategory }
- NSValueExtensionMethodsCategory = objccategory(NSValue)
+ NSValueExtensionMethodsCategory = objccategory external (NSValue)
class function valueWithNonretainedObject(anObject: id): NSValue; message 'valueWithNonretainedObject:';
function nonretainedObjectValue: id; message 'nonretainedObjectValue';
class function valueWithPointer(pointer_: Pointer): NSValue; message 'valueWithPointer:';
function pointerValue: Pointer; message 'pointerValue';
function isEqualToValue(value: NSValue): Boolean; message 'isEqualToValue:';
- end; external;
+ end;
{ NSNumberCreationCategory }
- NSNumberCreationCategory = objccategory(NSNumber)
+ NSNumberCreationCategory = objccategory external (NSNumber)
function initWithChar(value: char): id; message 'initWithChar:';
function initWithUnsignedChar(value: char): id; message 'initWithUnsignedChar:';
function initWithShort(value: cshort): id; message 'initWithShort:';
@@ -134,7 +130,7 @@
class function numberWithBool(value: Boolean): NSNumber; message 'numberWithBool:';
class function numberWithInteger(value: NSInteger): NSNumber; message 'numberWithInteger:';
class function numberWithUnsignedInteger(value: NSUInteger): NSNumber; message 'numberWithUnsignedInteger:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSValueTransformer.inc b/packages/cocoaint/src/foundation/NSValueTransformer.inc
index b62b5ab462..365b40d726 100644
--- a/packages/cocoaint/src/foundation/NSValueTransformer.inc
+++ b/packages/cocoaint/src/foundation/NSValueTransformer.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSValueTransformer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -50,11 +50,9 @@ var
{$define NSVALUETRANSFORMER_PAS_C}
{ NSValueTransformer }
- NSValueTransformer = objcclass(NSObject)
+ NSValueTransformer = objcclass external (NSObject)
public
- class function alloc: NSValueTransformer; message 'alloc';
-
class procedure setValueTransformer_forName(transformer: NSValueTransformer; name: NSString); message 'setValueTransformer:forName:';
class function valueTransformerForName(name: NSString): NSValueTransformer; message 'valueTransformerForName:';
class function valueTransformerNames: NSArray; message 'valueTransformerNames';
@@ -62,7 +60,7 @@ var
class function allowsReverseTransformation: Boolean; message 'allowsReverseTransformation';
function transformedValue(value: id): id; message 'transformedValue:';
function reverseTransformedValue(value: id): id; message 'reverseTransformedValue:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSXMLDTD.inc b/packages/cocoaint/src/foundation/NSXMLDTD.inc
index d3f4f8513e..c18702cc9a 100644
--- a/packages/cocoaint/src/foundation/NSXMLDTD.inc
+++ b/packages/cocoaint/src/foundation/NSXMLDTD.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSXMLDTD.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSXMLDTD_PAS_C}
{ NSXMLDTD }
- NSXMLDTD = objcclass(NSXMLNode)
+ NSXMLDTD = objcclass external (NSXMLNode)
private
_name: NSString;
_publicID: NSString;
@@ -59,8 +59,6 @@
_padding2: array[0..2] of cuint8;
public
- class function alloc: NSXMLDTD; message 'alloc';
-
function initWithContentsOfURL_options_error(url: NSURL; mask: NSUInteger; error: NSErrorPointer): id; message 'initWithContentsOfURL:options:error:';
function initWithData_options_error(data: NSData; mask: NSUInteger; error: NSErrorPointer): id; message 'initWithData:options:error:';
procedure setPublicID(publicID_: NSString); message 'setPublicID:';
@@ -78,7 +76,7 @@
function elementDeclarationForName(name_: NSString): NSXMLDTDNode; message 'elementDeclarationForName:';
function attributeDeclarationForName_elementName(name_: NSString; elementName: NSString): NSXMLDTDNode; message 'attributeDeclarationForName:elementName:';
class function predefinedEntityDeclarationForName(name_: NSString): NSXMLDTDNode; message 'predefinedEntityDeclarationForName:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSXMLDTDNode.inc b/packages/cocoaint/src/foundation/NSXMLDTDNode.inc
index 637a38e811..f62c14a12d 100644
--- a/packages/cocoaint/src/foundation/NSXMLDTDNode.inc
+++ b/packages/cocoaint/src/foundation/NSXMLDTDNode.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSXMLDTDNode.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -71,7 +71,7 @@ type
{$define NSXMLDTDNODE_PAS_C}
{ NSXMLDTDNode }
- NSXMLDTDNode = objcclass(NSXMLNode)
+ NSXMLDTDNode = objcclass external (NSXMLNode)
private
_DTDKind: NSXMLDTDNodeKind;
_name: NSString;
@@ -80,8 +80,6 @@ type
_systemID: NSString;
public
- class function alloc: NSXMLDTDNode; message 'alloc';
-
function initWithXMLString(string_: NSString): id; message 'initWithXMLString:';
procedure setDTDKind(kind_: NSXMLDTDNodeKind); message 'setDTDKind:';
function DTDKind: NSXMLDTDNodeKind; message 'DTDKind';
@@ -92,7 +90,7 @@ type
function systemID: NSString; message 'systemID';
procedure setNotationName(notationName_: NSString); message 'setNotationName:';
function notationName: NSString; message 'notationName';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSXMLDocument.inc b/packages/cocoaint/src/foundation/NSXMLDocument.inc
index 820ab74355..bca95108b0 100644
--- a/packages/cocoaint/src/foundation/NSXMLDocument.inc
+++ b/packages/cocoaint/src/foundation/NSXMLDocument.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSXMLDocument.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -55,7 +55,7 @@ type
{$define NSXMLDOCUMENT_PAS_C}
{ NSXMLDocument }
- NSXMLDocument = objcclass(NSXMLNode)
+ NSXMLDocument = objcclass external (NSXMLNode)
private
_encoding: NSString;
_version: NSString;
@@ -71,8 +71,6 @@ type
_contentKind: NSXMLDocumentContentKind;
public
- class function alloc: NSXMLDocument; message 'alloc';
-
function initWithXMLString_options_error(string_: NSString; mask: NSUInteger; error: NSErrorPointer): id; message 'initWithXMLString:options:error:';
function initWithContentsOfURL_options_error(url: NSURL; mask: NSUInteger; error: NSErrorPointer): id; message 'initWithContentsOfURL:options:error:';
function initWithData_options_error(data: NSData; mask: NSUInteger; error: NSErrorPointer): id; message 'initWithData:options:error:';
@@ -104,7 +102,7 @@ type
function objectByApplyingXSLTString_arguments_error(xslt: NSString; arguments: NSDictionary; error: NSErrorPointer): id; message 'objectByApplyingXSLTString:arguments:error:';
function objectByApplyingXSLTAtURL_arguments_error(xsltURL: NSURL; argument: NSDictionary; error: NSErrorPointer): id; message 'objectByApplyingXSLTAtURL:arguments:error:';
function validateAndReturnError(error: NSErrorPointer): Boolean; message 'validateAndReturnError:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSXMLElement.inc b/packages/cocoaint/src/foundation/NSXMLElement.inc
index 42c05f272a..c43e033c1c 100644
--- a/packages/cocoaint/src/foundation/NSXMLElement.inc
+++ b/packages/cocoaint/src/foundation/NSXMLElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSXMLElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define NSXMLELEMENT_PAS_C}
{ NSXMLElement }
- NSXMLElement = objcclass(NSXMLNode)
+ NSXMLElement = objcclass external (NSXMLNode)
private
_name: NSString;
_attributes: NSMutableArray;
@@ -54,8 +54,6 @@
_prefixIndex: NSInteger;
public
- class function alloc: NSXMLElement; message 'alloc';
-
function initWithName(name_: NSString): id; message 'initWithName:';
function initWithName_URI(name_: NSString; URI_: NSString): id; message 'initWithName:URI:';
function initWithName_stringValue(name_: NSString; string_: NSString): id; message 'initWithName:stringValue:';
@@ -83,7 +81,7 @@
procedure addChild(child: NSXMLNode); message 'addChild:';
procedure replaceChildAtIndex_withNode(index_: NSUInteger; node: NSXMLNode); message 'replaceChildAtIndex:withNode:';
procedure normalizeAdjacentTextNodesPreservingCDATA(preserve: Boolean); message 'normalizeAdjacentTextNodesPreservingCDATA:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSXMLNode.inc b/packages/cocoaint/src/foundation/NSXMLNode.inc
index da779713d5..659a6a24f7 100644
--- a/packages/cocoaint/src/foundation/NSXMLNode.inc
+++ b/packages/cocoaint/src/foundation/NSXMLNode.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSXMLNode.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -64,7 +64,7 @@ type
{$define NSXMLNODE_PAS_C}
{ NSXMLNode }
- NSXMLNode = objcclass(NSObject, NSCopyingProtocol)
+ NSXMLNode = objcclass external (NSObject, NSCopyingProtocol)
private
_kind: NSXMLNodeKind;
_parent: NSXMLNode;
@@ -72,8 +72,6 @@ type
_objectValue: id;
public
- class function alloc: NSXMLNode; message 'alloc';
-
function initWithKind(kind_: NSXMLNodeKind): id; message 'initWithKind:';
function initWithKind_options(kind_: NSXMLNodeKind; options: NSUInteger): id; message 'initWithKind:options:';
class function document: id; message 'document';
@@ -127,7 +125,7 @@ type
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc b/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc
index 8529867299..7b7f3ac1b5 100644
--- a/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc
+++ b/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSXMLNodeOptions.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/foundation/NSXMLParser.inc b/packages/cocoaint/src/foundation/NSXMLParser.inc
index c3e3baee5e..345a3fd863 100644
--- a/packages/cocoaint/src/foundation/NSXMLParser.inc
+++ b/packages/cocoaint/src/foundation/NSXMLParser.inc
@@ -1,5 +1,5 @@
{ Parsed from Foundation.framework NSXMLParser.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:43 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 }
{$ifdef TYPES}
@@ -149,7 +149,7 @@ var
{$define NSXMLPARSER_PAS_C}
{ NSXMLParser }
- NSXMLParser = objcclass(NSObject)
+ NSXMLParser = objcclass external (NSObject)
private
_parser: Pointer;
_delegate: id;
@@ -158,8 +158,6 @@ var
_reserved3: id;
public
- class function alloc: NSXMLParser; message 'alloc';
-
function initWithContentsOfURL(url: NSURL): id; message 'initWithContentsOfURL:';
function initWithData(data: NSData): id; message 'initWithData:';
function delegate: id; message 'delegate';
@@ -173,15 +171,15 @@ var
function parse: Boolean; message 'parse';
procedure abortParsing; message 'abortParsing';
function parserError: NSError; message 'parserError';
- end; external;
+ end;
{ NSXMLParserLocatorAdditionsCategory }
- NSXMLParserLocatorAdditionsCategory = objccategory(NSXMLParser)
+ NSXMLParserLocatorAdditionsCategory = objccategory external (NSXMLParser)
function publicID: NSString; message 'publicID';
function systemID: NSString; message 'systemID';
function lineNumber: NSInteger; message 'lineNumber';
function columnNumber: NSInteger; message 'columnNumber';
- end; external;
+ end;
{$endif}
{$endif}
@@ -190,7 +188,7 @@ var
{$define NSXMLPARSER_PAS_P}
{ NSXMLParserDelegate Protocol }
- NSXMLParserDelegateProtocol = objcprotocol
+ NSXMLParserDelegateProtocol = objcprotocol external name 'NSXMLParserDelegate'
procedure parserDidStartDocument(parser: NSXMLParser); message 'parserDidStartDocument:';
procedure parserDidEndDocument(parser: NSXMLParser); message 'parserDidEndDocument:';
procedure parser_foundNotationDeclarationWithName_publicID_systemID(parser: NSXMLParser; name: NSString; publicID: NSString; systemID: NSString); message 'parser:foundNotationDeclarationWithName:publicID:systemID:';
@@ -211,6 +209,6 @@ var
function parser_resolveExternalEntityName_systemID(parser: NSXMLParser; name: NSString; systemID: NSString): NSData; message 'parser:resolveExternalEntityName:systemID:';
procedure parser_parseErrorOccurred(parser: NSXMLParser; parseError: NSError); message 'parser:parseErrorOccurred:';
procedure parser_validationErrorOccurred(parser: NSXMLParser; validationError: NSError); message 'parser:validationErrorOccurred:';
- end; external name 'NSXMLParserDelegate';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/AnonIncludeClassDefinitionsQuartzcore.inc b/packages/cocoaint/src/quartzcore/AnonIncludeClassDefinitionsQuartzcore.inc
index 6275fc8be8..1a55a0f598 100644
--- a/packages/cocoaint/src/quartzcore/AnonIncludeClassDefinitionsQuartzcore.inc
+++ b/packages/cocoaint/src/quartzcore/AnonIncludeClassDefinitionsQuartzcore.inc
@@ -1,36 +1,36 @@
{ Parsed from Quartzcore }
type
- NSPredicateOperator = objcclass; external;
- NSHTTPCookieInternal = objcclass; external;
- NSHTTPCookieStorageInternal = objcclass; external;
- NSURLAuthenticationChallengeInternal = objcclass; external;
- NSCachedURLResponseInternal = objcclass; external;
- NSURLCacheInternal = objcclass; external;
- NSURLConnectionInternal = objcclass; external;
- NSURLCredentialInternal = objcclass; external;
- NSURLCredentialStorageInternal = objcclass; external;
- NSURLDownloadInternal = objcclass; external;
- NSURLProtectionSpaceInternal = objcclass; external;
- NSURLProtocolInternal = objcclass; external;
- NSURLRequestInternal = objcclass; external;
- NSURLResponseInternal = objcclass; external;
- NSHTTPURLResponseInternal = objcclass; external;
- _NSImageAuxiliary = objcclass; external;
- NSTabWell = objcclass; external;
- NSStorage = objcclass; external;
- NSRunStorage = objcclass; external;
- NSSortedArray = objcclass; external;
- QTMovie = objcclass; external;
- NSIBObjectData = objcclass; external;
- NSManagedObjectContext = objcclass; external;
- NSFetchRequest = objcclass; external;
- NSMouseTracker = objcclass; external;
- NSManagedObjectModel = objcclass; external;
- NSPredicateTemplate = objcclass; external;
- NSEntityDescription = objcclass; external;
- NSNavView = objcclass; external;
- NSSavePanelAuxiliary = objcclass; external;
- NSToolbarItemViewer = objcclass; external;
- _NSViewAuxiliary = objcclass; external;
- NSWindowAuxiliary = objcclass; external;
- CALayerArray = objcclass; external;
+ NSPredicateOperator = objcclass external;
+ NSHTTPCookieInternal = objcclass external;
+ NSHTTPCookieStorageInternal = objcclass external;
+ NSURLAuthenticationChallengeInternal = objcclass external;
+ NSCachedURLResponseInternal = objcclass external;
+ NSURLCacheInternal = objcclass external;
+ NSURLConnectionInternal = objcclass external;
+ NSURLCredentialInternal = objcclass external;
+ NSURLCredentialStorageInternal = objcclass external;
+ NSURLDownloadInternal = objcclass external;
+ NSURLProtectionSpaceInternal = objcclass external;
+ NSURLProtocolInternal = objcclass external;
+ NSURLRequestInternal = objcclass external;
+ NSURLResponseInternal = objcclass external;
+ NSHTTPURLResponseInternal = objcclass external;
+ _NSImageAuxiliary = objcclass external;
+ NSTabWell = objcclass external;
+ NSStorage = objcclass external;
+ NSRunStorage = objcclass external;
+ NSSortedArray = objcclass external;
+ QTMovie = objcclass external;
+ NSIBObjectData = objcclass external;
+ NSManagedObjectContext = objcclass external;
+ NSFetchRequest = objcclass external;
+ NSMouseTracker = objcclass external;
+ NSManagedObjectModel = objcclass external;
+ NSPredicateTemplate = objcclass external;
+ NSEntityDescription = objcclass external;
+ NSNavView = objcclass external;
+ NSSavePanelAuxiliary = objcclass external;
+ NSToolbarItemViewer = objcclass external;
+ _NSViewAuxiliary = objcclass external;
+ NSWindowAuxiliary = objcclass external;
+ CALayerArray = objcclass external;
diff --git a/packages/cocoaint/src/quartzcore/CAAnimation.inc b/packages/cocoaint/src/quartzcore/CAAnimation.inc
index 9ffe03be5a..0b39c6f111 100644
--- a/packages/cocoaint/src/quartzcore/CAAnimation.inc
+++ b/packages/cocoaint/src/quartzcore/CAAnimation.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAAnimation.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -73,14 +73,12 @@ var
{$define CAANIMATION_PAS_C}
{ CAAnimation }
- CAAnimation = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol, CAMediaTimingProtocol, CAActionProtocol)
+ CAAnimation = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol, CAMediaTimingProtocol, CAActionProtocol)
private
__attr: Pointer;
_flags: cuint32;
public
- class function alloc: CAAnimation; message 'alloc';
-
class function animation: id; message 'animation';
class function defaultValueForKey(key: NSString): id; message 'defaultValueForKey:';
function shouldArchiveValueForKey(key: NSString): Boolean; message 'shouldArchiveValueForKey:';
@@ -111,14 +109,12 @@ var
function autoreverses: Boolean;
procedure setFillMode (newValue: NSString);
function fillMode: NSString;
- end; external;
+ end;
{ CAPropertyAnimation }
- CAPropertyAnimation = objcclass(CAAnimation)
+ CAPropertyAnimation = objcclass external (CAAnimation)
public
- class function alloc: CAPropertyAnimation; message 'alloc';
-
class function animationWithKeyPath(path: NSString): id; message 'animationWithKeyPath:';
procedure setKeyPath (newValue: NSString); message 'setKeyPath:';
function keyPath: NSString; message 'keyPath';
@@ -128,28 +124,24 @@ var
function isCumulative: Boolean; message 'isCumulative';
procedure setValueFunction (newValue: CAValueFunction); message 'setValueFunction:';
function valueFunction: CAValueFunction; message 'valueFunction';
- end; external;
+ end;
{ CABasicAnimation }
- CABasicAnimation = objcclass(CAPropertyAnimation)
+ CABasicAnimation = objcclass external (CAPropertyAnimation)
public
- class function alloc: CABasicAnimation; message 'alloc';
-
procedure setFromValue (newValue: id); message 'setFromValue:';
function fromValue: id; message 'fromValue';
procedure setToValue (newValue: id); message 'setToValue:';
function toValue: id; message 'toValue';
procedure setByValue (newValue: id); message 'setByValue:';
function byValue: id; message 'byValue';
- end; external;
+ end;
{ CAKeyframeAnimation }
- CAKeyframeAnimation = objcclass(CAPropertyAnimation)
+ CAKeyframeAnimation = objcclass external (CAPropertyAnimation)
public
- class function alloc: CAKeyframeAnimation; message 'alloc';
-
procedure setValues (newValue: NSArray); message 'setValues:';
function values: NSArray; message 'values';
procedure setPath (newValue: CGPathRef); message 'setPath:';
@@ -162,14 +154,12 @@ var
function calculationMode: NSString; message 'calculationMode';
procedure setRotationMode (newValue: NSString); message 'setRotationMode:';
function rotationMode: NSString; message 'rotationMode';
- end; external;
+ end;
{ CATransition }
- CATransition = objcclass(CAAnimation)
+ CATransition = objcclass external (CAAnimation)
public
- class function alloc: CATransition; message 'alloc';
-
procedure setType (newValue: NSString); message 'setType:';
function type_: NSString; message 'type_';
procedure setSubtype (newValue: NSString); message 'setSubtype:';
@@ -180,23 +170,21 @@ var
function endProgress: single; message 'endProgress';
procedure setFilter (newValue: id); message 'setFilter:';
function filter: id; message 'filter';
- end; external;
+ end;
{ CAAnimationGroup }
- CAAnimationGroup = objcclass(CAAnimation)
+ CAAnimationGroup = objcclass external (CAAnimation)
public
- class function alloc: CAAnimationGroup; message 'alloc';
-
procedure setAnimations (newValue: NSArray); message 'setAnimations:';
function animations: NSArray; message 'animations';
- end; external;
+ end;
{ CAAnimationDelegateCategory }
- CAAnimationDelegateCategory = objccategory(NSObject)
+ CAAnimationDelegateCategory = objccategory external (NSObject)
procedure animationDidStart(anim: CAAnimation); message 'animationDidStart:';
procedure animationDidStop_finished(anim: CAAnimation; flag: Boolean); message 'animationDidStop:finished:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CABase.inc b/packages/cocoaint/src/quartzcore/CABase.inc
index 3f1d534537..f03ada14a2 100644
--- a/packages/cocoaint/src/quartzcore/CABase.inc
+++ b/packages/cocoaint/src/quartzcore/CABase.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CABase.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CACIFilterAdditions.inc b/packages/cocoaint/src/quartzcore/CACIFilterAdditions.inc
index 6e0cbe3b35..efccfe76b9 100644
--- a/packages/cocoaint/src/quartzcore/CACIFilterAdditions.inc
+++ b/packages/cocoaint/src/quartzcore/CACIFilterAdditions.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CACIFilterAdditions.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -39,12 +39,12 @@
{$define CACIFILTERADDITIONS_PAS_C}
{ CACIFilterAdditionsCategory }
- CACIFilterAdditionsCategory = objccategory(CIFilter)
+ CACIFilterAdditionsCategory = objccategory external (CIFilter)
procedure setName (newValue: NSString); message 'setName:';
function name: NSString; message 'name';
procedure setEnabled (newValue: Boolean); message 'setEnabled:';
function isEnabled: Boolean; message 'isEnabled';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAConstraintLayoutManager.inc b/packages/cocoaint/src/quartzcore/CAConstraintLayoutManager.inc
index fd39541030..56e2b1a614 100644
--- a/packages/cocoaint/src/quartzcore/CAConstraintLayoutManager.inc
+++ b/packages/cocoaint/src/quartzcore/CAConstraintLayoutManager.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAConstraintLayoutManager.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -62,16 +62,14 @@ type
{$define CACONSTRAINTLAYOUTMANAGER_PAS_C}
{ CAConstraintLayoutManager }
- CAConstraintLayoutManager = objcclass(NSObject)
+ CAConstraintLayoutManager = objcclass external (NSObject)
public
- class function alloc: CAConstraintLayoutManager; message 'alloc';
-
class function layoutManager: id; message 'layoutManager';
- end; external;
+ end;
{ CAConstraint }
- CAConstraint = objcclass(NSObject, NSCodingProtocol)
+ CAConstraint = objcclass external (NSObject, NSCodingProtocol)
private
_srcId: NSString;
_anoninternstruct_CAConstraintLayoutManager0: bitpacked record
@@ -85,8 +83,6 @@ type
_scale, _offset: CGFloat;
public
- class function alloc: CAConstraint; message 'alloc';
-
class function constraintWithAttribute_relativeTo_attribute_scale_offset(attr: CAConstraintAttribute; srcId: NSString; srcAttr: CAConstraintAttribute; m: CGFloat; c: CGFloat): id; message 'constraintWithAttribute:relativeTo:attribute:scale:offset:';
class function constraintWithAttribute_relativeTo_attribute_offset(attr: CAConstraintAttribute; srcId: NSString; srcAttr: CAConstraintAttribute; c: CGFloat): id; message 'constraintWithAttribute:relativeTo:attribute:offset:';
class function constraintWithAttribute_relativeTo_attribute(attr: CAConstraintAttribute; srcId: NSString; srcAttr: CAConstraintAttribute): id; message 'constraintWithAttribute:relativeTo:attribute:';
@@ -100,14 +96,14 @@ type
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{ CAConstraintLayoutManager_CALayerCategory }
- CAConstraintLayoutManager_CALayerCategory = objccategory(CALayer)
+ CAConstraintLayoutManager_CALayerCategory = objccategory external name 'CAConstraintLayoutManager' (CALayer)
procedure setConstraints (newValue: NSArray); message 'setConstraints:';
function constraints: NSArray; message 'constraints';
procedure addConstraint(c: CAConstraint); message 'addConstraint:';
- end; external name 'CAConstraintLayoutManager';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAEmitterCell.inc b/packages/cocoaint/src/quartzcore/CAEmitterCell.inc
index 44cfc65d2c..374659c362 100644
--- a/packages/cocoaint/src/quartzcore/CAEmitterCell.inc
+++ b/packages/cocoaint/src/quartzcore/CAEmitterCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAEmitterCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define CAEMITTERCELL_PAS_C}
{ CAEmitterCell }
- CAEmitterCell = objcclass(NSObject, NSCodingProtocol, CAMediaTimingProtocol)
+ CAEmitterCell = objcclass external (NSObject, NSCodingProtocol, CAMediaTimingProtocol)
private
__attr: Pointer;
_state: Pointer;
_flags: cuint32;
public
- class function alloc: CAEmitterCell; message 'alloc';
-
class function emitterCell: id; message 'emitterCell';
class function defaultValueForKey(key: NSString): id; message 'defaultValueForKey:';
function shouldArchiveValueForKey(key: NSString): Boolean; message 'shouldArchiveValueForKey:';
@@ -142,7 +140,7 @@
function autoreverses: Boolean;
procedure setFillMode (newValue: NSString);
function fillMode: NSString;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAEmitterLayer.inc b/packages/cocoaint/src/quartzcore/CAEmitterLayer.inc
index ddfc1f6e7b..a490fb5a3f 100644
--- a/packages/cocoaint/src/quartzcore/CAEmitterLayer.inc
+++ b/packages/cocoaint/src/quartzcore/CAEmitterLayer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAEmitterLayer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -60,11 +60,9 @@ var
{$define CAEMITTERLAYER_PAS_C}
{ CAEmitterLayer }
- CAEmitterLayer = objcclass(CALayer)
+ CAEmitterLayer = objcclass external (CALayer)
public
- class function alloc: CAEmitterLayer; message 'alloc';
-
procedure setEmitterCells (newValue: NSArray); message 'setEmitterCells:';
function emitterCells: NSArray; message 'emitterCells';
procedure setBirthRate (newValue: single); message 'setBirthRate:';
@@ -95,7 +93,7 @@ var
function spin: single; message 'spin';
procedure setSeed (newValue: cuint); message 'setSeed:';
function seed: cuint; message 'seed';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAGradientLayer.inc b/packages/cocoaint/src/quartzcore/CAGradientLayer.inc
index 53c0b8a502..8c3f0335ad 100644
--- a/packages/cocoaint/src/quartzcore/CAGradientLayer.inc
+++ b/packages/cocoaint/src/quartzcore/CAGradientLayer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAGradientLayer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -46,11 +46,9 @@ var
{$define CAGRADIENTLAYER_PAS_C}
{ CAGradientLayer }
- CAGradientLayer = objcclass(CALayer)
+ CAGradientLayer = objcclass external (CALayer)
public
- class function alloc: CAGradientLayer; message 'alloc';
-
procedure setColors (newValue: NSArray); message 'setColors:';
function colors: NSArray; message 'colors';
procedure setLocations (newValue: NSArray); message 'setLocations:';
@@ -61,7 +59,7 @@ var
function endPoint: CGPoint; message 'endPoint';
procedure setType (newValue: NSString); message 'setType:';
function type_: NSString; message 'type_';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CALayer.inc b/packages/cocoaint/src/quartzcore/CALayer.inc
index b6e230dabf..55144cb633 100644
--- a/packages/cocoaint/src/quartzcore/CALayer.inc
+++ b/packages/cocoaint/src/quartzcore/CALayer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CALayer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -81,7 +81,7 @@ var
{$define CALAYER_PAS_C}
{ CALayer }
- CALayer = objcclass(NSObject, NSCodingProtocol, CAMediaTimingProtocol)
+ CALayer = objcclass external (NSObject, NSCodingProtocol, CAMediaTimingProtocol)
private
__attr: record
refcount: cint32;
@@ -99,8 +99,6 @@ var
end;
public
- class function alloc: CALayer; message 'alloc';
-
class function layer: id; message 'layer';
function init: id; message 'init';
function initWithLayer(layer_: id): id; message 'initWithLayer:';
@@ -252,21 +250,21 @@ var
function autoreverses: Boolean;
procedure setFillMode (newValue: NSString);
function fillMode: NSString;
- end; external;
+ end;
{ CALayoutManagerCategory }
- CALayoutManagerCategory = objccategory(NSObject)
+ CALayoutManagerCategory = objccategory external (NSObject)
function preferredSizeOfLayer(layer: CALayer): CGSize; message 'preferredSizeOfLayer:';
procedure invalidateLayoutOfLayer(layer: CALayer); message 'invalidateLayoutOfLayer:';
procedure layoutSublayersOfLayer(layer: CALayer); message 'layoutSublayersOfLayer:';
- end; external;
+ end;
{ CALayerDelegateCategory }
- CALayerDelegateCategory = objccategory(NSObject)
+ CALayerDelegateCategory = objccategory external (NSObject)
procedure displayLayer(layer: CALayer); message 'displayLayer:';
procedure drawLayer_inContext(layer: CALayer; ctx: CGContextRef); message 'drawLayer:inContext:';
function actionForLayer_forKey(layer: CALayer; event: NSString): id; message 'actionForLayer:forKey:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -275,7 +273,7 @@ var
{$define CALAYER_PAS_P}
{ CAAction Protocol }
- CAActionProtocol = objcprotocol
- end; external name 'CAAction';
+ CAActionProtocol = objcprotocol external name 'CAAction'
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAMediaTiming.inc b/packages/cocoaint/src/quartzcore/CAMediaTiming.inc
index af61d54896..6a14475503 100644
--- a/packages/cocoaint/src/quartzcore/CAMediaTiming.inc
+++ b/packages/cocoaint/src/quartzcore/CAMediaTiming.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAMediaTiming.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -47,7 +47,7 @@ var
{$define CAMEDIATIMING_PAS_P}
{ CAMediaTiming Protocol }
- CAMediaTimingProtocol = objcprotocol
+ CAMediaTimingProtocol = objcprotocol external name 'CAMediaTiming'
procedure setBeginTime (newValue: CFTimeInterval); message 'setBeginTime:';
function beginTime: CFTimeInterval; message 'beginTime';
procedure setDuration (newValue: CFTimeInterval); message 'setDuration:';
@@ -64,6 +64,6 @@ var
function autoreverses: Boolean; message 'autoreverses';
procedure setFillMode (newValue: NSString); message 'setFillMode:';
function fillMode: NSString; message 'fillMode';
- end; external name 'CAMediaTiming';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAMediaTimingFunction.inc b/packages/cocoaint/src/quartzcore/CAMediaTimingFunction.inc
index 7dddad9b5e..fd714e6554 100644
--- a/packages/cocoaint/src/quartzcore/CAMediaTimingFunction.inc
+++ b/packages/cocoaint/src/quartzcore/CAMediaTimingFunction.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAMediaTimingFunction.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -50,13 +50,11 @@ var
{$define CAMEDIATIMINGFUNCTION_PAS_C}
{ CAMediaTimingFunction }
- CAMediaTimingFunction = objcclass(NSObject, NSCodingProtocol)
+ CAMediaTimingFunction = objcclass external (NSObject, NSCodingProtocol)
private
__priv: Pointer;
public
- class function alloc: CAMediaTimingFunction; message 'alloc';
-
class function functionWithName(name: NSString): id; message 'functionWithName:';
class function functionWithControlPoints(c: single; c1: single; c2: single; c3: single): id; message 'functionWithControlPoints:c1x:c1y:c2x:';
function initWithControlPoints(c: single; c1: single; c2: single; c3: single): id; message 'initWithControlPoints:c1x:c1y:c2x:';
@@ -65,7 +63,7 @@ var
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAOpenGLLayer.inc b/packages/cocoaint/src/quartzcore/CAOpenGLLayer.inc
index bca93e1dd1..b99939867e 100644
--- a/packages/cocoaint/src/quartzcore/CAOpenGLLayer.inc
+++ b/packages/cocoaint/src/quartzcore/CAOpenGLLayer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAOpenGLLayer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define CAOPENGLLAYER_PAS_C}
{ CAOpenGLLayer }
- CAOpenGLLayer = objcclass(CALayer)
+ CAOpenGLLayer = objcclass external (CALayer)
private
__glPriv: Pointer;
public
- class function alloc: CAOpenGLLayer; message 'alloc';
-
procedure setAsynchronous (newValue: Boolean); message 'setAsynchronous:';
function isAsynchronous: Boolean; message 'isAsynchronous';
function canDrawInCGLContext_pixelFormat_forLayerTime_displayTime(ctx: CGLContextObj; pf: CGLPixelFormatObj; t: CFTimeInterval; ts: CVTimeStampPtr): Boolean; message 'canDrawInCGLContext:pixelFormat:forLayerTime:displayTime:';
@@ -57,7 +55,7 @@
procedure releaseCGLPixelFormat(pf: CGLPixelFormatObj); message 'releaseCGLPixelFormat:';
function copyCGLContextForPixelFormat(pf: CGLPixelFormatObj): CGLContextObj; message 'copyCGLContextForPixelFormat:';
procedure releaseCGLContext(ctx: CGLContextObj); message 'releaseCGLContext:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CARenderer.inc b/packages/cocoaint/src/quartzcore/CARenderer.inc
index 6f8481a4bb..c2d7635321 100644
--- a/packages/cocoaint/src/quartzcore/CARenderer.inc
+++ b/packages/cocoaint/src/quartzcore/CARenderer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CARenderer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define CARENDERER_PAS_C}
{ CARenderer }
- CARenderer = objcclass(NSObject)
+ CARenderer = objcclass external (NSObject)
private
__priv: Pointer;
public
- class function alloc: CARenderer; message 'alloc';
-
class function rendererWithCGLContext_options(ctx: Pointer; dict: NSDictionary): CARenderer; message 'rendererWithCGLContext:options:';
procedure setLayer (newValue: CALayer); message 'setLayer:';
function layer: CALayer; message 'layer';
@@ -60,7 +58,7 @@
procedure render; message 'render';
function nextFrameTime: CFTimeInterval; message 'nextFrameTime';
procedure endFrame; message 'endFrame';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAReplicatorLayer.inc b/packages/cocoaint/src/quartzcore/CAReplicatorLayer.inc
index c4b2ddc30a..c18f3185f9 100644
--- a/packages/cocoaint/src/quartzcore/CAReplicatorLayer.inc
+++ b/packages/cocoaint/src/quartzcore/CAReplicatorLayer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAReplicatorLayer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define CAREPLICATORLAYER_PAS_C}
{ CAReplicatorLayer }
- CAReplicatorLayer = objcclass(CALayer)
+ CAReplicatorLayer = objcclass external (CALayer)
public
- class function alloc: CAReplicatorLayer; message 'alloc';
-
procedure setInstanceCount (newValue: NSInteger); message 'setInstanceCount:';
function instanceCount: NSInteger; message 'instanceCount';
procedure setPreservesDepth (newValue: Boolean); message 'setPreservesDepth:';
@@ -65,7 +63,7 @@
function instanceBlueOffset: single; message 'instanceBlueOffset';
procedure setInstanceAlphaOffset (newValue: single); message 'setInstanceAlphaOffset:';
function instanceAlphaOffset: single; message 'instanceAlphaOffset';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAScrollLayer.inc b/packages/cocoaint/src/quartzcore/CAScrollLayer.inc
index 408730f74a..1abf99e5dc 100644
--- a/packages/cocoaint/src/quartzcore/CAScrollLayer.inc
+++ b/packages/cocoaint/src/quartzcore/CAScrollLayer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAScrollLayer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -49,23 +49,21 @@ var
{$define CASCROLLLAYER_PAS_C}
{ CAScrollLayer }
- CAScrollLayer = objcclass(CALayer)
+ CAScrollLayer = objcclass external (CALayer)
public
- class function alloc: CAScrollLayer; message 'alloc';
-
procedure scrollToPoint(p: CGPoint); message 'scrollToPoint:';
procedure scrollToRect(r: CGRect); message 'scrollToRect:';
procedure setScrollMode (newValue: NSString); message 'setScrollMode:';
function scrollMode: NSString; message 'scrollMode';
- end; external;
+ end;
{ CALayerScrollingCategory }
- CALayerScrollingCategory = objccategory(CALayer)
+ CALayerScrollingCategory = objccategory external (CALayer)
procedure scrollPoint(p: CGPoint); message 'scrollPoint:';
procedure scrollRectToVisible(r: CGRect); message 'scrollRectToVisible:';
function visibleRect: CGRect; message 'visibleRect';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAShapeLayer.inc b/packages/cocoaint/src/quartzcore/CAShapeLayer.inc
index f6833e0b38..d5f072ee32 100644
--- a/packages/cocoaint/src/quartzcore/CAShapeLayer.inc
+++ b/packages/cocoaint/src/quartzcore/CAShapeLayer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAShapeLayer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -53,11 +53,9 @@ var
{$define CASHAPELAYER_PAS_C}
{ CAShapeLayer }
- CAShapeLayer = objcclass(CALayer)
+ CAShapeLayer = objcclass external (CALayer)
public
- class function alloc: CAShapeLayer; message 'alloc';
-
procedure setPath (newValue: CGPathRef); message 'setPath:';
function path: CGPathRef; message 'path';
procedure setFillColor (newValue: CGColorRef); message 'setFillColor:';
@@ -78,7 +76,7 @@ var
function lineDashPhase: CGFloat; message 'lineDashPhase';
procedure setLineDashPattern (newValue: NSArray); message 'setLineDashPattern:';
function lineDashPattern: NSArray; message 'lineDashPattern';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CATextLayer.inc b/packages/cocoaint/src/quartzcore/CATextLayer.inc
index 58e9de5019..d83b0b6611 100644
--- a/packages/cocoaint/src/quartzcore/CATextLayer.inc
+++ b/packages/cocoaint/src/quartzcore/CATextLayer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CATextLayer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -54,13 +54,11 @@ var
{$define CATEXTLAYER_PAS_C}
{ CATextLayer }
- CATextLayer = objcclass(CALayer)
+ CATextLayer = objcclass external (CALayer)
private
__state: Pointer;
public
- class function alloc: CATextLayer; message 'alloc';
-
procedure setString (newValue: id); message 'setString:';
function string_: id; message 'string_';
procedure setFont (newValue: CFTypeRef); message 'setFont:';
@@ -75,7 +73,7 @@ var
function truncationMode: NSString; message 'truncationMode';
procedure setAlignmentMode (newValue: NSString); message 'setAlignmentMode:';
function alignmentMode: NSString; message 'alignmentMode';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CATiledLayer.inc b/packages/cocoaint/src/quartzcore/CATiledLayer.inc
index 8d57118cb8..21d5ec21a2 100644
--- a/packages/cocoaint/src/quartzcore/CATiledLayer.inc
+++ b/packages/cocoaint/src/quartzcore/CATiledLayer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CATiledLayer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define CATILEDLAYER_PAS_C}
{ CATiledLayer }
- CATiledLayer = objcclass(CALayer)
+ CATiledLayer = objcclass external (CALayer)
public
- class function alloc: CATiledLayer; message 'alloc';
-
class function fadeDuration: CFTimeInterval; message 'fadeDuration';
procedure setLevelsOfDetail (newValue: size_t); message 'setLevelsOfDetail:';
function levelsOfDetail: size_t; message 'levelsOfDetail';
@@ -54,7 +52,7 @@
function levelsOfDetailBias: size_t; message 'levelsOfDetailBias';
procedure setTileSize (newValue: CGSize); message 'setTileSize:';
function tileSize: CGSize; message 'tileSize';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CATransaction.inc b/packages/cocoaint/src/quartzcore/CATransaction.inc
index 202f19b770..504e12e4b9 100644
--- a/packages/cocoaint/src/quartzcore/CATransaction.inc
+++ b/packages/cocoaint/src/quartzcore/CATransaction.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CATransaction.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -49,11 +49,9 @@ var
{$define CATRANSACTION_PAS_C}
{ CATransaction }
- CATransaction = objcclass(NSObject)
+ CATransaction = objcclass external (NSObject)
public
- class function alloc: CATransaction; message 'alloc';
-
class procedure begin_; message 'begin';
class procedure commit; message 'commit';
class procedure flush; message 'flush';
@@ -67,7 +65,7 @@ var
class procedure setDisableActions(flag: Boolean); message 'setDisableActions:';
class function valueForKey(key: NSString): id; message 'valueForKey:';
class procedure setValue_forKey(anObject: id; key: NSString); message 'setValue:forKey:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CATransform3D.inc b/packages/cocoaint/src/quartzcore/CATransform3D.inc
index 9ea0edcc50..26687393d5 100644
--- a/packages/cocoaint/src/quartzcore/CATransform3D.inc
+++ b/packages/cocoaint/src/quartzcore/CATransform3D.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CATransform3D.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CATransformLayer.inc b/packages/cocoaint/src/quartzcore/CATransformLayer.inc
index f641477741..1e174ec8cd 100644
--- a/packages/cocoaint/src/quartzcore/CATransformLayer.inc
+++ b/packages/cocoaint/src/quartzcore/CATransformLayer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CATransformLayer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,10 @@
{$define CATRANSFORMLAYER_PAS_C}
{ CATransformLayer }
- CATransformLayer = objcclass(CALayer)
+ CATransformLayer = objcclass external (CALayer)
public
- class function alloc: CATransformLayer; message 'alloc';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CAValueFunction.inc b/packages/cocoaint/src/quartzcore/CAValueFunction.inc
index 2907c0a364..ecbc9ec093 100644
--- a/packages/cocoaint/src/quartzcore/CAValueFunction.inc
+++ b/packages/cocoaint/src/quartzcore/CAValueFunction.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CAValueFunction.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -56,21 +56,19 @@ var
{$define CAVALUEFUNCTION_PAS_C}
{ CAValueFunction }
- CAValueFunction = objcclass(NSObject, NSCodingProtocol)
+ CAValueFunction = objcclass external (NSObject, NSCodingProtocol)
private
_string: NSString;
_impl: Pointer;
public
- class function alloc: CAValueFunction; message 'alloc';
-
class function functionWithName(name: NSString): id; message 'functionWithName:';
function name: NSString; message 'name';
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIColor.inc b/packages/cocoaint/src/quartzcore/CIColor.inc
index b58dd395ad..cc225afbac 100644
--- a/packages/cocoaint/src/quartzcore/CIColor.inc
+++ b/packages/cocoaint/src/quartzcore/CIColor.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIColor.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define CICOLOR_PAS_C}
{ CIColor }
- CIColor = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ CIColor = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_priv: Pointer;
_pad: array[0..2] of Pointer;
public
- class function alloc: CIColor; message 'alloc';
-
class function colorWithCGColor(c: CGColorRef): CIColor; message 'colorWithCGColor:';
class function colorWithRed_green_blue_alpha(r: CGFloat; g: CGFloat; b: CGFloat; a: CGFloat): CIColor; message 'colorWithRed:green:blue:alpha:';
class function colorWithRed_green_blue(r: CGFloat; g: CGFloat; b: CGFloat): CIColor; message 'colorWithRed:green:blue:';
@@ -68,7 +66,7 @@
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIContext.inc b/packages/cocoaint/src/quartzcore/CIContext.inc
index c9c5129069..9ff726523b 100644
--- a/packages/cocoaint/src/quartzcore/CIContext.inc
+++ b/packages/cocoaint/src/quartzcore/CIContext.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIContext.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -48,13 +48,11 @@ var
{$define CICONTEXT_PAS_C}
{ CIContext }
- CIContext = objcclass(NSObject)
+ CIContext = objcclass external (NSObject)
private
_priv: id;
public
- class function alloc: CIContext; message 'alloc';
-
class function contextWithCGLContext_pixelFormat_colorSpace_options(ctx: CGLContextObj; pf: CGLPixelFormatObj; cs: CGColorSpaceRef; dict: NSDictionary): CIContext; message 'contextWithCGLContext:pixelFormat:colorSpace:options:';
class function contextWithCGLContext_pixelFormat_options(ctx: CGLContextObj; pf: CGLPixelFormatObj; dict: NSDictionary): CIContext; message 'contextWithCGLContext:pixelFormat:options:';
class function contextWithCGContext_options(ctx: CGContextRef; dict: NSDictionary): CIContext; message 'contextWithCGContext:options:';
@@ -67,7 +65,7 @@ var
procedure render_toIOSurface_bounds_colorSpace(im: CIImage; surface: IOSurfaceRef; r: CGRect; cs: CGColorSpaceRef); message 'render:toIOSurface:bounds:colorSpace:';
procedure reclaimResources; message 'reclaimResources';
procedure clearCaches; message 'clearCaches';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIFilter.inc b/packages/cocoaint/src/quartzcore/CIFilter.inc
index b8ff9aec5b..a534f1ae47 100644
--- a/packages/cocoaint/src/quartzcore/CIFilter.inc
+++ b/packages/cocoaint/src/quartzcore/CIFilter.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIFilter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -126,13 +126,11 @@ var
{$define CIFILTER_PAS_C}
{ CIFilter }
- CIFilter = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ CIFilter = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_priv: array[0..7] of Pointer;
public
- class function alloc: CIFilter; message 'alloc';
-
function inputKeys: NSArray; message 'inputKeys';
function outputKeys: NSArray; message 'outputKeys';
procedure setDefaults; message 'setDefaults';
@@ -144,10 +142,10 @@ var
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ CIFilterRegistryCategory }
- CIFilterRegistryCategory = objccategory(CIFilter)
+ CIFilterRegistryCategory = objccategory external (CIFilter)
class function filterWithName(name: NSString): CIFilter; message 'filterWithName:';
class function filterWithName_keysAndValues(name: NSString; firstKey: id): CIFilter; varargs; message 'filterWithName:keysAndValues:';
class function filterNamesInCategory(category: NSString): NSArray; message 'filterNamesInCategory:';
@@ -157,7 +155,7 @@ var
class function localizedNameForCategory(category: NSString): NSString; message 'localizedNameForCategory:';
class function localizedDescriptionForFilterName(filterName: NSString): NSString; message 'localizedDescriptionForFilterName:';
class function localizedReferenceDocumentationForFilterName(filterName: NSString): NSURL; message 'localizedReferenceDocumentationForFilterName:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIFilterGenerator.inc b/packages/cocoaint/src/quartzcore/CIFilterGenerator.inc
index d8e68dc078..364928536f 100644
--- a/packages/cocoaint/src/quartzcore/CIFilterGenerator.inc
+++ b/packages/cocoaint/src/quartzcore/CIFilterGenerator.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIFilterGenerator.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -48,13 +48,11 @@ var
{$define CIFILTERGENERATOR_PAS_C}
{ CIFilterGenerator }
- CIFilterGenerator = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ CIFilterGenerator = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
___strong: Pointer;
public
- class function alloc: CIFilterGenerator; message 'alloc';
-
class function filterGenerator: CIFilterGenerator; message 'filterGenerator';
class function filterGeneratorWithContentsOfURL(aURL: NSURL): CIFilterGenerator; message 'filterGeneratorWithContentsOfURL:';
function initWithContentsOfURL(aURL: NSURL): id; message 'initWithContentsOfURL:';
@@ -74,7 +72,7 @@ var
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIFilterShape.inc b/packages/cocoaint/src/quartzcore/CIFilterShape.inc
index a276084bc2..73ea6c37c5 100644
--- a/packages/cocoaint/src/quartzcore/CIFilterShape.inc
+++ b/packages/cocoaint/src/quartzcore/CIFilterShape.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIFilterShape.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define CIFILTERSHAPE_PAS_C}
{ CIFilterShape }
- CIFilterShape = objcclass(NSObject, NSCopyingProtocol)
+ CIFilterShape = objcclass external (NSObject, NSCopyingProtocol)
private
_pad: cuint32;
_priv: Pointer;
public
- class function alloc: CIFilterShape; message 'alloc';
-
class function shapeWithRect(r: CGRect): id; message 'shapeWithRect:';
function initWithRect(r: CGRect): id; message 'initWithRect:';
function transformBy_interior(m: CGAffineTransform; flag: Boolean): CIFilterShape; message 'transformBy:interior:';
@@ -61,7 +59,7 @@
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIImage.inc b/packages/cocoaint/src/quartzcore/CIImage.inc
index 77271d0dcf..815d2d7b77 100644
--- a/packages/cocoaint/src/quartzcore/CIImage.inc
+++ b/packages/cocoaint/src/quartzcore/CIImage.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIImage.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -57,14 +57,12 @@ var
{$define CIIMAGE_PAS_C}
{ CIImage }
- CIImage = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ CIImage = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_state: Pointer;
_priv: Pointer;
public
- class function alloc: CIImage; message 'alloc';
-
class function imageWithCGImage(image: CGImageRef): CIImage; message 'imageWithCGImage:';
class function imageWithCGImage_options(image: CGImageRef; d: NSDictionary): CIImage; message 'imageWithCGImage:options:';
class function imageWithCGLayer(layer: CGLayerRef): CIImage; message 'imageWithCGLayer:';
@@ -107,7 +105,7 @@ var
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIImageAccumulator.inc b/packages/cocoaint/src/quartzcore/CIImageAccumulator.inc
index 0d87a8ad4f..379c940806 100644
--- a/packages/cocoaint/src/quartzcore/CIImageAccumulator.inc
+++ b/packages/cocoaint/src/quartzcore/CIImageAccumulator.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIImageAccumulator.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define CIIMAGEACCUMULATOR_PAS_C}
{ CIImageAccumulator }
- CIImageAccumulator = objcclass(NSObject)
+ CIImageAccumulator = objcclass external (NSObject)
private
_state: Pointer;
public
- class function alloc: CIImageAccumulator; message 'alloc';
-
class function imageAccumulatorWithExtent_format(r: CGRect; f: CIFormat): CIImageAccumulator; message 'imageAccumulatorWithExtent:format:';
function initWithExtent_format(r: CGRect; f: CIFormat): id; message 'initWithExtent:format:';
function extent: CGRect; message 'extent';
@@ -57,7 +55,7 @@
procedure setImage(im: CIImage); message 'setImage:';
procedure setImage_dirtyRect(im: CIImage; r: CGRect); message 'setImage:dirtyRect:';
procedure clear; message 'clear';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIImageProvider.inc b/packages/cocoaint/src/quartzcore/CIImageProvider.inc
index 8acd2cbbb1..ca8a93b0b4 100644
--- a/packages/cocoaint/src/quartzcore/CIImageProvider.inc
+++ b/packages/cocoaint/src/quartzcore/CIImageProvider.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIImageProvider.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -44,15 +44,15 @@ var
{$define CIIMAGEPROVIDER_PAS_C}
{ CIImageProviderCategory }
- CIImageProviderCategory = objccategory(CIImage)
+ CIImageProviderCategory = objccategory external (CIImage)
class function imageWithImageProvider_size_width_format_colorSpace_options(p: id; width: size_t; height: size_t; f: CIFormat; cs: CGColorSpaceRef; dict: NSDictionary): CIImage; message 'imageWithImageProvider:size:width:format:colorSpace:options:';
function initWithImageProvider_size_width_format_colorSpace_options(p: id; width: size_t; height: size_t; f: CIFormat; cs: CGColorSpaceRef; dict: NSDictionary): id; message 'initWithImageProvider:size:width:format:colorSpace:options:';
- end; external;
+ end;
{ CIImageProvider_NSObjectCategory }
- CIImageProvider_NSObjectCategory = objccategory(NSObject)
+ CIImageProvider_NSObjectCategory = objccategory external name 'CIImageProvider' (NSObject)
procedure provideImageData_bytesPerRow_origin_x_size_width_userInfo(data: Pointer; rowbytes: size_t; x: size_t; y: size_t; width: size_t; height: size_t; info: id); message 'provideImageData:bytesPerRow:origin:x:size:width:userInfo:';
- end; external name 'CIImageProvider';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIKernel.inc b/packages/cocoaint/src/quartzcore/CIKernel.inc
index 368cef4dff..215131595b 100644
--- a/packages/cocoaint/src/quartzcore/CIKernel.inc
+++ b/packages/cocoaint/src/quartzcore/CIKernel.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIKernel.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,17 +42,15 @@
{$define CIKERNEL_PAS_C}
{ CIKernel }
- CIKernel = objcclass(NSObject)
+ CIKernel = objcclass external (NSObject)
private
_priv: Pointer;
public
- class function alloc: CIKernel; message 'alloc';
-
class function kernelsWithString(s: NSString): NSArray; message 'kernelsWithString:';
function name: NSString; message 'name';
procedure setROISelector(aMethod: SEL); message 'setROISelector:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIPlugIn.inc b/packages/cocoaint/src/quartzcore/CIPlugIn.inc
index 810f17f609..37c4b4931d 100644
--- a/packages/cocoaint/src/quartzcore/CIPlugIn.inc
+++ b/packages/cocoaint/src/quartzcore/CIPlugIn.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIPlugIn.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,17 +42,15 @@
{$define CIPLUGIN_PAS_C}
{ CIPlugIn }
- CIPlugIn = objcclass(NSObject)
+ CIPlugIn = objcclass external (NSObject)
private
_priv: array[0..7] of Pointer;
public
- class function alloc: CIPlugIn; message 'alloc';
-
class procedure loadAllPlugIns; message 'loadAllPlugIns';
class procedure loadNonExecutablePlugIns; message 'loadNonExecutablePlugIns';
class procedure loadPlugIn_allowNonExecutable(url: NSURL; allowNonExecutable: Boolean); message 'loadPlugIn:allowNonExecutable:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIPlugInInterface.inc b/packages/cocoaint/src/quartzcore/CIPlugInInterface.inc
index d6ec108647..4ffb367b6c 100644
--- a/packages/cocoaint/src/quartzcore/CIPlugInInterface.inc
+++ b/packages/cocoaint/src/quartzcore/CIPlugInInterface.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIPlugInInterface.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -39,8 +39,8 @@
{$define CIPLUGININTERFACE_PAS_P}
{ CIPlugInRegistration Protocol }
- CIPlugInRegistrationProtocol = objcprotocol
+ CIPlugInRegistrationProtocol = objcprotocol external name 'CIPlugInRegistration'
function load(host: Pointer): Boolean; message 'load:';
- end; external name 'CIPlugInRegistration';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIRAWFilter.inc b/packages/cocoaint/src/quartzcore/CIRAWFilter.inc
index dc422d0acb..f2da4cbd55 100644
--- a/packages/cocoaint/src/quartzcore/CIRAWFilter.inc
+++ b/packages/cocoaint/src/quartzcore/CIRAWFilter.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIRAWFilter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -59,10 +59,10 @@ var
{$define CIRAWFILTER_PAS_C}
{ CIRAWFilterCategory }
- CIRAWFilterCategory = objccategory(CIFilter)
+ CIRAWFilterCategory = objccategory external (CIFilter)
class function filterWithImageURL_options(url: NSURL; options: NSDictionary): CIFilter; message 'filterWithImageURL:options:';
class function filterWithImageData_options(data: NSData; options: NSDictionary): CIFilter; message 'filterWithImageData:options:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CISampler.inc b/packages/cocoaint/src/quartzcore/CISampler.inc
index 725bda4f2f..b2ef25b9e0 100644
--- a/packages/cocoaint/src/quartzcore/CISampler.inc
+++ b/packages/cocoaint/src/quartzcore/CISampler.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CISampler.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -50,13 +50,11 @@ var
{$define CISAMPLER_PAS_C}
{ CISampler }
- CISampler = objcclass(NSObject, NSCopyingProtocol)
+ CISampler = objcclass external (NSObject, NSCopyingProtocol)
private
_priv: Pointer;
public
- class function alloc: CISampler; message 'alloc';
-
class function samplerWithImage(im: CIImage): CISampler; message 'samplerWithImage:';
class function samplerWithImage_keysAndValues(im: CIImage; firstKey: id): CISampler; varargs; message 'samplerWithImage:keysAndValues:';
class function samplerWithImage_options(im: CIImage; dict: NSDictionary): CISampler; message 'samplerWithImage:options:';
@@ -68,7 +66,7 @@ var
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CIVector.inc b/packages/cocoaint/src/quartzcore/CIVector.inc
index 337112bf18..fdffa41fc8 100644
--- a/packages/cocoaint/src/quartzcore/CIVector.inc
+++ b/packages/cocoaint/src/quartzcore/CIVector.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CIVector.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
@@ -42,7 +42,7 @@
{$define CIVECTOR_PAS_C}
{ CIVector }
- CIVector = objcclass(NSObject, NSCopyingProtocol, NSCodingProtocol)
+ CIVector = objcclass external (NSObject, NSCopyingProtocol, NSCodingProtocol)
private
_count: size_t;
vec: array[0..3] of CGFloat;
@@ -51,8 +51,6 @@
end;
public
- class function alloc: CIVector; message 'alloc';
-
class function vectorWithValues_count(values: CGFloatPtr; count_: size_t): CIVector; message 'vectorWithValues:count:';
class function vectorWithX(x_: CGFloat): CIVector; message 'vectorWithX:';
class function vectorWithX_Y(x_: CGFloat; y_: CGFloat): CIVector; message 'vectorWithX:Y:';
@@ -77,7 +75,7 @@
function copyWithZone(zone_: NSZonePtr): id;
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/quartzcore/CVBase.inc b/packages/cocoaint/src/quartzcore/CVBase.inc
index 649fa0577c..5670ecde27 100644
--- a/packages/cocoaint/src/quartzcore/CVBase.inc
+++ b/packages/cocoaint/src/quartzcore/CVBase.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVBase.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVBuffer.inc b/packages/cocoaint/src/quartzcore/CVBuffer.inc
index 583a1ee85f..1d0b8c50f4 100644
--- a/packages/cocoaint/src/quartzcore/CVBuffer.inc
+++ b/packages/cocoaint/src/quartzcore/CVBuffer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVBuffer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVDisplayLink.inc b/packages/cocoaint/src/quartzcore/CVDisplayLink.inc
index 349e6ce896..9deee09e84 100644
--- a/packages/cocoaint/src/quartzcore/CVDisplayLink.inc
+++ b/packages/cocoaint/src/quartzcore/CVDisplayLink.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVDisplayLink.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVHostTime.inc b/packages/cocoaint/src/quartzcore/CVHostTime.inc
index 56386035be..9fa97d3e43 100644
--- a/packages/cocoaint/src/quartzcore/CVHostTime.inc
+++ b/packages/cocoaint/src/quartzcore/CVHostTime.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVHostTime.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVImageBuffer.inc b/packages/cocoaint/src/quartzcore/CVImageBuffer.inc
index 47cc63657d..f6f04a0ba6 100644
--- a/packages/cocoaint/src/quartzcore/CVImageBuffer.inc
+++ b/packages/cocoaint/src/quartzcore/CVImageBuffer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVImageBuffer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVOpenGLBuffer.inc b/packages/cocoaint/src/quartzcore/CVOpenGLBuffer.inc
index c9ec398ea3..29a0d49cb9 100644
--- a/packages/cocoaint/src/quartzcore/CVOpenGLBuffer.inc
+++ b/packages/cocoaint/src/quartzcore/CVOpenGLBuffer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVOpenGLBuffer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVOpenGLBufferPool.inc b/packages/cocoaint/src/quartzcore/CVOpenGLBufferPool.inc
index 5ce2567e78..038c9df5bb 100644
--- a/packages/cocoaint/src/quartzcore/CVOpenGLBufferPool.inc
+++ b/packages/cocoaint/src/quartzcore/CVOpenGLBufferPool.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVOpenGLBufferPool.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVOpenGLTexture.inc b/packages/cocoaint/src/quartzcore/CVOpenGLTexture.inc
index ecb087ddd5..4244b39ed9 100644
--- a/packages/cocoaint/src/quartzcore/CVOpenGLTexture.inc
+++ b/packages/cocoaint/src/quartzcore/CVOpenGLTexture.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVOpenGLTexture.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVOpenGLTextureCache.inc b/packages/cocoaint/src/quartzcore/CVOpenGLTextureCache.inc
index 68d347a145..69d88640d4 100644
--- a/packages/cocoaint/src/quartzcore/CVOpenGLTextureCache.inc
+++ b/packages/cocoaint/src/quartzcore/CVOpenGLTextureCache.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVOpenGLTextureCache.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVPixelBuffer.inc b/packages/cocoaint/src/quartzcore/CVPixelBuffer.inc
index 86d7fd46de..c433211ba1 100644
--- a/packages/cocoaint/src/quartzcore/CVPixelBuffer.inc
+++ b/packages/cocoaint/src/quartzcore/CVPixelBuffer.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVPixelBuffer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVPixelBufferPool.inc b/packages/cocoaint/src/quartzcore/CVPixelBufferPool.inc
index 2bcdd65309..c39dbc589a 100644
--- a/packages/cocoaint/src/quartzcore/CVPixelBufferPool.inc
+++ b/packages/cocoaint/src/quartzcore/CVPixelBufferPool.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVPixelBufferPool.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVPixelFormatDescription.inc b/packages/cocoaint/src/quartzcore/CVPixelFormatDescription.inc
index abd1c6b722..eff0dcc961 100644
--- a/packages/cocoaint/src/quartzcore/CVPixelFormatDescription.inc
+++ b/packages/cocoaint/src/quartzcore/CVPixelFormatDescription.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVPixelFormatDescription.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/quartzcore/CVReturn.inc b/packages/cocoaint/src/quartzcore/CVReturn.inc
index caf445164b..2765020174 100644
--- a/packages/cocoaint/src/quartzcore/CVReturn.inc
+++ b/packages/cocoaint/src/quartzcore/CVReturn.inc
@@ -1,5 +1,5 @@
{ Parsed from Quartzcore.framework CVReturn.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/AnonIncludeClassDefinitionsWebkit.inc b/packages/cocoaint/src/webkit/AnonIncludeClassDefinitionsWebkit.inc
index 41a6ece738..d6e391b754 100644
--- a/packages/cocoaint/src/webkit/AnonIncludeClassDefinitionsWebkit.inc
+++ b/packages/cocoaint/src/webkit/AnonIncludeClassDefinitionsWebkit.inc
@@ -1,32 +1,32 @@
{ Parsed from Webkit }
type
- NSPredicateOperator = objcclass; external;
- NSHTTPCookieInternal = objcclass; external;
- NSHTTPCookieStorageInternal = objcclass; external;
- NSURLAuthenticationChallengeInternal = objcclass; external;
- NSCachedURLResponseInternal = objcclass; external;
- NSURLCacheInternal = objcclass; external;
- NSURLConnectionInternal = objcclass; external;
- NSURLCredentialInternal = objcclass; external;
- NSURLCredentialStorageInternal = objcclass; external;
- NSURLDownloadInternal = objcclass; external;
- NSURLProtectionSpaceInternal = objcclass; external;
- NSURLProtocolInternal = objcclass; external;
- NSURLRequestInternal = objcclass; external;
- NSURLResponseInternal = objcclass; external;
- NSHTTPURLResponseInternal = objcclass; external;
- NSImage = objcclass; external;
- NSColor = objcclass; external;
- WebArchivePrivate = objcclass; external;
- WebBackForwardListPrivate = objcclass; external;
- WebDataSourcePrivate = objcclass; external;
- WebDownloadInternal = objcclass; external;
- WebFramePrivate = objcclass; external;
- WebFrameViewPrivate = objcclass; external;
- WebHistoryPrivate = objcclass; external;
- WebHistoryItemPrivate = objcclass; external;
- WebPolicyPrivate = objcclass; external;
- WebPreferencesPrivate = objcclass; external;
- WebResourcePrivate = objcclass; external;
- WebScriptObjectPrivate = objcclass; external;
- WebViewPrivate = objcclass; external;
+ NSPredicateOperator = objcclass external;
+ NSHTTPCookieInternal = objcclass external;
+ NSHTTPCookieStorageInternal = objcclass external;
+ NSURLAuthenticationChallengeInternal = objcclass external;
+ NSCachedURLResponseInternal = objcclass external;
+ NSURLCacheInternal = objcclass external;
+ NSURLConnectionInternal = objcclass external;
+ NSURLCredentialInternal = objcclass external;
+ NSURLCredentialStorageInternal = objcclass external;
+ NSURLDownloadInternal = objcclass external;
+ NSURLProtectionSpaceInternal = objcclass external;
+ NSURLProtocolInternal = objcclass external;
+ NSURLRequestInternal = objcclass external;
+ NSURLResponseInternal = objcclass external;
+ NSHTTPURLResponseInternal = objcclass external;
+ NSImage = objcclass external;
+ NSColor = objcclass external;
+ WebArchivePrivate = objcclass external;
+ WebBackForwardListPrivate = objcclass external;
+ WebDataSourcePrivate = objcclass external;
+ WebDownloadInternal = objcclass external;
+ WebFramePrivate = objcclass external;
+ WebFrameViewPrivate = objcclass external;
+ WebHistoryPrivate = objcclass external;
+ WebHistoryItemPrivate = objcclass external;
+ WebPolicyPrivate = objcclass external;
+ WebPreferencesPrivate = objcclass external;
+ WebResourcePrivate = objcclass external;
+ WebScriptObjectPrivate = objcclass external;
+ WebViewPrivate = objcclass external;
diff --git a/packages/cocoaint/src/webkit/CarbonUtils.inc b/packages/cocoaint/src/webkit/CarbonUtils.inc
index 289c8f8697..5e07ef4201 100644
--- a/packages/cocoaint/src/webkit/CarbonUtils.inc
+++ b/packages/cocoaint/src/webkit/CarbonUtils.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework CarbonUtils.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOM.inc b/packages/cocoaint/src/webkit/DOM.inc
index ddab293058..eefbb834e4 100644
--- a/packages/cocoaint/src/webkit/DOM.inc
+++ b/packages/cocoaint/src/webkit/DOM.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOM.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMAbstractView.inc b/packages/cocoaint/src/webkit/DOMAbstractView.inc
index c2d422a8d5..845508fac6 100644
--- a/packages/cocoaint/src/webkit/DOMAbstractView.inc
+++ b/packages/cocoaint/src/webkit/DOMAbstractView.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMAbstractView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define DOMABSTRACTVIEW_PAS_C}
{ DOMAbstractView }
- DOMAbstractView = objcclass(DOMObject)
+ DOMAbstractView = objcclass external (DOMObject)
public
- class function alloc: DOMAbstractView; message 'alloc';
-
function document: DOMDocument; message 'document';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMAttr.inc b/packages/cocoaint/src/webkit/DOMAttr.inc
index 8a053686cc..e1dc9c4ab7 100644
--- a/packages/cocoaint/src/webkit/DOMAttr.inc
+++ b/packages/cocoaint/src/webkit/DOMAttr.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMAttr.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,18 +42,16 @@
{$define DOMATTR_PAS_C}
{ DOMAttr }
- DOMAttr = objcclass(DOMNode)
+ DOMAttr = objcclass external (DOMNode)
public
- class function alloc: DOMAttr; message 'alloc';
-
function name: NSString; message 'name';
function specified: Boolean; message 'specified';
procedure setValue (newValue: NSString); message 'setValue:';
function value: NSString; message 'value';
function ownerElement: DOMElement; message 'ownerElement';
function style: DOMCSSStyleDeclaration; message 'style';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCDATASection.inc b/packages/cocoaint/src/webkit/DOMCDATASection.inc
index 429d2775fb..ea953c6e61 100644
--- a/packages/cocoaint/src/webkit/DOMCDATASection.inc
+++ b/packages/cocoaint/src/webkit/DOMCDATASection.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCDATASection.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,10 @@
{$define DOMCDATASECTION_PAS_C}
{ DOMCDATASection }
- DOMCDATASection = objcclass(DOMText)
+ DOMCDATASection = objcclass external (DOMText)
public
- class function alloc: DOMCDATASection; message 'alloc';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSS.inc b/packages/cocoaint/src/webkit/DOMCSS.inc
index 7a569170bb..559423e7cc 100644
--- a/packages/cocoaint/src/webkit/DOMCSS.inc
+++ b/packages/cocoaint/src/webkit/DOMCSS.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSS.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMCSSCharsetRule.inc b/packages/cocoaint/src/webkit/DOMCSSCharsetRule.inc
index 2183925082..f1439f6263 100644
--- a/packages/cocoaint/src/webkit/DOMCSSCharsetRule.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSCharsetRule.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSCharsetRule.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define DOMCSSCHARSETRULE_PAS_C}
{ DOMCSSCharsetRule }
- DOMCSSCharsetRule = objcclass(DOMCSSRule)
+ DOMCSSCharsetRule = objcclass external (DOMCSSRule)
public
- class function alloc: DOMCSSCharsetRule; message 'alloc';
-
function encoding: NSString; message 'encoding';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSFontFaceRule.inc b/packages/cocoaint/src/webkit/DOMCSSFontFaceRule.inc
index a2634afbfc..7be4bada39 100644
--- a/packages/cocoaint/src/webkit/DOMCSSFontFaceRule.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSFontFaceRule.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSFontFaceRule.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define DOMCSSFONTFACERULE_PAS_C}
{ DOMCSSFontFaceRule }
- DOMCSSFontFaceRule = objcclass(DOMCSSRule)
+ DOMCSSFontFaceRule = objcclass external (DOMCSSRule)
public
- class function alloc: DOMCSSFontFaceRule; message 'alloc';
-
function style: DOMCSSStyleDeclaration; message 'style';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSImportRule.inc b/packages/cocoaint/src/webkit/DOMCSSImportRule.inc
index 351d916a82..5475b1e484 100644
--- a/packages/cocoaint/src/webkit/DOMCSSImportRule.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSImportRule.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSImportRule.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define DOMCSSIMPORTRULE_PAS_C}
{ DOMCSSImportRule }
- DOMCSSImportRule = objcclass(DOMCSSRule)
+ DOMCSSImportRule = objcclass external (DOMCSSRule)
public
- class function alloc: DOMCSSImportRule; message 'alloc';
-
function href: NSString; message 'href';
function media: DOMMediaList; message 'media';
function styleSheet: DOMCSSStyleSheet; message 'styleSheet';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSMediaRule.inc b/packages/cocoaint/src/webkit/DOMCSSMediaRule.inc
index a8c0591a2c..a30ea86fc7 100644
--- a/packages/cocoaint/src/webkit/DOMCSSMediaRule.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSMediaRule.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSMediaRule.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,21 +42,19 @@
{$define DOMCSSMEDIARULE_PAS_C}
{ DOMCSSMediaRule }
- DOMCSSMediaRule = objcclass(DOMCSSRule)
+ DOMCSSMediaRule = objcclass external (DOMCSSRule)
public
- class function alloc: DOMCSSMediaRule; message 'alloc';
-
function media: DOMMediaList; message 'media';
function cssRules: DOMCSSRuleList; message 'cssRules';
function insertRule_index(rule: NSString; index: cuint): cuint; message 'insertRule:index:';
procedure deleteRule(index: cuint); message 'deleteRule:';
- end; external;
+ end;
{ DOMCSSMediaRuleDeprecatedCategory }
- DOMCSSMediaRuleDeprecatedCategory = objccategory(DOMCSSMediaRule)
+ DOMCSSMediaRuleDeprecatedCategory = objccategory external (DOMCSSMediaRule)
function insertRule(rule: NSString; index: cuint): cuint; message 'insertRule:rule:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSPageRule.inc b/packages/cocoaint/src/webkit/DOMCSSPageRule.inc
index 3ea2ecab7f..ada188fba0 100644
--- a/packages/cocoaint/src/webkit/DOMCSSPageRule.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSPageRule.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSPageRule.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define DOMCSSPAGERULE_PAS_C}
{ DOMCSSPageRule }
- DOMCSSPageRule = objcclass(DOMCSSRule)
+ DOMCSSPageRule = objcclass external (DOMCSSRule)
public
- class function alloc: DOMCSSPageRule; message 'alloc';
-
procedure setSelectorText (newValue: NSString); message 'setSelectorText:';
function selectorText: NSString; message 'selectorText';
function style: DOMCSSStyleDeclaration; message 'style';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSPrimitiveValue.inc b/packages/cocoaint/src/webkit/DOMCSSPrimitiveValue.inc
index 736640fb21..01c3fe130c 100644
--- a/packages/cocoaint/src/webkit/DOMCSSPrimitiveValue.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSPrimitiveValue.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSPrimitiveValue.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -72,11 +72,9 @@ const
{$define DOMCSSPRIMITIVEVALUE_PAS_C}
{ DOMCSSPrimitiveValue }
- DOMCSSPrimitiveValue = objcclass(DOMCSSValue)
+ DOMCSSPrimitiveValue = objcclass external (DOMCSSValue)
public
- class function alloc: DOMCSSPrimitiveValue; message 'alloc';
-
function primitiveType: cuint; message 'primitiveType';
procedure setFloatValue_floatValue(unitType: cushort; floatValue: single); message 'setFloatValue:floatValue:';
function getFloatValue(unitType: cushort): single; message 'getFloatValue:';
@@ -85,13 +83,13 @@ const
function getCounterValue: DOMCounter; message 'getCounterValue';
function getRectValue: DOMRect; message 'getRectValue';
function getRGBColorValue: DOMRGBColor; message 'getRGBColorValue';
- end; external;
+ end;
{ DOMCSSPrimitiveValueDeprecatedCategory }
- DOMCSSPrimitiveValueDeprecatedCategory = objccategory(DOMCSSPrimitiveValue)
+ DOMCSSPrimitiveValueDeprecatedCategory = objccategory external (DOMCSSPrimitiveValue)
procedure setFloatValue(unitType: cushort; floatValue: single); message 'setFloatValue:unitType:';
procedure setStringValue(stringType: cushort; stringValue: NSString); message 'setStringValue:stringType:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSRule.inc b/packages/cocoaint/src/webkit/DOMCSSRule.inc
index baf2d9a61e..7562673e9b 100644
--- a/packages/cocoaint/src/webkit/DOMCSSRule.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSRule.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSRule.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -56,17 +56,15 @@ const
{$define DOMCSSRULE_PAS_C}
{ DOMCSSRule }
- DOMCSSRule = objcclass(DOMObject)
+ DOMCSSRule = objcclass external (DOMObject)
public
- class function alloc: DOMCSSRule; message 'alloc';
-
function type_: cuint; message 'type_';
procedure setCssText (newValue: NSString); message 'setCssText:';
function cssText: NSString; message 'cssText';
function parentStyleSheet: DOMCSSStyleSheet; message 'parentStyleSheet';
function parentRule: DOMCSSRule; message 'parentRule';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSRuleList.inc b/packages/cocoaint/src/webkit/DOMCSSRuleList.inc
index 2ebd6bce58..acd920189d 100644
--- a/packages/cocoaint/src/webkit/DOMCSSRuleList.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSRuleList.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSRuleList.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMCSSRULELIST_PAS_C}
{ DOMCSSRuleList }
- DOMCSSRuleList = objcclass(DOMObject)
+ DOMCSSRuleList = objcclass external (DOMObject)
public
- class function alloc: DOMCSSRuleList; message 'alloc';
-
function length: cuint; message 'length';
function item(index: cuint): DOMCSSRule; message 'item:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSStyleDeclaration.inc b/packages/cocoaint/src/webkit/DOMCSSStyleDeclaration.inc
index 6e7177f4f2..36ff0320b8 100644
--- a/packages/cocoaint/src/webkit/DOMCSSStyleDeclaration.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSStyleDeclaration.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSStyleDeclaration.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMCSSSTYLEDECLARATION_PAS_C}
{ DOMCSSStyleDeclaration }
- DOMCSSStyleDeclaration = objcclass(DOMObject)
+ DOMCSSStyleDeclaration = objcclass external (DOMObject)
public
- class function alloc: DOMCSSStyleDeclaration; message 'alloc';
-
procedure setCssText (newValue: NSString); message 'setCssText:';
function cssText: NSString; message 'cssText';
function length: cuint; message 'length';
@@ -59,12 +57,12 @@
function item(index: cuint): NSString; message 'item:';
function getPropertyShorthand(propertyName: NSString): NSString; message 'getPropertyShorthand:';
function isPropertyImplicit(propertyName: NSString): Boolean; message 'isPropertyImplicit:';
- end; external;
+ end;
{ DOMCSSStyleDeclarationDeprecatedCategory }
- DOMCSSStyleDeclarationDeprecatedCategory = objccategory(DOMCSSStyleDeclaration)
+ DOMCSSStyleDeclarationDeprecatedCategory = objccategory external (DOMCSSStyleDeclaration)
procedure setProperty(propertyName: NSString; value: NSString; priority: NSString); message 'setProperty:propertyName:value:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSStyleRule.inc b/packages/cocoaint/src/webkit/DOMCSSStyleRule.inc
index 9677adb120..1d752ae904 100644
--- a/packages/cocoaint/src/webkit/DOMCSSStyleRule.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSStyleRule.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSStyleRule.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define DOMCSSSTYLERULE_PAS_C}
{ DOMCSSStyleRule }
- DOMCSSStyleRule = objcclass(DOMCSSRule)
+ DOMCSSStyleRule = objcclass external (DOMCSSRule)
public
- class function alloc: DOMCSSStyleRule; message 'alloc';
-
procedure setSelectorText (newValue: NSString); message 'setSelectorText:';
function selectorText: NSString; message 'selectorText';
function style: DOMCSSStyleDeclaration; message 'style';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc b/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc
index 235e30845c..0dd401bcb1 100644
--- a/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSStyleSheet.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMCSSSTYLESHEET_PAS_C}
{ DOMCSSStyleSheet }
- DOMCSSStyleSheet = objcclass(DOMStyleSheet)
+ DOMCSSStyleSheet = objcclass external (DOMStyleSheet)
public
- class function alloc: DOMCSSStyleSheet; message 'alloc';
-
function ownerRule: DOMCSSRule; message 'ownerRule';
function cssRules: DOMCSSRuleList; message 'cssRules';
function rules: DOMCSSRuleList; message 'rules';
@@ -54,12 +52,12 @@
procedure deleteRule(index: cuint); message 'deleteRule:';
function addRule_style_index(selector: NSString; style: NSString; index: cuint): cint; message 'addRule:style:index:';
procedure removeRule(index: cuint); message 'removeRule:';
- end; external;
+ end;
{ DOMCSSStyleSheetDeprecatedCategory }
- DOMCSSStyleSheetDeprecatedCategory = objccategory(DOMCSSStyleSheet)
+ DOMCSSStyleSheetDeprecatedCategory = objccategory external (DOMCSSStyleSheet)
function insertRule(rule: NSString; index: cuint): cuint; message 'insertRule:rule:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSUnknownRule.inc b/packages/cocoaint/src/webkit/DOMCSSUnknownRule.inc
index 14855ee2f7..2b982dcc30 100644
--- a/packages/cocoaint/src/webkit/DOMCSSUnknownRule.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSUnknownRule.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSUnknownRule.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,10 @@
{$define DOMCSSUNKNOWNRULE_PAS_C}
{ DOMCSSUnknownRule }
- DOMCSSUnknownRule = objcclass(DOMCSSRule)
+ DOMCSSUnknownRule = objcclass external (DOMCSSRule)
public
- class function alloc: DOMCSSUnknownRule; message 'alloc';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSValue.inc b/packages/cocoaint/src/webkit/DOMCSSValue.inc
index 5b63edfea2..956ecbe442 100644
--- a/packages/cocoaint/src/webkit/DOMCSSValue.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSValue.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSValue.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -50,15 +50,13 @@ const
{$define DOMCSSVALUE_PAS_C}
{ DOMCSSValue }
- DOMCSSValue = objcclass(DOMObject)
+ DOMCSSValue = objcclass external (DOMObject)
public
- class function alloc: DOMCSSValue; message 'alloc';
-
procedure setCssText (newValue: NSString); message 'setCssText:';
function cssText: NSString; message 'cssText';
function cssValueType: cuint; message 'cssValueType';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCSSValueList.inc b/packages/cocoaint/src/webkit/DOMCSSValueList.inc
index 9fbd3f1cd6..817ae7dcef 100644
--- a/packages/cocoaint/src/webkit/DOMCSSValueList.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSValueList.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSValueList.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMCSSVALUELIST_PAS_C}
{ DOMCSSValueList }
- DOMCSSValueList = objcclass(DOMCSSValue)
+ DOMCSSValueList = objcclass external (DOMCSSValue)
public
- class function alloc: DOMCSSValueList; message 'alloc';
-
function length: cuint; message 'length';
function item(index: cuint): DOMCSSValue; message 'item:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCharacterData.inc b/packages/cocoaint/src/webkit/DOMCharacterData.inc
index 0f0c02c4b8..adc42bb1cc 100644
--- a/packages/cocoaint/src/webkit/DOMCharacterData.inc
+++ b/packages/cocoaint/src/webkit/DOMCharacterData.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCharacterData.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMCHARACTERDATA_PAS_C}
{ DOMCharacterData }
- DOMCharacterData = objcclass(DOMNode)
+ DOMCharacterData = objcclass external (DOMNode)
public
- class function alloc: DOMCharacterData; message 'alloc';
-
procedure setData (newValue: NSString); message 'setData:';
function data: NSString; message 'data';
function length: cuint; message 'length';
@@ -55,15 +53,15 @@
procedure insertData_data(offset: cuint; data_: NSString); message 'insertData:data:';
procedure deleteData_length(offset: cuint; length_: cuint); message 'deleteData:length:';
procedure replaceData_length_data(offset: cuint; length_: cuint; data_: NSString); message 'replaceData:length:data:';
- end; external;
+ end;
{ DOMCharacterDataDeprecatedCategory }
- DOMCharacterDataDeprecatedCategory = objccategory(DOMCharacterData)
+ DOMCharacterDataDeprecatedCategory = objccategory external (DOMCharacterData)
function substringData(offset: cuint; length_: cuint): NSString; message 'substringData:offset:';
procedure insertData(offset: cuint; data_: NSString); message 'insertData:offset:';
procedure deleteData(offset: cuint; length_: cuint); message 'deleteData:offset:';
procedure replaceData(offset: cuint; length_: cuint; data_: NSString); message 'replaceData:offset:length:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMComment.inc b/packages/cocoaint/src/webkit/DOMComment.inc
index 3bd786dd04..f2cfa18f29 100644
--- a/packages/cocoaint/src/webkit/DOMComment.inc
+++ b/packages/cocoaint/src/webkit/DOMComment.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMComment.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,10 @@
{$define DOMCOMMENT_PAS_C}
{ DOMComment }
- DOMComment = objcclass(DOMCharacterData)
+ DOMComment = objcclass external (DOMCharacterData)
public
- class function alloc: DOMComment; message 'alloc';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMCore.inc b/packages/cocoaint/src/webkit/DOMCore.inc
index e3187b639b..f794975e3e 100644
--- a/packages/cocoaint/src/webkit/DOMCore.inc
+++ b/packages/cocoaint/src/webkit/DOMCore.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCore.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMCounter.inc b/packages/cocoaint/src/webkit/DOMCounter.inc
index 10636ed8ff..d6b8592670 100644
--- a/packages/cocoaint/src/webkit/DOMCounter.inc
+++ b/packages/cocoaint/src/webkit/DOMCounter.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCounter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define DOMCOUNTER_PAS_C}
{ DOMCounter }
- DOMCounter = objcclass(DOMObject)
+ DOMCounter = objcclass external (DOMObject)
public
- class function alloc: DOMCounter; message 'alloc';
-
function identifier: NSString; message 'identifier';
function listStyle: NSString; message 'listStyle';
function separator: NSString; message 'separator';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMDocument.inc b/packages/cocoaint/src/webkit/DOMDocument.inc
index ce80f00883..879918c302 100644
--- a/packages/cocoaint/src/webkit/DOMDocument.inc
+++ b/packages/cocoaint/src/webkit/DOMDocument.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMDocument.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMDOCUMENT_PAS_C}
{ DOMDocument }
- DOMDocument = objcclass(DOMNode)
+ DOMDocument = objcclass external (DOMNode)
public
- class function alloc: DOMDocument; message 'alloc';
-
function doctype: DOMDocumentType; message 'doctype';
function implementation_: DOMImplementation; message 'implementation_';
function documentElement: DOMElement; message 'documentElement';
@@ -123,10 +121,10 @@
function getElementsByClassName(tagname: NSString): DOMNodeList; message 'getElementsByClassName:';
function querySelector(selectors: NSString): DOMElement; message 'querySelector:';
function querySelectorAll(selectors: NSString): DOMNodeList; message 'querySelectorAll:';
- end; external;
+ end;
{ DOMDocumentDeprecatedCategory }
- DOMDocumentDeprecatedCategory = objccategory(DOMDocument)
+ DOMDocumentDeprecatedCategory = objccategory external (DOMDocument)
function createProcessingInstruction(target: NSString; data: NSString): DOMProcessingInstruction; message 'createProcessingInstruction:target:';
function importNode(importedNode: DOMNode; deep: Boolean): DOMNode; message 'importNode:importedNode:';
function createElementNS(namespaceURI_: NSString; qualifiedName: NSString): DOMElement; message 'createElementNS:namespaceURI:';
@@ -138,7 +136,7 @@
function createExpression(expression: NSString; resolver_BUT_DEPRECATED: id): DOMXPathExpression; message 'createExpression:expression:';
function evaluate(expression: NSString; contextNode: DOMNode; resolver: id; type_: cushort; inResult_BUT_DEPRECATED: DOMXPathResult): DOMXPathResult; message 'evaluate:expression:contextNode:resolver:type:';
function getComputedStyle(element: DOMElement; pseudoElement: NSString): DOMCSSStyleDeclaration; message 'getComputedStyle:element:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMDocumentFragment.inc b/packages/cocoaint/src/webkit/DOMDocumentFragment.inc
index 1c8b2fbde1..3f5572d585 100644
--- a/packages/cocoaint/src/webkit/DOMDocumentFragment.inc
+++ b/packages/cocoaint/src/webkit/DOMDocumentFragment.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMDocumentFragment.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,10 @@
{$define DOMDOCUMENTFRAGMENT_PAS_C}
{ DOMDocumentFragment }
- DOMDocumentFragment = objcclass(DOMNode)
+ DOMDocumentFragment = objcclass external (DOMNode)
public
- class function alloc: DOMDocumentFragment; message 'alloc';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMDocumentType.inc b/packages/cocoaint/src/webkit/DOMDocumentType.inc
index 0824c3122d..45cae6e85c 100644
--- a/packages/cocoaint/src/webkit/DOMDocumentType.inc
+++ b/packages/cocoaint/src/webkit/DOMDocumentType.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMDocumentType.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,18 +42,16 @@
{$define DOMDOCUMENTTYPE_PAS_C}
{ DOMDocumentType }
- DOMDocumentType = objcclass(DOMNode)
+ DOMDocumentType = objcclass external (DOMNode)
public
- class function alloc: DOMDocumentType; message 'alloc';
-
function name: NSString; message 'name';
function entities: DOMNamedNodeMap; message 'entities';
function notations: DOMNamedNodeMap; message 'notations';
function publicId: NSString; message 'publicId';
function systemId: NSString; message 'systemId';
function internalSubset: NSString; message 'internalSubset';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMElement.inc b/packages/cocoaint/src/webkit/DOMElement.inc
index 8d486b856b..e592c9770e 100644
--- a/packages/cocoaint/src/webkit/DOMElement.inc
+++ b/packages/cocoaint/src/webkit/DOMElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMELEMENT_PAS_C}
{ DOMElement }
- DOMElement = objcclass(DOMNode)
+ DOMElement = objcclass external (DOMNode)
public
- class function alloc: DOMElement; message 'alloc';
-
function tagName: NSString; message 'tagName';
function style: DOMCSSStyleDeclaration; message 'style';
function offsetLeft: cint; message 'offsetLeft';
@@ -95,10 +93,10 @@
function getElementsByClassName(name: NSString): DOMNodeList; message 'getElementsByClassName:';
function querySelector(selectors: NSString): DOMElement; message 'querySelector:';
function querySelectorAll(selectors: NSString): DOMNodeList; message 'querySelectorAll:';
- end; external;
+ end;
{ DOMElementDeprecatedCategory }
- DOMElementDeprecatedCategory = objccategory(DOMElement)
+ DOMElementDeprecatedCategory = objccategory external (DOMElement)
procedure setAttribute(name: NSString; value: NSString); message 'setAttribute:name:';
function getAttributeNS(namespaceURI_: NSString; localName_: NSString): NSString; message 'getAttributeNS:namespaceURI:';
procedure setAttributeNS(namespaceURI_: NSString; qualifiedName: NSString; value: NSString); message 'setAttributeNS:namespaceURI:qualifiedName:';
@@ -106,7 +104,7 @@
function getElementsByTagNameNS(namespaceURI_: NSString; localName_: NSString): DOMNodeList; message 'getElementsByTagNameNS:namespaceURI:';
function getAttributeNodeNS(namespaceURI_: NSString; localName_: NSString): DOMAttr; message 'getAttributeNodeNS:namespaceURI:';
function hasAttributeNS(namespaceURI_: NSString; localName_: NSString): Boolean; message 'hasAttributeNS:namespaceURI:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMEntity.inc b/packages/cocoaint/src/webkit/DOMEntity.inc
index c9c9a0e456..68ddec1288 100644
--- a/packages/cocoaint/src/webkit/DOMEntity.inc
+++ b/packages/cocoaint/src/webkit/DOMEntity.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMEntity.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define DOMENTITY_PAS_C}
{ DOMEntity }
- DOMEntity = objcclass(DOMNode)
+ DOMEntity = objcclass external (DOMNode)
public
- class function alloc: DOMEntity; message 'alloc';
-
function publicId: NSString; message 'publicId';
function systemId: NSString; message 'systemId';
function notationName: NSString; message 'notationName';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMEntityReference.inc b/packages/cocoaint/src/webkit/DOMEntityReference.inc
index 0bf800ddd4..92b2198856 100644
--- a/packages/cocoaint/src/webkit/DOMEntityReference.inc
+++ b/packages/cocoaint/src/webkit/DOMEntityReference.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMEntityReference.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,10 @@
{$define DOMENTITYREFERENCE_PAS_C}
{ DOMEntityReference }
- DOMEntityReference = objcclass(DOMNode)
+ DOMEntityReference = objcclass external (DOMNode)
public
- class function alloc: DOMEntityReference; message 'alloc';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMEvent.inc b/packages/cocoaint/src/webkit/DOMEvent.inc
index 6c68287076..037789f4fc 100644
--- a/packages/cocoaint/src/webkit/DOMEvent.inc
+++ b/packages/cocoaint/src/webkit/DOMEvent.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMEvent.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -49,11 +49,9 @@ const
{$define DOMEVENT_PAS_C}
{ DOMEvent }
- DOMEvent = objcclass(DOMObject)
+ DOMEvent = objcclass external (DOMObject)
public
- class function alloc: DOMEvent; message 'alloc';
-
function type_: NSString; message 'type_';
function target: id; message 'target';
function currentTarget: id; message 'currentTarget';
@@ -69,12 +67,12 @@ const
procedure stopPropagation; message 'stopPropagation';
procedure preventDefault; message 'preventDefault';
procedure initEvent_canBubbleArg_cancelableArg(eventTypeArg: NSString; canBubbleArg: Boolean; cancelableArg: Boolean); message 'initEvent:canBubbleArg:cancelableArg:';
- end; external;
+ end;
{ DOMEventDeprecatedCategory }
- DOMEventDeprecatedCategory = objccategory(DOMEvent)
+ DOMEventDeprecatedCategory = objccategory external (DOMEvent)
procedure initEvent(eventTypeArg: NSString; canBubbleArg: Boolean; cancelableArg: Boolean); message 'initEvent:eventTypeArg:canBubbleArg:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMEventException.inc b/packages/cocoaint/src/webkit/DOMEventException.inc
index eb78c5ffb6..ae0f5780af 100644
--- a/packages/cocoaint/src/webkit/DOMEventException.inc
+++ b/packages/cocoaint/src/webkit/DOMEventException.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMEventException.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMEventListener.inc b/packages/cocoaint/src/webkit/DOMEventListener.inc
index cb05849b2d..ec6c7d9adb 100644
--- a/packages/cocoaint/src/webkit/DOMEventListener.inc
+++ b/packages/cocoaint/src/webkit/DOMEventListener.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMEventListener.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -39,8 +39,8 @@
{$define DOMEVENTLISTENER_PAS_P}
{ DOMEventListener Protocol }
- DOMEventListenerProtocol = objcprotocol
+ DOMEventListenerProtocol = objcprotocol external name 'DOMEventListener'
procedure handleEvent(evt: DOMEvent); message 'handleEvent:';
- end; external name 'DOMEventListener';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMEventTarget.inc b/packages/cocoaint/src/webkit/DOMEventTarget.inc
index be7d669e35..fa3667a7b5 100644
--- a/packages/cocoaint/src/webkit/DOMEventTarget.inc
+++ b/packages/cocoaint/src/webkit/DOMEventTarget.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMEventTarget.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -39,12 +39,12 @@
{$define DOMEVENTTARGET_PAS_P}
{ DOMEventTarget Protocol }
- DOMEventTargetProtocol = objcprotocol
+ DOMEventTargetProtocol = objcprotocol external name 'DOMEventTarget'
procedure addEventListener_listener_useCapture(type_: NSString; listener: id; useCapture: Boolean); message 'addEventListener:listener:useCapture:';
procedure removeEventListener_listener_useCapture(type_: NSString; listener: id; useCapture: Boolean); message 'removeEventListener:listener:useCapture:';
function dispatchEvent(event: DOMEvent): Boolean; message 'dispatchEvent:';
procedure addEventListener(type_: NSString; listener: id; useCapture: Boolean); message 'addEventListener:type:listener:';
procedure removeEventListener(type_: NSString; listener: id; useCapture: Boolean); message 'removeEventListener:type:listener:';
- end; external name 'DOMEventTarget';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMEvents.inc b/packages/cocoaint/src/webkit/DOMEvents.inc
index 9519e48036..d847cb7728 100644
--- a/packages/cocoaint/src/webkit/DOMEvents.inc
+++ b/packages/cocoaint/src/webkit/DOMEvents.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMEvents.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMException.inc b/packages/cocoaint/src/webkit/DOMException.inc
index 8b2c7cee76..a9c730de31 100644
--- a/packages/cocoaint/src/webkit/DOMException.inc
+++ b/packages/cocoaint/src/webkit/DOMException.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMException.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMExtensions.inc b/packages/cocoaint/src/webkit/DOMExtensions.inc
index aed99839ce..98acc9adf7 100644
--- a/packages/cocoaint/src/webkit/DOMExtensions.inc
+++ b/packages/cocoaint/src/webkit/DOMExtensions.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMExtensions.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -39,18 +39,18 @@
{$define DOMEXTENSIONS_PAS_C}
{ DOMNodeExtensionsCategory }
- DOMNodeExtensionsCategory = objccategory(DOMNode)
- end; external;
+ DOMNodeExtensionsCategory = objccategory external (DOMNode)
+ end;
{ DOMElementAppKitExtensionsCategory }
- DOMElementAppKitExtensionsCategory = objccategory(DOMElement)
- end; external;
+ DOMElementAppKitExtensionsCategory = objccategory external (DOMElement)
+ end;
{ DOMHTMLDocumentExtensionsCategory }
- DOMHTMLDocumentExtensionsCategory = objccategory(DOMHTMLDocument)
+ DOMHTMLDocumentExtensionsCategory = objccategory external (DOMHTMLDocument)
function createDocumentFragmentWithMarkupString_baseURL(markupString: NSString; baseURL: NSURL): DOMDocumentFragment; message 'createDocumentFragmentWithMarkupString:baseURL:';
function createDocumentFragmentWithText(text: NSString): DOMDocumentFragment; message 'createDocumentFragmentWithText:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMFile.inc b/packages/cocoaint/src/webkit/DOMFile.inc
index 37fd09e9ee..806dd4a1d1 100644
--- a/packages/cocoaint/src/webkit/DOMFile.inc
+++ b/packages/cocoaint/src/webkit/DOMFile.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMFile.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMFILE_PAS_C}
{ DOMFile }
- DOMFile = objcclass(DOMObject)
+ DOMFile = objcclass external (DOMObject)
public
- class function alloc: DOMFile; message 'alloc';
-
function fileName: NSString; message 'fileName';
function fileSize: cuint; message 'fileSize';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMFileList.inc b/packages/cocoaint/src/webkit/DOMFileList.inc
index bca919eeb4..b0180c6133 100644
--- a/packages/cocoaint/src/webkit/DOMFileList.inc
+++ b/packages/cocoaint/src/webkit/DOMFileList.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMFileList.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMFILELIST_PAS_C}
{ DOMFileList }
- DOMFileList = objcclass(DOMObject)
+ DOMFileList = objcclass external (DOMObject)
public
- class function alloc: DOMFileList; message 'alloc';
-
function length: cuint; message 'length';
function item(index: cuint): DOMFile; message 'item:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTML.inc b/packages/cocoaint/src/webkit/DOMHTML.inc
index 8f6e7f8c95..0e94b5ad12 100644
--- a/packages/cocoaint/src/webkit/DOMHTML.inc
+++ b/packages/cocoaint/src/webkit/DOMHTML.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTML.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLAnchorElement.inc b/packages/cocoaint/src/webkit/DOMHTMLAnchorElement.inc
index 656733ef18..04573c6e76 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLAnchorElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLAnchorElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLAnchorElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLANCHORELEMENT_PAS_C}
{ DOMHTMLAnchorElement }
- DOMHTMLAnchorElement = objcclass(DOMHTMLElement)
+ DOMHTMLAnchorElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLAnchorElement; message 'alloc';
-
procedure setAccessKey (newValue: NSString); message 'setAccessKey:';
function accessKey: NSString; message 'accessKey';
procedure setCharset (newValue: NSString); message 'setCharset:';
@@ -78,7 +76,7 @@
function search: NSString; message 'search';
function text: NSString; message 'text';
function absoluteLinkURL: NSURL; message 'absoluteLinkURL';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLAppletElement.inc b/packages/cocoaint/src/webkit/DOMHTMLAppletElement.inc
index 8109152084..e8ec36d026 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLAppletElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLAppletElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLAppletElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLAPPLETELEMENT_PAS_C}
{ DOMHTMLAppletElement }
- DOMHTMLAppletElement = objcclass(DOMHTMLElement)
+ DOMHTMLAppletElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLAppletElement; message 'alloc';
-
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
procedure setAlt (newValue: NSString); message 'setAlt:';
@@ -69,7 +67,7 @@
function vspace: cint; message 'vspace';
procedure setWidth (newValue: NSString); message 'setWidth:';
function width: NSString; message 'width';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLAreaElement.inc b/packages/cocoaint/src/webkit/DOMHTMLAreaElement.inc
index 9ccdc8cea6..b88eff8505 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLAreaElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLAreaElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLAreaElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLAREAELEMENT_PAS_C}
{ DOMHTMLAreaElement }
- DOMHTMLAreaElement = objcclass(DOMHTMLElement)
+ DOMHTMLAreaElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLAreaElement; message 'alloc';
-
procedure setAccessKey (newValue: NSString); message 'setAccessKey:';
function accessKey: NSString; message 'accessKey';
procedure setAlt (newValue: NSString); message 'setAlt:';
@@ -69,7 +67,7 @@
function protocol: NSString; message 'protocol';
function search: NSString; message 'search';
function absoluteLinkURL: NSURL; message 'absoluteLinkURL';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLBRElement.inc b/packages/cocoaint/src/webkit/DOMHTMLBRElement.inc
index d3fcb5505b..2c3de2c1fe 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLBRElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLBRElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLBRElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLBRELEMENT_PAS_C}
{ DOMHTMLBRElement }
- DOMHTMLBRElement = objcclass(DOMHTMLElement)
+ DOMHTMLBRElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLBRElement; message 'alloc';
-
procedure setClear (newValue: NSString); message 'setClear:';
function clear: NSString; message 'clear';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLBaseElement.inc b/packages/cocoaint/src/webkit/DOMHTMLBaseElement.inc
index ee21925459..a139f5baf9 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLBaseElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLBaseElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLBaseElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMHTMLBASEELEMENT_PAS_C}
{ DOMHTMLBaseElement }
- DOMHTMLBaseElement = objcclass(DOMHTMLElement)
+ DOMHTMLBaseElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLBaseElement; message 'alloc';
-
procedure setHref (newValue: NSString); message 'setHref:';
function href: NSString; message 'href';
procedure setTarget (newValue: NSString); message 'setTarget:';
function target: NSString; message 'target';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc b/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc
index 456bbcda80..d7783d5915 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLBaseFontElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,18 +42,16 @@
{$define DOMHTMLBASEFONTELEMENT_PAS_C}
{ DOMHTMLBaseFontElement }
- DOMHTMLBaseFontElement = objcclass(DOMHTMLElement)
+ DOMHTMLBaseFontElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLBaseFontElement; message 'alloc';
-
procedure setColor (newValue: NSString); message 'setColor:';
function color: NSString; message 'color';
procedure setFace (newValue: NSString); message 'setFace:';
function face: NSString; message 'face';
procedure setSize (newValue: NSString); message 'setSize:';
function size: NSString; message 'size';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLBodyElement.inc b/packages/cocoaint/src/webkit/DOMHTMLBodyElement.inc
index 3b7ec5b3cf..1f512d7543 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLBodyElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLBodyElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLBodyElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLBODYELEMENT_PAS_C}
{ DOMHTMLBodyElement }
- DOMHTMLBodyElement = objcclass(DOMHTMLElement)
+ DOMHTMLBodyElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLBodyElement; message 'alloc';
-
procedure setALink (newValue: NSString); message 'setALink:';
function aLink: NSString; message 'aLink';
procedure setBackground (newValue: NSString); message 'setBackground:';
@@ -59,7 +57,7 @@
function text: NSString; message 'text';
procedure setVLink (newValue: NSString); message 'setVLink:';
function vLink: NSString; message 'vLink';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLButtonElement.inc b/packages/cocoaint/src/webkit/DOMHTMLButtonElement.inc
index 91e04d8680..74b9a9b15b 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLButtonElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLButtonElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLButtonElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLBUTTONELEMENT_PAS_C}
{ DOMHTMLButtonElement }
- DOMHTMLButtonElement = objcclass(DOMHTMLElement)
+ DOMHTMLButtonElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLButtonElement; message 'alloc';
-
function form: DOMHTMLFormElement; message 'form';
procedure setAccessKey (newValue: NSString); message 'setAccessKey:';
function accessKey: NSString; message 'accessKey';
@@ -61,7 +59,7 @@
function value: NSString; message 'value';
function willValidate: Boolean; message 'willValidate';
procedure click; message 'click';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLCollection.inc b/packages/cocoaint/src/webkit/DOMHTMLCollection.inc
index df4022922d..e2282d2557 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLCollection.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLCollection.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLCollection.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMHTMLCOLLECTION_PAS_C}
{ DOMHTMLCollection }
- DOMHTMLCollection = objcclass(DOMObject)
+ DOMHTMLCollection = objcclass external (DOMObject)
public
- class function alloc: DOMHTMLCollection; message 'alloc';
-
function length: cuint; message 'length';
function item(index: cuint): DOMNode; message 'item:';
function namedItem(name: NSString): DOMNode; message 'namedItem:';
function tags(name: NSString): DOMNodeList; message 'tags:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLDListElement.inc b/packages/cocoaint/src/webkit/DOMHTMLDListElement.inc
index 3ba8309fb7..9d524c0dbf 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLDListElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLDListElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLDListElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLDLISTELEMENT_PAS_C}
{ DOMHTMLDListElement }
- DOMHTMLDListElement = objcclass(DOMHTMLElement)
+ DOMHTMLDListElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLDListElement; message 'alloc';
-
procedure setCompact (newValue: Boolean); message 'setCompact:';
function compact: Boolean; message 'compact';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc b/packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc
index 1348f91dfd..b2b5803569 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLDirectoryElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLDIRECTORYELEMENT_PAS_C}
{ DOMHTMLDirectoryElement }
- DOMHTMLDirectoryElement = objcclass(DOMHTMLElement)
+ DOMHTMLDirectoryElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLDirectoryElement; message 'alloc';
-
procedure setCompact (newValue: Boolean); message 'setCompact:';
function compact: Boolean; message 'compact';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLDivElement.inc b/packages/cocoaint/src/webkit/DOMHTMLDivElement.inc
index 30744ab457..0d9e6eb0b4 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLDivElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLDivElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLDivElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLDIVELEMENT_PAS_C}
{ DOMHTMLDivElement }
- DOMHTMLDivElement = objcclass(DOMHTMLElement)
+ DOMHTMLDivElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLDivElement; message 'alloc';
-
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLDocument.inc b/packages/cocoaint/src/webkit/DOMHTMLDocument.inc
index 0b7e226355..3a35f6515e 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLDocument.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLDocument.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLDocument.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLDOCUMENT_PAS_C}
{ DOMHTMLDocument }
- DOMHTMLDocument = objcclass(DOMDocument)
+ DOMHTMLDocument = objcclass external (DOMDocument)
public
- class function alloc: DOMHTMLDocument; message 'alloc';
-
function embeds: DOMHTMLCollection; message 'embeds';
function plugins: DOMHTMLCollection; message 'plugins';
function scripts: DOMHTMLCollection; message 'scripts';
@@ -76,7 +74,7 @@
procedure captureEvents; message 'captureEvents';
procedure releaseEvents; message 'releaseEvents';
function hasFocus: Boolean; message 'hasFocus';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLElement.inc b/packages/cocoaint/src/webkit/DOMHTMLElement.inc
index 09f8789f5d..c521619511 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLELEMENT_PAS_C}
{ DOMHTMLElement }
- DOMHTMLElement = objcclass(DOMElement)
+ DOMHTMLElement = objcclass external (DOMElement)
public
- class function alloc: DOMHTMLElement; message 'alloc';
-
procedure setIdName (newValue: NSString); message 'setIdName:';
function idName: NSString; message 'idName';
procedure setTitle (newValue: NSString); message 'setTitle:';
@@ -72,7 +70,7 @@
function contentEditable: NSString; message 'contentEditable';
function isContentEditable: Boolean; message 'isContentEditable';
function titleDisplayString: NSString; message 'titleDisplayString';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLEmbedElement.inc b/packages/cocoaint/src/webkit/DOMHTMLEmbedElement.inc
index 8058220ed3..ecfcdb3f43 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLEmbedElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLEmbedElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLEmbedElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLEMBEDELEMENT_PAS_C}
{ DOMHTMLEmbedElement }
- DOMHTMLEmbedElement = objcclass(DOMHTMLElement)
+ DOMHTMLEmbedElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLEmbedElement; message 'alloc';
-
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
procedure setHeight (newValue: cint); message 'setHeight:';
@@ -59,7 +57,7 @@
function type_: NSString; message 'type_';
procedure setWidth (newValue: cint); message 'setWidth:';
function width: cint; message 'width';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLFieldSetElement.inc b/packages/cocoaint/src/webkit/DOMHTMLFieldSetElement.inc
index b4dd174a6f..7f4451a866 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLFieldSetElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLFieldSetElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLFieldSetElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define DOMHTMLFIELDSETELEMENT_PAS_C}
{ DOMHTMLFieldSetElement }
- DOMHTMLFieldSetElement = objcclass(DOMHTMLElement)
+ DOMHTMLFieldSetElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLFieldSetElement; message 'alloc';
-
function form: DOMHTMLFormElement; message 'form';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLFontElement.inc b/packages/cocoaint/src/webkit/DOMHTMLFontElement.inc
index a431a57b0f..669176d640 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLFontElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLFontElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLFontElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,18 +42,16 @@
{$define DOMHTMLFONTELEMENT_PAS_C}
{ DOMHTMLFontElement }
- DOMHTMLFontElement = objcclass(DOMHTMLElement)
+ DOMHTMLFontElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLFontElement; message 'alloc';
-
procedure setColor (newValue: NSString); message 'setColor:';
function color: NSString; message 'color';
procedure setFace (newValue: NSString); message 'setFace:';
function face: NSString; message 'face';
procedure setSize (newValue: NSString); message 'setSize:';
function size: NSString; message 'size';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLFormElement.inc b/packages/cocoaint/src/webkit/DOMHTMLFormElement.inc
index 7c4aa29a5a..af96f3a676 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLFormElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLFormElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLFormElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLFORMELEMENT_PAS_C}
{ DOMHTMLFormElement }
- DOMHTMLFormElement = objcclass(DOMHTMLElement)
+ DOMHTMLFormElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLFormElement; message 'alloc';
-
function elements: DOMHTMLCollection; message 'elements';
function length: cint; message 'length';
procedure setName (newValue: NSString); message 'setName:';
@@ -65,7 +63,7 @@
function target: NSString; message 'target';
procedure submit; message 'submit';
procedure reset; message 'reset';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLFrameElement.inc b/packages/cocoaint/src/webkit/DOMHTMLFrameElement.inc
index 593040855d..631d84bff8 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLFrameElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLFrameElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLFrameElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLFRAMEELEMENT_PAS_C}
{ DOMHTMLFrameElement }
- DOMHTMLFrameElement = objcclass(DOMHTMLElement)
+ DOMHTMLFrameElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLFrameElement; message 'alloc';
-
procedure setFrameBorder (newValue: NSString); message 'setFrameBorder:';
function frameBorder: NSString; message 'frameBorder';
procedure setLongDesc (newValue: NSString); message 'setLongDesc:';
@@ -69,7 +67,7 @@
function location: NSString; message 'location';
function width: cint; message 'width';
function height: cint; message 'height';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLFrameSetElement.inc b/packages/cocoaint/src/webkit/DOMHTMLFrameSetElement.inc
index 1d33371355..b22fe4c339 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLFrameSetElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLFrameSetElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLFrameSetElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMHTMLFRAMESETELEMENT_PAS_C}
{ DOMHTMLFrameSetElement }
- DOMHTMLFrameSetElement = objcclass(DOMHTMLElement)
+ DOMHTMLFrameSetElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLFrameSetElement; message 'alloc';
-
procedure setCols (newValue: NSString); message 'setCols:';
function cols: NSString; message 'cols';
procedure setRows (newValue: NSString); message 'setRows:';
function rows: NSString; message 'rows';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLHRElement.inc b/packages/cocoaint/src/webkit/DOMHTMLHRElement.inc
index 8044d6cc29..18aa7a5b73 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLHRElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLHRElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLHRElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLHRELEMENT_PAS_C}
{ DOMHTMLHRElement }
- DOMHTMLHRElement = objcclass(DOMHTMLElement)
+ DOMHTMLHRElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLHRElement; message 'alloc';
-
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
procedure setNoShade (newValue: Boolean); message 'setNoShade:';
@@ -55,7 +53,7 @@
function size: NSString; message 'size';
procedure setWidth (newValue: NSString); message 'setWidth:';
function width: NSString; message 'width';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLHeadElement.inc b/packages/cocoaint/src/webkit/DOMHTMLHeadElement.inc
index 1ef7d8ec39..cc06f22e73 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLHeadElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLHeadElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLHeadElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLHEADELEMENT_PAS_C}
{ DOMHTMLHeadElement }
- DOMHTMLHeadElement = objcclass(DOMHTMLElement)
+ DOMHTMLHeadElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLHeadElement; message 'alloc';
-
procedure setProfile (newValue: NSString); message 'setProfile:';
function profile: NSString; message 'profile';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLHeadingElement.inc b/packages/cocoaint/src/webkit/DOMHTMLHeadingElement.inc
index 65be648003..825962efb0 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLHeadingElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLHeadingElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLHeadingElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLHEADINGELEMENT_PAS_C}
{ DOMHTMLHeadingElement }
- DOMHTMLHeadingElement = objcclass(DOMHTMLElement)
+ DOMHTMLHeadingElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLHeadingElement; message 'alloc';
-
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLHtmlElement.inc b/packages/cocoaint/src/webkit/DOMHTMLHtmlElement.inc
index 10ec0ce3c3..05ecf8e6e0 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLHtmlElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLHtmlElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLHtmlElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLHTMLELEMENT_PAS_C}
{ DOMHTMLHtmlElement }
- DOMHTMLHtmlElement = objcclass(DOMHTMLElement)
+ DOMHTMLHtmlElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLHtmlElement; message 'alloc';
-
procedure setVersion (newValue: NSString); message 'setVersion:';
function version: NSString; message 'version';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLIFrameElement.inc b/packages/cocoaint/src/webkit/DOMHTMLIFrameElement.inc
index f9308f1cb1..5e6bc49ec7 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLIFrameElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLIFrameElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLIFrameElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLIFRAMEELEMENT_PAS_C}
{ DOMHTMLIFrameElement }
- DOMHTMLIFrameElement = objcclass(DOMHTMLElement)
+ DOMHTMLIFrameElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLIFrameElement; message 'alloc';
-
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
procedure setFrameBorder (newValue: NSString); message 'setFrameBorder:';
@@ -69,7 +67,7 @@
function width: NSString; message 'width';
function contentDocument: DOMDocument; message 'contentDocument';
function contentWindow: DOMAbstractView; message 'contentWindow';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLImageElement.inc b/packages/cocoaint/src/webkit/DOMHTMLImageElement.inc
index 75687f336f..f882f561f6 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLImageElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLImageElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLImageElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLIMAGEELEMENT_PAS_C}
{ DOMHTMLImageElement }
- DOMHTMLImageElement = objcclass(DOMHTMLElement)
+ DOMHTMLImageElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLImageElement; message 'alloc';
-
procedure setName (newValue: NSString); message 'setName:';
function name: NSString; message 'name';
procedure setAlign (newValue: NSString); message 'setAlign:';
@@ -80,7 +78,7 @@
function y: cint; message 'y';
function altDisplayString: NSString; message 'altDisplayString';
function absoluteImageURL: NSURL; message 'absoluteImageURL';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLInputElement.inc b/packages/cocoaint/src/webkit/DOMHTMLInputElement.inc
index 3de88fca98..5c2ebf7ce8 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLInputElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLInputElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLInputElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLINPUTELEMENT_PAS_C}
{ DOMHTMLInputElement }
- DOMHTMLInputElement = objcclass(DOMHTMLElement)
+ DOMHTMLInputElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLInputElement; message 'alloc';
-
procedure setDefaultValue (newValue: NSString); message 'setDefaultValue:';
function defaultValue: NSString; message 'defaultValue';
procedure setDefaultChecked (newValue: Boolean); message 'setDefaultChecked:';
@@ -97,7 +95,7 @@
procedure select; message 'select';
procedure click; message 'click';
procedure setSelectionRange_end(start: cint; end_: cint); message 'setSelectionRange:end:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLIsIndexElement.inc b/packages/cocoaint/src/webkit/DOMHTMLIsIndexElement.inc
index 2a296c3990..b2cc9083ff 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLIsIndexElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLIsIndexElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLIsIndexElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define DOMHTMLISINDEXELEMENT_PAS_C}
{ DOMHTMLIsIndexElement }
- DOMHTMLIsIndexElement = objcclass(DOMHTMLInputElement)
+ DOMHTMLIsIndexElement = objcclass external (DOMHTMLInputElement)
public
- class function alloc: DOMHTMLIsIndexElement; message 'alloc';
-
function form: DOMHTMLFormElement; message 'form';
procedure setPrompt (newValue: NSString); message 'setPrompt:';
function prompt: NSString; message 'prompt';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLLIElement.inc b/packages/cocoaint/src/webkit/DOMHTMLLIElement.inc
index 6abd7786ba..9c1d0d3ee3 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLLIElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLLIElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLLIElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMHTMLLIELEMENT_PAS_C}
{ DOMHTMLLIElement }
- DOMHTMLLIElement = objcclass(DOMHTMLElement)
+ DOMHTMLLIElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLLIElement; message 'alloc';
-
procedure setType (newValue: NSString); message 'setType:';
function type_: NSString; message 'type_';
procedure setValue (newValue: cint); message 'setValue:';
function value: cint; message 'value';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLLabelElement.inc b/packages/cocoaint/src/webkit/DOMHTMLLabelElement.inc
index 5f5d288058..7a9610cb8e 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLLabelElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLLabelElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLLabelElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,17 +42,15 @@
{$define DOMHTMLLABELELEMENT_PAS_C}
{ DOMHTMLLabelElement }
- DOMHTMLLabelElement = objcclass(DOMHTMLElement)
+ DOMHTMLLabelElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLLabelElement; message 'alloc';
-
function form: DOMHTMLFormElement; message 'form';
procedure setAccessKey (newValue: NSString); message 'setAccessKey:';
function accessKey: NSString; message 'accessKey';
procedure setHtmlFor (newValue: NSString); message 'setHtmlFor:';
function htmlFor: NSString; message 'htmlFor';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLLegendElement.inc b/packages/cocoaint/src/webkit/DOMHTMLLegendElement.inc
index b04da3ba58..4cb728c991 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLLegendElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLLegendElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLLegendElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,17 +42,15 @@
{$define DOMHTMLLEGENDELEMENT_PAS_C}
{ DOMHTMLLegendElement }
- DOMHTMLLegendElement = objcclass(DOMHTMLElement)
+ DOMHTMLLegendElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLLegendElement; message 'alloc';
-
function form: DOMHTMLFormElement; message 'form';
procedure setAccessKey (newValue: NSString); message 'setAccessKey:';
function accessKey: NSString; message 'accessKey';
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLLinkElement.inc b/packages/cocoaint/src/webkit/DOMHTMLLinkElement.inc
index ea66e5676f..768582953d 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLLinkElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLLinkElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLLinkElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLLINKELEMENT_PAS_C}
{ DOMHTMLLinkElement }
- DOMHTMLLinkElement = objcclass(DOMHTMLElement)
+ DOMHTMLLinkElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLLinkElement; message 'alloc';
-
procedure setDisabled (newValue: Boolean); message 'setDisabled:';
function disabled: Boolean; message 'disabled';
procedure setCharset (newValue: NSString); message 'setCharset:';
@@ -67,7 +65,7 @@
function type_: NSString; message 'type_';
function sheet: DOMStyleSheet; message 'sheet';
function absoluteLinkURL: NSURL; message 'absoluteLinkURL';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLMapElement.inc b/packages/cocoaint/src/webkit/DOMHTMLMapElement.inc
index 6825fec751..72eb5ed528 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLMapElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLMapElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLMapElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define DOMHTMLMAPELEMENT_PAS_C}
{ DOMHTMLMapElement }
- DOMHTMLMapElement = objcclass(DOMHTMLElement)
+ DOMHTMLMapElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLMapElement; message 'alloc';
-
function areas: DOMHTMLCollection; message 'areas';
procedure setName (newValue: NSString); message 'setName:';
function name: NSString; message 'name';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLMarqueeElement.inc b/packages/cocoaint/src/webkit/DOMHTMLMarqueeElement.inc
index 7aea45e8fb..0999d79ec7 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLMarqueeElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLMarqueeElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLMarqueeElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLMARQUEEELEMENT_PAS_C}
{ DOMHTMLMarqueeElement }
- DOMHTMLMarqueeElement = objcclass(DOMHTMLElement)
+ DOMHTMLMarqueeElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLMarqueeElement; message 'alloc';
-
procedure start; message 'start';
procedure stop; message 'stop';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLMenuElement.inc b/packages/cocoaint/src/webkit/DOMHTMLMenuElement.inc
index 90200f5091..d448a37464 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLMenuElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLMenuElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLMenuElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLMENUELEMENT_PAS_C}
{ DOMHTMLMenuElement }
- DOMHTMLMenuElement = objcclass(DOMHTMLElement)
+ DOMHTMLMenuElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLMenuElement; message 'alloc';
-
procedure setCompact (newValue: Boolean); message 'setCompact:';
function compact: Boolean; message 'compact';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLMetaElement.inc b/packages/cocoaint/src/webkit/DOMHTMLMetaElement.inc
index 478ac6a61c..142f7219dd 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLMetaElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLMetaElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLMetaElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLMETAELEMENT_PAS_C}
{ DOMHTMLMetaElement }
- DOMHTMLMetaElement = objcclass(DOMHTMLElement)
+ DOMHTMLMetaElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLMetaElement; message 'alloc';
-
procedure setContent (newValue: NSString); message 'setContent:';
function content: NSString; message 'content';
procedure setHttpEquiv (newValue: NSString); message 'setHttpEquiv:';
@@ -55,7 +53,7 @@
function name: NSString; message 'name';
procedure setScheme (newValue: NSString); message 'setScheme:';
function scheme: NSString; message 'scheme';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLModElement.inc b/packages/cocoaint/src/webkit/DOMHTMLModElement.inc
index 1f9411484b..5b47280d1a 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLModElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLModElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLModElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMHTMLMODELEMENT_PAS_C}
{ DOMHTMLModElement }
- DOMHTMLModElement = objcclass(DOMHTMLElement)
+ DOMHTMLModElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLModElement; message 'alloc';
-
procedure setCite (newValue: NSString); message 'setCite:';
function cite: NSString; message 'cite';
procedure setDateTime (newValue: NSString); message 'setDateTime:';
function dateTime: NSString; message 'dateTime';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLOListElement.inc b/packages/cocoaint/src/webkit/DOMHTMLOListElement.inc
index 62fbd3739e..0f46e0d04a 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLOListElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLOListElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLOListElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,18 +42,16 @@
{$define DOMHTMLOLISTELEMENT_PAS_C}
{ DOMHTMLOListElement }
- DOMHTMLOListElement = objcclass(DOMHTMLElement)
+ DOMHTMLOListElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLOListElement; message 'alloc';
-
procedure setCompact (newValue: Boolean); message 'setCompact:';
function compact: Boolean; message 'compact';
procedure setStart (newValue: cint); message 'setStart:';
function start: cint; message 'start';
procedure setType (newValue: NSString); message 'setType:';
function type_: NSString; message 'type_';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLObjectElement.inc b/packages/cocoaint/src/webkit/DOMHTMLObjectElement.inc
index b23626b215..00aa996761 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLObjectElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLObjectElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLObjectElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLOBJECTELEMENT_PAS_C}
{ DOMHTMLObjectElement }
- DOMHTMLObjectElement = objcclass(DOMHTMLElement)
+ DOMHTMLObjectElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLObjectElement; message 'alloc';
-
function form: DOMHTMLFormElement; message 'form';
procedure setCode (newValue: NSString); message 'setCode:';
function code: NSString; message 'code';
@@ -82,7 +80,7 @@
function width: NSString; message 'width';
function contentDocument: DOMDocument; message 'contentDocument';
function absoluteImageURL: NSURL; message 'absoluteImageURL';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLOptGroupElement.inc b/packages/cocoaint/src/webkit/DOMHTMLOptGroupElement.inc
index 566225f63d..295475de38 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLOptGroupElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLOptGroupElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLOptGroupElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMHTMLOPTGROUPELEMENT_PAS_C}
{ DOMHTMLOptGroupElement }
- DOMHTMLOptGroupElement = objcclass(DOMHTMLElement)
+ DOMHTMLOptGroupElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLOptGroupElement; message 'alloc';
-
procedure setDisabled (newValue: Boolean); message 'setDisabled:';
function disabled: Boolean; message 'disabled';
procedure setLabel (newValue: NSString); message 'setLabel:';
function label_: NSString; message 'label_';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLOptionElement.inc b/packages/cocoaint/src/webkit/DOMHTMLOptionElement.inc
index 364e1c2bd3..b8104a952b 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLOptionElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLOptionElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLOptionElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLOPTIONELEMENT_PAS_C}
{ DOMHTMLOptionElement }
- DOMHTMLOptionElement = objcclass(DOMHTMLElement)
+ DOMHTMLOptionElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLOptionElement; message 'alloc';
-
function form: DOMHTMLFormElement; message 'form';
procedure setDefaultSelected (newValue: Boolean); message 'setDefaultSelected:';
function defaultSelected: Boolean; message 'defaultSelected';
@@ -60,7 +58,7 @@
function selected: Boolean; message 'selected';
procedure setValue (newValue: NSString); message 'setValue:';
function value: NSString; message 'value';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLOptionsCollection.inc b/packages/cocoaint/src/webkit/DOMHTMLOptionsCollection.inc
index 18dda9d909..38c32ed3a8 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLOptionsCollection.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLOptionsCollection.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLOptionsCollection.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLOPTIONSCOLLECTION_PAS_C}
{ DOMHTMLOptionsCollection }
- DOMHTMLOptionsCollection = objcclass(DOMObject)
+ DOMHTMLOptionsCollection = objcclass external (DOMObject)
public
- class function alloc: DOMHTMLOptionsCollection; message 'alloc';
-
procedure setSelectedIndex (newValue: cint); message 'setSelectedIndex:';
function selectedIndex: cint; message 'selectedIndex';
procedure setLength (newValue: cuint); message 'setLength:';
@@ -55,7 +53,7 @@
procedure remove(index: cuint); message 'remove:';
function item(index: cuint): DOMNode; message 'item:';
function namedItem(name: NSString): DOMNode; message 'namedItem:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc b/packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc
index 71a9161a8d..e43a803a8b 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLParagraphElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLPARAGRAPHELEMENT_PAS_C}
{ DOMHTMLParagraphElement }
- DOMHTMLParagraphElement = objcclass(DOMHTMLElement)
+ DOMHTMLParagraphElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLParagraphElement; message 'alloc';
-
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLParamElement.inc b/packages/cocoaint/src/webkit/DOMHTMLParamElement.inc
index b26bf47733..6ff4d76766 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLParamElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLParamElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLParamElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLPARAMELEMENT_PAS_C}
{ DOMHTMLParamElement }
- DOMHTMLParamElement = objcclass(DOMHTMLElement)
+ DOMHTMLParamElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLParamElement; message 'alloc';
-
procedure setName (newValue: NSString); message 'setName:';
function name: NSString; message 'name';
procedure setType (newValue: NSString); message 'setType:';
@@ -55,7 +53,7 @@
function value: NSString; message 'value';
procedure setValueType (newValue: NSString); message 'setValueType:';
function valueType: NSString; message 'valueType';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLPreElement.inc b/packages/cocoaint/src/webkit/DOMHTMLPreElement.inc
index 5b59481aca..481fe3682e 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLPreElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLPreElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLPreElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMHTMLPREELEMENT_PAS_C}
{ DOMHTMLPreElement }
- DOMHTMLPreElement = objcclass(DOMHTMLElement)
+ DOMHTMLPreElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLPreElement; message 'alloc';
-
procedure setWidth (newValue: cint); message 'setWidth:';
function width: cint; message 'width';
procedure setWrap (newValue: Boolean); message 'setWrap:';
function wrap: Boolean; message 'wrap';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc b/packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc
index b317664657..ca7ba25208 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLQuoteElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLQUOTEELEMENT_PAS_C}
{ DOMHTMLQuoteElement }
- DOMHTMLQuoteElement = objcclass(DOMHTMLElement)
+ DOMHTMLQuoteElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLQuoteElement; message 'alloc';
-
procedure setCite (newValue: NSString); message 'setCite:';
function cite: NSString; message 'cite';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLScriptElement.inc b/packages/cocoaint/src/webkit/DOMHTMLScriptElement.inc
index fd799a6154..610ca7d1a1 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLScriptElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLScriptElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLScriptElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLSCRIPTELEMENT_PAS_C}
{ DOMHTMLScriptElement }
- DOMHTMLScriptElement = objcclass(DOMHTMLElement)
+ DOMHTMLScriptElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLScriptElement; message 'alloc';
-
procedure setText (newValue: NSString); message 'setText:';
function text: NSString; message 'text';
procedure setHtmlFor (newValue: NSString); message 'setHtmlFor:';
@@ -61,7 +59,7 @@
function src: NSString; message 'src';
procedure setType (newValue: NSString); message 'setType:';
function type_: NSString; message 'type_';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLSelectElement.inc b/packages/cocoaint/src/webkit/DOMHTMLSelectElement.inc
index e51e47fe68..5395e0d71b 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLSelectElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLSelectElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLSelectElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLSELECTELEMENT_PAS_C}
{ DOMHTMLSelectElement }
- DOMHTMLSelectElement = objcclass(DOMHTMLElement)
+ DOMHTMLSelectElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLSelectElement; message 'alloc';
-
function type_: NSString; message 'type_';
procedure setSelectedIndex (newValue: cint); message 'setSelectedIndex:';
function selectedIndex: cint; message 'selectedIndex';
@@ -70,12 +68,12 @@
procedure remove(index: cint); message 'remove:';
function item(index: cuint): DOMNode; message 'item:';
function namedItem(name_: NSString): DOMNode; message 'namedItem:';
- end; external;
+ end;
{ DOMHTMLSelectElementDeprecatedCategory }
- DOMHTMLSelectElementDeprecatedCategory = objccategory(DOMHTMLSelectElement)
+ DOMHTMLSelectElementDeprecatedCategory = objccategory external (DOMHTMLSelectElement)
procedure add(element: DOMHTMLElement; before: DOMHTMLElement); message 'add:element:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLStyleElement.inc b/packages/cocoaint/src/webkit/DOMHTMLStyleElement.inc
index ee38498de0..6bea64486f 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLStyleElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLStyleElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLStyleElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLSTYLEELEMENT_PAS_C}
{ DOMHTMLStyleElement }
- DOMHTMLStyleElement = objcclass(DOMHTMLElement)
+ DOMHTMLStyleElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLStyleElement; message 'alloc';
-
procedure setDisabled (newValue: Boolean); message 'setDisabled:';
function disabled: Boolean; message 'disabled';
procedure setMedia (newValue: NSString); message 'setMedia:';
@@ -54,7 +52,7 @@
procedure setType (newValue: NSString); message 'setType:';
function type_: NSString; message 'type_';
function sheet: DOMStyleSheet; message 'sheet';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc
index 0e7538cb9f..ee9aa93c97 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLTableCaptionElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLTABLECAPTIONELEMENT_PAS_C}
{ DOMHTMLTableCaptionElement }
- DOMHTMLTableCaptionElement = objcclass(DOMHTMLElement)
+ DOMHTMLTableCaptionElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLTableCaptionElement; message 'alloc';
-
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc
index dd3babb24f..be2212158e 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLTableCellElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLTABLECELLELEMENT_PAS_C}
{ DOMHTMLTableCellElement }
- DOMHTMLTableCellElement = objcclass(DOMHTMLElement)
+ DOMHTMLTableCellElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLTableCellElement; message 'alloc';
-
function cellIndex: cint; message 'cellIndex';
procedure setAbbr (newValue: NSString); message 'setAbbr:';
function abbr: NSString; message 'abbr';
@@ -76,7 +74,7 @@
function vAlign: NSString; message 'vAlign';
procedure setWidth (newValue: NSString); message 'setWidth:';
function width: NSString; message 'width';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableColElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableColElement.inc
index eafebe8a12..1f53d4bc9b 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLTableColElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLTableColElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLTableColElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLTABLECOLELEMENT_PAS_C}
{ DOMHTMLTableColElement }
- DOMHTMLTableColElement = objcclass(DOMHTMLElement)
+ DOMHTMLTableColElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLTableColElement; message 'alloc';
-
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
procedure setCh (newValue: NSString); message 'setCh:';
@@ -59,7 +57,7 @@
function vAlign: NSString; message 'vAlign';
procedure setWidth (newValue: NSString); message 'setWidth:';
function width: NSString; message 'width';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableElement.inc
index 28510cd371..e9194ac1c9 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLTableElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLTableElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLTableElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLTABLEELEMENT_PAS_C}
{ DOMHTMLTableElement }
- DOMHTMLTableElement = objcclass(DOMHTMLElement)
+ DOMHTMLTableElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLTableElement; message 'alloc';
-
procedure setCaption (newValue: DOMHTMLTableCaptionElement); message 'setCaption:';
function caption: DOMHTMLTableCaptionElement; message 'caption';
procedure setTHead (newValue: DOMHTMLTableSectionElement); message 'setTHead:';
@@ -81,7 +79,7 @@
procedure deleteCaption; message 'deleteCaption';
function insertRow(index: cint): DOMHTMLElement; message 'insertRow:';
procedure deleteRow(index: cint); message 'deleteRow:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableRowElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableRowElement.inc
index 35ddf2241f..f95dd26ce9 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLTableRowElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLTableRowElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLTableRowElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLTABLEROWELEMENT_PAS_C}
{ DOMHTMLTableRowElement }
- DOMHTMLTableRowElement = objcclass(DOMHTMLElement)
+ DOMHTMLTableRowElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLTableRowElement; message 'alloc';
-
function rowIndex: cint; message 'rowIndex';
function sectionRowIndex: cint; message 'sectionRowIndex';
function cells: DOMHTMLCollection; message 'cells';
@@ -62,7 +60,7 @@
function vAlign: NSString; message 'vAlign';
function insertCell(index: cint): DOMHTMLElement; message 'insertCell:';
procedure deleteCell(index: cint); message 'deleteCell:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc
index 647c802fb2..6b30b16fb3 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLTableSectionElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLTABLESECTIONELEMENT_PAS_C}
{ DOMHTMLTableSectionElement }
- DOMHTMLTableSectionElement = objcclass(DOMHTMLElement)
+ DOMHTMLTableSectionElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLTableSectionElement; message 'alloc';
-
procedure setAlign (newValue: NSString); message 'setAlign:';
function align: NSString; message 'align';
procedure setCh (newValue: NSString); message 'setCh:';
@@ -58,7 +56,7 @@
function rows: DOMHTMLCollection; message 'rows';
function insertRow(index: cint): DOMHTMLElement; message 'insertRow:';
procedure deleteRow(index: cint); message 'deleteRow:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLTextAreaElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTextAreaElement.inc
index ba473ad100..4bbac9bda4 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLTextAreaElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLTextAreaElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLTextAreaElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMHTMLTEXTAREAELEMENT_PAS_C}
{ DOMHTMLTextAreaElement }
- DOMHTMLTextAreaElement = objcclass(DOMHTMLElement)
+ DOMHTMLTextAreaElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLTextAreaElement; message 'alloc';
-
procedure setDefaultValue (newValue: NSString); message 'setDefaultValue:';
function defaultValue: NSString; message 'defaultValue';
function form: DOMHTMLFormElement; message 'form';
@@ -74,7 +72,7 @@
function selectionEnd: cint; message 'selectionEnd';
procedure select; message 'select';
procedure setSelectionRange_end(start: cint; end_: cint); message 'setSelectionRange:end:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLTitleElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTitleElement.inc
index c2fcd8a3c8..c39ca1c9d2 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLTitleElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLTitleElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLTitleElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMHTMLTITLEELEMENT_PAS_C}
{ DOMHTMLTitleElement }
- DOMHTMLTitleElement = objcclass(DOMHTMLElement)
+ DOMHTMLTitleElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLTitleElement; message 'alloc';
-
procedure setText (newValue: NSString); message 'setText:';
function text: NSString; message 'text';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMHTMLUListElement.inc b/packages/cocoaint/src/webkit/DOMHTMLUListElement.inc
index 8a56182791..bd9cb3f065 100644
--- a/packages/cocoaint/src/webkit/DOMHTMLUListElement.inc
+++ b/packages/cocoaint/src/webkit/DOMHTMLUListElement.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMHTMLUListElement.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMHTMLULISTELEMENT_PAS_C}
{ DOMHTMLUListElement }
- DOMHTMLUListElement = objcclass(DOMHTMLElement)
+ DOMHTMLUListElement = objcclass external (DOMHTMLElement)
public
- class function alloc: DOMHTMLUListElement; message 'alloc';
-
procedure setCompact (newValue: Boolean); message 'setCompact:';
function compact: Boolean; message 'compact';
procedure setType (newValue: NSString); message 'setType:';
function type_: NSString; message 'type_';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMImplementation.inc b/packages/cocoaint/src/webkit/DOMImplementation.inc
index 93f3ee6f65..b4d524c994 100644
--- a/packages/cocoaint/src/webkit/DOMImplementation.inc
+++ b/packages/cocoaint/src/webkit/DOMImplementation.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMImplementation.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,25 +42,23 @@
{$define DOMIMPLEMENTATION_PAS_C}
{ DOMImplementation }
- DOMImplementation = objcclass(DOMObject)
+ DOMImplementation = objcclass external (DOMObject)
public
- class function alloc: DOMImplementation; message 'alloc';
-
function hasFeature_version(feature: NSString; version_: NSString): Boolean; message 'hasFeature:version:';
function createDocumentType_publicId_systemId(qualifiedName: NSString; publicId: NSString; systemId: NSString): DOMDocumentType; message 'createDocumentType:publicId:systemId:';
function createDocument_qualifiedName_doctype(namespaceURI: NSString; qualifiedName: NSString; doctype: DOMDocumentType): DOMDocument; message 'createDocument:qualifiedName:doctype:';
function createCSSStyleSheet_media(title: NSString; media: NSString): DOMCSSStyleSheet; message 'createCSSStyleSheet:media:';
function createHTMLDocument(title: NSString): DOMHTMLDocument; message 'createHTMLDocument:';
- end; external;
+ end;
{ DOMImplementationDeprecatedCategory }
- DOMImplementationDeprecatedCategory = objccategory(DOMImplementation)
+ DOMImplementationDeprecatedCategory = objccategory external (DOMImplementation)
function hasFeature(feature: NSString; version_: NSString): Boolean; message 'hasFeature:feature:';
function createDocumentType(qualifiedName: NSString; publicId: NSString; systemId: NSString): DOMDocumentType; message 'createDocumentType:qualifiedName:publicId:';
function createDocument(namespaceURI: NSString; qualifiedName: NSString; doctype: DOMDocumentType): DOMDocument; message 'createDocument:namespaceURI:qualifiedName:';
function createCSSStyleSheet(title: NSString; media: NSString): DOMCSSStyleSheet; message 'createCSSStyleSheet:title:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMKeyboardEvent.inc b/packages/cocoaint/src/webkit/DOMKeyboardEvent.inc
index aa201549d3..089387d404 100644
--- a/packages/cocoaint/src/webkit/DOMKeyboardEvent.inc
+++ b/packages/cocoaint/src/webkit/DOMKeyboardEvent.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMKeyboardEvent.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -50,11 +50,9 @@ const
{$define DOMKEYBOARDEVENT_PAS_C}
{ DOMKeyboardEvent }
- DOMKeyboardEvent = objcclass(DOMUIEvent)
+ DOMKeyboardEvent = objcclass external (DOMUIEvent)
public
- class function alloc: DOMKeyboardEvent; message 'alloc';
-
function keyIdentifier: NSString; message 'keyIdentifier';
function keyLocation: cuint; message 'keyLocation';
function ctrlKey: Boolean; message 'ctrlKey';
@@ -67,7 +65,7 @@ const
function getModifierState(keyIdentifierArg: NSString): Boolean; message 'getModifierState:';
procedure initKeyboardEvent_canBubble_cancelable_view_keyIdentifier_keyLocation_ctrlKey_altKey_shiftKey_metaKey_altGraphKey(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; keyIdentifier_: NSString; keyLocation_: cuint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean; altGraphKey_: Boolean); message 'initKeyboardEvent:canBubble:cancelable:view:keyIdentifier:keyLocation:ctrlKey:altKey:shiftKey:metaKey:altGraphKey:';
procedure initKeyboardEvent_canBubble_cancelable_view_keyIdentifier_keyLocation_ctrlKey_altKey_shiftKey_metaKey(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; keyIdentifier_: NSString; keyLocation_: cuint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean); message 'initKeyboardEvent:canBubble:cancelable:view:keyIdentifier:keyLocation:ctrlKey:altKey:shiftKey:metaKey:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMMediaList.inc b/packages/cocoaint/src/webkit/DOMMediaList.inc
index 5eceb5da5a..5eff07ab83 100644
--- a/packages/cocoaint/src/webkit/DOMMediaList.inc
+++ b/packages/cocoaint/src/webkit/DOMMediaList.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMMediaList.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,18 +42,16 @@
{$define DOMMEDIALIST_PAS_C}
{ DOMMediaList }
- DOMMediaList = objcclass(DOMObject)
+ DOMMediaList = objcclass external (DOMObject)
public
- class function alloc: DOMMediaList; message 'alloc';
-
procedure setMediaText (newValue: NSString); message 'setMediaText:';
function mediaText: NSString; message 'mediaText';
function length: cuint; message 'length';
function item(index: cuint): NSString; message 'item:';
procedure deleteMedium(oldMedium: NSString); message 'deleteMedium:';
procedure appendMedium(newMedium: NSString); message 'appendMedium:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMMouseEvent.inc b/packages/cocoaint/src/webkit/DOMMouseEvent.inc
index 1839703765..887944fd2c 100644
--- a/packages/cocoaint/src/webkit/DOMMouseEvent.inc
+++ b/packages/cocoaint/src/webkit/DOMMouseEvent.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMMouseEvent.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMMOUSEEVENT_PAS_C}
{ DOMMouseEvent }
- DOMMouseEvent = objcclass(DOMUIEvent)
+ DOMMouseEvent = objcclass external (DOMUIEvent)
public
- class function alloc: DOMMouseEvent; message 'alloc';
-
function screenX: cint; message 'screenX';
function screenY: cint; message 'screenY';
function clientX: cint; message 'clientX';
@@ -64,12 +62,12 @@
function fromElement: DOMNode; message 'fromElement';
function toElement: DOMNode; message 'toElement';
procedure initMouseEvent_canBubble_cancelable_view_detail_screenX_screenY_clientX_clientY_ctrlKey_altKey_shiftKey_metaKey_button_relatedTarget(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint; screenX_: cint; screenY_: cint; clientX_: cint; clientY_: cint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean; button_: cushort; relatedTarget_: id); message 'initMouseEvent:canBubble:cancelable:view:detail:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:button:relatedTarget:';
- end; external;
+ end;
{ DOMMouseEventDeprecatedCategory }
- DOMMouseEventDeprecatedCategory = objccategory(DOMMouseEvent)
+ DOMMouseEventDeprecatedCategory = objccategory external (DOMMouseEvent)
procedure initMouseEvent(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint; screenX_: cint; screenY_: cint; clientX_: cint; clientY_: cint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean; button_: cushort; relatedTarget_: id); message 'initMouseEvent:type:canBubble:cancelable:view:detail:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:button:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMMutationEvent.inc b/packages/cocoaint/src/webkit/DOMMutationEvent.inc
index 17acb34a7a..66363e92af 100644
--- a/packages/cocoaint/src/webkit/DOMMutationEvent.inc
+++ b/packages/cocoaint/src/webkit/DOMMutationEvent.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMMutationEvent.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -49,23 +49,21 @@ const
{$define DOMMUTATIONEVENT_PAS_C}
{ DOMMutationEvent }
- DOMMutationEvent = objcclass(DOMEvent)
+ DOMMutationEvent = objcclass external (DOMEvent)
public
- class function alloc: DOMMutationEvent; message 'alloc';
-
function relatedNode: DOMNode; message 'relatedNode';
function prevValue: NSString; message 'prevValue';
function newValue: NSString; message 'newValue';
function attrName: NSString; message 'attrName';
function attrChange: cuint; message 'attrChange';
procedure initMutationEvent_canBubble_cancelable_relatedNode_prevValue_newValue_attrName_attrChange(type__: NSString; canBubble: Boolean; cancelable_: Boolean; relatedNode_: DOMNode; prevValue_: NSString; newValue_: NSString; attrName_: NSString; attrChange_: cushort); message 'initMutationEvent:canBubble:cancelable:relatedNode:prevValue:newValue:attrName:attrChange:';
- end; external;
+ end;
{ DOMMutationEventDeprecatedCategory }
- DOMMutationEventDeprecatedCategory = objccategory(DOMMutationEvent)
+ DOMMutationEventDeprecatedCategory = objccategory external (DOMMutationEvent)
procedure initMutationEvent(type__: NSString; canBubble: Boolean; cancelable_: Boolean; relatedNode_: DOMNode; prevValue_: NSString; newValue_: NSString; attrName_: NSString; attrChange_: cushort); message 'initMutationEvent:type:canBubble:cancelable:relatedNode:prevValue:newValue:attrName:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMNamedNodeMap.inc b/packages/cocoaint/src/webkit/DOMNamedNodeMap.inc
index f17399b0ce..dd18af4661 100644
--- a/packages/cocoaint/src/webkit/DOMNamedNodeMap.inc
+++ b/packages/cocoaint/src/webkit/DOMNamedNodeMap.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMNamedNodeMap.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMNAMEDNODEMAP_PAS_C}
{ DOMNamedNodeMap }
- DOMNamedNodeMap = objcclass(DOMObject)
+ DOMNamedNodeMap = objcclass external (DOMObject)
public
- class function alloc: DOMNamedNodeMap; message 'alloc';
-
function length: cuint; message 'length';
function getNamedItem(name: NSString): DOMNode; message 'getNamedItem:';
function setNamedItem(node: DOMNode): DOMNode; message 'setNamedItem:';
@@ -55,13 +53,13 @@
function getNamedItemNS_localName(namespaceURI: NSString; localName: NSString): DOMNode; message 'getNamedItemNS:localName:';
function setNamedItemNS(node: DOMNode): DOMNode; message 'setNamedItemNS:';
function removeNamedItemNS_localName(namespaceURI: NSString; localName: NSString): DOMNode; message 'removeNamedItemNS:localName:';
- end; external;
+ end;
{ DOMNamedNodeMapDeprecatedCategory }
- DOMNamedNodeMapDeprecatedCategory = objccategory(DOMNamedNodeMap)
+ DOMNamedNodeMapDeprecatedCategory = objccategory external (DOMNamedNodeMap)
function getNamedItemNS(namespaceURI: NSString; localName: NSString): DOMNode; message 'getNamedItemNS:namespaceURI:';
function removeNamedItemNS(namespaceURI: NSString; localName: NSString): DOMNode; message 'removeNamedItemNS:namespaceURI:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMNode.inc b/packages/cocoaint/src/webkit/DOMNode.inc
index 1c080ee999..6ce4b498c9 100644
--- a/packages/cocoaint/src/webkit/DOMNode.inc
+++ b/packages/cocoaint/src/webkit/DOMNode.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMNode.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -64,11 +64,9 @@ const
{$define DOMNODE_PAS_C}
{ DOMNode }
- DOMNode = objcclass(DOMObject, DOMEventTargetProtocol)
+ DOMNode = objcclass external (DOMObject, DOMEventTargetProtocol)
public
- class function alloc: DOMNode; message 'alloc';
-
function nodeName: NSString; message 'nodeName';
procedure setNodeValue (newValue: NSString); message 'setNodeValue:';
function nodeValue: NSString; message 'nodeValue';
@@ -112,14 +110,14 @@ const
function dispatchEvent(event: DOMEvent): Boolean;
procedure addEventListener(type_: NSString; listener: id; useCapture: Boolean);
procedure removeEventListener(type_: NSString; listener: id; useCapture: Boolean);
- end; external;
+ end;
{ DOMNodeDeprecatedCategory }
- DOMNodeDeprecatedCategory = objccategory(DOMNode)
+ DOMNodeDeprecatedCategory = objccategory external (DOMNode)
function insertBefore(newChild: DOMNode; refChild: DOMNode): DOMNode; message 'insertBefore:newChild:';
function replaceChild(newChild: DOMNode; oldChild: DOMNode): DOMNode; message 'replaceChild:newChild:';
function isSupported(feature: NSString; version_: NSString): Boolean; message 'isSupported:feature:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMNodeFilter.inc b/packages/cocoaint/src/webkit/DOMNodeFilter.inc
index ec9b904799..9748b4069f 100644
--- a/packages/cocoaint/src/webkit/DOMNodeFilter.inc
+++ b/packages/cocoaint/src/webkit/DOMNodeFilter.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMNodeFilter.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -59,8 +59,8 @@ const
{$define DOMNODEFILTER_PAS_P}
{ DOMNodeFilter Protocol }
- DOMNodeFilterProtocol = objcprotocol
+ DOMNodeFilterProtocol = objcprotocol external name 'DOMNodeFilter'
function acceptNode(n: DOMNode): cshort; message 'acceptNode:';
- end; external name 'DOMNodeFilter';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMNodeIterator.inc b/packages/cocoaint/src/webkit/DOMNodeIterator.inc
index 3e3d6acc9b..ea9e27929d 100644
--- a/packages/cocoaint/src/webkit/DOMNodeIterator.inc
+++ b/packages/cocoaint/src/webkit/DOMNodeIterator.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMNodeIterator.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMNODEITERATOR_PAS_C}
{ DOMNodeIterator }
- DOMNodeIterator = objcclass(DOMObject)
+ DOMNodeIterator = objcclass external (DOMObject)
public
- class function alloc: DOMNodeIterator; message 'alloc';
-
function root: DOMNode; message 'root';
function whatToShow: cuint; message 'whatToShow';
function filter: id; message 'filter';
@@ -56,7 +54,7 @@
function nextNode: DOMNode; message 'nextNode';
function previousNode: DOMNode; message 'previousNode';
procedure detach; message 'detach';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMNodeList.inc b/packages/cocoaint/src/webkit/DOMNodeList.inc
index 99e6c59354..744464a9b1 100644
--- a/packages/cocoaint/src/webkit/DOMNodeList.inc
+++ b/packages/cocoaint/src/webkit/DOMNodeList.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMNodeList.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMNODELIST_PAS_C}
{ DOMNodeList }
- DOMNodeList = objcclass(DOMObject)
+ DOMNodeList = objcclass external (DOMObject)
public
- class function alloc: DOMNodeList; message 'alloc';
-
function length: cuint; message 'length';
function item(index: cuint): DOMNode; message 'item:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMNotation.inc b/packages/cocoaint/src/webkit/DOMNotation.inc
index f63df08736..d4110f9370 100644
--- a/packages/cocoaint/src/webkit/DOMNotation.inc
+++ b/packages/cocoaint/src/webkit/DOMNotation.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMNotation.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMNOTATION_PAS_C}
{ DOMNotation }
- DOMNotation = objcclass(DOMNode)
+ DOMNotation = objcclass external (DOMNode)
public
- class function alloc: DOMNotation; message 'alloc';
-
function publicId: NSString; message 'publicId';
function systemId: NSString; message 'systemId';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMObject.inc b/packages/cocoaint/src/webkit/DOMObject.inc
index 5f6bd3dec7..be7c5950e1 100644
--- a/packages/cocoaint/src/webkit/DOMObject.inc
+++ b/packages/cocoaint/src/webkit/DOMObject.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMObject.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -47,21 +47,20 @@ type
{$define DOMOBJECT_PAS_C}
{ DOMObject }
- DOMObject = objcclass(WebScriptObject, NSCopyingProtocol)
+ DOMObject = objcclass external (WebScriptObject, NSCopyingProtocol)
private
_internal: DOMObjectInternalPtr;
public
- class function alloc: DOMObject; message 'alloc';
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ DOMLinkStyleCategory }
- DOMLinkStyleCategory = objccategory(DOMObject)
+ DOMLinkStyleCategory = objccategory external (DOMObject)
function sheet: DOMStyleSheet; message 'sheet';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMOverflowEvent.inc b/packages/cocoaint/src/webkit/DOMOverflowEvent.inc
index 2f85f02671..dd9367c447 100644
--- a/packages/cocoaint/src/webkit/DOMOverflowEvent.inc
+++ b/packages/cocoaint/src/webkit/DOMOverflowEvent.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMOverflowEvent.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -49,16 +49,14 @@ const
{$define DOMOVERFLOWEVENT_PAS_C}
{ DOMOverflowEvent }
- DOMOverflowEvent = objcclass(DOMEvent)
+ DOMOverflowEvent = objcclass external (DOMEvent)
public
- class function alloc: DOMOverflowEvent; message 'alloc';
-
function orient: cuint; message 'orient';
function horizontalOverflow: Boolean; message 'horizontalOverflow';
function verticalOverflow: Boolean; message 'verticalOverflow';
procedure initOverflowEvent_horizontalOverflow_verticalOverflow(orient_: cushort; horizontalOverflow_: Boolean; verticalOverflow_: Boolean); message 'initOverflowEvent:horizontalOverflow:verticalOverflow:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMProcessingInstruction.inc b/packages/cocoaint/src/webkit/DOMProcessingInstruction.inc
index 706d373644..b1f79e5723 100644
--- a/packages/cocoaint/src/webkit/DOMProcessingInstruction.inc
+++ b/packages/cocoaint/src/webkit/DOMProcessingInstruction.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMProcessingInstruction.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMPROCESSINGINSTRUCTION_PAS_C}
{ DOMProcessingInstruction }
- DOMProcessingInstruction = objcclass(DOMNode)
+ DOMProcessingInstruction = objcclass external (DOMNode)
public
- class function alloc: DOMProcessingInstruction; message 'alloc';
-
function target: NSString; message 'target';
procedure setData (newValue: NSString); message 'setData:';
function data: NSString; message 'data';
function sheet: DOMStyleSheet; message 'sheet';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMProgressEvent.inc b/packages/cocoaint/src/webkit/DOMProgressEvent.inc
index d0a81927d1..f73751e572 100644
--- a/packages/cocoaint/src/webkit/DOMProgressEvent.inc
+++ b/packages/cocoaint/src/webkit/DOMProgressEvent.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMProgressEvent.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMPROGRESSEVENT_PAS_C}
{ DOMProgressEvent }
- DOMProgressEvent = objcclass(DOMEvent)
+ DOMProgressEvent = objcclass external (DOMEvent)
public
- class function alloc: DOMProgressEvent; message 'alloc';
-
function lengthComputable: Boolean; message 'lengthComputable';
function loaded: cuint; message 'loaded';
function total: cuint; message 'total';
procedure initProgressEvent_canBubbleArg_cancelableArg_lengthComputableArg_loadedArg_totalArg(typeArg: NSString; canBubbleArg: Boolean; cancelableArg: Boolean; lengthComputableArg: Boolean; loadedArg: cuint; totalArg: cuint); message 'initProgressEvent:canBubbleArg:cancelableArg:lengthComputableArg:loadedArg:totalArg:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMRGBColor.inc b/packages/cocoaint/src/webkit/DOMRGBColor.inc
index cc2223ccce..363f6b1bf3 100644
--- a/packages/cocoaint/src/webkit/DOMRGBColor.inc
+++ b/packages/cocoaint/src/webkit/DOMRGBColor.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMRGBColor.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,17 +42,15 @@
{$define DOMRGBCOLOR_PAS_C}
{ DOMRGBColor }
- DOMRGBColor = objcclass(DOMObject)
+ DOMRGBColor = objcclass external (DOMObject)
public
- class function alloc: DOMRGBColor; message 'alloc';
-
function red: DOMCSSPrimitiveValue; message 'red';
function green: DOMCSSPrimitiveValue; message 'green';
function blue: DOMCSSPrimitiveValue; message 'blue';
function alpha: DOMCSSPrimitiveValue; message 'alpha';
function color: NSColor; message 'color';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMRange.inc b/packages/cocoaint/src/webkit/DOMRange.inc
index fc5b96d907..38d21a3a20 100644
--- a/packages/cocoaint/src/webkit/DOMRange.inc
+++ b/packages/cocoaint/src/webkit/DOMRange.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMRange.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -54,11 +54,9 @@ const
{$define DOMRANGE_PAS_C}
{ DOMRange }
- DOMRange = objcclass(DOMObject)
+ DOMRange = objcclass external (DOMObject)
public
- class function alloc: DOMRange; message 'alloc';
-
function startContainer: DOMNode; message 'startContainer';
function startOffset: cint; message 'startOffset';
function endContainer: DOMNode; message 'endContainer';
@@ -89,14 +87,14 @@ const
function compareNode(refNode: DOMNode): cshort; message 'compareNode:';
function comparePoint_offset(refNode: DOMNode; offset: cint): cshort; message 'comparePoint:offset:';
function isPointInRange_offset(refNode: DOMNode; offset: cint): Boolean; message 'isPointInRange:offset:';
- end; external;
+ end;
{ DOMRangeDeprecatedCategory }
- DOMRangeDeprecatedCategory = objccategory(DOMRange)
+ DOMRangeDeprecatedCategory = objccategory external (DOMRange)
procedure setStart(refNode: DOMNode; offset: cint); message 'setStart:refNode:';
procedure setEnd(refNode: DOMNode; offset: cint); message 'setEnd:refNode:';
function compareBoundaryPoints(how: cushort; sourceRange: DOMRange): cshort; message 'compareBoundaryPoints:how:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMRangeException.inc b/packages/cocoaint/src/webkit/DOMRangeException.inc
index 8c7f30808f..e8b8172aaf 100644
--- a/packages/cocoaint/src/webkit/DOMRangeException.inc
+++ b/packages/cocoaint/src/webkit/DOMRangeException.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMRangeException.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMRanges.inc b/packages/cocoaint/src/webkit/DOMRanges.inc
index 1bd43ac2f8..84bf49331d 100644
--- a/packages/cocoaint/src/webkit/DOMRanges.inc
+++ b/packages/cocoaint/src/webkit/DOMRanges.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMRanges.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMRect.inc b/packages/cocoaint/src/webkit/DOMRect.inc
index e9a6669561..5ff5ecdffe 100644
--- a/packages/cocoaint/src/webkit/DOMRect.inc
+++ b/packages/cocoaint/src/webkit/DOMRect.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMRect.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,16 +42,14 @@
{$define DOMRECT_PAS_C}
{ DOMRect }
- DOMRect = objcclass(DOMObject)
+ DOMRect = objcclass external (DOMObject)
public
- class function alloc: DOMRect; message 'alloc';
-
function top: DOMCSSPrimitiveValue; message 'top';
function right: DOMCSSPrimitiveValue; message 'right';
function bottom: DOMCSSPrimitiveValue; message 'bottom';
function left: DOMCSSPrimitiveValue; message 'left';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMStyleSheet.inc b/packages/cocoaint/src/webkit/DOMStyleSheet.inc
index 819c1d98c1..bd1dee2036 100644
--- a/packages/cocoaint/src/webkit/DOMStyleSheet.inc
+++ b/packages/cocoaint/src/webkit/DOMStyleSheet.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMStyleSheet.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMSTYLESHEET_PAS_C}
{ DOMStyleSheet }
- DOMStyleSheet = objcclass(DOMObject)
+ DOMStyleSheet = objcclass external (DOMObject)
public
- class function alloc: DOMStyleSheet; message 'alloc';
-
function type_: NSString; message 'type_';
procedure setDisabled (newValue: Boolean); message 'setDisabled:';
function disabled: Boolean; message 'disabled';
@@ -55,7 +53,7 @@
function href: NSString; message 'href';
function title: NSString; message 'title';
function media: DOMMediaList; message 'media';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMStyleSheetList.inc b/packages/cocoaint/src/webkit/DOMStyleSheetList.inc
index 4aa96c1d0a..b82665772f 100644
--- a/packages/cocoaint/src/webkit/DOMStyleSheetList.inc
+++ b/packages/cocoaint/src/webkit/DOMStyleSheetList.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMStyleSheetList.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,14 +42,12 @@
{$define DOMSTYLESHEETLIST_PAS_C}
{ DOMStyleSheetList }
- DOMStyleSheetList = objcclass(DOMObject)
+ DOMStyleSheetList = objcclass external (DOMObject)
public
- class function alloc: DOMStyleSheetList; message 'alloc';
-
function length: cuint; message 'length';
function item(index: cuint): DOMStyleSheet; message 'item:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMStylesheets.inc b/packages/cocoaint/src/webkit/DOMStylesheets.inc
index d5d3b953c1..ea088f3115 100644
--- a/packages/cocoaint/src/webkit/DOMStylesheets.inc
+++ b/packages/cocoaint/src/webkit/DOMStylesheets.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMStylesheets.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMText.inc b/packages/cocoaint/src/webkit/DOMText.inc
index 0d79b2cbca..00bdfc582d 100644
--- a/packages/cocoaint/src/webkit/DOMText.inc
+++ b/packages/cocoaint/src/webkit/DOMText.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMText.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,15 +42,13 @@
{$define DOMTEXT_PAS_C}
{ DOMText }
- DOMText = objcclass(DOMCharacterData)
+ DOMText = objcclass external (DOMCharacterData)
public
- class function alloc: DOMText; message 'alloc';
-
function wholeText: NSString; message 'wholeText';
function splitText(offset: cuint): DOMText; message 'splitText:';
function replaceWholeText(content: NSString): DOMText; message 'replaceWholeText:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMTraversal.inc b/packages/cocoaint/src/webkit/DOMTraversal.inc
index ee1f30b4d4..83861c1300 100644
--- a/packages/cocoaint/src/webkit/DOMTraversal.inc
+++ b/packages/cocoaint/src/webkit/DOMTraversal.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMTraversal.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMTreeWalker.inc b/packages/cocoaint/src/webkit/DOMTreeWalker.inc
index 4bb017d393..8d6f8262d8 100644
--- a/packages/cocoaint/src/webkit/DOMTreeWalker.inc
+++ b/packages/cocoaint/src/webkit/DOMTreeWalker.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMTreeWalker.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMTREEWALKER_PAS_C}
{ DOMTreeWalker }
- DOMTreeWalker = objcclass(DOMObject)
+ DOMTreeWalker = objcclass external (DOMObject)
public
- class function alloc: DOMTreeWalker; message 'alloc';
-
function root: DOMNode; message 'root';
function whatToShow: cuint; message 'whatToShow';
function filter: id; message 'filter';
@@ -60,7 +58,7 @@
function nextSibling: DOMNode; message 'nextSibling';
function previousNode: DOMNode; message 'previousNode';
function nextNode: DOMNode; message 'nextNode';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMUIEvent.inc b/packages/cocoaint/src/webkit/DOMUIEvent.inc
index 69b97466b2..31c623126f 100644
--- a/packages/cocoaint/src/webkit/DOMUIEvent.inc
+++ b/packages/cocoaint/src/webkit/DOMUIEvent.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMUIEvent.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMUIEVENT_PAS_C}
{ DOMUIEvent }
- DOMUIEvent = objcclass(DOMEvent)
+ DOMUIEvent = objcclass external (DOMEvent)
public
- class function alloc: DOMUIEvent; message 'alloc';
-
function view: DOMAbstractView; message 'view';
function detail: cint; message 'detail';
function keyCode: cint; message 'keyCode';
@@ -57,12 +55,12 @@
function pageY: cint; message 'pageY';
function which: cint; message 'which';
procedure initUIEvent_canBubble_cancelable_view_detail(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint); message 'initUIEvent:canBubble:cancelable:view:detail:';
- end; external;
+ end;
{ DOMUIEventDeprecatedCategory }
- DOMUIEventDeprecatedCategory = objccategory(DOMUIEvent)
+ DOMUIEventDeprecatedCategory = objccategory external (DOMUIEvent)
procedure initUIEvent(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint); message 'initUIEvent:type:canBubble:cancelable:view:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMViews.inc b/packages/cocoaint/src/webkit/DOMViews.inc
index a6dcd0dc62..103bbe80e3 100644
--- a/packages/cocoaint/src/webkit/DOMViews.inc
+++ b/packages/cocoaint/src/webkit/DOMViews.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMViews.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMWheelEvent.inc b/packages/cocoaint/src/webkit/DOMWheelEvent.inc
index 03a50a020e..010003fa7c 100644
--- a/packages/cocoaint/src/webkit/DOMWheelEvent.inc
+++ b/packages/cocoaint/src/webkit/DOMWheelEvent.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMWheelEvent.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,11 +42,9 @@
{$define DOMWHEELEVENT_PAS_C}
{ DOMWheelEvent }
- DOMWheelEvent = objcclass(DOMUIEvent)
+ DOMWheelEvent = objcclass external (DOMUIEvent)
public
- class function alloc: DOMWheelEvent; message 'alloc';
-
function screenX: cint; message 'screenX';
function screenY: cint; message 'screenY';
function clientX: cint; message 'clientX';
@@ -64,7 +62,7 @@
function y: cint; message 'y';
function isHorizontal: Boolean; message 'isHorizontal';
procedure initWheelEvent_wheelDeltaY_view_screenX_screenY_clientX_clientY_ctrlKey_altKey_shiftKey_metaKey(wheelDeltaX_: cint; wheelDeltaY_: cint; view_: DOMAbstractView; screenX_: cint; screenY_: cint; clientX_: cint; clientY_: cint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean); message 'initWheelEvent:wheelDeltaY:view:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMXPath.inc b/packages/cocoaint/src/webkit/DOMXPath.inc
index 3fa3825ff2..15433b5aca 100644
--- a/packages/cocoaint/src/webkit/DOMXPath.inc
+++ b/packages/cocoaint/src/webkit/DOMXPath.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMXPath.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMXPathException.inc b/packages/cocoaint/src/webkit/DOMXPathException.inc
index 7b8517d587..5b1e12816a 100644
--- a/packages/cocoaint/src/webkit/DOMXPathException.inc
+++ b/packages/cocoaint/src/webkit/DOMXPathException.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMXPathException.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/DOMXPathExpression.inc b/packages/cocoaint/src/webkit/DOMXPathExpression.inc
index 24d82634c8..04ef688e6b 100644
--- a/packages/cocoaint/src/webkit/DOMXPathExpression.inc
+++ b/packages/cocoaint/src/webkit/DOMXPathExpression.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMXPathExpression.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,18 +42,16 @@
{$define DOMXPATHEXPRESSION_PAS_C}
{ DOMXPathExpression }
- DOMXPathExpression = objcclass(DOMObject)
+ DOMXPathExpression = objcclass external (DOMObject)
public
- class function alloc: DOMXPathExpression; message 'alloc';
-
function evaluate_type_inResult(contextNode: DOMNode; type_: cushort; inResult: DOMXPathResult): DOMXPathResult; message 'evaluate:type:inResult:';
- end; external;
+ end;
{ DOMXPathExpressionDeprecatedCategory }
- DOMXPathExpressionDeprecatedCategory = objccategory(DOMXPathExpression)
+ DOMXPathExpressionDeprecatedCategory = objccategory external (DOMXPathExpression)
function evaluate(contextNode: DOMNode; type_: cushort; inResult_BUT_DEPRECATED: DOMXPathResult): DOMXPathResult; message 'evaluate:contextNode:type:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc b/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc
index da3730bd7d..4717c3a583 100644
--- a/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc
+++ b/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMXPathNSResolver.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -39,8 +39,8 @@
{$define DOMXPATHNSRESOLVER_PAS_P}
{ DOMXPathNSResolver Protocol }
- DOMXPathNSResolverProtocol = objcprotocol
+ DOMXPathNSResolverProtocol = objcprotocol external name 'DOMXPathNSResolver'
function lookupNamespaceURI(prefix: NSString): NSString; message 'lookupNamespaceURI:';
- end; external name 'DOMXPathNSResolver';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/DOMXPathResult.inc b/packages/cocoaint/src/webkit/DOMXPathResult.inc
index e51821d5d8..97ac5e91eb 100644
--- a/packages/cocoaint/src/webkit/DOMXPathResult.inc
+++ b/packages/cocoaint/src/webkit/DOMXPathResult.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMXPathResult.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -56,11 +56,9 @@ const
{$define DOMXPATHRESULT_PAS_C}
{ DOMXPathResult }
- DOMXPathResult = objcclass(DOMObject)
+ DOMXPathResult = objcclass external (DOMObject)
public
- class function alloc: DOMXPathResult; message 'alloc';
-
function resultType: cuint; message 'resultType';
function numberValue: double; message 'numberValue';
function stringValue: NSString; message 'stringValue';
@@ -70,7 +68,7 @@ const
function snapshotLength: cuint; message 'snapshotLength';
function iterateNext: DOMNode; message 'iterateNext';
function snapshotItem(index: cuint): DOMNode; message 'snapshotItem:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/HIWebView.inc b/packages/cocoaint/src/webkit/HIWebView.inc
index 5cad481ca7..0d9b23217c 100644
--- a/packages/cocoaint/src/webkit/HIWebView.inc
+++ b/packages/cocoaint/src/webkit/HIWebView.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework HIWebView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/WebArchive.inc b/packages/cocoaint/src/webkit/WebArchive.inc
index 7b0afc9069..6e846b066a 100644
--- a/packages/cocoaint/src/webkit/WebArchive.inc
+++ b/packages/cocoaint/src/webkit/WebArchive.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebArchive.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -46,13 +46,11 @@ var
{$define WEBARCHIVE_PAS_C}
{ WebArchive }
- WebArchive = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ WebArchive = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_private: WebArchivePrivate;
public
- class function alloc: WebArchive; message 'alloc';
-
function initWithMainResource_subresources_subframeArchives(mainResource_: WebResource; subresources_: NSArray; subframeArchives_: NSArray): id; message 'initWithMainResource:subresources:subframeArchives:';
function initWithData(data_: NSData): id; message 'initWithData:';
function mainResource: WebResource; message 'mainResource';
@@ -64,7 +62,7 @@ var
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebBackForwardList.inc b/packages/cocoaint/src/webkit/WebBackForwardList.inc
index 4c0b6436b8..61da1f2fc5 100644
--- a/packages/cocoaint/src/webkit/WebBackForwardList.inc
+++ b/packages/cocoaint/src/webkit/WebBackForwardList.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebBackForwardList.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define WEBBACKFORWARDLIST_PAS_C}
{ WebBackForwardList }
- WebBackForwardList = objcclass(NSObject)
+ WebBackForwardList = objcclass external (NSObject)
private
_private: WebBackForwardListPrivate;
public
- class function alloc: WebBackForwardList; message 'alloc';
-
procedure addItem(item: WebHistoryItem); message 'addItem:';
procedure goBack; message 'goBack';
procedure goForward; message 'goForward';
@@ -64,13 +62,13 @@
function forwardListCount: cint; message 'forwardListCount';
function containsItem(item: WebHistoryItem): Boolean; message 'containsItem:';
function itemAtIndex(index: cint): WebHistoryItem; message 'itemAtIndex:';
- end; external;
+ end;
{ WebBackForwardListDeprecatedCategory }
- WebBackForwardListDeprecatedCategory = objccategory(WebBackForwardList)
+ WebBackForwardListDeprecatedCategory = objccategory external (WebBackForwardList)
procedure setPageCacheSize(size: WebNSUInteger); message 'setPageCacheSize:';
function pageCacheSize: WebNSUInteger; message 'pageCacheSize';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebDOMOperations.inc b/packages/cocoaint/src/webkit/WebDOMOperations.inc
index 99ed71c2e0..34adada6eb 100644
--- a/packages/cocoaint/src/webkit/WebDOMOperations.inc
+++ b/packages/cocoaint/src/webkit/WebDOMOperations.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebDOMOperations.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -39,36 +39,36 @@
{$define WEBDOMOPERATIONS_PAS_C}
{ WebDOMNodeOperationsCategory }
- WebDOMNodeOperationsCategory = objccategory(DOMNode)
+ WebDOMNodeOperationsCategory = objccategory external (DOMNode)
function webArchive: WebArchive; message 'webArchive';
- end; external;
+ end;
{ WebDOMDocumentOperationsCategory }
- WebDOMDocumentOperationsCategory = objccategory(DOMDocument)
+ WebDOMDocumentOperationsCategory = objccategory external (DOMDocument)
function webFrame: WebFrame; message 'webFrame';
function URLWithAttributeString(string_: NSString): NSURL; message 'URLWithAttributeString:';
- end; external;
+ end;
{ WebDOMRangeOperationsCategory }
- WebDOMRangeOperationsCategory = objccategory(DOMRange)
+ WebDOMRangeOperationsCategory = objccategory external (DOMRange)
function webArchive: WebArchive; message 'webArchive';
function markupString: NSString; message 'markupString';
- end; external;
+ end;
{ WebDOMHTMLFrameElementOperationsCategory }
- WebDOMHTMLFrameElementOperationsCategory = objccategory(DOMHTMLFrameElement)
+ WebDOMHTMLFrameElementOperationsCategory = objccategory external (DOMHTMLFrameElement)
function contentFrame: WebFrame; message 'contentFrame';
- end; external;
+ end;
{ WebDOMHTMLIFrameElementOperationsCategory }
- WebDOMHTMLIFrameElementOperationsCategory = objccategory(DOMHTMLIFrameElement)
+ WebDOMHTMLIFrameElementOperationsCategory = objccategory external (DOMHTMLIFrameElement)
function contentFrame: WebFrame; message 'contentFrame';
- end; external;
+ end;
{ WebDOMHTMLObjectElementOperationsCategory }
- WebDOMHTMLObjectElementOperationsCategory = objccategory(DOMHTMLObjectElement)
+ WebDOMHTMLObjectElementOperationsCategory = objccategory external (DOMHTMLObjectElement)
function contentFrame: WebFrame; message 'contentFrame';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebDataSource.inc b/packages/cocoaint/src/webkit/WebDataSource.inc
index 6ddba71415..0c1a87fda3 100644
--- a/packages/cocoaint/src/webkit/WebDataSource.inc
+++ b/packages/cocoaint/src/webkit/WebDataSource.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebDataSource.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define WEBDATASOURCE_PAS_C}
{ WebDataSource }
- WebDataSource = objcclass(NSObject)
+ WebDataSource = objcclass external (NSObject)
private
_private: WebDataSourcePrivate;
public
- class function alloc: WebDataSource; message 'alloc';
-
function initWithRequest(request_: NSURLRequest): id; message 'initWithRequest:';
function data: NSData; message 'data';
function representation: id; message 'representation';
@@ -65,7 +63,7 @@
function subresources: NSArray; message 'subresources';
function subresourceForURL(URL: NSURL): WebResource; message 'subresourceForURL:';
procedure addSubresource(subresource: WebResource); message 'addSubresource:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebDocument.inc b/packages/cocoaint/src/webkit/WebDocument.inc
index ea7e0d7a17..1b5a30be53 100644
--- a/packages/cocoaint/src/webkit/WebDocument.inc
+++ b/packages/cocoaint/src/webkit/WebDocument.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebDocument.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,22 +42,22 @@
{$define WEBDOCUMENT_PAS_P}
{ WebDocumentView Protocol }
- WebDocumentViewProtocol = objcprotocol
+ WebDocumentViewProtocol = objcprotocol external name 'WebDocumentView'
procedure setDataSource(dataSource: WebDataSource); message 'setDataSource:';
procedure dataSourceUpdated(dataSource: WebDataSource); message 'dataSourceUpdated:';
procedure setNeedsLayout(flag: Boolean); message 'setNeedsLayout:';
procedure layout; message 'layout';
procedure viewWillMoveToHostWindow(hostWindow: NSWindowPtr); message 'viewWillMoveToHostWindow:';
procedure viewDidMoveToHostWindow; message 'viewDidMoveToHostWindow';
- end; external name 'WebDocumentView';
+ end;
{ WebDocumentSearching Protocol }
- WebDocumentSearchingProtocol = objcprotocol
+ WebDocumentSearchingProtocol = objcprotocol external name 'WebDocumentSearching'
function searchFor_direction_caseSensitive_wrap(string_: NSString; forward: Boolean; caseFlag: Boolean; wrapFlag: Boolean): Boolean; message 'searchFor:direction:caseSensitive:wrap:';
- end; external name 'WebDocumentSearching';
+ end;
{ WebDocumentText Protocol }
- WebDocumentTextProtocol = objcprotocol
+ WebDocumentTextProtocol = objcprotocol external name 'WebDocumentText'
function supportsTextEncoding: Boolean; message 'supportsTextEncoding';
function string_: NSString; message 'string';
function attributedString: NSAttributedString; message 'attributedString';
@@ -65,10 +65,10 @@
function selectedAttributedString: NSAttributedString; message 'selectedAttributedString';
procedure selectAll; message 'selectAll';
procedure deselectAll; message 'deselectAll';
- end; external name 'WebDocumentText';
+ end;
{ WebDocumentRepresentation Protocol }
- WebDocumentRepresentationProtocol = objcprotocol
+ WebDocumentRepresentationProtocol = objcprotocol external name 'WebDocumentRepresentation'
procedure setDataSource(dataSource: WebDataSource); message 'setDataSource:';
procedure receivedData_withDataSource(data: NSData; dataSource: WebDataSource); message 'receivedData:withDataSource:';
procedure receivedError_withDataSource(error: NSError; dataSource: WebDataSource); message 'receivedError:withDataSource:';
@@ -76,6 +76,6 @@
function canProvideDocumentSource: Boolean; message 'canProvideDocumentSource';
function documentSource: NSString; message 'documentSource';
function title: NSString; message 'title';
- end; external name 'WebDocumentRepresentation';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebDownload.inc b/packages/cocoaint/src/webkit/WebDownload.inc
index 8caf203b3c..c6ecb168a4 100644
--- a/packages/cocoaint/src/webkit/WebDownload.inc
+++ b/packages/cocoaint/src/webkit/WebDownload.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebDownload.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,18 +42,17 @@
{$define WEBDOWNLOAD_PAS_C}
{ WebDownload }
- WebDownload = objcclass(NSURLDownload)
+ WebDownload = objcclass external (NSURLDownload)
private
_webInternal: WebDownloadInternal;
public
- class function alloc: WebDownload; message 'alloc';
- end; external;
+ end;
{ WebDownloadDelegateCategory }
- WebDownloadDelegateCategory = objccategory(NSObject)
+ WebDownloadDelegateCategory = objccategory external (NSObject)
function downloadWindowForAuthenticationSheet(download: WebDownload): NSWindowPtr; message 'downloadWindowForAuthenticationSheet:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebEditingDelegate.inc b/packages/cocoaint/src/webkit/WebEditingDelegate.inc
index 152841fae6..fd0367d81c 100644
--- a/packages/cocoaint/src/webkit/WebEditingDelegate.inc
+++ b/packages/cocoaint/src/webkit/WebEditingDelegate.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebEditingDelegate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -51,7 +51,7 @@ const
{$define WEBEDITINGDELEGATE_PAS_C}
{ WebViewEditingDelegateCategory }
- WebViewEditingDelegateCategory = objccategory(NSObject)
+ WebViewEditingDelegateCategory = objccategory external (NSObject)
function webView_shouldBeginEditingInDOMRange(webView_: WebView; range: DOMRange): Boolean; message 'webView:shouldBeginEditingInDOMRange:';
function webView_shouldEndEditingInDOMRange(webView_: WebView; range: DOMRange): Boolean; message 'webView:shouldEndEditingInDOMRange:';
function webView_shouldInsertNode_replacingDOMRange_givenAction(webView_: WebView; node: DOMNode; range: DOMRange; action: WebViewInsertAction): Boolean; message 'webView:shouldInsertNode:replacingDOMRange:givenAction:';
@@ -67,7 +67,7 @@ const
procedure webViewDidChangeTypingStyle(notification: NSNotification); message 'webViewDidChangeTypingStyle:';
procedure webViewDidChangeSelection(notification: NSNotification); message 'webViewDidChangeSelection:';
function undoManagerForWebView(webView_: WebView): NSUndoManager; message 'undoManagerForWebView:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebFrame.inc b/packages/cocoaint/src/webkit/WebFrame.inc
index fa4224ad93..5f41f8e263 100644
--- a/packages/cocoaint/src/webkit/WebFrame.inc
+++ b/packages/cocoaint/src/webkit/WebFrame.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebFrame.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define WEBFRAME_PAS_C}
{ WebFrame }
- WebFrame = objcclass(NSObject)
+ WebFrame = objcclass external (NSObject)
private
_private: WebFramePrivate;
public
- class function alloc: WebFrame; message 'alloc';
-
function initWithName_webFrameView_webView(name_: NSString; view: WebFrameView; webView_: WebView): id; message 'initWithName:webFrameView:webView:';
function name: NSString; message 'name';
function webView: WebView; message 'webView';
@@ -70,7 +68,7 @@
function childFrames: NSArray; message 'childFrames';
function windowObject: WebScriptObject; message 'windowObject';
function globalContext: JSGlobalContextRef; message 'globalContext';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebFrameLoadDelegate.inc b/packages/cocoaint/src/webkit/WebFrameLoadDelegate.inc
index bbb7bab5b0..6ce54f705a 100644
--- a/packages/cocoaint/src/webkit/WebFrameLoadDelegate.inc
+++ b/packages/cocoaint/src/webkit/WebFrameLoadDelegate.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebFrameLoadDelegate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -39,7 +39,7 @@
{$define WEBFRAMELOADDELEGATE_PAS_C}
{ WebFrameLoadDelegateCategory }
- WebFrameLoadDelegateCategory = objccategory(NSObject)
+ WebFrameLoadDelegateCategory = objccategory external (NSObject)
procedure webView_didStartProvisionalLoadForFrame(sender: WebView; frame: WebFrame); message 'webView:didStartProvisionalLoadForFrame:';
procedure webView_didReceiveServerRedirectForProvisionalLoadForFrame(sender: WebView; frame: WebFrame); message 'webView:didReceiveServerRedirectForProvisionalLoadForFrame:';
procedure webView_didFailProvisionalLoadWithError_forFrame(sender: WebView; error: NSError; frame: WebFrame); message 'webView:didFailProvisionalLoadWithError:forFrame:';
@@ -54,7 +54,7 @@
procedure webView_willCloseFrame(sender: WebView; frame: WebFrame); message 'webView:willCloseFrame:';
procedure webView_didClearWindowObject_forFrame(webView_: WebView; windowObject: WebScriptObject; frame: WebFrame); message 'webView:didClearWindowObject:forFrame:';
procedure webView_windowScriptObjectAvailable(webView_: WebView; windowScriptObject: WebScriptObject); message 'webView:windowScriptObjectAvailable:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebFrameView.inc b/packages/cocoaint/src/webkit/WebFrameView.inc
index f9d707b211..d3fab9000e 100644
--- a/packages/cocoaint/src/webkit/WebFrameView.inc
+++ b/packages/cocoaint/src/webkit/WebFrameView.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebFrameView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define WEBFRAMEVIEW_PAS_C}
{ WebFrameView }
- WebFrameView = objcclass(NSView)
+ WebFrameView = objcclass external (NSView)
private
_private: WebFrameViewPrivate;
public
- class function alloc: WebFrameView; message 'alloc';
-
function webFrame: WebFrame; message 'webFrame';
function documentView: NSViewPtr; message 'documentView';
procedure setAllowsScrolling(flag: Boolean); message 'setAllowsScrolling:';
@@ -57,7 +55,7 @@
function printOperationWithPrintInfo(printInfo: NSPrintInfoPtr): NSPrintOperationPtr; message 'printOperationWithPrintInfo:';
function documentViewShouldHandlePrint: Boolean; message 'documentViewShouldHandlePrint';
procedure printDocumentView; message 'printDocumentView';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebHistory.inc b/packages/cocoaint/src/webkit/WebHistory.inc
index 3106e87a48..994b9582d0 100644
--- a/packages/cocoaint/src/webkit/WebHistory.inc
+++ b/packages/cocoaint/src/webkit/WebHistory.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebHistory.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -51,13 +51,11 @@ var
{$define WEBHISTORY_PAS_C}
{ WebHistory }
- WebHistory = objcclass(NSObject)
+ WebHistory = objcclass external (NSObject)
private
_historyPrivate: WebHistoryPrivate;
public
- class function alloc: WebHistory; message 'alloc';
-
class function optionalSharedHistory: WebHistory; message 'optionalSharedHistory';
class procedure setOptionalSharedHistory(history: WebHistory); message 'setOptionalSharedHistory:';
function loadFromURL_error(URL: NSURL; error: NSErrorPointer): Boolean; message 'loadFromURL:error:';
@@ -72,7 +70,7 @@ var
function historyItemLimit: cint; message 'historyItemLimit';
procedure setHistoryAgeInDaysLimit(limit: cint); message 'setHistoryAgeInDaysLimit:';
function historyAgeInDaysLimit: cint; message 'historyAgeInDaysLimit';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebHistoryItem.inc b/packages/cocoaint/src/webkit/WebHistoryItem.inc
index d1ff18fa9f..e84466735f 100644
--- a/packages/cocoaint/src/webkit/WebHistoryItem.inc
+++ b/packages/cocoaint/src/webkit/WebHistoryItem.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebHistoryItem.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -46,13 +46,11 @@ var
{$define WEBHISTORYITEM_PAS_C}
{ WebHistoryItem }
- WebHistoryItem = objcclass(NSObject, NSCopyingProtocol)
+ WebHistoryItem = objcclass external (NSObject, NSCopyingProtocol)
private
_private: WebHistoryItemPrivate;
public
- class function alloc: WebHistoryItem; message 'alloc';
-
function initWithURLString_title_lastVisitedTimeInterval(URLString_: NSString; title_: NSString; time: NSTimeInterval): id; message 'initWithURLString:title:lastVisitedTimeInterval:';
function originalURLString: NSString; message 'originalURLString';
function URLString: NSString; message 'URLString';
@@ -64,7 +62,7 @@ var
{ Adopted Protocols }
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebKitErrors.inc b/packages/cocoaint/src/webkit/WebKitErrors.inc
index 176e1fffb1..4d2f2c6698 100644
--- a/packages/cocoaint/src/webkit/WebKitErrors.inc
+++ b/packages/cocoaint/src/webkit/WebKitErrors.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebKitErrors.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
diff --git a/packages/cocoaint/src/webkit/WebPlugin.inc b/packages/cocoaint/src/webkit/WebPlugin.inc
index d3ae9787ef..bff906facd 100644
--- a/packages/cocoaint/src/webkit/WebPlugin.inc
+++ b/packages/cocoaint/src/webkit/WebPlugin.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebPlugin.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -39,7 +39,7 @@
{$define WEBPLUGIN_PAS_C}
{ WebPlugInCategory }
- WebPlugInCategory = objccategory(NSObject)
+ WebPlugInCategory = objccategory external (NSObject)
procedure webPlugInInitialize; message 'webPlugInInitialize';
procedure webPlugInStart; message 'webPlugInStart';
procedure webPlugInStop; message 'webPlugInStop';
@@ -49,7 +49,7 @@
procedure webPlugInMainResourceDidReceiveResponse(response: NSURLResponse); message 'webPlugInMainResourceDidReceiveResponse:';
procedure webPlugInMainResourceDidReceiveData(data: NSData); message 'webPlugInMainResourceDidReceiveData:';
procedure webPlugInMainResourceDidFailWithError(error: NSError); message 'webPlugInMainResourceDidFailWithError:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebPluginContainer.inc b/packages/cocoaint/src/webkit/WebPluginContainer.inc
index 5a407aadae..048ee33e95 100644
--- a/packages/cocoaint/src/webkit/WebPluginContainer.inc
+++ b/packages/cocoaint/src/webkit/WebPluginContainer.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebPluginContainer.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -39,12 +39,12 @@
{$define WEBPLUGINCONTAINER_PAS_C}
{ WebPlugInContainerCategory }
- WebPlugInContainerCategory = objccategory(NSObject)
+ WebPlugInContainerCategory = objccategory external (NSObject)
procedure webPlugInContainerLoadRequest_inFrame(request: NSURLRequest; target: NSString); message 'webPlugInContainerLoadRequest:inFrame:';
procedure webPlugInContainerShowStatus(message: NSString); message 'webPlugInContainerShowStatus:';
function webPlugInContainerSelectionColor: NSColor; message 'webPlugInContainerSelectionColor';
function webFrame: WebFrame; message 'webFrame';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebPluginViewFactory.inc b/packages/cocoaint/src/webkit/WebPluginViewFactory.inc
index c3c7c60954..9207bc72ca 100644
--- a/packages/cocoaint/src/webkit/WebPluginViewFactory.inc
+++ b/packages/cocoaint/src/webkit/WebPluginViewFactory.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebPluginViewFactory.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -47,8 +47,8 @@ var
{$define WEBPLUGINVIEWFACTORY_PAS_P}
{ WebPlugInViewFactory Protocol }
- WebPlugInViewFactoryProtocol = objcprotocol
+ WebPlugInViewFactoryProtocol = objcprotocol external name 'WebPlugInViewFactory'
class function plugInViewWithArguments(arguments: NSDictionary): NSViewPtr; message 'plugInViewWithArguments:';
- end; external name 'WebPlugInViewFactory';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebPolicyDelegate.inc b/packages/cocoaint/src/webkit/WebPolicyDelegate.inc
index 12909ad4bf..b6721ae476 100644
--- a/packages/cocoaint/src/webkit/WebPolicyDelegate.inc
+++ b/packages/cocoaint/src/webkit/WebPolicyDelegate.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebPolicyDelegate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -63,12 +63,12 @@ var
{$define WEBPOLICYDELEGATE_PAS_C}
{ WebPolicyDelegateCategory }
- WebPolicyDelegateCategory = objccategory(NSObject)
+ WebPolicyDelegateCategory = objccategory external (NSObject)
procedure webView_decidePolicyForNavigationAction_request_frame_decisionListener(webView_: WebView; actionInformation: NSDictionary; request: NSURLRequest; frame: WebFrame; listener: id); message 'webView:decidePolicyForNavigationAction:request:frame:decisionListener:';
procedure webView_decidePolicyForNewWindowAction_request_newFrameName_decisionListener(webView_: WebView; actionInformation: NSDictionary; request: NSURLRequest; frameName: NSString; listener: id); message 'webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:';
procedure webView_decidePolicyForMIMEType_request_frame_decisionListener(webView_: WebView; type_: NSString; request: NSURLRequest; frame: WebFrame; listener: id); message 'webView:decidePolicyForMIMEType:request:frame:decisionListener:';
procedure webView_unableToImplementPolicyWithError_frame(webView_: WebView; error: NSError; frame: WebFrame); message 'webView:unableToImplementPolicyWithError:frame:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -77,10 +77,10 @@ var
{$define WEBPOLICYDELEGATE_PAS_P}
{ WebPolicyDecisionListener Protocol }
- WebPolicyDecisionListenerProtocol = objcprotocol
+ WebPolicyDecisionListenerProtocol = objcprotocol external name 'WebPolicyDecisionListener'
procedure use; message 'use';
procedure download; message 'download';
procedure ignore; message 'ignore';
- end; external name 'WebPolicyDecisionListener';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebPreferences.inc b/packages/cocoaint/src/webkit/WebPreferences.inc
index 1ba2aa6ea8..bb6268ac3e 100644
--- a/packages/cocoaint/src/webkit/WebPreferences.inc
+++ b/packages/cocoaint/src/webkit/WebPreferences.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebPreferences.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -58,13 +58,11 @@ var
{$define WEBPREFERENCES_PAS_C}
{ WebPreferences }
- WebPreferences = objcclass(NSObject, NSCodingProtocol)
+ WebPreferences = objcclass external (NSObject, NSCodingProtocol)
private
_private: WebPreferencesPrivate;
public
- class function alloc: WebPreferences; message 'alloc';
-
class function standardPreferences: WebPreferences; message 'standardPreferences';
function initWithIdentifier(anIdentifier: NSString): id; message 'initWithIdentifier:';
function identifier: NSString; message 'identifier';
@@ -124,7 +122,7 @@ var
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebResource.inc b/packages/cocoaint/src/webkit/WebResource.inc
index f277c16f94..7d6ed7468d 100644
--- a/packages/cocoaint/src/webkit/WebResource.inc
+++ b/packages/cocoaint/src/webkit/WebResource.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebResource.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -42,13 +42,11 @@
{$define WEBRESOURCE_PAS_C}
{ WebResource }
- WebResource = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ WebResource = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
private
_private: WebResourcePrivate;
public
- class function alloc: WebResource; message 'alloc';
-
function initWithData_URL_MIMEType_textEncodingName_frameName(data_: NSData; URL_: NSURL; MIMEType_: NSString; textEncodingName_: NSString; frameName_: NSString): id; message 'initWithData:URL:MIMEType:textEncodingName:frameName:';
function data: NSData; message 'data';
function URL: NSURL; message 'URL';
@@ -60,7 +58,7 @@
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebResourceLoadDelegate.inc b/packages/cocoaint/src/webkit/WebResourceLoadDelegate.inc
index 95fd8409c6..c47a97f1dc 100644
--- a/packages/cocoaint/src/webkit/WebResourceLoadDelegate.inc
+++ b/packages/cocoaint/src/webkit/WebResourceLoadDelegate.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebResourceLoadDelegate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -39,7 +39,7 @@
{$define WEBRESOURCELOADDELEGATE_PAS_C}
{ WebResourceLoadDelegateCategory }
- WebResourceLoadDelegateCategory = objccategory(NSObject)
+ WebResourceLoadDelegateCategory = objccategory external (NSObject)
function webView_identifierForInitialRequest_fromDataSource(sender: WebView; request: NSURLRequest; dataSource: WebDataSource): id; message 'webView:identifierForInitialRequest:fromDataSource:';
function webView_resource_willSendRequest_redirectResponse_fromDataSource(sender: WebView; identifier: id; request: NSURLRequest; redirectResponse: NSURLResponse; dataSource: WebDataSource): NSURLRequest; message 'webView:resource:willSendRequest:redirectResponse:fromDataSource:';
procedure webView_resource_didReceiveAuthenticationChallenge_fromDataSource(sender: WebView; identifier: id; challenge: NSURLAuthenticationChallenge; dataSource: WebDataSource); message 'webView:resource:didReceiveAuthenticationChallenge:fromDataSource:';
@@ -49,7 +49,7 @@
procedure webView_resource_didFinishLoadingFromDataSource(sender: WebView; identifier: id; dataSource: WebDataSource); message 'webView:resource:didFinishLoadingFromDataSource:';
procedure webView_resource_didFailLoadingWithError_fromDataSource(sender: WebView; identifier: id; error: NSError; dataSource: WebDataSource); message 'webView:resource:didFailLoadingWithError:fromDataSource:';
procedure webView_plugInFailedWithError_dataSource(sender: WebView; error: NSError; dataSource: WebDataSource); message 'webView:plugInFailedWithError:dataSource:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebScriptObject.inc b/packages/cocoaint/src/webkit/WebScriptObject.inc
index 6e3db3b8cb..76755aa8bd 100644
--- a/packages/cocoaint/src/webkit/WebScriptObject.inc
+++ b/packages/cocoaint/src/webkit/WebScriptObject.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebScriptObject.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -45,13 +45,11 @@
{$define WEBSCRIPTOBJECT_PAS_C}
{ WebScriptObject }
- WebScriptObject = objcclass(NSObject)
+ WebScriptObject = objcclass external (NSObject)
private
_private: WebScriptObjectPrivate;
public
- class function alloc: WebScriptObject; message 'alloc';
-
class function throwException(exceptionMessage: NSString): Boolean; message 'throwException:';
function callWebScriptMethod_withArguments(name: NSString; arguments: NSArray): id; message 'callWebScriptMethod:withArguments:';
function evaluateWebScript(script: NSString): id; message 'evaluateWebScript:';
@@ -60,24 +58,22 @@
function webScriptValueAtIndex(index: cuint): id; message 'webScriptValueAtIndex:';
procedure setWebScriptValueAtIndex_value(index: cuint; value: id); message 'setWebScriptValueAtIndex:value:';
procedure setException(description_: NSString); message 'setException:';
- end; external;
+ end;
{ WebUndefined }
- WebUndefined = objcclass(NSObject, NSCodingProtocol, NSCopyingProtocol)
+ WebUndefined = objcclass external (NSObject, NSCodingProtocol, NSCopyingProtocol)
public
- class function alloc: WebUndefined; message 'alloc';
-
class function undefined: WebUndefined; message 'undefined';
{ Adopted Protocols }
procedure encodeWithCoder(aCoder: NSCoder);
function initWithCoder(aDecoder: NSCoder): id;
function copyWithZone(zone_: NSZonePtr): id;
- end; external;
+ end;
{ WebScriptingCategory }
- WebScriptingCategory = objccategory(NSObject)
+ WebScriptingCategory = objccategory external (NSObject)
class function webScriptNameForSelector(selector: SEL): NSString; message 'webScriptNameForSelector:';
class function isSelectorExcludedFromWebScript(selector: SEL): Boolean; message 'isSelectorExcludedFromWebScript:';
class function webScriptNameForKey(name: PChar): NSString; message 'webScriptNameForKey:';
@@ -85,7 +81,7 @@
function invokeUndefinedMethodFromWebScript_withArguments(name: NSString; arguments: NSArray): id; message 'invokeUndefinedMethodFromWebScript:withArguments:';
function invokeDefaultMethodWithArguments(arguments: NSArray): id; message 'invokeDefaultMethodWithArguments:';
procedure finalizeForWebScript; message 'finalizeForWebScript';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebUIDelegate.inc b/packages/cocoaint/src/webkit/WebUIDelegate.inc
index a878967740..a41e2a3646 100644
--- a/packages/cocoaint/src/webkit/WebUIDelegate.inc
+++ b/packages/cocoaint/src/webkit/WebUIDelegate.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebUIDelegate.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -97,7 +97,7 @@ type
{$define WEBUIDELEGATE_PAS_C}
{ WebUIDelegateCategory }
- WebUIDelegateCategory = objccategory(NSObject)
+ WebUIDelegateCategory = objccategory external (NSObject)
function webView_createWebViewWithRequest(sender: WebView; request: NSURLRequest): WebView; message 'webView:createWebViewWithRequest:';
procedure webViewShow(sender: WebView); message 'webViewShow:';
function webView_createWebViewModalDialogWithRequest(sender: WebView; request: NSURLRequest): WebView; message 'webView:createWebViewModalDialogWithRequest:';
@@ -141,7 +141,7 @@ type
function webView_runJavaScriptTextInputPanelWithPrompt_defaultText(sender: WebView; prompt: NSString; defaultText: NSString): NSString; message 'webView:runJavaScriptTextInputPanelWithPrompt:defaultText:';
procedure webView_setContentRect(sender: WebView; frame: NSRect); message 'webView:setContentRect:';
function webViewContentRect(sender: WebView): NSRect; message 'webViewContentRect:';
- end; external;
+ end;
{$endif}
{$endif}
@@ -150,10 +150,10 @@ type
{$define WEBUIDELEGATE_PAS_P}
{ WebOpenPanelResultListener Protocol }
- WebOpenPanelResultListenerProtocol = objcprotocol
+ WebOpenPanelResultListenerProtocol = objcprotocol external name 'WebOpenPanelResultListener'
procedure chooseFilename(fileName: NSString); message 'chooseFilename:';
procedure chooseFilenames(fileNames: NSArray); message 'chooseFilenames:';
procedure cancel; message 'cancel';
- end; external name 'WebOpenPanelResultListener';
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/webkit/WebView.inc b/packages/cocoaint/src/webkit/WebView.inc
index bfeb0e2213..481e4bbd73 100644
--- a/packages/cocoaint/src/webkit/WebView.inc
+++ b/packages/cocoaint/src/webkit/WebView.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework WebView.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 }
{$ifdef TYPES}
@@ -64,13 +64,11 @@ var
{$define WEBVIEW_PAS_C}
{ WebView }
- WebView = objcclass(NSView)
+ WebView = objcclass external (NSView)
private
_private: WebViewPrivate;
public
- class function alloc: WebView; message 'alloc';
-
class function canShowMIMEType(MIMEType: NSString): Boolean; message 'canShowMIMEType:';
class function canShowMIMETypeAsHTML(MIMEType: NSString): Boolean; message 'canShowMIMETypeAsHTML:';
class function MIMETypesShownAsHTML: NSArray; message 'MIMETypesShownAsHTML';
@@ -141,10 +139,10 @@ var
function mainFrameDocument: DOMDocument; message 'mainFrameDocument';
function mainFrameTitle: NSString; message 'mainFrameTitle';
function mainFrameIcon: NSImage; message 'mainFrameIcon';
- end; external;
+ end;
{ WebIBActionsCategory }
- WebIBActionsCategory = objccategory(WebView)
+ WebIBActionsCategory = objccategory external (WebView)
procedure takeStringURLFrom(sender: id); message 'takeStringURLFrom:';
procedure stopLoading(sender: id); message 'stopLoading:';
procedure reload(sender: id); message 'reload:';
@@ -159,15 +157,15 @@ var
procedure makeTextStandardSize(sender: id); message 'makeTextStandardSize:';
procedure toggleContinuousSpellChecking(sender: id); message 'toggleContinuousSpellChecking:';
procedure toggleSmartInsertDelete(sender: id); message 'toggleSmartInsertDelete:';
- end; external;
+ end;
{ WebViewCSSCategory }
- WebViewCSSCategory = objccategory(WebView)
+ WebViewCSSCategory = objccategory external (WebView)
function computedStyleForElement_pseudoElement(element: DOMElement; pseudoElement: NSString): DOMCSSStyleDeclaration; message 'computedStyleForElement:pseudoElement:';
- end; external;
+ end;
{ WebViewEditingCategory }
- WebViewEditingCategory = objccategory(WebView)
+ WebViewEditingCategory = objccategory external (WebView)
function editableDOMRangeForPoint(point: NSPoint): DOMRange; message 'editableDOMRangeForPoint:';
procedure setSelectedDOMRange_affinity(range: DOMRange; selectionAffinity_: NSSelectionAffinity); message 'setSelectedDOMRange:affinity:';
function selectedDOMRange: DOMRange; message 'selectedDOMRange';
@@ -186,20 +184,20 @@ var
procedure setEditingDelegate(delegate: id); message 'setEditingDelegate:';
function editingDelegate: id; message 'editingDelegate';
function styleDeclarationWithText(text: NSString): DOMCSSStyleDeclaration; message 'styleDeclarationWithText:';
- end; external;
+ end;
{ WebViewUndoableEditingCategory }
- WebViewUndoableEditingCategory = objccategory(WebView)
+ WebViewUndoableEditingCategory = objccategory external (WebView)
procedure replaceSelectionWithNode(node: DOMNode); message 'replaceSelectionWithNode:';
procedure replaceSelectionWithText(text: NSString); message 'replaceSelectionWithText:';
procedure replaceSelectionWithMarkupString(markupString: NSString); message 'replaceSelectionWithMarkupString:';
procedure replaceSelectionWithArchive(archive: WebArchive); message 'replaceSelectionWithArchive:';
procedure deleteSelection; message 'deleteSelection';
procedure applyStyle(style: DOMCSSStyleDeclaration); message 'applyStyle:';
- end; external;
+ end;
{ WebViewEditingActionsCategory }
- WebViewEditingActionsCategory = objccategory(WebView)
+ WebViewEditingActionsCategory = objccategory external (WebView)
procedure copy_(sender: id); message 'copy:';
procedure cut(sender: id); message 'cut:';
procedure paste(sender: id); message 'paste:';
@@ -288,7 +286,7 @@ var
procedure selectParagraph(sender: id); message 'selectParagraph:';
procedure selectWord(sender: id); message 'selectWord:';
procedure uppercaseWord(sender: id); message 'uppercaseWord:';
- end; external;
+ end;
{$endif}
{$endif}
diff --git a/packages/cocoaint/src/patches/NSBundle.patch b/packages/cocoaint/utils/cocoa-skel/patches/NSBundle.patch
index 5bb8fb94a4..5bb8fb94a4 100644
--- a/packages/cocoaint/src/patches/NSBundle.patch
+++ b/packages/cocoaint/utils/cocoa-skel/patches/NSBundle.patch
diff --git a/packages/cocoaint/src/patches/NSObjCRuntime.patch b/packages/cocoaint/utils/cocoa-skel/patches/NSObjCRuntime.patch
index 6d38408125..6d38408125 100644
--- a/packages/cocoaint/src/patches/NSObjCRuntime.patch
+++ b/packages/cocoaint/utils/cocoa-skel/patches/NSObjCRuntime.patch
diff --git a/packages/cocoaint/utils/parser.php b/packages/cocoaint/utils/parser.php
index 1b4c091bd7..8b0ba7974b 100755
--- a/packages/cocoaint/utils/parser.php
+++ b/packages/cocoaint/utils/parser.php
@@ -1,6 +1,6 @@
<?php
-$version = "2.1.3";
+$version = "2.1.4";
require("source/objp.php");
diff --git a/packages/cocoaint/utils/source/objp.php b/packages/cocoaint/utils/source/objp.php
index 90b7c6b310..f2a9bd04f3 100644
--- a/packages/cocoaint/utils/source/objp.php
+++ b/packages/cocoaint/utils/source/objp.php
@@ -88,6 +88,26 @@ class ObjectivePParser extends ObjectivePParserBase {
return $name;
}
+
+ function MaybeRenameMethod(&$name, $isclassmethod) {
+ if ($isclassmethod) {
+ foreach ($this->replace_class_methods as $org_name => $replace_name) {
+ if ($name == $org_name) {
+ $name = $replace_name;
+ break;
+ }
+ }
+ } else {
+ foreach ($this->replace_instance_methods as $org_name => $replace_name) {
+ if ($name == $org_name) {
+ $name = $replace_name;
+ break;
+ }
+ }
+ }
+ }
+
+
// in case of a non-function pointer and non-pointer type,
// split a C field expression (e.g. "long afield" or
// "long int :32") into its type and field name. Necessary
@@ -218,8 +238,6 @@ class ObjectivePParser extends ObjectivePParserBase {
if ($class["super_class"]) {
$hierarchy[] = $this->GetClassHierarchy($class["super_class"], $hierarchy);
- } else {
- $hierarchy[] = "NSObject";
}
return $class["name"];
@@ -934,6 +952,9 @@ class ObjectivePParser extends ObjectivePParserBase {
$param_array = null;
$variable_arguments = false;
}
+
+ // rename method if required
+ $this->MaybeRenameMethod($name,$parts[1]=="+");
// protect method name from keywords
if ($this->IsKeywordReserved($name)) $name .= "_";
@@ -1361,12 +1382,17 @@ class ObjectivePParser extends ObjectivePParserBase {
if ($class["comment"]) $this->PrintOutput(0, $class["comment"]);
//print_r($class["methods"]);
-
// print super class or protocol which the class conforms to
if ($class["adopts"]) {
- $this->PrintOutput(1, $class["name"]." = objcclass(".$class["super"].", ".$class["adopts"].")");
+ if ($class["super"]) {
+ $this->PrintOutput(1, $class["name"]." = objcclass external (".$class["super"].", ".$class["adopts"].")");
+ } else {
+ $this->PrintOutput(1, $class["name"]." = objcclass external (".$class["adopts"].")");
+ }
} elseif ($class["super"]) {
- $this->PrintOutput(1, $class["name"]." = objcclass(".$class["super"].")");
+ $this->PrintOutput(1, $class["name"]." = objcclass external (".$class["super"].")");
+ } else {
+ $this->PrintOutput(1, $class["name"]." = objcclass external");
}
// print instance variables
@@ -1377,14 +1403,12 @@ class ObjectivePParser extends ObjectivePParserBase {
}
}
- // print alloc method for the class
+ // print methods (public)
$this->PrintOutput(2, "");
$this->PrintOutput(1, "public");
- $this->PrintOutput(2, "class function alloc: ".$class["name"]."; message 'alloc';");
// print class-level methods
if ($class["methods"]) {
- $this->PrintOutput(0, "");
foreach ($class["methods"] as $method) {
if ($method["comment"]) $this->PrintOutput(2, $method["comment"]);
$this->PrintOutput(2, $method["def"]." message '".$method["objc_method"]."';".$method["deprecated"]);
@@ -1406,7 +1430,7 @@ class ObjectivePParser extends ObjectivePParserBase {
}
}
- $this->PrintOutput(1, "end; external;");
+ $this->PrintOutput(1, "end;");
}
function PrintCategory ($class, $category) {
@@ -1423,7 +1447,7 @@ class ObjectivePParser extends ObjectivePParserBase {
if ($category["comment"]) $this->PrintOutput(0, $category["comment"]);
// print super class or protocol which the class conforms to
- $this->PrintOutput(1, "$category_name = objccategory(".$category["super"].")");
+ $this->PrintOutput(1, "$category_name = objccategory external$new_name (".$category["super"].")");
// print methods
if ($category["methods"]) {
@@ -1433,7 +1457,7 @@ class ObjectivePParser extends ObjectivePParserBase {
}
}
- $this->PrintOutput(1, "end; external$new_name;");
+ $this->PrintOutput(1, "end;");
}
function PrintHeader ($header) {
@@ -1563,7 +1587,7 @@ class ObjectivePParser extends ObjectivePParserBase {
$this->PrintOutput(1, "");
$this->PrintOutput(0, "{ ".$protocol["name"]." Protocol }");
if ($protocol["comment"]) $this->PrintOutput(0, $protocol["comment"]);
- $this->PrintOutput(1, $protocol["name"]."$this->protocol_suffix = objcprotocol");
+ $this->PrintOutput(1, $protocol["name"]."$this->protocol_suffix = objcprotocol external name '".$protocol["name"]."'");
// print methods
if ($protocol["methods"]) {
@@ -1573,7 +1597,7 @@ class ObjectivePParser extends ObjectivePParserBase {
}
}
- $this->PrintOutput(1, "end; external name '".$protocol["name"]."';");
+ $this->PrintOutput(1, "end;");
}
$this->PrintOutput(0, "{\$endif}");
@@ -1917,7 +1941,7 @@ class ObjectivePParser extends ObjectivePParserBase {
$this->PrintOutput(0, "type");
foreach ($all_classes as $class)
- $this->PrintOutput(1, $class." = objcclass; external;");
+ $this->PrintOutput(1, $class." = objcclass external;");
$this->PrintOutput(0, "");
$this->PrintOutput(0, "implementation");
@@ -1950,7 +1974,7 @@ class ObjectivePParser extends ObjectivePParserBase {
$this->PrintOutput(0, "type");
$first = false;
}
- $this->PrintOutput(1, $class." = objcclass; external;");
+ $this->PrintOutput(1, $class." = objcclass external;");
}
}
}
@@ -3327,6 +3351,7 @@ class ObjectivePParser extends ObjectivePParserBase {
if ((eregi($this->regex_objc_class, $line, $captures)) || (eregi($this->regex_objc_class_no_super, $line, $captures))) {
$current = $captures[1];
$got_class = true;
+ $has_superclass = true;
// check for instance variable section
if (eregi("{\s*$", $line)) $got_instance_vars = true;
@@ -3336,6 +3361,7 @@ class ObjectivePParser extends ObjectivePParserBase {
if ($captures[3]) $this->dump[$file_name]["classes"][$current]["adopts"] = $captures[3];
} else {
if ($captures[2]) $this->dump[$file_name]["classes"][$current]["adopts"] = $captures[2];
+ $has_superclass=false;
}
// clean up the conforms string
@@ -3357,8 +3383,10 @@ class ObjectivePParser extends ObjectivePParserBase {
}
$this->dump[$file_name]["classes"][$current]["name"] = $captures[1];
- $this->dump[$file_name]["classes"][$current]["super"] = $captures[2];
- $this->dump[$file_name]["classes"][$current]["super_class"] = &$this->dump["master"][$captures[2]];
+ if ($has_superclass) {
+ $this->dump[$file_name]["classes"][$current]["super"] = $captures[2];
+ $this->dump[$file_name]["classes"][$current]["super_class"] = &$this->dump["master"][$captures[2]];
+ }
$this->dump[$file_name]["classes"][$current]["file_name"] = $file_name;
$this->dump[$file_name]["classes"][$current]["file_clean"] = substr($file_name, 0, (strripos($file_name, ".")));
$this->dump[$file_name]["classes"][$current]["protected_keywords"] = array();
diff --git a/packages/cocoaint/utils/source/objp_base.php b/packages/cocoaint/utils/source/objp_base.php
index 1457e85be4..4c0cdbb03d 100644
--- a/packages/cocoaint/utils/source/objp_base.php
+++ b/packages/cocoaint/utils/source/objp_base.php
@@ -176,7 +176,17 @@ class ObjectivePParserBase {
// Methods to ignore
var $ignore_methods = array( "observationInfo",
- );
+ );
+
+ // methods to rename to particular alternatives
+ var $replace_instance_methods = array ( "class" => "_class", );
+ var $replace_class_methods = array ("respondsToSelector" => "classRespondsToSelector",
+ "isEqual" => "classIsEqual",
+ "hash" => "classHash",
+ "superClass" => "classSuperClass",
+ "class" => "classClass",
+ "conformsToProtocol" => "classConformsToProtocol",
+ "classDescription" => "_classDescription", );
// Lines to ignore
var $ignore_lines = array();