Some more #include -> #import replacement.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30072 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-03-28 21:36:19 +00:00
parent 6b262e278b
commit 58a1f6ec65
14 changed files with 60 additions and 36 deletions

View file

@ -1,3 +1,21 @@
2010-03-28 Fred Kiefer <FredKiefer@gmx.de>
* Headers/AppKit/NSPopUpButtonCell.h
* Headers/AppKit/NSPanel.h
* Headers/AppKit/NSOpenPanel.h
* Headers/AppKit/NSParagraphStyle.h
* Headers/AppKit/NSObjectController.h
* Headers/AppKit/NSOpenGLView.h
* Headers/AppKit/NSPrinter.h
* Headers/AppKit/NSPrintOperation.h
* Headers/AppKit/NSPageLayout.h
* Headers/AppKit/NSOutlineView.h
* Headers/AppKit/NSOpenGL.h
* Headers/AppKit/NSPrintInfo.h
* Headers/AppKit/NSPrintPanel.h
* Headers/AppKit/NSPasteboard.h: Some more #include -> #import
replacement.
2010-03-28 Fred Kiefer <FredKiefer@gmx.de>
* Headers/AppKit/NSNib.h,

View file

@ -28,9 +28,10 @@
#ifndef _GNUstep_H_NSObjectController
#define _GNUstep_H_NSObjectController
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSController.h>
#include <AppKit/NSMenuItem.h>
#import <AppKit/NSController.h>
#import <AppKit/NSMenuItem.h>
#if OS_API_VERSION(100300,GS_API_LATEST)

View file

@ -27,7 +27,8 @@
#define _NSOpenGL_h_INCLUDE
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObject.h>
#import <Foundation/NSObject.h>
@class NSView;
typedef enum {

View file

@ -27,7 +27,7 @@
#define _NSOpenGLView_h
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSView.h>
#import <AppKit/NSView.h>
@class NSOpenGLContext;
@class NSOpenGLPixelFormat;

View file

@ -38,7 +38,7 @@
#define _GNUstep_H_NSOpenPanel
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSSavePanel.h>
#import <AppKit/NSSavePanel.h>
@class NSString;
@class NSArray;

View file

@ -31,9 +31,9 @@
#define _GNUstep_H_NSOutlineView
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSTableView.h>
#include <Foundation/NSMapTable.h>
#import <AppKit/NSTableView.h>
@class NSMapTable;
@class NSMutableArray;
@class NSString;

View file

@ -32,12 +32,12 @@
#define _GNUstep_H_NSPageLayout
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSApplication.h>
#include <AppKit/NSPanel.h>
#include <AppKit/NSView.h>
#import <AppKit/NSApplication.h>
#import <AppKit/NSPanel.h>
@class NSPrintInfo;
@class NSView;
@class NSWindow;
//
// Note: not all of these tags are currently used in the

View file

@ -31,7 +31,7 @@
#define _GNUstep_H_NSPanel
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSWindow.h>
#import <AppKit/NSWindow.h>
@class NSString;

View file

@ -33,7 +33,8 @@
#define _GNUstep_H_NSParagraphStyle
#import <GNUstepBase/GSVersionMacros.h>
#include <AppKit/NSText.h>
#import <Foundation/NSObject.h>
#import <AppKit/NSText.h>
typedef enum _NSTextTabType {
NSLeftTabStopType = 0,
@ -64,9 +65,9 @@ APPKIT_EXPORT NSString *NSTabColumnTerminatorsAttributeName;
@interface NSTextTab : NSObject <NSCopying, NSCoding>
{
NSTextTabType _tabStopType;
NSDictionary *_options;
NSTextAlignment _alignment;
float _location;
NSDictionary *_options;
NSTextAlignment _alignment;
float _location;
}
- (id) initWithType: (NSTextTabType)type location: (float)loc;
@ -86,8 +87,8 @@ APPKIT_EXPORT NSString *NSTabColumnTerminatorsAttributeName;
@interface NSParagraphStyle : NSObject <NSCopying, NSMutableCopying, NSCoding>
{
NSMutableArray *_tabStops;
NSArray *_textBlocks;
NSArray *_textLists;
NSArray *_textBlocks;
NSArray *_textLists;
float _lineSpacing;
float _paragraphSpacing;
float _headIndent;
@ -95,15 +96,15 @@ APPKIT_EXPORT NSString *NSTabColumnTerminatorsAttributeName;
float _firstLineHeadIndent;
float _minimumLineHeight;
float _maximumLineHeight;
float _paragraphSpacingBefore;
float _defaultTabInterval;
float _hyphenationFactor;
float _lineHeightMultiple;
float _tighteningFactorForTruncation;
float _paragraphSpacingBefore;
float _defaultTabInterval;
float _hyphenationFactor;
float _lineHeightMultiple;
float _tighteningFactorForTruncation;
NSTextAlignment _alignment;
NSLineBreakMode _lineBreakMode;
NSWritingDirection _baseDirection;
int _headerLevel;
int _headerLevel;
}
+ (NSParagraphStyle*) defaultParagraphStyle;

View file

@ -30,12 +30,15 @@
#ifndef _GNUstep_H_NSPopUpButtonCell
#define _GNUstep_H_NSPopUpButtonCell
#include <AppKit/NSMenuItem.h>
#include <AppKit/NSMenuItemCell.h>
APPKIT_EXPORT NSString*NSPopUpButtonCellWillPopUpNotification;
#import <AppKit/AppKitDefines.h>
#import <AppKit/NSMenuItem.h>
#import <AppKit/NSMenuItemCell.h>
@class NSString;
@class NSMenu;
@class NSView;
APPKIT_EXPORT NSString *NSPopUpButtonCellWillPopUpNotification;
typedef enum {
NSPopUpNoArrow = 0,

View file

@ -34,9 +34,9 @@
#ifndef _GNUstep_H_NSPrintInfo
#define _GNUstep_H_NSPrintInfo
#include <Foundation/NSCoder.h>
#include <Foundation/NSGeometry.h>
#include <AppKit/AppKitDefines.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSGeometry.h>
#import <AppKit/AppKitDefines.h>
@class NSString;
@class NSDictionary;

View file

@ -38,8 +38,8 @@
#define _GNUstep_H_NSPrintOperation
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSGeometry.h>
@class NSString;
@class NSData;

View file

@ -33,7 +33,7 @@
#ifndef _GNUstep_H_NSPrintPanel
#define _GNUstep_H_NSPrintPanel
#include <AppKit/NSPanel.h>
#import <AppKit/NSPanel.h>
@class NSView;
@class NSPrintInfo;

View file

@ -33,8 +33,8 @@
#ifndef _GNUstep_H_NSPrinter
#define _GNUstep_H_NSPrinter
#include <Foundation/NSCoder.h>
#include <Foundation/NSGeometry.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSGeometry.h>
@class NSString;
@class NSArray;