Add all files and fix compilation

This commit is contained in:
Gregory John Casamento 2019-12-06 05:01:51 -05:00
parent b0b20cd32e
commit bdadefeebd
6 changed files with 151 additions and 2 deletions

View file

@ -138,10 +138,15 @@
#import <AppKit/NSAffineTransform.h>
#import <AppKit/NSArrayController.h>
#import <AppKit/NSBezierPath.h>
#import <AppKit/NSButtonTouchBarItem.h>
#import <AppKit/NSColorSpace.h>
#import <AppKit/NSComboBox.h>
#import <AppKit/NSComboBoxCell.h>
#import <AppKit/NSController.h>
#import <AppKit/NSCandidateListTouchBarItem.h>
#import <AppKit/NSClickGestureRecognizer.h>
#import <AppKit/NSColorPickerTouchBarItem.h>
#import <AppKit/NSCustomTouchBarItem.h>
#import <AppKit/NSDockTile.h>
#import <AppKit/NSDocument.h>
#import <AppKit/NSDocumentController.h>
@ -152,6 +157,7 @@
#import <AppKit/NSGlyphGenerator.h>
#import <AppKit/NSGradient.h>
#import <AppKit/NSGraphicsContext.h>
#import <AppKit/NSGroupTouchBarItem.h>
#import <AppKit/NSHelpManager.h>
#import <AppKit/NSInputManager.h>
#import <AppKit/NSInputServer.h>
@ -160,8 +166,10 @@
#import <AppKit/NSLayoutManager.h>
#import <AppKit/NSLevelIndicator.h>
#import <AppKit/NSLevelIndicatorCell.h>
#import <AppKit/NSMagnificationGestureRecognizer.h>
#import <AppKit/NSMovie.h>
#import <AppKit/NSMovieView.h>
#import <AppKit/NSPanGestureRecognizer.h>
#import <AppKit/NSNib.h>
#import <AppKit/NSNibDeclarations.h>
#import <AppKit/NSObjectController.h>
@ -169,17 +177,25 @@
#import <AppKit/NSOpenGLView.h>
#import <AppKit/NSOutlineView.h>
#import <AppKit/NSParagraphStyle.h>
#import <AppKit/NSPickerTouchBarItem.h>
#import <AppKit/NSProgressIndicator.h>
#import <AppKit/NSPopoverTouchBarItem.h>
#import <AppKit/NSPressGestureRecognizer.h>
#import <AppKit/NSRulerMarker.h>
#import <AppKit/NSRulerView.h>
#import <AppKit/NSRotationGestureRecognizer.h>
#import <AppKit/NSSearchField.h>
#import <AppKit/NSSearchFieldCell.h>
#import <AppKit/NSSecureTextField.h>
#import <AppKit/NSSegmentedCell.h>
#import <AppKit/NSSegmentedControl.h>
#import <AppKit/NSShadow.h>
#import <AppKit/NSSharingServicePickerTouchBarItem.h>
#import <AppKit/NSSliderTouchBarItem.h>
#import <AppKit/NSSound.h>
#import <AppKit/NSSpeechRecognizer.h>
#import <AppKit/NSSpeechSynthesizer.h>
#import <AppKit/NSStepperTouchBarItem.h>
#import <AppKit/NSStepper.h>
#import <AppKit/NSStepperCell.h>
#import <AppKit/NSTableColumn.h>
@ -195,6 +211,7 @@
#import <AppKit/NSTextStorage.h>
#import <AppKit/NSTextTable.h>
#import <AppKit/NSTextView.h>
#import <AppKit/NSTouchBarItem.h>
#import <AppKit/NSTokenField.h>
#import <AppKit/NSTokenFieldCell.h>
#import <AppKit/NSToolbar.h>

View file

@ -26,7 +26,6 @@
#define _NSGestureRecognizer_h_GNUSTEP_GUI_INCLUDE
#import <Foundation/NSObject.h>
#import <AppKit/NSObject.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)

View file

@ -0,0 +1,47 @@
/* Definition of class NSSpeechRecognizer
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento
Date: Fri Dec 6 04:55:59 EST 2019
This file is part of the GNUstep Library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA.
*/
#ifndef _NSSpeechRecognizer_h_GNUSTEP_GUI_INCLUDE
#define _NSSpeechRecognizer_h_GNUSTEP_GUI_INCLUDE
#import <Foundation/NSObject.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
#if defined(__cplusplus)
extern "C" {
#endif
@interface NSSpeechRecognizer : NSObject
@end
#if defined(__cplusplus)
}
#endif
#endif /* GS_API_MACOSX */
#endif /* _NSSpeechRecognizer_h_GNUSTEP_GUI_INCLUDE */

View file

@ -26,7 +26,6 @@
#define _NSTouchBarItem_h_GNUSTEP_GUI_INCLUDE
#import <Foundation/NSObject.h>
#import <AppKit/NSObject.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)

View file

@ -65,17 +65,21 @@ NSBrowser.m \
NSBrowserCell.m \
NSBundleAdditions.m \
NSButton.m \
NSButtonTouchBarItem.m \
NSButtonCell.m \
NSCachedImageRep.m \
NSCandidateListTouchBarItem.m \
NSCell.m \
NSCIImageRep.m \
NSClipView.m \
NSClickGestureRecognizer.m \
NSCollectionView.m \
NSCollectionViewItem.m \
NSColor.m \
NSColorList.m \
NSColorPanel.m \
NSColorPicker.m \
NSColorPickerTouchBarItem.m \
NSColorSpace.m \
NSColorWell.m \
NSComboBox.m \
@ -84,6 +88,7 @@ NSControl.m \
NSController.m \
NSCursor.m \
NSCustomImageRep.m \
NSCustomTouchBarItem.m \
NSDataLink.m \
NSDataLinkManager.m \
NSDataLinkPanel.m \
@ -100,10 +105,23 @@ NSFontManager.m \
NSFontPanel.m \
NSForm.m \
NSFormCell.m \
NSGroupTouchBarItem.m \
NSMagnificationGestureRecognizer.m \
NSPanGestureRecognizer.m \
NSPickerTouchBarItem.m \
NSPopoverTouchBarItem.m \
NSPressGestureRecognizer.m \
NSRotationGestureRecognizer.m \
NSSharingServicePickerTouchBarItem.m \
NSSliderTouchBarItem.m \
NSSpeechRecognizer.m \
NSStepperTouchBarItem.m \
NSTouchBarItem.m \
NSGestureRecognizer.m \
NSGradient.m \
NSGlyphGenerator.m \
NSGraphicsContext.m \
NSGroupTouchBarItem.m \
NSHelpPanel.m \
NSHelpManager.m \
NSImage.m \
@ -117,6 +135,18 @@ NSKeyValueBinding.m \
NSLayoutManager.m \
NSLevelIndicator.m \
NSLevelIndicatorCell.m \
NSMagnificationGestureRecognizer.m \
NSPanGestureRecognizer.m \
NSPickerTouchBarItem.m \
NSPopoverTouchBarItem.m \
NSPressGestureRecognizer.m \
NSRotationGestureRecognizer.m \
NSSharingServicePickerTouchBarItem.m \
NSSliderTouchBarItem.m \
NSSpeechRecognizer.m \
NSStepperTouchBarItem.m \
NSTouchBarItem.m \
NSMagnificationGestureRecognizer.m \
NSMatrix.m \
NSMenu.m \
NSMenuView.m \
@ -137,6 +167,10 @@ NSOpenPanel.m \
NSOutlineView.m \
NSPageLayout.m \
NSPanel.m \
NSPanGestureRecognizer.m \
NSPickerTouchBarItem.m \
NSPopoverTouchBarItem.m \
NSPressGestureRecognizer.m \
NSParagraphStyle.m \
NSPasteboardItem.m \
NSPDFInfo.m \
@ -152,6 +186,7 @@ NSPrintOperation.m \
NSPrintPanel.m \
NSProgressIndicator.m \
NSResponder.m \
NSRotationGestureRecognizer.m \
NSRulerMarker.m \
NSRulerView.m \
NSRunningApplication.m \
@ -167,10 +202,14 @@ NSSecureTextField.m \
NSSelection.m \
NSShadow.m \
NSSharingService.m \
NSSharingServicePickerTouchBarItem.m \
NSSliderTouchBarItem.m \
NSSlider.m \
NSSliderCell.m \
NSSound.m \
NSSpeechRecognizer.m \
NSSpeechSynthesizer.m \
NSStepperTouchBarItem.m \
NSSpellChecker.m \
NSSplitView.m \
NSStepper.m \
@ -200,6 +239,7 @@ NSTextView_actions.m \
NSToolbar.m \
NSToolbarItem.m \
NSToolbarItemGroup.m \
NSTouchBarItem.m \
NSTokenField.m \
NSTokenFieldCell.m \
NSTrackingArea.m \
@ -307,9 +347,12 @@ NSBrowser.h \
NSBrowserCell.h \
NSButton.h \
NSButtonCell.h \
NSButtonTouchBarItem.h \
NSCachedImageRep.h \
NSCandidateListTouchBarItem.h \
NSCell.h \
NSCIImageRep.h \
NSClickGestureRecognizer.h \
NSClipView.h \
NSCollectionView.h \
NSCollectionViewItem.h \
@ -317,6 +360,7 @@ NSColor.h \
NSColorList.h \
NSColorPanel.h \
NSColorPicker.h \
NSColorPickerTouchBarItem.h \
NSColorSpace.h \
NSColorWell.h \
NSComboBox.h \
@ -325,6 +369,7 @@ NSControl.h \
NSController.h \
NSCursor.h \
NSCustomImageRep.h \
NSCustomTouchBarItem.h \
NSDataLink.h \
NSDataLinkManager.h \
NSDataLinkPanel.h \
@ -344,6 +389,7 @@ NSForm.h \
NSFormCell.h \
NSGestureRecognizer.h \
NSGradient.h \
NSGroupTouchBarItem.h \
NSGlyphGenerator.h \
NSGraphicsContext.h \
NSHelpPanel.h \
@ -359,6 +405,7 @@ NSKeyValueBinding.h \
NSLayoutManager.h \
NSLevelIndicator.h \
NSLevelIndicatorCell.h \
NSMagnificationGestureRecognizer.h \
NSMatrix.h \
NSMenu.h \
NSMenuItem.h \
@ -373,6 +420,7 @@ NSOpenGLView.h \
NSOutlineView.h \
NSPageLayout.h \
NSPanel.h \
NSPanGestureRecognizer.h \
NSParagraphStyle.h \
NSPasteboard.h \
NSPasteboardItem.h \
@ -380,15 +428,19 @@ NSPDFInfo.h \
NSPDFImageRep.h \
NSPDFPanel.h \
NSPICTImageRep.h \
NSPickerTouchBarItem.h \
NSPopoverTouchBarItem.h \
NSPopover.h \
NSPopUpButton.h \
NSPopUpButtonCell.h \
NSPressGestureRecognizer.h \
NSPrintInfo.h \
NSPrintOperation.h \
NSPrintPanel.h \
NSPrinter.h \
NSProgressIndicator.h \
NSResponder.h \
NSRotationGestureRecognizer.h \
NSRulerMarker.h \
NSRulerView.h \
NSRunningApplication.h \
@ -404,15 +456,19 @@ NSSegmentedControl.h \
NSSelection.h \
NSShadow.h \
NSSharingService.h \
NSSharingServicePickerTouchBarItem.h \
NSSlider.h \
NSSliderCell.h \
NSSliderTouchBarItem.h \
NSSound.h \
NSSpeechRecognizer.h \
NSSpeechSynthesizer.h \
NSSpellChecker.h \
NSSpellServer.h \
NSSplitView.h \
NSStepper.h \
NSStepperCell.h \
NSStepperTouchBarItem.h \
NSStringDrawing.h \
NSStatusBar.h \
NSStatusItem.h \
@ -435,6 +491,7 @@ NSTextView.h \
NSToolbar.h \
NSToolbarItem.h \
NSToolbarItemGroup.h \
NSTouchBarItem.h \
NSTokenField.h \
NSTokenFieldCell.h \
NSTrackingArea.h \

View file

@ -0,0 +1,30 @@
/* Implementation of class NSSpeechRecognizer
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento
Date: Fri Dec 6 04:55:59 EST 2019
This file is part of the GNUstep Library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA.
*/
#import <AppKit/NSSpeechRecognizer.h>
@implementation NSSpeechRecognizer
@end