Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2003 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWGeometricRegion.h
Availability: OpenStep
Description forthcoming.
GSWArcRegion declares 4 Instance Variables
+ (id)
arcRegionWithShape: (
NSString*)shape
center: (
NSPoint)center
size: (
NSSize)size
start: (int)start
stop: (int)stop
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (id)
copyWithZone: (
NSZone*)zone;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hitTestX: (int)x
y: (int)y;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
center: (
NSPoint)center
size: (
NSSize)size
start: (int)start
stop: (int)stop
userDefinedString: (
NSString*)userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
center: (
NSPoint)center
size: (
NSSize)size
start: (int)start
stop: (int)stop
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWArcRegion Class
@protected NSPoint
_center;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSSize
_size;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected int
_start;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected int
_stop;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- WebObjects/GSWGeometricRegion.h
Availability: OpenStep
Description forthcoming.
+ (id)
circularRegionWithShape: (
NSString*)shape
center: (
NSPoint)center
diameter: (int)diameter
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
center: (
NSPoint)center
diameter: (int)diameter
userDefinedString: (
NSString*)userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
center: (
NSPoint)center
diameter: (int)diameter
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- Declared in:
- WebObjects/GSWGeometricRegion.h
Availability: OpenStep
Description forthcoming.
+ (id)
ellipseRegionWithShape: (
NSString*)shape
center: (
NSPoint)center
size: (
NSSize)size
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
center: (
NSPoint)center
size: (
NSSize)size
userDefinedString: (
NSString*)userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
center: (
NSPoint)center
size: (
NSSize)size
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- Declared in:
- WebObjects/GSWGeometricRegion.h
- Conforms to:
- NSCopying
Availability: OpenStep
Description forthcoming.
GSWGeometricRegion declares 2 Instance Variables
+ (
NSArray*)
geometricRegionsWithString: (
NSString*)string;
Availability: OpenStep
Description forthcoming.
+ (
GSWGeometricRegion*)
hitTestX: (int)x
y: (int)y
inRegions: (
NSArray*)regions;
Availability: OpenStep
Description forthcoming.
+ (
GSWGeometricRegion*)
regionWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (id)
copyWithZone: (
NSZone*)zone;
Availability: OpenStep
Description forthcoming.
- (void)
dealloc;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hitTest: (
NSPoint*)point;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hitTestX: (int)x
y: (int)y;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
userDefinedValue;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWGeometricRegion Class
@protected NSString*
_userDefinedString;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id
_userDefinedValue;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- WebObjects/GSWGeometricRegion.h
Availability: OpenStep
Description forthcoming.
GSWPolygonRegion declares 1 Instance Variables
+ (id)
polygonRegionWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hitTestX: (int)x
y: (int)y;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWPolygonRegion Class
@protected NSArray*
_points;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- WebObjects/GSWGeometricRegion.h
Availability: OpenStep
Description forthcoming.
GSWRectangularRegion declares 1 Instance Variables
+ (id)
rectangularRegionWithShape: (
NSString*)shape
rect: (
NSRect)rect
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hitTestX: (int)x
y: (int)y;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
coordinates: (
NSArray*)coords
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
rect: (
NSRect)rect
userDefinedString: (
NSString*)userDefinedString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithShape: (
NSString*)shape
rect: (
NSRect)rect
userDefinedString: (
NSString*)userDefinedString
userDefinedValue: (id)userDefinedValue;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWRectangularRegion Class
@protected NSRect
_rect;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up